slackbuilds_ponce/accessibility/xdotool
B. Watson 5f60eaaa28
accessibility/xdotool: remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-10-13 00:51:29 +07:00
..
README
slack-desc
xdotool.info
xdotool.SlackBuild accessibility/xdotool: remove template comment. 2021-10-13 00:51:29 +07: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