slackbuilds_ponce/accessibility/xdotool
David Somero 157ca72091 accessibility/xdotool: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 00:59:36 -04:00
..
README accessibility/xdotool: Updated for version 20090126 2010-05-13 00:20:36 +02:00
slack-desc accessibility/xdotool: Added to 12.2 repository 2010-05-12 23:27:43 +02:00
xdotool.info accessibility/xdotool: Updated for version 20090126 2010-05-13 00:20:36 +02:00
xdotool.SlackBuild accessibility/xdotool: Misc automated cleanups. 2010-06-04 00:59:36 -04:00

xdotool - fake 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

WID=`xdotool search "Mozilla Firefox" | head -1`
xdotool windowfocus $WID
xdotool key ctrl+l