slackbuilds_ponce/accessibility/xdotool
Jim Diamond 4d7be490e2 accessibility/xdotool: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-10-31 22:35:18 +07:00
..
README
slack-desc
xdotool.info accessibility/xdotool: Update DEP. 2015-10-31 22:35:18 +07:00
xdotool.SlackBuild

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