Constant | Dec | Hex | Oct | Binary | Description |
VK_LBUTTON | 1 | 1 | 1 | 1 | Left MOUSE button |
VK_RBUTTON | 2 | 2 | 2 | 10 | Right MOUSE button |
VK_CANCEL | 3 | 3 | 3 | 11 | Cancel Key (Shift+Break) |
VK_MBUTTON | 4 | 4 | 4 | 100 | Middle MOUSE button |
VK_XBUTTON1 | 5 | 5 | 5 | 101 | X1 MOUSE button |
VK_XBUTTON2 | 6 | 6 | 6 | 110 | X2 MOUSE button |
(no constant) | 7 | 7 | 7 | 111 | Unassigned / Reserved |
VK_BACK | 8 | 8 | 10 | 1000 | Backspace Key |
VK_TAB | 9 | 9 | 11 | 1001 | Tabulator Key |
(no constant) | 10 | A | 12 | 1010 | Unassigned / Reserved |
(no constant) | 11 | B | 13 | 1011 | Unassigned / Reserved |
VK_CLEAR | 12 | C | 14 | 1100 | Clear Key (Numpad 5) |
VK_RETURN | 13 | D | 15 | 1101 | Enter Key |
(no constant) | 14 | E | 16 | 1110 | Unassigned / Reserved |
(no constant) | 15 | F | 17 | 1111 | Unassigned / Reserved |
VK_SHIFT | 16 | 10 | 20 | 10000 | Shift Key |
VK_CONTROL | 17 | 11 | 21 | 10001 | Control Key |
VK_MENU | 18 | 12 | 22 | 10010 | Alt Key |
VK_PAUSE | 19 | 13 | 23 | 10011 | Pause Key |
VK_CAPITAL | 20 | 14 | 24 | 10100 | CapsLock Key |
VK_KANA | 21 | 15 | 25 | 10101 | Also: VK_HANGUL; IME Kana and Hangul Mode |
(no constant) | 22 | 16 | 26 | 10110 | Unassigned / Reserved |
VK_JUNJA | 23 | 17 | 27 | 10111 | IME Junja Mode |
VK_FINAL | 24 | 18 | 30 | 11000 | IME Final Mode |
VK_KANJI | 25 | 19 | 31 | 11001 | Also: VK_HANJA; IME Hanja and Kanji Mode |
(no constant) | 26 | 1A | 32 | 11010 | Unassigned / Reserved |
VK_ESCAPE | 27 | 1B | 33 | 11011 | Escape Key |
VK_CONVERT | 28 | 1C | 34 | 11100 | IME Convert |
VK_NONCONVERT | 29 | 1D | 35 | 11101 | IME NonConvert |
VK_ACCEPT | 30 | 1E | 36 | 11110 | IME Accept |
VK_MODECHANGE | 31 | 1F | 37 | 11111 | IME Mode Change Request |
VK_SPACE | 32 | 20 | 40 | 100000 | Spacebar |
VK_PRIOR | 33 | 21 | 41 | 100001 | Page Up Key |
VK_NEXT | 34 | 22 | 42 | 100010 | Page Down Key |
VK_END | 35 | 23 | 43 | 100011 | End Key |
VK_HOME | 36 | 24 | 44 | 100100 | Home Key |
VK_LEFT | 37 | 25 | 45 | 100101 | Left Key |
VK_UP | 38 | 26 | 46 | 100110 | Up Key |
VK_RIGHT | 39 | 27 | 47 | 100111 | Right Key |
VK_DOWN | 40 | 28 | 50 | 101000 | Down Key |
VK_SELECT | 41 | 29 | 51 | 101001 | Select Key |
VK_PRINT | 42 | 2A | 52 | 101010 | Print Key |
VK_EXECUTE | 43 | 2B | 53 | 101011 | Execute Key |
VK_SNAPSHOT | 44 | 2C | 54 | 101100 | Print Screen Key |
VK_INSERT | 45 | 2D | 55 | 101101 | Insert Key |
VK_DELETE | 46 | 2E | 56 | 101110 | Delete Key |
VK_HELP | 47 | 2F | 57 | 101111 | Help Key |
VK_0 | 48 | 30 | 60 | 110000 | Key 0 |
VK_1 | 49 | 31 | 61 | 110001 | Key 1 |
VK_2 | 50 | 32 | 62 | 110010 | Key 2 |
VK_3 | 51 | 33 | 63 | 110011 | Key 3 |
VK_4 | 52 | 34 | 64 | 110100 | Key 4 |
VK_5 | 53 | 35 | 65 | 110101 | Key 5 |
VK_6 | 54 | 36 | 66 | 110110 | Key 6 |
VK_7 | 55 | 37 | 67 | 110111 | Key 7 |
VK_8 | 56 | 38 | 70 | 111000 | Key 8 |
VK_9 | 57 | 39 | 71 | 111001 | Key 9 |
(no constant) | 58 | 3A | 72 | 111010 | Unassigned / Reserved |
(no constant) | 59 | 3B | 73 | 111011 | Unassigned / Reserved |
(no constant) | 60 | 3C | 74 | 111100 | Unassigned / Reserved |
(no constant) | 61 | 3D | 75 | 111101 | Unassigned / Reserved |
(no constant) | 62 | 3E | 76 | 111110 | Unassigned / Reserved |
(no constant) | 63 | 3F | 77 | 111111 | Unassigned / Reserved |
(no constant) | 64 | 40 | 100 | 1000000 | Unassigned / Reserved |
VK_A | 65 | 41 | 101 | 1000001 | A letter |
VK_B | 66 | 42 | 102 | 1000010 | B letter |
VK_C | 67 | 43 | 103 | 1000011 | C letter |
VK_D | 68 | 44 | 104 | 1000100 | D letter |
VK_E | 69 | 45 | 105 | 1000101 | E letter |
VK_F | 70 | 46 | 106 | 1000110 | F letter |
VK_G | 71 | 47 | 107 | 1000111 | G letter |
VK_H | 72 | 48 | 110 | 1001000 | H letter |
VK_I | 73 | 49 | 111 | 1001001 | I letter |
VK_J | 74 | 4A | 112 | 1001010 | J letter |
VK_K | 75 | 4B | 113 | 1001011 | K letter |
VK_L | 76 | 4C | 114 | 1001100 | L letter |
VK_M | 77 | 4D | 115 | 1001101 | M letter |
VK_N | 78 | 4E | 116 | 1001110 | N letter |
VK_O | 79 | 4F | 117 | 1001111 | O letter |
VK_P | 80 | 50 | 120 | 1010000 | P letter |
VK_Q | 81 | 51 | 121 | 1010001 | Q letter |
VK_R | 82 | 52 | 122 | 1010010 | R letter |
VK_S | 83 | 53 | 123 | 1010011 | S letter |
VK_T | 84 | 54 | 124 | 1010100 | T letter |
VK_U | 85 | 55 | 125 | 1010101 | U letter |
VK_V | 86 | 56 | 126 | 1010110 | V letter |
VK_W | 87 | 57 | 127 | 1010111 | W letter |
VK_X | 88 | 58 | 130 | 1011000 | X letter |
VK_Y | 89 | 59 | 131 | 1011001 | Y letter |
VK_Z | 90 | 5A | 132 | 1011010 | Z letter |
VK_LWIN | 91 | 5B | 133 | 1011011 | Left Windows Key |
VK_RWIN | 92 | 5C | 134 | 1011100 | Right Windows Key |
VK_APPS | 93 | 5D | 135 | 1011101 | Applications Key |
(no constant) | 94 | 5E | 136 | 1011110 | Unassigned / Reserved |
VK_SLEEP | 95 | 5F | 137 | 1011111 | Computer sleep key |
VK_NUMPAD0 | 96 | 60 | 140 | 1100000 | Key 0 (Numpad) |
VK_NUMPAD1 | 97 | 61 | 141 | 1100001 | Key 1 (Numpad) |
VK_NUMPAD2 | 98 | 62 | 142 | 1100010 | Key 2 (Numpad) |
VK_NUMPAD3 | 99 | 63 | 143 | 1100011 | Key 3 (Numpad) |
VK_NUMPAD4 | 100 | 64 | 144 | 1100100 | Key 4 (Numpad) |
VK_NUMPAD5 | 101 | 65 | 145 | 1100101 | Key 5 (Numpad) |
VK_NUMPAD6 | 102 | 66 | 146 | 1100110 | Key 6 (Numpad) |
VK_NUMPAD7 | 103 | 67 | 147 | 1100111 | Key 7 (Numpad) |
VK_NUMPAD8 | 104 | 68 | 150 | 1101000 | Key 8 (Numpad) |
VK_NUMPAD9 | 105 | 69 | 151 | 1101001 | Key 9 (Numpad) |
VK_MULTIPLY | 106 | 6A | 152 | 1101010 | Multiply Key (Numpad) |
VK_ADD | 107 | 6B | 153 | 1101011 | Add key (Numpad) |
VK_SEPARATOR | 108 | 6C | 154 | 1101100 | |
VK_SUBTRACT | 109 | 6D | 155 | 1101101 | Subtract Key (Numpad) |
VK_DECIMAL | 110 | 6E | 156 | 1101110 | Decimal Key (Numpad) |
VK_DIVIDE | 111 | 6F | 157 | 1101111 | Divide Key (Numpad) |
VK_F1 | 112 | 70 | 160 | 1110000 | F1 Key |
VK_F2 | 113 | 71 | 161 | 1110001 | F2 Key |
VK_F3 | 114 | 72 | 162 | 1110010 | F3 Key |
VK_F4 | 115 | 73 | 163 | 1110011 | F4 Key |
VK_F5 | 116 | 74 | 164 | 1110100 | F5 Key |
VK_F6 | 117 | 75 | 165 | 1110101 | F6 Key |
VK_F7 | 118 | 76 | 166 | 1110110 | F7 Key |
VK_F8 | 119 | 77 | 167 | 1110111 | F8 Key |
VK_F9 | 120 | 78 | 170 | 1111000 | F9 Key |
VK_F10 | 121 | 79 | 171 | 1111001 | F10 Key |
VK_F11 | 122 | 7A | 172 | 1111010 | F11 Key |
VK_F12 | 123 | 7B | 173 | 1111011 | F12 Key |
VK_F13 | 124 | 7C | 174 | 1111100 | F13 Key |
VK_F14 | 125 | 7D | 175 | 1111101 | F14 Key |
VK_F15 | 126 | 7E | 176 | 1111110 | F15 Key |
VK_F16 | 127 | 7F | 177 | 1111111 | F16 Key |
VK_F17 | 128 | 80 | 200 | 10000000 | F17 Key |
VK_F18 | 129 | 81 | 201 | 10000001 | F18 Key |
VK_F19 | 130 | 82 | 202 | 10000010 | F19 Key |
VK_F20 | 131 | 83 | 203 | 10000011 | F20 Key |
VK_F21 | 132 | 84 | 204 | 10000100 | F21 Key |
VK_F22 | 133 | 85 | 205 | 10000101 | F22 Key |
VK_F23 | 134 | 86 | 206 | 10000110 | F23 Key |
VK_F24 | 135 | 87 | 207 | 10000111 | F24 Key |
(no constant) | 136 | 88 | 210 | 10001000 | Unassigned / Reserved |
(no constant) | 137 | 89 | 211 | 10001001 | Unassigned / Reserved |
(no constant) | 138 | 8A | 212 | 10001010 | Unassigned / Reserved |
(no constant) | 139 | 8B | 213 | 10001011 | Unassigned / Reserved |
(no constant) | 140 | 8C | 214 | 10001100 | Unassigned / Reserved |
(no constant) | 141 | 8D | 215 | 10001101 | Unassigned / Reserved |
(no constant) | 142 | 8E | 216 | 10001110 | Unassigned / Reserved |
(no constant) | 143 | 8F | 217 | 10001111 | Unassigned / Reserved |
VK_NUMLOCK | 144 | 90 | 220 | 10010000 | Num Lock Key |
VK_SCROLL | 145 | 91 | 221 | 10010001 | Scroll Lock key |
(no constant) | 146 | 92 | 222 | 10010010 | OEM specific |
(no constant) | 147 | 93 | 223 | 10010011 | OEM specific |
(no constant) | 148 | 94 | 224 | 10010100 | OEM specific |
(no constant) | 149 | 95 | 225 | 10010101 | OEM specific |
(no constant) | 150 | 96 | 226 | 10010110 | OEM specific |
(no constant) | 151 | 97 | 227 | 10010111 | Unassigned / Reserved |
(no constant) | 152 | 98 | 230 | 10011000 | Unassigned / Reserved |
(no constant) | 153 | 99 | 231 | 10011001 | Unassigned / Reserved |
(no constant) | 154 | 9A | 232 | 10011010 | Unassigned / Reserved |
(no constant) | 155 | 9B | 233 | 10011011 | Unassigned / Reserved |
(no constant) | 156 | 9C | 234 | 10011100 | Unassigned / Reserved |
(no constant) | 157 | 9D | 235 | 10011101 | Unassigned / Reserved |
(no constant) | 158 | 9E | 236 | 10011110 | Unassigned / Reserved |
(no constant) | 159 | 9F | 237 | 10011111 | Unassigned / Reserved |
VK_LSHIFT | 160 | A0 | 240 | 10100000 | Left Shift Key |
VK_RSHIFT | 161 | A1 | 241 | 10100001 | Right Shift Key |
VK_LCONTROL | 162 | A2 | 242 | 10100010 | Left Control Key |
VK_RCONTROL | 163 | A3 | 243 | 10100011 | Right Control Key |
VK_LMENU | 164 | A4 | 244 | 10100100 | Left Alt Key |
VK_RMENU | 165 | A5 | 245 | 10100101 | Right Alt Key |
VK_BROWSER_BACK | 166 | A6 | 246 | 10100110 | Browser Back Key |
VK_BROWSER_FORWARD | 167 | A7 | 247 | 10100111 | Browser Forward Key |
VK_BROWSER_REFRESH | 168 | A8 | 250 | 10101000 | Browser Refresh Key |
VK_BROWSER_STOP | 169 | A9 | 251 | 10101001 | Browser Stop Key |
VK_BROWSER_SEARCH | 170 | AA | 252 | 10101010 | Browser Search Key |
VK_BROWSER_FAVORITES | 171 | AB | 253 | 10101011 | Browser Favorites Key |
VK_BROWSER_HOME | 172 | AC | 254 | 10101100 | Browser Start And Home Key |
VK_VOLUME_MUTE | 173 | AD | 255 | 10101101 | Volume Mute Key |
VK_VOLUME_DOWN | 174 | AE | 256 | 10101110 | Volume Down Key |
VK_VOLUME_UP | 175 | AF | 257 | 10101111 | Volume Up Key |
VK_MEDIA_NEXT_TRACK | 176 | B0 | 260 | 10110000 | Next Track Key |
VK_MEDIA_PREV_TRACK | 177 | B1 | 261 | 10110001 | Previous Track Key |
VK_MEDIA_STOP | 178 | B2 | 262 | 10110010 | Stop Media Key |
VK_MEDIA_PLAY_PAUSE | 179 | B3 | 263 | 10110011 | Play/pause Media Key |
VK_LAUNCH_MAIL | 180 | B4 | 264 | 10110100 | Start Mail Key |
VK_LAUNCH_MEDIA_SELECT | 181 | B5 | 265 | 10110101 | Select Media Key |
VK_LAUNCH_APP1 | 182 | B6 | 266 | 10110110 | Start Application 1 Key |
VK_LAUNCH_APP2 | 183 | B7 | 267 | 10110111 | Start Application 2 Key |
(no constant) | 184 | B8 | 270 | 10111000 | Unassigned / Reserved |
(no constant) | 185 | B9 | 271 | 10111001 | Unassigned / Reserved |
VK_OEM_1 | 186 | BA | 272 | 10111010 | Misc chars. US: ';:' Key |
VK_OEM_PLUS | 187 | BB | 273 | 10111011 | '+' Key |
VK_OEM_COMMA | 188 | BC | 274 | 10111100 | ',' Key |
VK_OEM_MINUS | 189 | BD | 275 | 10111101 | '-' Key |
VK_OEM_PERIOD | 190 | BE | 276 | 10111110 | '.' Key |
VK_OEM_2 | 191 | BF | 277 | 10111111 | Misc chars. US: '/?' Key |
VK_OEM_3 | 192 | C0 | 300 | 11000000 | Misc chars. US: '`~' key |
(no constant) | 193 | C1 | 301 | 11000001 | Unassigned / Reserved |
(no constant) | 194 | C2 | 302 | 11000010 | Unassigned / Reserved |
(no constant) | 195 | C3 | 303 | 11000011 | Unassigned / Reserved |
(no constant) | 196 | C4 | 304 | 11000100 | Unassigned / Reserved |
(no constant) | 197 | C5 | 305 | 11000101 | Unassigned / Reserved |
(no constant) | 198 | C6 | 306 | 11000110 | Unassigned / Reserved |
(no constant) | 199 | C7 | 307 | 11000111 | Unassigned / Reserved |
(no constant) | 200 | C8 | 310 | 11001000 | Unassigned / Reserved |
(no constant) | 201 | C9 | 311 | 11001001 | Unassigned / Reserved |
(no constant) | 202 | CA | 312 | 11001010 | Unassigned / Reserved |
(no constant) | 203 | CB | 313 | 11001011 | Unassigned / Reserved |
(no constant) | 204 | CC | 314 | 11001100 | Unassigned / Reserved |
(no constant) | 205 | CD | 315 | 11001101 | Unassigned / Reserved |
(no constant) | 206 | CE | 316 | 11001110 | Unassigned / Reserved |
(no constant) | 207 | CF | 317 | 11001111 | Unassigned / Reserved |
(no constant) | 208 | D0 | 320 | 11010000 | Unassigned / Reserved |
(no constant) | 209 | D1 | 321 | 11010001 | Unassigned / Reserved |
(no constant) | 210 | D2 | 322 | 11010010 | Unassigned / Reserved |
(no constant) | 211 | D3 | 323 | 11010011 | Unassigned / Reserved |
(no constant) | 212 | D4 | 324 | 11010100 | Unassigned / Reserved |
(no constant) | 213 | D5 | 325 | 11010101 | Unassigned / Reserved |
(no constant) | 214 | D6 | 326 | 11010110 | Unassigned / Reserved |
(no constant) | 215 | D7 | 327 | 11010111 | Unassigned / Reserved |
(no constant) | 216 | D8 | 330 | 11011000 | Unassigned / Reserved |
(no constant) | 217 | D9 | 331 | 11011001 | Unassigned / Reserved |
(no constant) | 218 | DA | 332 | 11011010 | Unassigned / Reserved |
VK_OEM_4 | 219 | DB | 333 | 11011011 | Misc chars. US: '[{' Key |
VK_OEM_5 | 220 | DC | 334 | 11011100 | Misc chars. US: '\|' Key |
VK_OEM_6 | 221 | DD | 335 | 11011101 | Misc chars. US: ']}' Key |
VK_OEM_7 | 222 | DE | 336 | 11011110 | Misc chars. US: Quotes Key |
VK_OEM_8 | 223 | DF | 337 | 11011111 | Misc chars |
(no constant) | 224 | E0 | 340 | 11100000 | Unassigned / Reserved |
(no constant) | 225 | E1 | 341 | 11100001 | OEM specific |
VK_OEM_102 | 226 | E2 | 342 | 11100010 | Misc chars. US: Bracket / Backslash Key |
(no constant) | 227 | E3 | 343 | 11100011 | OEM specific |
(no constant) | 228 | E4 | 344 | 11100100 | OEM specific |
VK_PROCESSKEY | 229 | E5 | 345 | 11100101 | Unassigned / Reserved |
(no constant) | 230 | E6 | 346 | 11100110 | OEM specific |
VK_PACKET | 231 | E7 | 347 | 11100111 | Used to pass unicode characters |
(no constant) | 232 | E8 | 350 | 11101000 | Unassigned / Reserved |
(no constant) | 233 | E9 | 351 | 11101001 | OEM specific |
(no constant) | 234 | EA | 352 | 11101010 | OEM specific |
(no constant) | 235 | EB | 353 | 11101011 | OEM specific |
(no constant) | 236 | EC | 354 | 11101100 | OEM specific |
(no constant) | 237 | ED | 355 | 11101101 | OEM specific |
(no constant) | 238 | EE | 356 | 11101110 | OEM specific |
(no constant) | 239 | EF | 357 | 11101111 | OEM specific |
(no constant) | 240 | F0 | 360 | 11110000 | OEM specific |
(no constant) | 241 | F1 | 361 | 11110001 | OEM specific |
(no constant) | 242 | F2 | 362 | 11110010 | OEM specific |
(no constant) | 243 | F3 | 363 | 11110011 | OEM specific |
(no constant) | 244 | F4 | 364 | 11110100 | OEM specific |
(no constant) | 245 | F5 | 365 | 11110101 | OEM specific |
VK_ATTN | 246 | F6 | 366 | 11110110 | Attn Key |
VK_CRSEL | 247 | F7 | 367 | 11110111 | Crsel Key |
VK_EXSEL | 248 | F8 | 370 | 11111000 | Exsel Key |
VK_EREOF | 249 | F9 | 371 | 11111001 | Erase EOF Key |
VK_PLAY | 250 | FA | 372 | 11111010 | Play Key |
VK_ZOOM | 251 | FB | 373 | 11111011 | Zoom Key |
VK_NONAME | 252 | FC | 374 | 11111100 | Unassigned / Reserved |
VK_PA1 | 253 | FD | 375 | 11111101 | Pa1 Key |
VK_OEM_CLEAR | 254 | FE | 376 | 11111110 | Clear Key |