| Key to simulate |
Symbol to use in stored text
(Case sensitive) |
Description |
| Tab |
\t |
This can be used to select the next field on
a web browser. |
| Enter |
\n |
This simulates the pressing of
the enter key. |
| Up Arrow Key |
\u |
This simulates the pressing of
the up arrow key. |
| Down Arrow Key |
\d |
This simulates the pressing of
the down arrow key. |
| Left Arrow Key |
\l |
This simulates the pressing of
the left arrow key. |
| Right Arrow
Key |
\r |
This simulates the pressing of
the right arrow key. |
| Ctrl+V |
\v |
Simulates the
Ctrl+V (Paste) key. This can be used to paste the current clipboard
contents (not limited to text) in between the stored text. |
| Prompt Window |
\p |
Displays a prompt window
for additional text that will be inserted at the location of "\p".
Multiple prompts are allowed in a stored text and
macros other than "\p" are allowed in the additional text as well.
The maximum length allowed for the additional text
is 512 characters |
| Unicode Macro |
\"" |
See help file
for details |