diff options
author | B. Watson <yalhcru@gmail.com> | 2012-04-20 09:00:36 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-04-20 09:00:36 -0400 |
commit | b922da9eb4a43147cb2e4b786bfd60f1aee542fc (patch) | |
tree | 5f3cab741c926e2b67cad67a8e7e0f780fd97c87 /accessibility/xdotool/README | |
parent | 74782202ea3b80caf295d85298a22be615137c58 (diff) | |
download | slackbuilds-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/README | 6 |
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 |