You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 5f60eaaa28
accessibility/xdotool: remove template comment.
4 years ago
..
README accessibility/xdotool: Fix README. 5 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago
xdotool.SlackBuild accessibility/xdotool: remove template comment. 4 years ago
xdotool.info accessibility/xdotool: Fixed dep info 5 years ago

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