You are on page 1of 1

Some special keys, such as the control keys, function keys etc are encoded in a string enclosed by {braces}

See the table below SendKey Equivalent {~} {!} {^} {+} {ALT} {BACKSPACE} {CLEAR} {DELETE} {DOWN} {END} {ENTER} {ESCAPE} {F1} through {F16} {PGDN} {SPACE} {TAB}

Key ~ ! ^ + Alt Backspace Clear Delete Down Arrow End Enter Escape F1 through F16 Page Down Space Tab

Description send a tilde (~) send an exclamation point (!) send a caret (^) send a plus sign (+) send an Alt keystroke send a Backspace keystroke Clear the field send a Delete keystroke send a Down Arrow keystroke send an End keystroke send an Enter keystroke send an Esc keystroke send the appropriate Function key send a Page Down keystroke send a Spacebar keystroke send a Tab keystroke

To specify keys combined with any combination of SHIFT, CTRL, and ALT keys, precede the key code with one or more of the following: For SHIFT prefix with + For CTRL prefix with ^ For ALT prefix with %

You might also like