slackbuilds_ponce/accessibility/xdotool
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
slack-desc
xdotool.info accessibility/xdotool: Fixed dep info 2021-04-19 19:18:24 +02:00
xdotool.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02: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