tweak usage
This commit is contained in:
parent
240298271c
commit
f47908ebf2
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ import (
|
||||||
var Version string
|
var Version string
|
||||||
|
|
||||||
func usage() {
|
func usage() {
|
||||||
fmt.Println(`dotool reads actions from stdin and simulates keyboard/mouse input using uinput.
|
fmt.Println(`dotool reads actions from stdin and simulates input using uinput.
|
||||||
|
|
||||||
The supported actions are:
|
The supported actions are:
|
||||||
key CHORD...
|
key CHORD...
|
||||||
|
@ -37,7 +37,7 @@ The supported actions are:
|
||||||
typedelay MILLISECONDS
|
typedelay MILLISECONDS
|
||||||
typehold MILLISECONDS
|
typehold MILLISECONDS
|
||||||
|
|
||||||
--keyboard-name=NAME Specify the name to give the virtual keyboard device.
|
--keyboard-name=NAME Specify the name to give the keyboard device.
|
||||||
--list-keys Print the possible Linux keys and exit.
|
--list-keys Print the possible Linux keys and exit.
|
||||||
--list-x-keys Print the possible XKB keys and exit.
|
--list-x-keys Print the possible XKB keys and exit.
|
||||||
--version Print the version and exit.
|
--version Print the version and exit.
|
||||||
|
|
Loading…
Reference in a new issue