mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
ca479ea199
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
361 B
Text
10 lines
361 B
Text
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
|