From d9486fe88906567a3dc46f4011997d5202cd91aa Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 12 May 2010 23:27:43 +0200 Subject: accessibility/xdotool: Added to 12.2 repository --- accessibility/xdotool/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 accessibility/xdotool/README (limited to 'accessibility/xdotool/README') diff --git a/accessibility/xdotool/README b/accessibility/xdotool/README new file mode 100644 index 0000000000..a587318f84 --- /dev/null +++ b/accessibility/xdotool/README @@ -0,0 +1,11 @@ +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 -- cgit v1.2.3