slackbuilds_ponce/accessibility/xdotool/README
B. Watson b922da9eb4 accessibility/xdotool: Updated for version 2.20110530.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-04-20 09:00:36 -04:00

9 lines
351 B
Text

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