slackbuilds/accessibility/xdotool
B. Watson dfe098fafd
accessibility/xdotool: Updated for version 3.20211022.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-07-15 17:30:13 +07:00
..
README accessibility/xdotool: Fix README. 2020-10-17 09:37:40 +07:00
slack-desc
xdotool.SlackBuild accessibility/xdotool: Updated for version 3.20211022.1. 2023-07-15 17:30:13 +07:00
xdotool.info accessibility/xdotool: Updated for version 3.20211022.1. 2023-07-15 17:30:13 +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