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 9000b7a1a0 accessibility/xdotool: Minor script tweak. 9 years ago
..
README accessibility/xdotool: Update README. 9 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago
xdotool.SlackBuild accessibility/xdotool: Minor script tweak. 9 years ago
xdotool.info accessibility/xdotool: Updated for version 3.20160805.1. 9 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