Virtual keys of selector's keystroke macros: VK_LBUTTON Numeric value: 0x01 Description: Left mouse button Alternate spellings: VK_LBUTTON, '0x01' Command: Down + Up Note: Mouse input not tested yet! VK_RBUTTON Numeric value: 0x02 Description: Right mouse button Alternate spellings: VK_RBUTTON, '0x02' Command: Down + Up Note: Mouse input not tested yet! VK_CANCEL Numeric value: 0x03 Description: Control-break processing Alternate spellings: VK_CANCEL, '0x03' Command: Down + Up VK_MBUTTON Numeric value: 0x04 Description: Middle mouse button (three-button mouse) Alternate spellings: VK_MBUTTON, '0x04' Command: Down + Up Note: Mouse input not tested yet! VK_XBUTTON1 Numeric value: 0x05 Description: X1 mouse button Alternate spellings: VK_XBUTTON1, '0x05' Command: Down + Up Note: Mouse input not tested yet! VK_XBUTTON2 Numeric value: 0x06 Description: X2 mouse button Alternate spellings: VK_XBUTTON2, '0x06' Command: Down + Up Note: Mouse input not tested yet! - Numeric value: 0x07 Description: Undefined Alternate spellings: -, '0x07' Command: Down + Up VK_BACK Numeric value: 0x08 Description: BACKSPACE key Alternate spellings: VK_BACK, '0x08' Command: Down + Up VK_TAB Numeric value: 0x09 Description: TAB key Alternate spellings: VK_TAB, '0x09' Command: Down + Up VK_CLEAR Numeric value: 0x0C Description: CLEAR key Alternate spellings: VK_CLEAR, '0x0C' Command: Down + Up VK_RETURN Numeric value: 0x0D Description: ENTER key Alternate spellings: VK_RETURN, '0x0D' Command: Down + Up VK_SHIFT Numeric value: 0x10 Description: SHIFT key Alternate spellings: VK_SHIFT, '0x10' Command: Modifier key. Odd key entry - Down, even key entry - Up VK_CONTROL Numeric value: 0x11 Description: CTRL key Alternate spellings: VK_CONTROL, '0x11' Command: Modifier key. Odd key entry - Down, even key entry - Up VK_MENU Numeric value: 0x12 Description: ALT key Alternate spellings: VK_MENU, '0x12' Command: Modifier key. Odd key entry - Down, even key entry - Up VK_PAUSE Numeric value: 0x13 Description: PAUSE key Alternate spellings: VK_PAUSE, '0x13' Command: Down + Up VK_CAPITAL Numeric value: 0x14 Description: CAPS LOCK key Alternate spellings: VK_CAPITAL, '0x14' Command: Down + Up VK_KANA Numeric value: 0x15 Description: IME Kana mode Alternate spellings: VK_KANA, '0x15' Command: Down + Up VK_HANGUEL Numeric value: 0x15 Description: IME Hanguel mode (maintained for compatibility; use VK_HANGUL) Alternate spellings: VK_HANGUEL, '0x15' Command: Down + Up VK_HANGUL Numeric value: 0x15 Description: IME Hangul mode Alternate spellings: VK_HANGUL, '0x15' Command: Down + Up VK_JUNJA Numeric value: 0x17 Description: IME Junja mode Alternate spellings: VK_JUNJA, '0x17' Command: Down + Up VK_FINAL Numeric value: 0x18 Description: IME final mode Alternate spellings: VK_FINAL, '0x18' Command: Down + Up VK_HANJA Numeric value: 0x19 Description: IME Hanja mode Alternate spellings: VK_HANJA, '0x19' Command: Down + Up VK_KANJI Numeric value: 0x19 Description: IME Kanji mode Alternate spellings: VK_KANJI, '0x19' Command: Down + Up VK_ESCAPE Numeric value: 0x1B Description: ESC key Alternate spellings: VK_ESCAPE, '0x1B' Command: Down + Up VK_CONVERT Numeric value: 0x1C Description: IME convert Alternate spellings: VK_CONVERT, '0x1C' Command: Down + Up VK_NONCONVERT Numeric value: 0x1D Description: IME nonconvert Alternate spellings: VK_NONCONVERT, '0x1D' Command: Down + Up VK_ACCEPT Numeric value: 0x1E Description: IME accept Alternate spellings: VK_ACCEPT, '0x1E' Command: Down + Up VK_MODECHANGE Numeric value: 0x1F Description: IME mode change request Alternate spellings: VK_MODECHANGE, '0x1F' Command: Down + Up VK_SPACE Numeric value: 0x20 Description: SPACEBAR Alternate spellings: VK_SPACE, '0x20' Command: Down + Up VK_PRIOR Numeric value: 0x21 Description: PAGE UP key Alternate spellings: VK_PRIOR, '0x21' Command: Down + Up VK_NEXT Numeric value: 0x22 Description: PAGE DOWN key Alternate spellings: VK_NEXT, '0x22' Command: Down + Up VK_END Numeric value: 0x23 Description: END key Alternate spellings: VK_END, '0x23' Command: Down + Up VK_HOME Numeric value: 0x24 Description: HOME key Alternate spellings: VK_HOME, '0x24' Command: Down + Up VK_LEFT Numeric value: 0x25 Description: LEFT ARROW key Alternate spellings: VK_LEFT, '0x25' Command: Down + Up VK_UP Numeric value: 0x26 Description: UP ARROW key Alternate spellings: VK_UP, '0x26' Command: Down + Up VK_RIGHT Numeric value: 0x27 Description: RIGHT ARROW key Alternate spellings: VK_RIGHT, '0x27' Command: Down + Up VK_DOWN Numeric value: 0x28 Description: DOWN ARROW key Alternate spellings: VK_DOWN, '0x28' Command: Down + Up VK_SELECT Numeric value: 0x29 Description: SELECT key Alternate spellings: VK_SELECT, '0x29' Command: Down + Up VK_PRINT Numeric value: 0x2A Description: PRINT key Alternate spellings: VK_PRINT, '0x2A' Command: Down + Up VK_EXECUTE Numeric value: 0x2B Description: EXECUTE key Alternate spellings: VK_EXECUTE, '0x2B' Command: Down + Up VK_SNAPSHOT Numeric value: 0x2C Description: PRINT SCREEN key Alternate spellings: VK_SNAPSHOT, '0x2C' Command: Down + Up VK_INSERT Numeric value: 0x2D Description: INS key Alternate spellings: VK_INSERT, '0x2D' Command: Down + Up VK_DELETE Numeric value: 0x2E Description: DEL key Alternate spellings: VK_DELETE, '0x2E' Command: Down + Up VK_HELP Numeric value: 0x2F Description: HELP key Alternate spellings: VK_HELP, '0x2F' Command: Down + Up VK_0 Numeric value: 0x30 Description: 0 key Alternate spellings: VK_0, '0x30', '0' Command: Down + Up VK_1 Numeric value: 0x31 Description: 1 key Alternate spellings: VK_1, '0x31', '1' Command: Down + Up VK_2 Numeric value: 0x32 Description: 2 key Alternate spellings: VK_2, '0x32', '2' Command: Down + Up VK_3 Numeric value: 0x33 Description: 3 key Alternate spellings: VK_3, '0x33', '3' Command: Down + Up VK_4 Numeric value: 0x34 Description: 4 key Alternate spellings: VK_4, '0x34', '4' Command: Down + Up VK_5 Numeric value: 0x35 Description: 5 key Alternate spellings: VK_5, '0x35', '5' Command: Down + Up VK_6 Numeric value: 0x36 Description: 6 key Alternate spellings: VK_6, '0x36', '6' Command: Down + Up VK_7 Numeric value: 0x37 Description: 7 key Alternate spellings: VK_7, '0x37', '7' Command: Down + Up VK_8 Numeric value: 0x38 Description: 8 key Alternate spellings: VK_8, '0x38', '8' Command: Down + Up VK_9 Numeric value: 0x39 Description: 9 key Alternate spellings: VK_9, '0x39', '9' Command: Down + Up VK_A Numeric value: 0x41 Description: A key Alternate spellings: VK_A, '0x41', 'A' Command: Down + Up VK_B Numeric value: 0x42 Description: B key Alternate spellings: VK_B, '0x42', 'B' Command: Down + Up VK_C Numeric value: 0x43 Description: C key Alternate spellings: VK_C, '0x43', 'C' Command: Down + Up VK_D Numeric value: 0x44 Description: D key Alternate spellings: VK_D, '0x44', 'D' Command: Down + Up VK_E Numeric value: 0x45 Description: E key Alternate spellings: VK_E, '0x45', 'E' Command: Down + Up VK_F Numeric value: 0x46 Description: F key Alternate spellings: VK_F, '0x46', 'F' Command: Down + Up VK_G Numeric value: 0x47 Description: G key Alternate spellings: VK_G, '0x47', 'G' Command: Down + Up VK_H Numeric value: 0x48 Description: H key Alternate spellings: VK_H, '0x48', 'H' Command: Down + Up VK_I Numeric value: 0x49 Description: I key Alternate spellings: VK_I, '0x49', 'I' Command: Down + Up VK_J Numeric value: 0x4A Description: J key Alternate spellings: VK_J, '0x4A', 'J' Command: Down + Up VK_K Numeric value: 0x4B Description: K key Alternate spellings: VK_K, '0x4B', 'K' Command: Down + Up VK_L Numeric value: 0x4C Description: L key Alternate spellings: VK_L, '0x4C', 'L' Command: Down + Up VK_M Numeric value: 0x4D Description: M key Alternate spellings: VK_M, '0x4D', 'M' Command: Down + Up VK_N Numeric value: 0x4E Description: N key Alternate spellings: VK_N, '0x4E', 'N' Command: Down + Up VK_O Numeric value: 0x4F Description: O key Alternate spellings: VK_O, '0x4F', 'O' Command: Down + Up VK_P Numeric value: 0x50 Description: P key Alternate spellings: VK_P, '0x50', 'P' Command: Down + Up VK_Q Numeric value: 0x51 Description: Q key Alternate spellings: VK_Q, '0x51', 'Q' Command: Down + Up VK_R Numeric value: 0x52 Description: R key Alternate spellings: VK_R, '0x52', 'R' Command: Down + Up VK_S Numeric value: 0x53 Description: S key Alternate spellings: VK_S, '0x53', 'S' Command: Down + Up VK_T Numeric value: 0x54 Description: T key Alternate spellings: VK_T, '0x54', 'T' Command: Down + Up VK_U Numeric value: 0x55 Description: U key Alternate spellings: VK_U, '0x55', 'U' Command: Down + Up VK_V Numeric value: 0x56 Description: V key Alternate spellings: VK_V, '0x56', 'V' Command: Down + Up VK_W Numeric value: 0x57 Description: W key Alternate spellings: VK_W, '0x57', 'W' Command: Down + Up VK_X Numeric value: 0x58 Description: X key Alternate spellings: VK_X, '0x58', 'X' Command: Down + Up VK_Y Numeric value: 0x59 Description: Y key Alternate spellings: VK_Y, '0x59', 'Y' Command: Down + Up VK_Z Numeric value: 0x5A Description: Z key Alternate spellings: VK_Z, '0x5A', 'Z' Command: Down + Up VK_LWIN Numeric value: 0x5B Description: Left Windows key (Natural keyboard) Alternate spellings: VK_LWIN, '0x5B' Command: Modifier key. Odd key entry - Down, even key entry - Up VK_RWIN Numeric value: 0x5C Description: Right Windows key (Natural keyboard) Alternate spellings: VK_RWIN, '0x5C' Command: Modifier key. Odd key entry - Down, even key entry - Up VK_APPS Numeric value: 0x5D Description: Applications key (Natural keyboard) Alternate spellings: VK_APPS, '0x5D' Command: Down + Up VK_SLEEP Numeric value: 0x5F Description: Computer Sleep key Alternate spellings: VK_SLEEP, '0x5F' Command: Down + Up VK_NUMPAD0 Numeric value: 0x60 Description: Numeric keypad 0 key Alternate spellings: VK_NUMPAD0, '0x60' Command: Down + Up VK_NUMPAD1 Numeric value: 0x61 Description: Numeric keypad 1 key Alternate spellings: VK_NUMPAD1, '0x61' Command: Down + Up VK_NUMPAD2 Numeric value: 0x62 Description: Numeric keypad 2 key Alternate spellings: VK_NUMPAD2, '0x62' Command: Down + Up VK_NUMPAD3 Numeric value: 0x63 Description: Numeric keypad 3 key Alternate spellings: VK_NUMPAD3, '0x63' Command: Down + Up VK_NUMPAD4 Numeric value: 0x64 Description: Numeric keypad 4 key Alternate spellings: VK_NUMPAD4, '0x64' Command: Down + Up VK_NUMPAD5 Numeric value: 0x65 Description: Numeric keypad 5 key Alternate spellings: VK_NUMPAD5, '0x65' Command: Down + Up VK_NUMPAD6 Numeric value: 0x66 Description: Numeric keypad 6 key Alternate spellings: VK_NUMPAD6, '0x66' Command: Down + Up VK_NUMPAD7 Numeric value: 0x67 Description: Numeric keypad 7 key Alternate spellings: VK_NUMPAD7, '0x67' Command: Down + Up VK_NUMPAD8 Numeric value: 0x68 Description: Numeric keypad 8 key Alternate spellings: VK_NUMPAD8, '0x68' Command: Down + Up VK_NUMPAD9 Numeric value: 0x69 Description: Numeric keypad 9 key Alternate spellings: VK_NUMPAD9, '0x69' Command: Down + Up VK_MULTIPLY Numeric value: 0x6A Description: Multiply key Alternate spellings: VK_MULTIPLY, '0x6A' Command: Down + Up VK_ADD Numeric value: 0x6B Description: Add key Alternate spellings: VK_ADD, '0x6B' Command: Down + Up VK_SEPARATOR Numeric value: 0x6C Description: Separator key Alternate spellings: VK_SEPARATOR, '0x6C' Command: Down + Up VK_SUBTRACT Numeric value: 0x6D Description: Subtract key Alternate spellings: VK_SUBTRACT, '0x6D' Command: Down + Up VK_DECIMAL Numeric value: 0x6E Description: Decimal key Alternate spellings: VK_DECIMAL, '0x6E' Command: Down + Up VK_DIVIDE Numeric value: 0x6F Description: Divide key Alternate spellings: VK_DIVIDE, '0x6F' Command: Down + Up VK_F1 Numeric value: 0x70 Description: F1 key Alternate spellings: VK_F1, '0x70' Command: Down + Up VK_F2 Numeric value: 0x71 Description: F2 key Alternate spellings: VK_F2, '0x71' Command: Down + Up VK_F3 Numeric value: 0x72 Description: F3 key Alternate spellings: VK_F3, '0x72' Command: Down + Up VK_F4 Numeric value: 0x73 Description: F4 key Alternate spellings: VK_F4, '0x73' Command: Down + Up VK_F5 Numeric value: 0x74 Description: F5 key Alternate spellings: VK_F5, '0x74' Command: Down + Up VK_F6 Numeric value: 0x75 Description: F6 key Alternate spellings: VK_F6, '0x75' Command: Down + Up VK_F7 Numeric value: 0x76 Description: F7 key Alternate spellings: VK_F7, '0x76' Command: Down + Up VK_F8 Numeric value: 0x77 Description: F8 key Alternate spellings: VK_F8, '0x77' Command: Down + Up VK_F9 Numeric value: 0x78 Description: F9 key Alternate spellings: VK_F9, '0x78' Command: Down + Up VK_F10 Numeric value: 0x79 Description: F10 key Alternate spellings: VK_F10, '0x79' Command: Down + Up VK_F11 Numeric value: 0x7A Description: F11 key Alternate spellings: VK_F11, '0x7A' Command: Down + Up VK_F12 Numeric value: 0x7B Description: F12 key Alternate spellings: VK_F12, '0x7B' Command: Down + Up VK_F13 Numeric value: 0x7C Description: F13 key Alternate spellings: VK_F13, '0x7C' Command: Down + Up VK_F14 Numeric value: 0x7D Description: F14 key Alternate spellings: VK_F14, '0x7D' Command: Down + Up VK_F15 Numeric value: 0x7E Description: F15 key Alternate spellings: VK_F15, '0x7E' Command: Down + Up VK_F16 Numeric value: 0x7F Description: F16 key Alternate spellings: VK_F16, '0x7F' Command: Down + Up VK_F17 Numeric value: 0x80 Description: F17 key Alternate spellings: VK_F17, '0x80' Command: Down + Up VK_F18 Numeric value: 0x81 Description: F18 key Alternate spellings: VK_F18, '0x81' Command: Down + Up VK_F19 Numeric value: 0x82 Description: F19 key Alternate spellings: VK_F19, '0x82' Command: Down + Up VK_F20 Numeric value: 0x83 Description: F20 key Alternate spellings: VK_F20, '0x83' Command: Down + Up VK_F21 Numeric value: 0x84 Description: F21 key Alternate spellings: VK_F21, '0x84' Command: Down + Up VK_F22 Numeric value: 0x85 Description: F22 key Alternate spellings: VK_F22, '0x85' Command: Down + Up VK_F23 Numeric value: 0x86 Description: F23 key Alternate spellings: VK_F23, '0x86' Command: Down + Up VK_F24 Numeric value: 0x87 Description: F24 key Alternate spellings: VK_F24, '0x87' Command: Down + Up VK_NUMLOCK Numeric value: 0x90 Description: NUM LOCK key Alternate spellings: VK_NUMLOCK, '0x90' Command: Down + Up VK_SCROLL Numeric value: 0x91 Description: SCROLL LOCK key Alternate spellings: VK_SCROLL, '0x91' Command: Down + Up VK_NUMLOCK Numeric value: 0x90 Description: NUM LOCK key Alternate spellings: VK_NUMLOCK, '0x90' Command: Down + Up VK_SCROLL Numeric value: 0x91 Description: SCROLL LOCK key Alternate spellings: VK_SCROLL, '0x91' Command: Down + Up VK_LSHIFT Numeric value: 0xA0 Description: Left SHIFT key Alternate spellings: VK_LSHIFT, '0xA0' Command: Modifier key. Odd key entry - Down, even key entry - Up VK_RSHIFT Numeric value: 0xA1 Description: Right SHIFT key Alternate spellings: VK_RSHIFT, '0xA1' Command: Modifier key. Odd key entry - Down, even key entry - Up VK_LCONTROL Numeric value: 0xA2 Description: Left CONTROL key Alternate spellings: VK_LCONTROL, '0xA2' Command: Modifier key. Odd key entry - Down, even key entry - Up VK_RCONTROL Numeric value: 0xA3 Description: Right CONTROL key Alternate spellings: VK_RCONTROL, '0xA3' Command: Modifier key. Odd key entry - Down, even key entry - Up VK_LMENU Numeric value: 0xA4 Description: Left MENU key Alternate spellings: VK_LMENU, '0xA4' Command: Modifier key. Odd key entry - Down, even key entry - Up VK_RMENU Numeric value: 0xA5 Description: Right MENU key Alternate spellings: VK_RMENU, '0xA5' Command: Modifier key. Odd key entry - Down, even key entry - Up VK_BROWSER_BACK Numeric value: 0xA6 Description: Browser Back key Alternate spellings: VK_BROWSER_BACK, '0xA6' Command: Down + Up VK_BROWSER_FORWARD Numeric value: 0xA7 Description: Browser Forward key Alternate spellings: VK_BROWSER_FORWARD, '0xA7' Command: Down + Up VK_BROWSER_REFRESH Numeric value: 0xA8 Description: Browser Refresh key Alternate spellings: VK_BROWSER_REFRESH, '0xA8' Command: Down + Up VK_BROWSER_STOP Numeric value: 0xA9 Description: Browser Stop key Alternate spellings: VK_BROWSER_STOP, '0xA9' Command: Down + Up VK_BROWSER_SEARCH Numeric value: 0xAA Description: Browser Search key Alternate spellings: VK_BROWSER_SEARCH, '0xAA' Command: Down + Up VK_BROWSER_FAVORITES Numeric value: 0xAB Description: Browser Favorites key Alternate spellings: VK_BROWSER_FAVORITES, '0xAB' Command: Down + Up VK_BROWSER_HOME Numeric value: 0xAC Description: Browser Start and Home key Alternate spellings: VK_BROWSER_HOME, '0xAC' Command: Down + Up VK_VOLUME_MUTE Numeric value: 0xAD Description: Volume Mute key Alternate spellings: VK_VOLUME_MUTE, '0xAD' Command: Down + Up VK_VOLUME_DOWN Numeric value: 0xAE Description: Volume Down key Alternate spellings: VK_VOLUME_DOWN, '0xAE' Command: Down + Up VK_VOLUME_UP Numeric value: 0xAF Description: Volume Up key Alternate spellings: VK_VOLUME_UP, '0xAF' Command: Down + Up VK_MEDIA_NEXT_TRACK Numeric value: 0xB0 Description: Next Track key Alternate spellings: VK_MEDIA_NEXT_TRACK, '0xB0' Command: Down + Up VK_MEDIA_PREV_TRACK Numeric value: 0xB1 Description: Previous Track key Alternate spellings: VK_MEDIA_PREV_TRACK, '0xB1' Command: Down + Up VK_MEDIA_STOP Numeric value: 0xB2 Description: Stop Media key Alternate spellings: VK_MEDIA_STOP, '0xB2' Command: Down + Up VK_MEDIA_PLAY_PAUSE Numeric value: 0xB3 Description: Play/Pause Media key Alternate spellings: VK_MEDIA_PLAY_PAUSE, '0xB3' Command: Down + Up VK_LAUNCH_MAIL Numeric value: 0xB4 Description: Start Mail key Alternate spellings: VK_LAUNCH_MAIL, '0xB4' Command: Down + Up VK_LAUNCH_MEDIA_SELECT Numeric value: 0xB5 Description: Select Media key Alternate spellings: VK_LAUNCH_MEDIA_SELECT, '0xB5' Command: Down + Up VK_LAUNCH_APP1 Numeric value: 0xB6 Description: Start Application 1 key Alternate spellings: VK_LAUNCH_APP1, '0xB6' Command: Down + Up VK_LAUNCH_APP2 Numeric value: 0xB7 Description: Start Application 2 key Alternate spellings: VK_LAUNCH_APP2, '0xB7' Command: Down + Up VK_OEM_1 Numeric value: 0xBA Description: Used for miscellaneous characters; it can vary by keyboard. For the US standard keyboard, the ';:' key VK_OEM_PLUS Alternate spellings: VK_OEM_1, '0xBA' Command: Down + Up VK_OEM_PLUS Numeric value: 0xBB Description: For any country/region, the '+' key Alternate spellings: VK_OEM_PLUS, '0xBB' Command: Down + Up VK_OEM_COMMA Numeric value: 0xBC Description: For any country/region, the ',' key Alternate spellings: VK_OEM_COMMA, '0xBC' Command: Down + Up VK_OEM_MINUS Numeric value: 0xBD Description: For any country/region, the '-' key Alternate spellings: VK_OEM_MINUS, '0xBD' Command: Down + Up VK_OEM_PERIOD Numeric value: 0xBE Description: For any country/region, the '.' key Alternate spellings: VK_OEM_PERIOD, '0xBE' Command: Down + Up VK_OEM_2 Numeric value: 0xBF Description: Used for miscellaneous characters; it can vary by keyboard. For the US standard keyboard, the '/?' key Alternate spellings: VK_OEM_2, '0xBF' Command: Down + Up VK_OEM_3 Numeric value: 0xC0 Description: Used for miscellaneous characters; it can vary by keyboard. For the US standard keyboard, the '`~' key Alternate spellings: VK_OEM_3, '0xC0' Command: Down + Up VK_OEM_4 Numeric value: 0xDB Description: Used for miscellaneous characters; it can vary by keyboard. For the US standard keyboard, the '[{' key Alternate spellings: VK_OEM_4, '0xDB' Command: Down + Up VK_OEM_5 Numeric value: 0xDC Description: Used for miscellaneous characters; it can vary by keyboard. For the US standard keyboard, the '\|' key Alternate spellings: VK_OEM_5, '0xDC' Command: Down + Up VK_OEM_6 Numeric value: 0xDD Description: Used for miscellaneous characters; it can vary by keyboard. For the US standard keyboard, the ']}' key Alternate spellings: VK_OEM_6, '0xDD' Command: Down + Up VK_OEM_7 Numeric value: 0xDE Description: Used for miscellaneous characters; it can vary by keyboard. For the US standard keyboard, the 'single-quote/double-quote' key Alternate spellings: VK_OEM_7, '0xDE' Command: Down + Up VK_OEM_8 Numeric value: 0xDF Description: Used for miscellaneous characters; it can vary by keyboard. Alternate spellings: VK_OEM_8, '0xDF' Command: Down + Up VK_OEM_102 Numeric value: 0xE2 Description: Either the angle bracket key or the backslash key on the RT 102-key keyboard Alternate spellings: VK_OEM_102, '0xE2' Command: Down + Up VK_PROCESSKEY Numeric value: 0xE5 Description: IME PROCESS key Alternate spellings: VK_PROCESSKEY, '0xE5' Command: Down + Up VK_PACKET Numeric value: 0xE7 Description: Used to pass Unicode characters as if they were keystrokes. The VK_PACKET key is the low word of a 32-bit Virtual Key value used for non-keyboard input methods. For more information, see Remark in KEYBDINPUT, SendInput, WM_KEYDOWN, and WM_KEYUP Alternate spellings: VK_PACKET, '0xE7' Command: Down + Up VK_PACKET Numeric value: 0xE7 Description: Used to pass Unicode characters as if they were keystrokes. The VK_PACKET key is the low word of a 32-bit Virtual Key value used for non-keyboard input methods. For more information, see Remark in KEYBDINPUT, SendInput, WM_KEYDOWN, and WM_KEYUP Alternate spellings: VK_PACKET, '0xE7' Command: Down + Up VK_ATTN Numeric value: 0xF6 Description: Attn key Alternate spellings: VK_ATTN, '0xF6' Command: Down + Up VK_CRSEL Numeric value: 0xF7 Description: CrSel key Alternate spellings: VK_CRSEL, '0xF7' Command: Down + Up VK_EXSEL Numeric value: 0xF8 Description: ExSel key Alternate spellings: VK_EXSEL, '0xF8' Command: Down + Up VK_EREOF Numeric value: 0xF9 Description: Erase EOF key Alternate spellings: VK_EREOF, '0xF9' Command: Down + Up VK_PLAY Numeric value: 0xFA Description: Play key Alternate spellings: VK_PLAY, '0xFA' Command: Down + Up VK_ZOOM Numeric value: 0xFB Description: Zoom key Alternate spellings: VK_ZOOM, '0xFB' Command: Down + Up VK_NONAME Numeric value: 0xFC Description: Reserved Alternate spellings: VK_NONAME, '0xFC' Command: Down + Up VK_PA1 Numeric value: 0xFD Description: PA1 key Alternate spellings: VK_PA1, '0xFD' Command: Down + Up VK_OEM_CLEAR Numeric value: 0xFE Description: Clear key Alternate spellings: VK_OEM_CLEAR, '0xFE' Command: Down + Up