This script is for Slackware 12.2 only and may be outdated.

SlackBuilds Repository

12.2 > Accessibility > xdotool (20090126)

xdotool - fake 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

WID=`xdotool search "Mozilla Firefox" | head -1`
xdotool windowfocus $WID
xdotool key ctrl+l

Maintained by: B. Watson
Keywords: automation,x11
ChangeLog: xdotool

Homepage:
http://www.semicomplete.com/projects/xdotool/

Source Downloads:
xdotool-20090126.tar.gz (a520d6a3175c3b55582998cbeef81688)

Download SlackBuild:
xdotool.tar.gz
xdotool.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
xdotool.SlackBuild
xdotool.info

Validated for Slackware 12.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds