Updated Auto Type (markdown)

antelle 2016-04-07 23:23:14 +03:00
parent daea9139b3
commit 30b8f67e38
1 changed files with 11 additions and 0 deletions

@ -9,19 +9,30 @@ On Linux, xdotool installation is required: `sudo apt-get install xdotool`.
# Supported
## Modifiers
`+` → shift
`^` → cmd on Mac, ctrl on Windows and Linux
`%` → alt
`^^` → ctrl on all OS
## Keys
`{TAB}` `{ENTER}`=`~` `{SPACE}`
`{UP}` `{DOWN}` `{LEFT}` `{RIGHT}` `{HOME}` `{END}` `{PGUP}` `{PGDN}`
`{INSERT}`=`{INS}` `{DELETE}`=`{DEL}` `{BACKSPACE}`=`{BS}`=`{BKSP}` `{ESC}`
`{WIN}`=`{LWIN}` `{RWIN}` `{F1}`..`{F16}`
`{ADD}` `{SUBTRACT}` `{MULTIPLY}` `{DIVIDE}` `{NUMPAD0}`..`{NUMPAD9}`
`{+}` `{%}` `{^}` `{~}` `{(}` `{)}` `{[}` `{]}` `{{}` `{}}`
## Substitutions
`{TITLE}` `{USERNAME}` `{URL}` `{PASSWORD}` `{NOTES}` `{URL}` `{GROUP}` `{HMACOTP}`
`{DT_SIMPLE}` `{DT_YEAR}` `{DT_MONTH}` `{DT_DAY}` `{DT_HOUR}` `{DT_MINUTE}` `{DT_SECOND}`
`{DT_UTC_SIMPLE}` `{DT_UTC_YEAR}` `{DT_UTC_MONTH}` `{DT_UTC_DAY}` `{DT_UTC_HOUR}` `{DT_UTC_MINUTE}` `{DT_UTC_SECOND}`
## Commands
`{DELAY X}` `{DELAY=X}` `{CLEARFIELD}` `{VKEY X}`
# Not supported