summaryrefslogtreecommitdiffstats
path: root/accessibility/xdotool/README
diff options
context:
space:
mode:
author B. Watson2012-04-20 15:00:36 +0200
committer dsomero2012-04-20 15:00:36 +0200
commitb922da9eb4a43147cb2e4b786bfd60f1aee542fc (patch)
tree5f3cab741c926e2b67cad67a8e7e0f780fd97c87 /accessibility/xdotool/README
parent74782202ea3b80caf295d85298a22be615137c58 (diff)
downloadslackbuilds-b922da9eb4a43147cb2e4b786bfd60f1aee542fc.tar.gz
accessibility/xdotool: Updated for version 2.20110530.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'accessibility/xdotool/README')
-rw-r--r--accessibility/xdotool/README6
1 files changed, 2 insertions, 4 deletions
diff --git a/accessibility/xdotool/README b/accessibility/xdotool/README
index 3b0086b955..e03508244c 100644
--- a/accessibility/xdotool/README
+++ b/accessibility/xdotool/README
@@ -1,4 +1,4 @@
-xdotool - fake keyboard/mouse input
+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
@@ -6,6 +6,4 @@ 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
+xdotool search "Mozilla Firefox" windowactivate --sync key --clearmodifiers ctrl+l