From 5c0cb39629b7384b755f92de5e8c1edd6ff4cd3b Mon Sep 17 00:00:00 2001 From: Dimitri Witkowski Date: Wed, 6 May 2020 20:09:36 +0200 Subject: [PATCH] Updated Auto Type (markdown) --- Auto-Type.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Auto-Type.md b/Auto-Type.md index bdbb309..7268d48 100644 --- a/Auto-Type.md +++ b/Auto-Type.md @@ -1,18 +1,18 @@ -# Requirements +## Requirements Auto-Type is available for all desktop platforms. On Linux, xdotool installation is required: `sudo apt-get install xdotool`. -# Supported +## Supported -## Modifiers +### Modifiers `+` → shift `%` → alt `^` → cmd on Mac, ctrl on Windows and Linux `^^` → ctrl on all OS -## Keys +### Keys `{TAB}` `{ENTER}`=`~` `{SPACE}` `{UP}` `{DOWN}` `{LEFT}` `{RIGHT}` `{HOME}` `{END}` `{PGUP}` `{PGDN}` @@ -21,24 +21,24 @@ On Linux, xdotool installation is required: `sudo apt-get install xdotool`. `{ADD}` `{SUBTRACT}` `{MULTIPLY}` `{DIVIDE}` `{NUMPAD0}`..`{NUMPAD9}` `{+}` `{%}` `{^}` `{~}` `{(}` `{)}` `{[}` `{]}` `{{}` `{}}` -## Substitutions +### Substitutions `{TITLE}` `{USERNAME}` `{URL}` `{PASSWORD}` `{NOTES}` `{GROUP}` `{TOTP}` `{S:Custom Field Name}` `{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 +### Commands `{DELAY X}` `{CLEARFIELD}` `{VKEY X}` -## Combinations +### Combinations `+(abc)` → ABC (abc with shift) `{a 3}` → aaa `^^({TAB} +{TAB})` → ctrl-tab ctrl-shift-tab -# Not supported +## Not supported `{CAPSLOCK}` `{NUMLOCK}` `{SCROLLLOCK}` `{APPS}` `{HELP}` `{PRTSC}` `{BREAK}` `{DELAY=X}`