slackbuilds_ponce/accessibility/xdotool/README

11 lines
361 B
Text
Raw Normal View History

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
2016-11-06 21:23:18 +01:00
xdotool search "Mozilla Firefox" windowactivate \
--sync key --clearmodifiers ctrl+l