slackbuilds_ponce/accessibility/xdotool
B. Watson 9000b7a1a0 accessibility/xdotool: Minor script tweak.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2017-06-24 08:32:45 +07:00
..
README accessibility/xdotool: Update README. 2016-11-11 20:36:38 +00:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
xdotool.info accessibility/xdotool: Updated for version 3.20160805.1. 2016-10-15 07:10:10 +07:00
xdotool.SlackBuild accessibility/xdotool: Minor script tweak. 2017-06-24 08:32:45 +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