SlackBuildsOrg/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
slack-desc
xdotool.info
xdotool.SlackBuild

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