slackbuilds_ponce/accessibility/xdotool
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
README accessibility/xdotool: Updated for version 2.20110530.1. 2012-04-20 09:00:36 -04:00
slack-desc accessibility/xdotool: Updated for version 2.20110530.1. 2012-04-20 09:00:36 -04:00
xdotool.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
xdotool.SlackBuild accessibility/xdotool: Updated for version 2.20110530.1. 2012-04-20 09:00:36 -04: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