Updated Auto Type (markdown)

antelle 2016-04-07 23:26:07 +03:00
parent 30b8f67e38
commit b8cef7a105
1 changed files with 6 additions and 0 deletions

@ -35,6 +35,12 @@ On Linux, xdotool installation is required: `sudo apt-get install xdotool`.
`{DELAY X}` `{DELAY=X}` `{CLEARFIELD}` `{VKEY X}`
## Combinations
`+(abc)` → ABC (abc with shift)
`{a 3}` → aaa
`^^({TAB})` → ctrl-tab
# Not supported
`{CAPSLOCK}` `{NUMLOCK}` `{SCROLLLOCK}` `{APPS}` `{HELP}` `{PRTSC}` `{BREAK}`