slackbuilds/accessibility/xdotool
Matteo Bernardini c191527b3f accessibility/xdotool: Fixed dep info
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2021-04-19 19:18:24 +02:00
..
README accessibility/xdotool: Fix README. 2020-10-17 09:37:40 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
xdotool.SlackBuild accessibility/xdotool: Fix potential security issue. 2020-04-04 09:50:04 +07:00
xdotool.info accessibility/xdotool: Fixed dep info 2021-04-19 19:18:24 +02: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