KeyMap Constants  
 

The following table lists the constants which can be used as the index value with the KeyMap property array to map control or escape sequences to certain keys. These values are also used by the KeyMapped event when the user presses a mapped key.

Value Description
nvtF1 F1 function key
nvtF2 F2 function key
nvtF3 F3 function key
nvtF4 F4 function key
nvtF5 F5 function key
nvtF6 F6 function key
nvtF7 F7 function key
nvtF8 F8 function key
nvtF9 F9 function key
nvtF10 F10 function key
nvtF11 F11 function key
nvtF12 F12 function key
nvtShiftF1 Shift F1 function key
nvtShiftF2 Shift F2 function key
nvtShiftF3 Shift F3 function key
nvtShiftF4 Shift F4 function key
nvtShiftF5 Shift F5 function key
nvtShiftF6 Shift F6 function key
nvtShiftF7 Shift F7 function key
nvtShiftF8 Shift F8 function key
nvtShiftF9 Shift F9 function key
nvtShiftF10 Shift F10 function key
nvtShiftF11 Shift F11 function key
nvtShiftF12 Shift F12 function key
nvtEnter Enter key
nvtErase Backspace key
  
Value Description
nvtUp Cursor up key
nvtDown Cursor down key
nvtLeft Cursor left key
nvtRight Cursor right key
nvtInsert Insert key
nvtDelete Delete key
nvtHome Home key
nvtEnd End key
nvtPageUp Page up key
nvtPageDown Page down key
nvtArrowUp Up arrow key
nvtArrowDown Down arrow key
nvtArrowLeft Left arrow key
nvtArrowRight Right arrow key
nvtKeypadEnter Keypad enter key
nvtKeypad0 Numeric keypad 0
nvtKeypad1 Numeric keypad 1
nvtKeypad2 Numeric keypad 2
nvtKeypad3 Numeric keypad 3
nvtKeypad4 Numeric keypad 4
nvtKeypad5 Numeric keypad 5
nvtKeypad6 Numeric keypad 6
nvtKeypad7 Numeric keypad 7
nvtKeypad8 Numeric keypad 8
nvtKeypad9 Numeric keypad 9