-
Notifications
You must be signed in to change notification settings - Fork 0
/
akeys.txt
374 lines (373 loc) · 5.4 KB
/
akeys.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
Ripped straight from VirutalKey Enum, so ignore the equals value.
//
// The left mouse button.
LeftButton = 1,
//
// The right mouse button.
RightButton = 2,
//
// The cancel key or button
Cancel = 3,
//
// The virtual back key or button.
Back = 8,
//
// The Tab key.
Tab = 9,
//
// The Clear key or button.
Clear = 12,
//
// The Enter key.
Enter = 13,
//
// The Pause key or button.
Pause = 19,
//
// The Caps Lock key or button.
CapitalLock = 20,
//
// The Kana symbol key-shift button
Kana = 21,
//
// The Hangul symbol key-shift button.
Hangul = 21,
//
// The Junja symbol key-shift button.
Junja = 23,
//
// The Final symbol key-shift button.
Final = 24,
//
// The Hanja symbol key shift button.
Hanja = 25,
//
// The Kanji symbol key-shift button.
Kanji = 25,
//
// The Esc key.
Escape = 27,
//
// The convert button or key.
Convert = 28,
//
// The nonconvert button or key.
NonConvert = 29,
//
// The accept button or key.
Accept = 30,
//
// The mode change key.
ModeChange = 31,
//
// The Spacebar key or button.
Space = 32,
//
// The Page Up key.
PageUp = 33,
//
// The Page Down key.
PageDown = 34,
//
// The End key.
End = 35,
//
// The Home key.
Home = 36,
//
// The Left Arrow key.
Left = 37,
//
// The Up Arrow key.
Up = 38,
//
// The Right Arrow key.
Right = 39,
//
// The Down Arrow key.
Down = 40,
//
// The Select key or button.
Select = 41,
//
// The Print key or button.
Print = 42,
//
// The execute key or button.
Execute = 43,
//
// The snapshot key or button.
Snapshot = 44,
//
// The Insert key.
Insert = 45,
//
// The Delete key.
Delete = 46,
//
// The Help key or button.
Help = 47,
//
// The number "0" key.
Number0 = 48,
//
// The number "1" key.
Number1 = 49,
//
// The number "2" key.
Number2 = 50,
//
// The number "3" key.
Number3 = 51,
//
// The number "4" key.
Number4 = 52,
//
// The number "5" key.
Number5 = 53,
//
// The number "6" key.
Number6 = 54,
//
// The number "7" key.
Number7 = 55,
//
// The number "8" key.
Number8 = 56,
//
// The number "9" key.
Number9 = 57,
//
// The letter "A" key.
A = 65,
//
// The letter "B" key.
B = 66,
//
// The letter "C" key.
C = 67,
//
// The letter "D" key.
D = 68,
//
// The letter "E" key.
E = 69,
//
// The letter "F" key.
F = 70,
//
// The letter "G" key.
G = 71,
//
// The letter "H" key.
H = 72,
//
// The letter "I" key.
I = 73,
//
// The letter "J" key.
J = 74,
//
// The letter "K" key.
K = 75,
//
// The letter "L" key.
L = 76,
//
// The letter "M" key.
M = 77,
//
// The letter "N" key.
N = 78,
//
// The letter "O" key.
O = 79,
//
// The letter "P" key.
P = 80,
//
// The letter "Q" key.
Q = 81,
//
// The letter "R" key.
R = 82,
//
// The letter "S" key.
S = 83,
//
// The letter "T" key.
T = 84,
//
// The letter "U" key.
U = 85,
//
// The letter "V" key.
V = 86,
//
// The letter "W" key.
W = 87,
//
// The letter "X" key.
X = 88,
//
// The letter "Y" key.
Y = 89,
//
// The letter "Z" key.
Z = 90,
//
// The left Windows key.
LeftWindows = 91,
//
// The right Windows key.
RightWindows = 92,
//
// The application key or button.
Application = 93,
//
// The sleep key or button.
Sleep = 95,
//
// The number "0" key as located on a numeric pad.
NumberPad0 = 96,
//
// The number "1" key as located on a numeric pad.
NumberPad1 = 97,
//
// The number "2" key as located on a numeric pad.
NumberPad2 = 98,
//
// The number "3" key as located on a numeric pad.
NumberPad3 = 99,
//
// The number "4" key as located on a numeric pad.
NumberPad4 = 100,
//
// The number "5" key as located on a numeric pad.
NumberPad5 = 101,
//
// The number "6" key as located on a numeric pad.
NumberPad6 = 102,
//
// The number "7" key as located on a numeric pad.
NumberPad7 = 103,
//
// The number "8" key as located on a numeric pad.
NumberPad8 = 104,
//
// The number "9" key as located on a numeric pad.
NumberPad9 = 105,
//
// The multiply (*) operation key as located on a numeric pad.
Multiply = 106,
//
// The add (+) operation key as located on a numeric pad.
Add = 107,
//
// The separator key as located on a numeric pad.
Separator = 108,
//
// The subtract (-) operation key as located on a numeric pad.
Subtract = 109,
//
// The decimal (.) key as located on a numeric pad.
Decimal = 110,
//
// The divide (/) operation key as located on a numeric pad.
Divide = 111,
//
// The F1 function key.
F1 = 112,
//
// The F2 function key.
F2 = 113,
//
// The F3 function key.
F3 = 114,
//
// The F4 function key.
F4 = 115,
//
// The F5 function key.
F5 = 116,
//
// The F6 function key.
F6 = 117,
//
// The F7 function key.
F7 = 118,
//
// The F8 function key.
F8 = 119,
//
// The F9 function key.
F9 = 120,
//
// The F10 function key.
F10 = 121,
//
// The F11 function key.
F11 = 122,
//
// The F12 function key.
F12 = 123,
//
// The F13 function key.
F13 = 124,
//
// The F14 function key.
F14 = 125,
//
// The F15 function key.
F15 = 126,
//
// The F16 function key.
F16 = 127,
//
// The F17 function key.
F17 = 128,
//
// The F18 function key.
F18 = 129,
//
// The F19 function key.
F19 = 130,
//
// The F20 function key.
F20 = 131,
//
// The F21 function key.
F21 = 132,
//
// The F22 function key.
F22 = 133,
//
// The F23 function key.
F23 = 134,
//
// The F24 function key.
F24 = 135,
//
// The Num Lock key.
NumberKeyLock = 144,
//
// The Scroll Lock (ScrLk) key.
Scroll = 145,
//
// The left Shift key.
LeftShift = 160,
//
// The right Shift key.
RightShift = 161,
//
// The left Ctrl key.
LeftControl = 162,
//
// The right Ctrl key.
RightControl = 163,
//
// The left alt key.
LeftMenu = 164,
//
// The right alt key.
RightMenu = 165