| Key | SendKey | Description |
| ! | {!} | Sends an exclamation point (!). |
| ^ | {^} | Sends a caret (^). |
| { | { { } | Sends a left brace ({). |
| } | { } } | Sends a right brace (}). |
| ~ | {~} | Sends a tilde (~). |
| + | {+} | Sends a plus sign (+). |
| Alt | {ALT} | Sends an Alt keystroke. |
| Alt+(Characters) | !* | Sends the ALT key in com bination with the following characters (*) until the space. |
| Backspace | {BACKSPACE} or {BS} | Sends a Backspace keystroke. |
| Clear | {CLEAR} | Clears the field. |
| Control+(Characters) | ^* | Sends the CTRL key in com bination with the following characters (*) until the space. |
| Delete | {DELETE} or {DEL} | Sends a Delete keystroke. |
| Down Arrow | {DOWN} | Sends a Down Arrow keystroke. |
| End | {END} | Sends an End keystroke. |
| Enter | {ENTER} or ~ | Sends an Enter keystroke. |
| Escape | {ESCAPE} or {ESC} | Sends an Esc keystroke. |
| F1 through F16 | {F1} through {F16} | Sends the appropriate Function keystroke. |
| Help | {HELP} | Sends a Help (F1) keystroke. |
| Home | {HOME} | Sends a Home keystroke. |
| Insert | {INSERT} or {INS} | Sends an Insert keystroke. |
| Left Arrow | {LEFT} | Sends a Left Arrow keystroke. |
| Page Down | {PGDN} | Sends a Page Down keystroke. |
| Page Up | {PGUP} | Sends a Page Up keystroke. |
| Right Arrow | {RIGHT} | Sends a Right Arrow keystroke. |
| Shift+(Characters) | +* | Sends the SHIFT key in com bination with the following characters (*) until the space. |
| Space | {SPACE} or {SP} | Sends a Spacebar keystroke. |
| Tab | {TAB} | Sends a Tab keystroke. |
| Up Arrow | {UP} | Sends an Up Arrow keystroke. |