RTA supports the following keys in hotkey definitions. Note that these keys should be typed EXACTLY as how they are here.

akey:

0-9 and A-Z (note upper case)

vkey:

VK_CANCEL                     Control+Break
VK_BACK                       Backspace key
VK_TAB                        Tab key
VK_CLEAR                      Clear key
VK_RETURN                     Enter key
VK_PAUSE                      Pause key
VK_ESCAPE                     Esc key
VK_SPACE                      Space bar
VK_PRIOR                      Page Up key
VK_NEXT                       Page Down key
VK_END                        End key
VK_HOME                       Home key
VK_LEFT                       Left Arrow key
VK_UP                         Up Arrow key
VK_RIGHT                      Right Arrow key
VK_DOWN                       Down Arrow key
VK_SELECT                     Select key
VK_PRINT                      Print key (keyboard-specific)
VK_EXECUTE                    Execute key
VK_SNAPSHOT                   Print Screen key
VK_INSERT                     Insert key
VK_DELETE                     Delete key
VK_HELP                       Help key
VK_LWIN                       Left Windows key (Microsoft keyboard)
VK_RWIN                       Right Windows key (Microsoft keyboard)
VK_APPS                       Applications key (Microsoft keyboard)
VK_NUMPAD0                    0 key (numeric keypad)
(...through to...)
VK_NUMPAD9                    9 key (numeric keypad)
VK_MULTIPLY                   Multiply key (numeric keypad)
VK_ADD                        Add key (numeric keypad)
VK_SEPARATOR                  Separator key (numeric keypad)
VK_SUBTRACT                   Subtract key (numeric keypad)
VK_DECIMAL                    Decimal key (numeric keypad)
VK_DIVIDE                     Divide key (numeric keypad)
VK_F1                         F1 key
(...through to...)
VK_F24                        F24 key
VK_NUMLOCK                    Num Lock key
VK_SCROLL                     Scroll Lock key
VK_PROCESSKEY                 Process key
VK_ATTN                       Attn key
VK_CRSEL                      CrSel key
VK_EXSEL                      ExSel key
VK_EREOF                      Erase EOF key
VK_PLAY                       Play key
VK_ZOOM                       Zoom key
VK_PA1                        PA1 key
VK_OEM_CLEAR                  Clear key

