Given below key combinations can also be automated using Auto Text apart from typing in simple text. Just select the appropriate key combination from left and use the code given in the right hand side of the given below table. The Enter Key & Tab Combination can be seen in the figure as well.
The plus sign (+), caret (^), percent sign (%), tilde (~), and parentheses () have special meanings. To specify one of these characters, enclose it within braces ({}). For example, to specify the plus sign, use "{+}". To specify brace characters, use "{{}" and "{}}". Brackets ([ ]) have no special meaning, but you must enclose them in braces.
Key Combination | Text for Key Combination |
Backspace | {BACKSPACE}, {BS}, or {BKSP} |
Break Key | {BREAK} |
Simulate Caps Lock | {CAPSLOCK} |
Press del or Delete Key | {DELETE} or {DEL} |
Press Down Arrow Key | {DOWN} |
Press left Arrow Key | {LEFT} |
Press Page Down | {PGDN} |
Press Page Up | {PGUP} |
Press Print Screen Key | {PRTSC} |
Press F1 to F16 Key Combinations | Use {F1},{F2},....{F16} |
Press Tab | {TAB} |
Press Escape Key | {ESC} |
Press Enter | {ENTER} or ~ |
Press Shift Key | + |
Press Ctrl Key | ^ |
Press Alt Key | % |
Press Alt + Tab | %{TAB} |
Press Alt + Tab + Tab | %({TAB}{TAB}) |
Press Ctrl + C | ^C |
Press Ctrl + V | ^V |
Shift + F10 to Invoke Right Click on Selected | +{F10} |
Plus Sign | {+} |
Percentage Sign | {%} |
{ | {{} |
} | {}} |
Example A{+}B{%} will Actually Type | A+B% |
The Above mentioned codes can be used to automate Keyboard Typing using Auto Typer to type Text Sentences, Auto Mouse Click to automate Mouse Clicking, Keystroke Typing and Auto Mouse Clicker