Skip to content
Jim Radford edited this page Oct 22, 2015 · 1 revision

Keyword Mapping for SENDKEY command

This list contains keyword to key mapping for use with the SENDKEY SPSL script command. Keywords are not case sensitive and must be wrapped in squirly braces. SENDKEY {enter} or SENDKEY {ENTER} are treated the same and will send a carriage return key.

Modifier Keys allow for the combination of keystrokes to be sent with shift, control and alt keys. for example CONTROL+F1 would be sent as: SENDKEY ^{F1}

Modifier Key
^ CONTROL
% ALT
+ SHIFT
Keyword Key
ENTER Return
TAB Tab
ESC Escape
ESCAPE Escape
HOME Home
END End
LEFT Left
RIGHT Right
UP Up
DOWN Down
PGUP Prior
PGDN Next
NUMLOCK NumLock
SCROLLLOCK Scroll
PRTSC PrintScreen
BREAK Cancel
BACKSPACE Back
BKSP Back
BS Back
CLEAR Clear
CAPSLOCK Capital
INS Insert
INSERT Insert
DEL Delete
DELETE Delete
HELP Help
F1 F1
F2 F2
F3 F3
F4 F4
F5 F5
F6 F6
F7 F7
F8 F8
F9 F9
F10 F10
F11 F11
F12 F12
F13 F13
F14 F14
F15 F15
F16 F16
MULTIPLY Multiply
ADD Add)
SUBTRACT Subtract
DIVIDE Divide
+ Add
% D5 Shift
^ D6 Shift
Clone this wiki locally