diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-06 15:23:18 -0500 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-11-11 20:36:38 +0000 |
commit | 7af1fe3576b67f3c4496268e75d79d3d2297b631 (patch) | |
tree | 5658132e9320da8bf58673489de6e958ff1986c6 /accessibility/xdotool | |
parent | d501efcc41d34473b61618d5742afac568f1f800 (diff) | |
download | slackbuilds-7af1fe3576b67f3c4496268e75d79d3d2297b631.tar.gz |
accessibility/xdotool: Update README.
Diffstat (limited to 'accessibility/xdotool')
-rw-r--r-- | accessibility/xdotool/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/xdotool/README b/accessibility/xdotool/README index e03508244c..87037a5cd0 100644 --- a/accessibility/xdotool/README +++ b/accessibility/xdotool/README @@ -6,4 +6,5 @@ extension and other Xlib functions. Example: focus the firefox url bar -xdotool search "Mozilla Firefox" windowactivate --sync key --clearmodifiers ctrl+l +xdotool search "Mozilla Firefox" windowactivate \ + --sync key --clearmodifiers ctrl+l |