slackbuilds/accessibility/xdotool
B. Watson 7d664fe014 accessibility/xdotool: Fix include permissions. 2015-11-28 07:26:17 +07:00
..
README accessibility/xdotool: Updated for version 2.20110530.1. 2012-04-20 09:00:36 -04:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
xdotool.SlackBuild accessibility/xdotool: Fix include permissions. 2015-11-28 07:26:17 +07:00
xdotool.info accessibility/xdotool: Update DEP. 2015-10-31 22:35:18 +07:00

README

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