slackbuilds_ponce/accessibility/xdotool
B. Watson 082736b371
accessibility/xdotool: Install API docs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2019-12-21 11:02:46 +07:00
..
README
slack-desc
xdotool.info accessibility/xdotool: Update homepage. 2018-05-20 08:35:07 +07:00
xdotool.SlackBuild accessibility/xdotool: Install API docs. 2019-12-21 11:02:46 +07:00

xdotool (fake X11 keyboard/mouse input)

This tool lets you programatically (or manually) simulate keyboard input and
mouse activity, move and resize windows, etc. It does this using X11's XTEST
extension and other Xlib functions.

Example: focus the firefox url bar

xdotool search "Mozilla Firefox" windowactivate \
        --sync key --clearmodifiers ctrl+l