comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/include/ks_names.h @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
comparison
equal deleted inserted replaced
67:0e9998148a16 69:33d812a61356
1 /*
2 * This file should be maintained in sync with xlib/X11/keysymdefs.h
3 *
4 * Note that this should be done manually only, because in some cases
5 * keysymdefs.h defines the same integer for multiple keysyms, e.g.:
6 *
7 * #define XK_Greek_LAMDA 0x7CB
8 * #define XK_Greek_LAMBDA 0x7CB
9 *
10 * #define XK_Cyrillic_DZHE 0x6BF
11 * #define XK_Serbian_DZE 0x6BF (deprecated)
12 *
13 */
14 { "BackSpace", 0xFF08 },
15 { "Tab", 0xFF09 },
16 { "Linefeed", 0xFF0A },
17 { "Clear", 0xFF0B },
18 { "Return", 0xFF0D },
19 { "Pause", 0xFF13 },
20 { "Scroll_Lock", 0xFF14 },
21 { "Sys_Req", 0xFF15 },
22 { "Escape", 0xFF1B },
23 { "Multi_key", 0xFF20 },
24 { "Kanji", 0xFF21 },
25 { "Muhenkan", 0xFF22 },
26 { "Henkan_Mode", 0xFF23 },
27 { "Henkan", 0xFF23 },
28 { "Romaji", 0xFF24 },
29 { "Hiragana", 0xFF25 },
30 { "Katakana", 0xFF26 },
31 { "Hiragana_Katakana", 0xFF27 },
32 { "Zenkaku", 0xFF28 },
33 { "Hankaku", 0xFF29 },
34 { "Zenkaku_Hankaku", 0xFF2A },
35 { "Touroku", 0xFF2B },
36 { "Massyo", 0xFF2C },
37 { "Kana_Lock", 0xFF2D },
38 { "Kana_Shift", 0xFF2E },
39 { "Eisu_Shift", 0xFF2F },
40 { "Eisu_toggle", 0xFF30 },
41 { "Hangul", 0xFF31 },
42 { "Hangul_Start", 0xFF32 },
43 { "Hangul_End", 0xFF33 },
44 { "Hangul_Hanja", 0xFF34 },
45 { "Hangul_Jamo", 0xFF35 },
46 { "Hangul_Romaja", 0xFF36 },
47 { "Codeinput", 0xFF37 },
48 { "Hangul_Jeonja", 0xFF38 },
49 { "Hangul_Banja", 0xFF39 },
50 { "Hangul_PreHanja", 0xFF3A },
51 { "Hangul_PostHanja", 0xFF3B },
52 { "SingleCandidate", 0xFF3C },
53 { "MultipleCandidate", 0xFF3D },
54 { "PreviousCandidate", 0xFF3E },
55 { "Hangul_Special", 0xFF3F },
56 { "Home", 0xFF50 },
57 { "Left", 0xFF51 },
58 { "Up", 0xFF52 },
59 { "Right", 0xFF53 },
60 { "Down", 0xFF54 },
61 { "Prior", 0xFF55 },
62 { "Page_Up", 0xFF55 },
63 { "Next", 0xFF56 },
64 { "Page_Down", 0xFF56 },
65 { "End", 0xFF57 },
66 { "Begin", 0xFF58 },
67 { "Win_L", 0xFF5B },
68 { "Win_R", 0xFF5C },
69 { "App", 0xFF5D },
70 { "Select", 0xFF60 },
71 { "Print", 0xFF61 },
72 { "Execute", 0xFF62 },
73 { "Insert", 0xFF63 },
74 { "Undo", 0xFF65 },
75 { "Redo", 0xFF66 },
76 { "Menu", 0xFF67 },
77 { "Find", 0xFF68 },
78 { "Cancel", 0xFF69 },
79 { "Help", 0xFF6A },
80 { "Break", 0xFF6B },
81 { "Mode_switch", 0xFF7E },
82 { "script_switch", 0xFF7E },
83 { "kana_switch", 0xFF7E },
84 { "Arabic_switch", 0xFF7E },
85 { "Greek_switch", 0xFF7E },
86 { "Hebrew_switch", 0xFF7E },
87 { "Num_Lock", 0xFF7F },
88 { "KP_Space", 0xFF80 },
89 { "KP_Tab", 0xFF89 },
90 { "KP_Enter", 0xFF8D },
91 { "KP_F1", 0xFF91 },
92 { "KP_F2", 0xFF92 },
93 { "KP_F3", 0xFF93 },
94 { "KP_F4", 0xFF94 },
95 { "KP_Home", 0xFF95 },
96 { "KP_Left", 0xFF96 },
97 { "KP_Up", 0xFF97 },
98 { "KP_Right", 0xFF98 },
99 { "KP_Down", 0xFF99 },
100 { "KP_Prior", 0xFF9A },
101 { "KP_Page_Up", 0xFF9A },
102 { "KP_Next", 0xFF9B },
103 { "KP_Page_Down", 0xFF9B },
104 { "KP_End", 0xFF9C },
105 { "KP_Begin", 0xFF9D },
106 { "KP_Insert", 0xFF9E },
107 { "KP_Delete", 0xFF9F },
108 { "KP_Multiply", 0xFFAA },
109 { "KP_Add", 0xFFAB },
110 { "KP_Separator", 0xFFAC },
111 { "KP_Subtract", 0xFFAD },
112 { "KP_Decimal", 0xFFAE },
113 { "KP_Divide", 0xFFAF },
114 { "KP_0", 0xFFB0 },
115 { "KP_1", 0xFFB1 },
116 { "KP_2", 0xFFB2 },
117 { "KP_3", 0xFFB3 },
118 { "KP_4", 0xFFB4 },
119 { "KP_5", 0xFFB5 },
120 { "KP_6", 0xFFB6 },
121 { "KP_7", 0xFFB7 },
122 { "KP_8", 0xFFB8 },
123 { "KP_9", 0xFFB9 },
124 { "KP_Equal", 0xFFBD },
125 { "F1", 0xFFBE },
126 { "F2", 0xFFBF },
127 { "F3", 0xFFC0 },
128 { "F4", 0xFFC1 },
129 { "F5", 0xFFC2 },
130 { "F6", 0xFFC3 },
131 { "F7", 0xFFC4 },
132 { "F8", 0xFFC5 },
133 { "F9", 0xFFC6 },
134 { "F10", 0xFFC7 },
135 { "F11", 0xFFC8 },
136 { "L1", 0xFFC8 },
137 { "F12", 0xFFC9 },
138 { "L2", 0xFFC9 },
139 { "F13", 0xFFCA },
140 { "L3", 0xFFCA },
141 { "F14", 0xFFCB },
142 { "L4", 0xFFCB },
143 { "F15", 0xFFCC },
144 { "L5", 0xFFCC },
145 { "F16", 0xFFCD },
146 { "L6", 0xFFCD },
147 { "F17", 0xFFCE },
148 { "L7", 0xFFCE },
149 { "F18", 0xFFCF },
150 { "L8", 0xFFCF },
151 { "F19", 0xFFD0 },
152 { "L9", 0xFFD0 },
153 { "F20", 0xFFD1 },
154 { "L10", 0xFFD1 },
155 { "F21", 0xFFD2 },
156 { "R1", 0xFFD2 },
157 { "F22", 0xFFD3 },
158 { "R2", 0xFFD3 },
159 { "F23", 0xFFD4 },
160 { "R3", 0xFFD4 },
161 { "F24", 0xFFD5 },
162 { "R4", 0xFFD5 },
163 { "F25", 0xFFD6 },
164 { "R5", 0xFFD6 },
165 { "F26", 0xFFD7 },
166 { "R6", 0xFFD7 },
167 { "F27", 0xFFD8 },
168 { "R7", 0xFFD8 },
169 { "F28", 0xFFD9 },
170 { "R8", 0xFFD9 },
171 { "F29", 0xFFDA },
172 { "R9", 0xFFDA },
173 { "F30", 0xFFDB },
174 { "R10", 0xFFDB },
175 { "F31", 0xFFDC },
176 { "R11", 0xFFDC },
177 { "F32", 0xFFDD },
178 { "R12", 0xFFDD },
179 { "F33", 0xFFDE },
180 { "R13", 0xFFDE },
181 { "F34", 0xFFDF },
182 { "R14", 0xFFDF },
183 { "F35", 0xFFE0 },
184 { "R15", 0xFFE0 },
185 { "Shift_L", 0xFFE1 },
186 { "Shift_R", 0xFFE2 },
187 { "Control_L", 0xFFE3 },
188 { "Control_R", 0xFFE4 },
189 { "Caps_Lock", 0xFFE5 },
190 { "Shift_Lock", 0xFFE6 },
191 { "Meta_L", 0xFFE7 },
192 { "Meta_R", 0xFFE8 },
193 { "Alt_L", 0xFFE9 },
194 { "Alt_R", 0xFFEA },
195 { "Super_L", 0xFFEB },
196 { "Super_R", 0xFFEC },
197 { "Hyper_L", 0xFFED },
198 { "Hyper_R", 0xFFEE },
199 { "braille_dot_1", 0xFFF1 },
200 { "braille_dot_2", 0xFFF2 },
201 { "braille_dot_3", 0xFFF3 },
202 { "braille_dot_4", 0xFFF4 },
203 { "braille_dot_5", 0xFFF5 },
204 { "braille_dot_6", 0xFFF6 },
205 { "braille_dot_7", 0xFFF7 },
206 { "braille_dot_8", 0xFFF8 },
207 { "braille_dot_9", 0xFFF9 },
208 { "braille_dot_10", 0xFFFA },
209 { "Delete", 0xFFFF },
210 { "ISO_Lock", 0xFE01 },
211 { "ISO_Level2_Latch", 0xFE02 },
212 { "ISO_Level3_Shift", 0xFE03 },
213 { "ISO_Level3_Latch", 0xFE04 },
214 { "ISO_Level3_Lock", 0xFE05 },
215 { "ISO_Group_Latch", 0xFE06 },
216 { "ISO_Group_Lock", 0xFE07 },
217 { "ISO_Next_Group", 0xFE08 },
218 { "ISO_Next_Group_Lock", 0xFE09 },
219 { "ISO_Prev_Group", 0xFE0A },
220 { "ISO_Prev_Group_Lock", 0xFE0B },
221 { "ISO_First_Group", 0xFE0C },
222 { "ISO_First_Group_Lock", 0xFE0D },
223 { "ISO_Last_Group", 0xFE0E },
224 { "ISO_Last_Group_Lock", 0xFE0F },
225 { "ISO_Level5_Shift", 0xFE11 },
226 { "ISO_Level5_Latch", 0xFE12 },
227 { "ISO_Level5_Lock", 0xFE13 },
228 { "ISO_Left_Tab", 0xFE20 },
229 { "ISO_Move_Line_Up", 0xFE21 },
230 { "ISO_Move_Line_Down", 0xFE22 },
231 { "ISO_Partial_Line_Up", 0xFE23 },
232 { "ISO_Partial_Line_Down", 0xFE24 },
233 { "ISO_Partial_Space_Left", 0xFE25 },
234 { "ISO_Partial_Space_Right", 0xFE26 },
235 { "ISO_Set_Margin_Left", 0xFE27 },
236 { "ISO_Set_Margin_Right", 0xFE28 },
237 { "ISO_Release_Margin_Left", 0xFE29 },
238 { "ISO_Release_Margin_Right", 0xFE2A },
239 { "ISO_Release_Both_Margins", 0xFE2B },
240 { "ISO_Fast_Cursor_Left", 0xFE2C },
241 { "ISO_Fast_Cursor_Right", 0xFE2D },
242 { "ISO_Fast_Cursor_Up", 0xFE2E },
243 { "ISO_Fast_Cursor_Down", 0xFE2F },
244 { "ISO_Continuous_Underline", 0xFE30 },
245 { "ISO_Discontinuous_Underline", 0xFE31 },
246 { "ISO_Emphasize", 0xFE32 },
247 { "ISO_Center_Object", 0xFE33 },
248 { "ISO_Enter", 0xFE34 },
249 { "dead_grave", 0xFE50 },
250 { "dead_acute", 0xFE51 },
251 { "dead_circumflex", 0xFE52 },
252 { "dead_tilde", 0xFE53 },
253 { "dead_perispomeni", 0xFE53 },
254 { "dead_macron", 0xFE54 },
255 { "dead_breve", 0xFE55 },
256 { "dead_abovedot", 0xFE56 },
257 { "dead_diaeresis", 0xFE57 },
258 { "dead_abovering", 0xFE58 },
259 { "dead_doubleacute", 0xFE59 },
260 { "dead_caron", 0xFE5A },
261 { "dead_cedilla", 0xFE5B },
262 { "dead_ogonek", 0xFE5C },
263 { "dead_iota", 0xFE5D },
264 { "dead_voiced_sound", 0xFE5E },
265 { "dead_semivoiced_sound", 0xFE5F },
266 { "dead_belowdot", 0xFE60 },
267 { "dead_hook", 0xFE61 },
268 { "dead_horn", 0xFE62 },
269 { "dead_stroke", 0xFE63 },
270 { "dead_abovecomma", 0xFE64 },
271 { "dead_psili", 0xFE64 },
272 { "dead_abovereversedcomma", 0xFE65 },
273 { "dead_dasia", 0xFE65 },
274 { "dead_doublegrave", 0xFE66 },
275 { "dead_belowring", 0xFE67 },
276 { "dead_belowmacron", 0xFE68 },
277 { "dead_belowcircumflex", 0xFE69 },
278 { "dead_belowtilde", 0xFE6A },
279 { "dead_belowbreve", 0xFE6B },
280 { "dead_belowdiaeresis", 0xFE6C },
281 { "dead_invertedbreve", 0xFE6D },
282 { "dead_belowcomma", 0xFE6E },
283 { "dead_currency", 0xFE6F },
284 { "AccessX_Enable", 0xFE70 },
285 { "AccessX_Feedback_Enable", 0xFE71 },
286 { "RepeatKeys_Enable", 0xFE72 },
287 { "SlowKeys_Enable", 0xFE73 },
288 { "BounceKeys_Enable", 0xFE74 },
289 { "StickyKeys_Enable", 0xFE75 },
290 { "MouseKeys_Enable", 0xFE76 },
291 { "MouseKeys_Accel_Enable", 0xFE77 },
292 { "Overlay1_Enable", 0xFE78 },
293 { "Overlay2_Enable", 0xFE79 },
294 { "AudibleBell_Enable", 0xFE7A },
295 { "dead_a", 0xFE80 },
296 { "dead_A", 0xFE81 },
297 { "dead_e", 0xFE82 },
298 { "dead_E", 0xFE83 },
299 { "dead_i", 0xFE84 },
300 { "dead_I", 0xFE85 },
301 { "dead_o", 0xFE86 },
302 { "dead_O", 0xFE87 },
303 { "dead_u", 0xFE88 },
304 { "dead_U", 0xFE89 },
305 { "dead_small_schwa", 0xFE8A },
306 { "dead_capital_schwa", 0xFE8B },
307 { "dead_greek", 0xFE8C },
308 { "dead_lowline", 0xFE90 },
309 { "dead_aboveverticalline", 0xFE91 },
310 { "dead_belowverticalline", 0xFE92 },
311 { "dead_longsolidusoverlay", 0xFE93 },
312 { "ch", 0xFEA0 },
313 { "Ch", 0xFEA1 },
314 { "CH", 0xFEA2 },
315 { "c_h", 0xFEA3 },
316 { "C_h", 0xFEA4 },
317 { "C_H", 0xFEA5 },
318 { "First_Virtual_Screen", 0xFED0 },
319 { "Prev_Virtual_Screen", 0xFED1 },
320 { "Next_Virtual_Screen", 0xFED2 },
321 { "Last_Virtual_Screen", 0xFED4 },
322 { "Terminate_Server", 0xFED5 },
323 { "Pointer_Left", 0xFEE0 },
324 { "Pointer_Right", 0xFEE1 },
325 { "Pointer_Up", 0xFEE2 },
326 { "Pointer_Down", 0xFEE3 },
327 { "Pointer_UpLeft", 0xFEE4 },
328 { "Pointer_UpRight", 0xFEE5 },
329 { "Pointer_DownLeft", 0xFEE6 },
330 { "Pointer_DownRight", 0xFEE7 },
331 { "Pointer_Button_Dflt", 0xFEE8 },
332 { "Pointer_Button1", 0xFEE9 },
333 { "Pointer_Button2", 0xFEEA },
334 { "Pointer_Button3", 0xFEEB },
335 { "Pointer_Button4", 0xFEEC },
336 { "Pointer_Button5", 0xFEED },
337 { "Pointer_DblClick_Dflt", 0xFEEE },
338 { "Pointer_DblClick1", 0xFEEF },
339 { "Pointer_DblClick2", 0xFEF0 },
340 { "Pointer_DblClick3", 0xFEF1 },
341 { "Pointer_DblClick4", 0xFEF2 },
342 { "Pointer_DblClick5", 0xFEF3 },
343 { "Pointer_Drag_Dflt", 0xFEF4 },
344 { "Pointer_Drag1", 0xFEF5 },
345 { "Pointer_Drag2", 0xFEF6 },
346 { "Pointer_Drag3", 0xFEF7 },
347 { "Pointer_Drag4", 0xFEF8 },
348 { "Pointer_EnableKeys", 0xFEF9 },
349 { "Pointer_Accelerate", 0xFEFA },
350 { "Pointer_DfltBtnNext", 0xFEFB },
351 { "Pointer_DfltBtnPrev", 0xFEFC },
352 { "Pointer_Drag5", 0xFEFD },
353 { "space", 0x20 },
354 { "exclam", 0x21 },
355 { "quotedbl", 0x22 },
356 { "numbersign", 0x23 },
357 { "dollar", 0x24 },
358 { "percent", 0x25 },
359 { "ampersand", 0x26 },
360 { "apostrophe", 0x27 },
361 { "quoteright", 0x27 },
362 { "parenleft", 0x28 },
363 { "parenright", 0x29 },
364 { "asterisk", 0x2A },
365 { "plus", 0x2B },
366 { "comma", 0x2C },
367 { "minus", 0x2D },
368 { "period", 0x2E },
369 { "slash", 0x2F },
370 { "0", 0x30 },
371 { "1", 0x31 },
372 { "2", 0x32 },
373 { "3", 0x33 },
374 { "4", 0x34 },
375 { "5", 0x35 },
376 { "6", 0x36 },
377 { "7", 0x37 },
378 { "8", 0x38 },
379 { "9", 0x39 },
380 { "colon", 0x3A },
381 { "semicolon", 0x3B },
382 { "less", 0x3C },
383 { "equal", 0x3D },
384 { "greater", 0x3E },
385 { "question", 0x3F },
386 { "at", 0x40 },
387 { "A", 0x41 },
388 { "B", 0x42 },
389 { "C", 0x43 },
390 { "D", 0x44 },
391 { "E", 0x45 },
392 { "F", 0x46 },
393 { "G", 0x47 },
394 { "H", 0x48 },
395 { "I", 0x49 },
396 { "J", 0x4A },
397 { "K", 0x4B },
398 { "L", 0x4C },
399 { "M", 0x4D },
400 { "N", 0x4E },
401 { "O", 0x4F },
402 { "P", 0x50 },
403 { "Q", 0x51 },
404 { "R", 0x52 },
405 { "S", 0x53 },
406 { "T", 0x54 },
407 { "U", 0x55 },
408 { "V", 0x56 },
409 { "W", 0x57 },
410 { "X", 0x58 },
411 { "Y", 0x59 },
412 { "Z", 0x5A },
413 { "bracketleft", 0x5B },
414 { "backslash", 0x5C },
415 { "bracketright", 0x5D },
416 { "asciicircum", 0x5E },
417 { "underscore", 0x5F },
418 { "grave", 0x60 },
419 { "quoteleft", 0x60 },
420 { "a", 0x61 },
421 { "b", 0x62 },
422 { "c", 0x63 },
423 { "d", 0x64 },
424 { "e", 0x65 },
425 { "f", 0x66 },
426 { "g", 0x67 },
427 { "h", 0x68 },
428 { "i", 0x69 },
429 { "j", 0x6A },
430 { "k", 0x6B },
431 { "l", 0x6C },
432 { "m", 0x6D },
433 { "n", 0x6E },
434 { "o", 0x6F },
435 { "p", 0x70 },
436 { "q", 0x71 },
437 { "r", 0x72 },
438 { "s", 0x73 },
439 { "t", 0x74 },
440 { "u", 0x75 },
441 { "v", 0x76 },
442 { "w", 0x77 },
443 { "x", 0x78 },
444 { "y", 0x79 },
445 { "z", 0x7A },
446 { "braceleft", 0x7B },
447 { "bar", 0x7C },
448 { "braceright", 0x7D },
449 { "asciitilde", 0x7E },
450 { "nobreakspace", 0xA0 },
451 { "exclamdown", 0xA1 },
452 { "cent", 0xA2 },
453 { "sterling", 0xA3 },
454 { "currency", 0xA4 },
455 { "yen", 0xA5 },
456 { "brokenbar", 0xA6 },
457 { "section", 0xA7 },
458 { "diaeresis", 0xA8 },
459 { "copyright", 0xA9 },
460 { "ordfeminine", 0xAA },
461 { "guillemotleft", 0xAB },
462 { "notsign", 0xAC },
463 { "hyphen", 0xAD },
464 { "registered", 0xAE },
465 { "macron", 0xAF },
466 { "degree", 0xB0 },
467 { "plusminus", 0xB1 },
468 { "twosuperior", 0xB2 },
469 { "threesuperior", 0xB3 },
470 { "acute", 0xB4 },
471 { "mu", 0xB5 },
472 { "paragraph", 0xB6 },
473 { "periodcentered", 0xB7 },
474 { "cedilla", 0xB8 },
475 { "onesuperior", 0xB9 },
476 { "masculine", 0xBA },
477 { "guillemotright", 0xBB },
478 { "onequarter", 0xBC },
479 { "onehalf", 0xBD },
480 { "threequarters", 0xBE },
481 { "questiondown", 0xBF },
482 { "Agrave", 0xC0 },
483 { "Aacute", 0xC1 },
484 { "Acircumflex", 0xC2 },
485 { "Atilde", 0xC3 },
486 { "Adiaeresis", 0xC4 },
487 { "Aring", 0xC5 },
488 { "AE", 0xC6 },
489 { "Ccedilla", 0xC7 },
490 { "Egrave", 0xC8 },
491 { "Eacute", 0xC9 },
492 { "Ecircumflex", 0xCA },
493 { "Ediaeresis", 0xCB },
494 { "Igrave", 0xCC },
495 { "Iacute", 0xCD },
496 { "Icircumflex", 0xCE },
497 { "Idiaeresis", 0xCF },
498 { "ETH", 0xD0 },
499 { "Eth", 0xD0 },
500 { "Ntilde", 0xD1 },
501 { "Ograve", 0xD2 },
502 { "Oacute", 0xD3 },
503 { "Ocircumflex", 0xD4 },
504 { "Otilde", 0xD5 },
505 { "Odiaeresis", 0xD6 },
506 { "multiply", 0xD7 },
507 { "Oslash", 0xD8 },
508 { "Ooblique", 0xD8 },
509 { "Ugrave", 0xD9 },
510 { "Uacute", 0xDA },
511 { "Ucircumflex", 0xDB },
512 { "Udiaeresis", 0xDC },
513 { "Yacute", 0xDD },
514 { "THORN", 0xDE },
515 { "Thorn", 0xDE },
516 { "ssharp", 0xDF },
517 { "agrave", 0xE0 },
518 { "aacute", 0xE1 },
519 { "acircumflex", 0xE2 },
520 { "atilde", 0xE3 },
521 { "adiaeresis", 0xE4 },
522 { "aring", 0xE5 },
523 { "ae", 0xE6 },
524 { "ccedilla", 0xE7 },
525 { "egrave", 0xE8 },
526 { "eacute", 0xE9 },
527 { "ecircumflex", 0xEA },
528 { "ediaeresis", 0xEB },
529 { "igrave", 0xEC },
530 { "iacute", 0xED },
531 { "icircumflex", 0xEE },
532 { "idiaeresis", 0xEF },
533 { "eth", 0xF0 },
534 { "ntilde", 0xF1 },
535 { "ograve", 0xF2 },
536 { "oacute", 0xF3 },
537 { "ocircumflex", 0xF4 },
538 { "otilde", 0xF5 },
539 { "odiaeresis", 0xF6 },
540 { "division", 0xF7 },
541 { "oslash", 0xF8 },
542 { "ugrave", 0xF9 },
543 { "uacute", 0xFA },
544 { "ucircumflex", 0xFB },
545 { "udiaeresis", 0xFC },
546 { "yacute", 0xFD },
547 { "thorn", 0xFE },
548 { "ydiaeresis", 0xFF },
549 { "Aogonek", 0x1A1 },
550 { "breve", 0x1A2 },
551 { "Lstroke", 0x1A3 },
552 { "Lcaron", 0x1A5 },
553 { "Sacute", 0x1A6 },
554 { "Scaron", 0x1A9 },
555 { "Scedilla", 0x1AA },
556 { "Tcaron", 0x1AB },
557 { "Zacute", 0x1AC },
558 { "Zcaron", 0x1AE },
559 { "Zabovedot", 0x1AF },
560 { "aogonek", 0x1B1 },
561 { "ogonek", 0x1B2 },
562 { "lstroke", 0x1B3 },
563 { "lcaron", 0x1B5 },
564 { "sacute", 0x1B6 },
565 { "caron", 0x1B7 },
566 { "scaron", 0x1B9 },
567 { "scedilla", 0x1BA },
568 { "tcaron", 0x1BB },
569 { "zacute", 0x1BC },
570 { "doubleacute", 0x1BD },
571 { "zcaron", 0x1BE },
572 { "zabovedot", 0x1BF },
573 { "Racute", 0x1C0 },
574 { "Abreve", 0x1C3 },
575 { "Lacute", 0x1C5 },
576 { "Cacute", 0x1C6 },
577 { "Ccaron", 0x1C8 },
578 { "Eogonek", 0x1CA },
579 { "Ecaron", 0x1CC },
580 { "Dcaron", 0x1CF },
581 { "Dstroke", 0x1D0 },
582 { "Nacute", 0x1D1 },
583 { "Ncaron", 0x1D2 },
584 { "Odoubleacute", 0x1D5 },
585 { "Rcaron", 0x1D8 },
586 { "Uring", 0x1D9 },
587 { "Udoubleacute", 0x1DB },
588 { "Tcedilla", 0x1DE },
589 { "racute", 0x1E0 },
590 { "abreve", 0x1E3 },
591 { "lacute", 0x1E5 },
592 { "cacute", 0x1E6 },
593 { "ccaron", 0x1E8 },
594 { "eogonek", 0x1EA },
595 { "ecaron", 0x1EC },
596 { "dcaron", 0x1EF },
597 { "dstroke", 0x1F0 },
598 { "nacute", 0x1F1 },
599 { "ncaron", 0x1F2 },
600 { "odoubleacute", 0x1F5 },
601 { "rcaron", 0x1F8 },
602 { "uring", 0x1F9 },
603 { "udoubleacute", 0x1FB },
604 { "tcedilla", 0x1FE },
605 { "abovedot", 0x1FF },
606 { "Hstroke", 0x2A1 },
607 { "Hcircumflex", 0x2A6 },
608 { "Iabovedot", 0x2A9 },
609 { "Gbreve", 0x2AB },
610 { "Jcircumflex", 0x2AC },
611 { "hstroke", 0x2B1 },
612 { "hcircumflex", 0x2B6 },
613 { "idotless", 0x2B9 },
614 { "gbreve", 0x2BB },
615 { "jcircumflex", 0x2BC },
616 { "Cabovedot", 0x2C5 },
617 { "Ccircumflex", 0x2C6 },
618 { "Gabovedot", 0x2D5 },
619 { "Gcircumflex", 0x2D8 },
620 { "Ubreve", 0x2DD },
621 { "Scircumflex", 0x2DE },
622 { "cabovedot", 0x2E5 },
623 { "ccircumflex", 0x2E6 },
624 { "gabovedot", 0x2F5 },
625 { "gcircumflex", 0x2F8 },
626 { "ubreve", 0x2FD },
627 { "scircumflex", 0x2FE },
628 { "kra", 0x3A2 },
629 { "kappa", 0x3A2 },
630 { "Rcedilla", 0x3A3 },
631 { "Itilde", 0x3A5 },
632 { "Lcedilla", 0x3A6 },
633 { "Emacron", 0x3AA },
634 { "Gcedilla", 0x3AB },
635 { "Tslash", 0x3AC },
636 { "rcedilla", 0x3B3 },
637 { "itilde", 0x3B5 },
638 { "lcedilla", 0x3B6 },
639 { "emacron", 0x3BA },
640 { "gcedilla", 0x3BB },
641 { "gacute", 0x3BB },
642 { "tslash", 0x3BC },
643 { "ENG", 0x3BD },
644 { "eng", 0x3BF },
645 { "Amacron", 0x3C0 },
646 { "Iogonek", 0x3C7 },
647 { "Eabovedot", 0x3CC },
648 { "Imacron", 0x3CF },
649 { "Ncedilla", 0x3D1 },
650 { "Omacron", 0x3D2 },
651 { "Kcedilla", 0x3D3 },
652 { "Uogonek", 0x3D9 },
653 { "Utilde", 0x3DD },
654 { "Umacron", 0x3DE },
655 { "amacron", 0x3E0 },
656 { "iogonek", 0x3E7 },
657 { "eabovedot", 0x3EC },
658 { "imacron", 0x3EF },
659 { "ncedilla", 0x3F1 },
660 { "omacron", 0x3F2 },
661 { "kcedilla", 0x3F3 },
662 { "uogonek", 0x3F9 },
663 { "utilde", 0x3FD },
664 { "umacron", 0x3FE },
665 { "OE", 0x13BC },
666 { "oe", 0x13BD },
667 { "Ydiaeresis", 0x13BE },
668 { "overline", 0x47E },
669 { "kana_fullstop", 0x4A1 },
670 { "kana_openingbracket", 0x4A2 },
671 { "kana_closingbracket", 0x4A3 },
672 { "kana_comma", 0x4A4 },
673 { "kana_conjunctive", 0x4A5 },
674 { "kana_middledot", 0x4A5 },
675 { "kana_WO", 0x4A6 },
676 { "kana_a", 0x4A7 },
677 { "kana_i", 0x4A8 },
678 { "kana_u", 0x4A9 },
679 { "kana_e", 0x4AA },
680 { "kana_o", 0x4AB },
681 { "kana_ya", 0x4AC },
682 { "kana_yu", 0x4AD },
683 { "kana_yo", 0x4AE },
684 { "kana_tsu", 0x4AF },
685 { "kana_tu", 0x4AF },
686 { "prolongedsound", 0x4B0 },
687 { "kana_A", 0x4B1 },
688 { "kana_I", 0x4B2 },
689 { "kana_U", 0x4B3 },
690 { "kana_E", 0x4B4 },
691 { "kana_O", 0x4B5 },
692 { "kana_KA", 0x4B6 },
693 { "kana_KI", 0x4B7 },
694 { "kana_KU", 0x4B8 },
695 { "kana_KE", 0x4B9 },
696 { "kana_KO", 0x4BA },
697 { "kana_SA", 0x4BB },
698 { "kana_SHI", 0x4BC },
699 { "kana_SU", 0x4BD },
700 { "kana_SE", 0x4BE },
701 { "kana_SO", 0x4BF },
702 { "kana_TA", 0x4C0 },
703 { "kana_CHI", 0x4C1 },
704 { "kana_TI", 0x4C1 },
705 { "kana_TSU", 0x4C2 },
706 { "kana_TU", 0x4C2 },
707 { "kana_TE", 0x4C3 },
708 { "kana_TO", 0x4C4 },
709 { "kana_NA", 0x4C5 },
710 { "kana_NI", 0x4C6 },
711 { "kana_NU", 0x4C7 },
712 { "kana_NE", 0x4C8 },
713 { "kana_NO", 0x4C9 },
714 { "kana_HA", 0x4CA },
715 { "kana_HI", 0x4CB },
716 { "kana_FU", 0x4CC },
717 { "kana_HU", 0x4CC },
718 { "kana_HE", 0x4CD },
719 { "kana_HO", 0x4CE },
720 { "kana_MA", 0x4CF },
721 { "kana_MI", 0x4D0 },
722 { "kana_MU", 0x4D1 },
723 { "kana_ME", 0x4D2 },
724 { "kana_MO", 0x4D3 },
725 { "kana_YA", 0x4D4 },
726 { "kana_YU", 0x4D5 },
727 { "kana_YO", 0x4D6 },
728 { "kana_RA", 0x4D7 },
729 { "kana_RI", 0x4D8 },
730 { "kana_RU", 0x4D9 },
731 { "kana_RE", 0x4DA },
732 { "kana_RO", 0x4DB },
733 { "kana_WA", 0x4DC },
734 { "kana_N", 0x4DD },
735 { "voicedsound", 0x4DE },
736 { "semivoicedsound", 0x4DF },
737 { "Arabic_comma", 0x5AC },
738 { "Arabic_semicolon", 0x5BB },
739 { "Arabic_question_mark", 0x5BF },
740 { "Arabic_hamza", 0x5C1 },
741 { "Arabic_maddaonalef", 0x5C2 },
742 { "Arabic_hamzaonalef", 0x5C3 },
743 { "Arabic_hamzaonwaw", 0x5C4 },
744 { "Arabic_hamzaunderalef", 0x5C5 },
745 { "Arabic_hamzaonyeh", 0x5C6 },
746 { "Arabic_alef", 0x5C7 },
747 { "Arabic_beh", 0x5C8 },
748 { "Arabic_tehmarbuta", 0x5C9 },
749 { "Arabic_teh", 0x5CA },
750 { "Arabic_theh", 0x5CB },
751 { "Arabic_jeem", 0x5CC },
752 { "Arabic_hah", 0x5CD },
753 { "Arabic_khah", 0x5CE },
754 { "Arabic_dal", 0x5CF },
755 { "Arabic_thal", 0x5D0 },
756 { "Arabic_ra", 0x5D1 },
757 { "Arabic_zain", 0x5D2 },
758 { "Arabic_seen", 0x5D3 },
759 { "Arabic_sheen", 0x5D4 },
760 { "Arabic_sad", 0x5D5 },
761 { "Arabic_dad", 0x5D6 },
762 { "Arabic_tah", 0x5D7 },
763 { "Arabic_zah", 0x5D8 },
764 { "Arabic_ain", 0x5D9 },
765 { "Arabic_ghain", 0x5DA },
766 { "Arabic_tatweel", 0x5E0 },
767 { "Arabic_feh", 0x5E1 },
768 { "Arabic_qaf", 0x5E2 },
769 { "Arabic_kaf", 0x5E3 },
770 { "Arabic_lam", 0x5E4 },
771 { "Arabic_meem", 0x5E5 },
772 { "Arabic_noon", 0x5E6 },
773 { "Arabic_ha", 0x5E7 },
774 { "Arabic_heh", 0x5E7 },
775 { "Arabic_waw", 0x5E8 },
776 { "Arabic_alefmaksura", 0x5E9 },
777 { "Arabic_yeh", 0x5EA },
778 { "Arabic_fathatan", 0x5EB },
779 { "Arabic_dammatan", 0x5EC },
780 { "Arabic_kasratan", 0x5ED },
781 { "Arabic_fatha", 0x5EE },
782 { "Arabic_damma", 0x5EF },
783 { "Arabic_kasra", 0x5F0 },
784 { "Arabic_shadda", 0x5F1 },
785 { "Arabic_sukun", 0x5F2 },
786 { "Serbian_dje", 0x6A1 },
787 { "Macedonia_gje", 0x6A2 },
788 { "Cyrillic_io", 0x6A3 },
789 { "Ukrainian_ie", 0x6A4 },
790 { "Ukranian_je", 0x6A4 },
791 { "Macedonia_dse", 0x6A5 },
792 { "Ukrainian_i", 0x6A6 },
793 { "Ukranian_i", 0x6A6 },
794 { "Ukrainian_yi", 0x6A7 },
795 { "Ukranian_yi", 0x6A7 },
796 { "Cyrillic_je", 0x6A8 },
797 { "Serbian_je", 0x6A8 },
798 { "Cyrillic_lje", 0x6A9 },
799 { "Serbian_lje", 0x6A9 },
800 { "Cyrillic_nje", 0x6AA },
801 { "Serbian_nje", 0x6AA },
802 { "Serbian_tshe", 0x6AB },
803 { "Macedonia_kje", 0x6AC },
804 { "Ukrainian_ghe_with_upturn", 0x6AD },
805 { "Byelorussian_shortu", 0x6AE },
806 { "Cyrillic_dzhe", 0x6AF },
807 { "Serbian_dze", 0x6AF },
808 { "numerosign", 0x6B0 },
809 { "Serbian_DJE", 0x6B1 },
810 { "Macedonia_GJE", 0x6B2 },
811 { "Cyrillic_IO", 0x6B3 },
812 { "Ukrainian_IE", 0x6B4 },
813 { "Ukranian_JE", 0x6B4 },
814 { "Macedonia_DSE", 0x6B5 },
815 { "Ukrainian_I", 0x6B6 },
816 { "Ukranian_I", 0x6B6 },
817 { "Ukrainian_YI", 0x6B7 },
818 { "Ukranian_YI", 0x6B7 },
819 { "Cyrillic_JE", 0x6B8 },
820 { "Serbian_JE", 0x6B8 },
821 { "Cyrillic_LJE", 0x6B9 },
822 { "Serbian_LJE", 0x6B9 },
823 { "Cyrillic_NJE", 0x6BA },
824 { "Serbian_NJE", 0x6BA },
825 { "Serbian_TSHE", 0x6BB },
826 { "Macedonia_KJE", 0x6BC },
827 { "Ukrainian_GHE_WITH_UPTURN", 0x6BD },
828 { "Byelorussian_SHORTU", 0x6BE },
829 { "Cyrillic_DZHE", 0x6BF },
830 { "Serbian_DZE", 0x6BF },
831 { "Cyrillic_yu", 0x6C0 },
832 { "Cyrillic_a", 0x6C1 },
833 { "Cyrillic_be", 0x6C2 },
834 { "Cyrillic_tse", 0x6C3 },
835 { "Cyrillic_de", 0x6C4 },
836 { "Cyrillic_ie", 0x6C5 },
837 { "Cyrillic_ef", 0x6C6 },
838 { "Cyrillic_ghe", 0x6C7 },
839 { "Cyrillic_ha", 0x6C8 },
840 { "Cyrillic_i", 0x6C9 },
841 { "Cyrillic_shorti", 0x6CA },
842 { "Cyrillic_ka", 0x6CB },
843 { "Cyrillic_el", 0x6CC },
844 { "Cyrillic_em", 0x6CD },
845 { "Cyrillic_en", 0x6CE },
846 { "Cyrillic_o", 0x6CF },
847 { "Cyrillic_pe", 0x6D0 },
848 { "Cyrillic_ya", 0x6D1 },
849 { "Cyrillic_er", 0x6D2 },
850 { "Cyrillic_es", 0x6D3 },
851 { "Cyrillic_te", 0x6D4 },
852 { "Cyrillic_u", 0x6D5 },
853 { "Cyrillic_zhe", 0x6D6 },
854 { "Cyrillic_ve", 0x6D7 },
855 { "Cyrillic_softsign", 0x6D8 },
856 { "Cyrillic_yeru", 0x6D9 },
857 { "Cyrillic_ze", 0x6DA },
858 { "Cyrillic_sha", 0x6DB },
859 { "Cyrillic_e", 0x6DC },
860 { "Cyrillic_shcha", 0x6DD },
861 { "Cyrillic_che", 0x6DE },
862 { "Cyrillic_hardsign", 0x6DF },
863 { "Cyrillic_YU", 0x6E0 },
864 { "Cyrillic_A", 0x6E1 },
865 { "Cyrillic_BE", 0x6E2 },
866 { "Cyrillic_TSE", 0x6E3 },
867 { "Cyrillic_DE", 0x6E4 },
868 { "Cyrillic_IE", 0x6E5 },
869 { "Cyrillic_EF", 0x6E6 },
870 { "Cyrillic_GHE", 0x6E7 },
871 { "Cyrillic_HA", 0x6E8 },
872 { "Cyrillic_I", 0x6E9 },
873 { "Cyrillic_SHORTI", 0x6EA },
874 { "Cyrillic_KA", 0x6EB },
875 { "Cyrillic_EL", 0x6EC },
876 { "Cyrillic_EM", 0x6ED },
877 { "Cyrillic_EN", 0x6EE },
878 { "Cyrillic_O", 0x6EF },
879 { "Cyrillic_PE", 0x6F0 },
880 { "Cyrillic_YA", 0x6F1 },
881 { "Cyrillic_ER", 0x6F2 },
882 { "Cyrillic_ES", 0x6F3 },
883 { "Cyrillic_TE", 0x6F4 },
884 { "Cyrillic_U", 0x6F5 },
885 { "Cyrillic_ZHE", 0x6F6 },
886 { "Cyrillic_VE", 0x6F7 },
887 { "Cyrillic_SOFTSIGN", 0x6F8 },
888 { "Cyrillic_YERU", 0x6F9 },
889 { "Cyrillic_ZE", 0x6FA },
890 { "Cyrillic_SHA", 0x6FB },
891 { "Cyrillic_E", 0x6FC },
892 { "Cyrillic_SHCHA", 0x6FD },
893 { "Cyrillic_CHE", 0x6FE },
894 { "Cyrillic_HARDSIGN", 0x6FF },
895 { "Greek_ALPHAaccent", 0x7A1 },
896 { "Greek_EPSILONaccent", 0x7A2 },
897 { "Greek_ETAaccent", 0x7A3 },
898 { "Greek_IOTAaccent", 0x7A4 },
899 { "Greek_IOTAdieresis", 0x7A5 },
900 { "Greek_IOTAdiaeresis", 0x7A5 },
901 { "Greek_IOTAaccentdiaeresis", 0x7A6 },
902 { "Greek_OMICRONaccent", 0x7A7 },
903 { "Greek_UPSILONaccent", 0x7A8 },
904 { "Greek_UPSILONdieresis", 0x7A9 },
905 { "Greek_UPSILONaccentdieresis", 0x7AA },
906 { "Greek_OMEGAaccent", 0x7AB },
907 { "Greek_accentdieresis", 0x7AE },
908 { "Greek_horizbar", 0x7AF },
909 { "Greek_alphaaccent", 0x7B1 },
910 { "Greek_epsilonaccent", 0x7B2 },
911 { "Greek_etaaccent", 0x7B3 },
912 { "Greek_iotaaccent", 0x7B4 },
913 { "Greek_iotadieresis", 0x7B5 },
914 { "Greek_iotaaccentdieresis", 0x7B6 },
915 { "Greek_omicronaccent", 0x7B7 },
916 { "Greek_upsilonaccent", 0x7B8 },
917 { "Greek_upsilondieresis", 0x7B9 },
918 { "Greek_upsilonaccentdieresis", 0x7BA },
919 { "Greek_omegaaccent", 0x7BB },
920 { "Greek_ALPHA", 0x7C1 },
921 { "Greek_BETA", 0x7C2 },
922 { "Greek_GAMMA", 0x7C3 },
923 { "Greek_DELTA", 0x7C4 },
924 { "Greek_EPSILON", 0x7C5 },
925 { "Greek_ZETA", 0x7C6 },
926 { "Greek_ETA", 0x7C7 },
927 { "Greek_THETA", 0x7C8 },
928 { "Greek_IOTA", 0x7C9 },
929 { "Greek_KAPPA", 0x7CA },
930 { "Greek_LAMDA", 0x7CB },
931 { "Greek_LAMBDA", 0x7CB },
932 { "Greek_MU", 0x7CC },
933 { "Greek_NU", 0x7CD },
934 { "Greek_XI", 0x7CE },
935 { "Greek_OMICRON", 0x7CF },
936 { "Greek_PI", 0x7D0 },
937 { "Greek_RHO", 0x7D1 },
938 { "Greek_SIGMA", 0x7D2 },
939 { "Greek_TAU", 0x7D4 },
940 { "Greek_UPSILON", 0x7D5 },
941 { "Greek_PHI", 0x7D6 },
942 { "Greek_CHI", 0x7D7 },
943 { "Greek_PSI", 0x7D8 },
944 { "Greek_OMEGA", 0x7D9 },
945 { "Greek_alpha", 0x7E1 },
946 { "Greek_beta", 0x7E2 },
947 { "Greek_gamma", 0x7E3 },
948 { "Greek_delta", 0x7E4 },
949 { "Greek_epsilon", 0x7E5 },
950 { "Greek_zeta", 0x7E6 },
951 { "Greek_eta", 0x7E7 },
952 { "Greek_theta", 0x7E8 },
953 { "Greek_iota", 0x7E9 },
954 { "Greek_kappa", 0x7EA },
955 { "Greek_lamda", 0x7EB },
956 { "Greek_lambda", 0x7EB },
957 { "Greek_mu", 0x7EC },
958 { "Greek_nu", 0x7ED },
959 { "Greek_xi", 0x7EE },
960 { "Greek_omicron", 0x7EF },
961 { "Greek_pi", 0x7F0 },
962 { "Greek_rho", 0x7F1 },
963 { "Greek_sigma", 0x7F2 },
964 { "Greek_finalsmallsigma", 0x7F3 },
965 { "Greek_tau", 0x7F4 },
966 { "Greek_upsilon", 0x7F5 },
967 { "Greek_phi", 0x7F6 },
968 { "Greek_chi", 0x7F7 },
969 { "Greek_psi", 0x7F8 },
970 { "Greek_omega", 0x7F9 },
971 { "leftradical", 0x8A1 },
972 { "topleftradical", 0x8A2 },
973 { "horizconnector", 0x8A3 },
974 { "topintegral", 0x8A4 },
975 { "botintegral", 0x8A5 },
976 { "vertconnector", 0x8A6 },
977 { "topleftsqbracket", 0x8A7 },
978 { "botleftsqbracket", 0x8A8 },
979 { "toprightsqbracket", 0x8A9 },
980 { "botrightsqbracket", 0x8AA },
981 { "topleftparens", 0x8AB },
982 { "botleftparens", 0x8AC },
983 { "toprightparens", 0x8AD },
984 { "botrightparens", 0x8AE },
985 { "leftmiddlecurlybrace", 0x8AF },
986 { "rightmiddlecurlybrace", 0x8B0 },
987 { "topleftsummation", 0x8B1 },
988 { "botleftsummation", 0x8B2 },
989 { "topvertsummationconnector", 0x8B3 },
990 { "botvertsummationconnector", 0x8B4 },
991 { "toprightsummation", 0x8B5 },
992 { "botrightsummation", 0x8B6 },
993 { "rightmiddlesummation", 0x8B7 },
994 { "lessthanequal", 0x8BC },
995 { "notequal", 0x8BD },
996 { "greaterthanequal", 0x8BE },
997 { "integral", 0x8BF },
998 { "therefore", 0x8C0 },
999 { "variation", 0x8C1 },
1000 { "infinity", 0x8C2 },
1001 { "nabla", 0x8C5 },
1002 { "approximate", 0x8C8 },
1003 { "similarequal", 0x8C9 },
1004 { "ifonlyif", 0x8CD },
1005 { "implies", 0x8CE },
1006 { "identical", 0x8CF },
1007 { "radical", 0x8D6 },
1008 { "includedin", 0x8DA },
1009 { "includes", 0x8DB },
1010 { "intersection", 0x8DC },
1011 { "union", 0x8DD },
1012 { "logicaland", 0x8DE },
1013 { "logicalor", 0x8DF },
1014 { "partialderivative", 0x8EF },
1015 { "function", 0x8F6 },
1016 { "leftarrow", 0x8FB },
1017 { "uparrow", 0x8FC },
1018 { "rightarrow", 0x8FD },
1019 { "downarrow", 0x8FE },
1020 { "blank", 0x9DF },
1021 { "soliddiamond", 0x9E0 },
1022 { "checkerboard", 0x9E1 },
1023 { "ht", 0x9E2 },
1024 { "ff", 0x9E3 },
1025 { "cr", 0x9E4 },
1026 { "lf", 0x9E5 },
1027 { "nl", 0x9E8 },
1028 { "vt", 0x9E9 },
1029 { "lowrightcorner", 0x9EA },
1030 { "uprightcorner", 0x9EB },
1031 { "upleftcorner", 0x9EC },
1032 { "lowleftcorner", 0x9ED },
1033 { "crossinglines", 0x9EE },
1034 { "horizlinescan1", 0x9EF },
1035 { "horizlinescan3", 0x9F0 },
1036 { "horizlinescan5", 0x9F1 },
1037 { "horizlinescan7", 0x9F2 },
1038 { "horizlinescan9", 0x9F3 },
1039 { "leftt", 0x9F4 },
1040 { "rightt", 0x9F5 },
1041 { "bott", 0x9F6 },
1042 { "topt", 0x9F7 },
1043 { "vertbar", 0x9F8 },
1044 { "emspace", 0xAA1 },
1045 { "enspace", 0xAA2 },
1046 { "em3space", 0xAA3 },
1047 { "em4space", 0xAA4 },
1048 { "digitspace", 0xAA5 },
1049 { "punctspace", 0xAA6 },
1050 { "thinspace", 0xAA7 },
1051 { "hairspace", 0xAA8 },
1052 { "emdash", 0xAA9 },
1053 { "endash", 0xAAA },
1054 { "signifblank", 0xAAC },
1055 { "ellipsis", 0xAAE },
1056 { "doubbaselinedot", 0xAAF },
1057 { "onethird", 0xAB0 },
1058 { "twothirds", 0xAB1 },
1059 { "onefifth", 0xAB2 },
1060 { "twofifths", 0xAB3 },
1061 { "threefifths", 0xAB4 },
1062 { "fourfifths", 0xAB5 },
1063 { "onesixth", 0xAB6 },
1064 { "fivesixths", 0xAB7 },
1065 { "careof", 0xAB8 },
1066 { "figdash", 0xABB },
1067 { "leftanglebracket", 0xABC },
1068 { "decimalpoint", 0xABD },
1069 { "rightanglebracket", 0xABE },
1070 { "marker", 0xABF },
1071 { "oneeighth", 0xAC3 },
1072 { "threeeighths", 0xAC4 },
1073 { "fiveeighths", 0xAC5 },
1074 { "seveneighths", 0xAC6 },
1075 { "trademark", 0xAC9 },
1076 { "signaturemark", 0xACA },
1077 { "trademarkincircle", 0xACB },
1078 { "leftopentriangle", 0xACC },
1079 { "rightopentriangle", 0xACD },
1080 { "emopencircle", 0xACE },
1081 { "emopenrectangle", 0xACF },
1082 { "leftsinglequotemark", 0xAD0 },
1083 { "rightsinglequotemark", 0xAD1 },
1084 { "leftdoublequotemark", 0xAD2 },
1085 { "rightdoublequotemark", 0xAD3 },
1086 { "prescription", 0xAD4 },
1087 { "permille", 0xAD5 },
1088 { "minutes", 0xAD6 },
1089 { "seconds", 0xAD7 },
1090 { "latincross", 0xAD9 },
1091 { "hexagram", 0xADA },
1092 { "filledrectbullet", 0xADB },
1093 { "filledlefttribullet", 0xADC },
1094 { "filledrighttribullet", 0xADD },
1095 { "emfilledcircle", 0xADE },
1096 { "emfilledrect", 0xADF },
1097 { "enopencircbullet", 0xAE0 },
1098 { "enopensquarebullet", 0xAE1 },
1099 { "openrectbullet", 0xAE2 },
1100 { "opentribulletup", 0xAE3 },
1101 { "opentribulletdown", 0xAE4 },
1102 { "openstar", 0xAE5 },
1103 { "enfilledcircbullet", 0xAE6 },
1104 { "enfilledsqbullet", 0xAE7 },
1105 { "filledtribulletup", 0xAE8 },
1106 { "filledtribulletdown", 0xAE9 },
1107 { "leftpointer", 0xAEA },
1108 { "rightpointer", 0xAEB },
1109 { "club", 0xAEC },
1110 { "diamond", 0xAED },
1111 { "heart", 0xAEE },
1112 { "maltesecross", 0xAF0 },
1113 { "dagger", 0xAF1 },
1114 { "doubledagger", 0xAF2 },
1115 { "checkmark", 0xAF3 },
1116 { "ballotcross", 0xAF4 },
1117 { "musicalsharp", 0xAF5 },
1118 { "musicalflat", 0xAF6 },
1119 { "malesymbol", 0xAF7 },
1120 { "femalesymbol", 0xAF8 },
1121 { "telephone", 0xAF9 },
1122 { "telephonerecorder", 0xAFA },
1123 { "phonographcopyright", 0xAFB },
1124 { "caret", 0xAFC },
1125 { "singlelowquotemark", 0xAFD },
1126 { "doublelowquotemark", 0xAFE },
1127 { "cursor", 0xAFF },
1128 { "leftcaret", 0xBA3 },
1129 { "rightcaret", 0xBA6 },
1130 { "downcaret", 0xBA8 },
1131 { "upcaret", 0xBA9 },
1132 { "overbar", 0xBC0 },
1133 { "downtack", 0xBC2 },
1134 { "upshoe", 0xBC3 },
1135 { "downstile", 0xBC4 },
1136 { "underbar", 0xBC6 },
1137 { "jot", 0xBCA },
1138 { "quad", 0xBCC },
1139 { "uptack", 0xBCE },
1140 { "circle", 0xBCF },
1141 { "upstile", 0xBD3 },
1142 { "downshoe", 0xBD6 },
1143 { "rightshoe", 0xBD8 },
1144 { "leftshoe", 0xBDA },
1145 { "lefttack", 0xBDC },
1146 { "righttack", 0xBFC },
1147 { "hebrew_doublelowline", 0xCDF },
1148 { "hebrew_aleph", 0xCE0 },
1149 { "hebrew_bet", 0xCE1 },
1150 { "hebrew_beth", 0xCE1 },
1151 { "hebrew_gimel", 0xCE2 },
1152 { "hebrew_gimmel", 0xCE2 },
1153 { "hebrew_dalet", 0xCE3 },
1154 { "hebrew_daleth", 0xCE3 },
1155 { "hebrew_he", 0xCE4 },
1156 { "hebrew_waw", 0xCE5 },
1157 { "hebrew_zain", 0xCE6 },
1158 { "hebrew_zayin", 0xCE6 },
1159 { "hebrew_chet", 0xCE7 },
1160 { "hebrew_het", 0xCE7 },
1161 { "hebrew_tet", 0xCE8 },
1162 { "hebrew_teth", 0xCE8 },
1163 { "hebrew_yod", 0xCE9 },
1164 { "hebrew_finalkaph", 0xCEA },
1165 { "hebrew_kaph", 0xCEB },
1166 { "hebrew_lamed", 0xCEC },
1167 { "hebrew_finalmem", 0xCED },
1168 { "hebrew_mem", 0xCEE },
1169 { "hebrew_finalnun", 0xCEF },
1170 { "hebrew_nun", 0xCF0 },
1171 { "hebrew_samech", 0xCF1 },
1172 { "hebrew_samekh", 0xCF1 },
1173 { "hebrew_ayin", 0xCF2 },
1174 { "hebrew_finalpe", 0xCF3 },
1175 { "hebrew_pe", 0xCF4 },
1176 { "hebrew_finalzade", 0xCF5 },
1177 { "hebrew_finalzadi", 0xCF5 },
1178 { "hebrew_zade", 0xCF6 },
1179 { "hebrew_zadi", 0xCF6 },
1180 { "hebrew_qoph", 0xCF7 },
1181 { "hebrew_kuf", 0xCF7 },
1182 { "hebrew_resh", 0xCF8 },
1183 { "hebrew_shin", 0xCF9 },
1184 { "hebrew_taw", 0xCFA },
1185 { "hebrew_taf", 0xCFA },
1186 { "Thai_kokai", 0xDA1 },
1187 { "Thai_khokhai", 0xDA2 },
1188 { "Thai_khokhuat", 0xDA3 },
1189 { "Thai_khokhwai", 0xDA4 },
1190 { "Thai_khokhon", 0xDA5 },
1191 { "Thai_khorakhang", 0xDA6 },
1192 { "Thai_ngongu", 0xDA7 },
1193 { "Thai_chochan", 0xDA8 },
1194 { "Thai_choching", 0xDA9 },
1195 { "Thai_chochang", 0xDAA },
1196 { "Thai_soso", 0xDAB },
1197 { "Thai_chochoe", 0xDAC },
1198 { "Thai_yoying", 0xDAD },
1199 { "Thai_dochada", 0xDAE },
1200 { "Thai_topatak", 0xDAF },
1201 { "Thai_thothan", 0xDB0 },
1202 { "Thai_thonangmontho", 0xDB1 },
1203 { "Thai_thophuthao", 0xDB2 },
1204 { "Thai_nonen", 0xDB3 },
1205 { "Thai_dodek", 0xDB4 },
1206 { "Thai_totao", 0xDB5 },
1207 { "Thai_thothung", 0xDB6 },
1208 { "Thai_thothahan", 0xDB7 },
1209 { "Thai_thothong", 0xDB8 },
1210 { "Thai_nonu", 0xDB9 },
1211 { "Thai_bobaimai", 0xDBA },
1212 { "Thai_popla", 0xDBB },
1213 { "Thai_phophung", 0xDBC },
1214 { "Thai_fofa", 0xDBD },
1215 { "Thai_phophan", 0xDBE },
1216 { "Thai_fofan", 0xDBF },
1217 { "Thai_phosamphao", 0xDC0 },
1218 { "Thai_moma", 0xDC1 },
1219 { "Thai_yoyak", 0xDC2 },
1220 { "Thai_rorua", 0xDC3 },
1221 { "Thai_ru", 0xDC4 },
1222 { "Thai_loling", 0xDC5 },
1223 { "Thai_lu", 0xDC6 },
1224 { "Thai_wowaen", 0xDC7 },
1225 { "Thai_sosala", 0xDC8 },
1226 { "Thai_sorusi", 0xDC9 },
1227 { "Thai_sosua", 0xDCA },
1228 { "Thai_hohip", 0xDCB },
1229 { "Thai_lochula", 0xDCC },
1230 { "Thai_oang", 0xDCD },
1231 { "Thai_honokhuk", 0xDCE },
1232 { "Thai_paiyannoi", 0xDCF },
1233 { "Thai_saraa", 0xDD0 },
1234 { "Thai_maihanakat", 0xDD1 },
1235 { "Thai_saraaa", 0xDD2 },
1236 { "Thai_saraam", 0xDD3 },
1237 { "Thai_sarai", 0xDD4 },
1238 { "Thai_saraii", 0xDD5 },
1239 { "Thai_saraue", 0xDD6 },
1240 { "Thai_sarauee", 0xDD7 },
1241 { "Thai_sarau", 0xDD8 },
1242 { "Thai_sarauu", 0xDD9 },
1243 { "Thai_phinthu", 0xDDA },
1244 { "Thai_maihanakat_maitho", 0xDDE },
1245 { "Thai_baht", 0xDDF },
1246 { "Thai_sarae", 0xDE0 },
1247 { "Thai_saraae", 0xDE1 },
1248 { "Thai_sarao", 0xDE2 },
1249 { "Thai_saraaimaimuan", 0xDE3 },
1250 { "Thai_saraaimaimalai", 0xDE4 },
1251 { "Thai_lakkhangyao", 0xDE5 },
1252 { "Thai_maiyamok", 0xDE6 },
1253 { "Thai_maitaikhu", 0xDE7 },
1254 { "Thai_maiek", 0xDE8 },
1255 { "Thai_maitho", 0xDE9 },
1256 { "Thai_maitri", 0xDEA },
1257 { "Thai_maichattawa", 0xDEB },
1258 { "Thai_thanthakhat", 0xDEC },
1259 { "Thai_nikhahit", 0xDED },
1260 { "Thai_leksun", 0xDF0 },
1261 { "Thai_leknung", 0xDF1 },
1262 { "Thai_leksong", 0xDF2 },
1263 { "Thai_leksam", 0xDF3 },
1264 { "Thai_leksi", 0xDF4 },
1265 { "Thai_lekha", 0xDF5 },
1266 { "Thai_lekhok", 0xDF6 },
1267 { "Thai_lekchet", 0xDF7 },
1268 { "Thai_lekpaet", 0xDF8 },
1269 { "Thai_lekkao", 0xDF9 },
1270 { "Hangul_Kiyeog", 0xEA1 },
1271 { "Hangul_SsangKiyeog", 0xEA2 },
1272 { "Hangul_KiyeogSios", 0xEA3 },
1273 { "Hangul_Nieun", 0xEA4 },
1274 { "Hangul_NieunJieuj", 0xEA5 },
1275 { "Hangul_NieunHieuh", 0xEA6 },
1276 { "Hangul_Dikeud", 0xEA7 },
1277 { "Hangul_SsangDikeud", 0xEA8 },
1278 { "Hangul_Rieul", 0xEA9 },
1279 { "Hangul_RieulKiyeog", 0xEAA },
1280 { "Hangul_RieulMieum", 0xEAB },
1281 { "Hangul_RieulPieub", 0xEAC },
1282 { "Hangul_RieulSios", 0xEAD },
1283 { "Hangul_RieulTieut", 0xEAE },
1284 { "Hangul_RieulPhieuf", 0xEAF },
1285 { "Hangul_RieulHieuh", 0xEB0 },
1286 { "Hangul_Mieum", 0xEB1 },
1287 { "Hangul_Pieub", 0xEB2 },
1288 { "Hangul_SsangPieub", 0xEB3 },
1289 { "Hangul_PieubSios", 0xEB4 },
1290 { "Hangul_Sios", 0xEB5 },
1291 { "Hangul_SsangSios", 0xEB6 },
1292 { "Hangul_Ieung", 0xEB7 },
1293 { "Hangul_Jieuj", 0xEB8 },
1294 { "Hangul_SsangJieuj", 0xEB9 },
1295 { "Hangul_Cieuc", 0xEBA },
1296 { "Hangul_Khieuq", 0xEBB },
1297 { "Hangul_Tieut", 0xEBC },
1298 { "Hangul_Phieuf", 0xEBD },
1299 { "Hangul_Hieuh", 0xEBE },
1300 { "Hangul_A", 0xEBF },
1301 { "Hangul_AE", 0xEC0 },
1302 { "Hangul_YA", 0xEC1 },
1303 { "Hangul_YAE", 0xEC2 },
1304 { "Hangul_EO", 0xEC3 },
1305 { "Hangul_E", 0xEC4 },
1306 { "Hangul_YEO", 0xEC5 },
1307 { "Hangul_YE", 0xEC6 },
1308 { "Hangul_O", 0xEC7 },
1309 { "Hangul_WA", 0xEC8 },
1310 { "Hangul_WAE", 0xEC9 },
1311 { "Hangul_OE", 0xECA },
1312 { "Hangul_YO", 0xECB },
1313 { "Hangul_U", 0xECC },
1314 { "Hangul_WEO", 0xECD },
1315 { "Hangul_WE", 0xECE },
1316 { "Hangul_WI", 0xECF },
1317 { "Hangul_YU", 0xED0 },
1318 { "Hangul_EU", 0xED1 },
1319 { "Hangul_YI", 0xED2 },
1320 { "Hangul_I", 0xED3 },
1321 { "Hangul_J_Kiyeog", 0xED4 },
1322 { "Hangul_J_SsangKiyeog", 0xED5 },
1323 { "Hangul_J_KiyeogSios", 0xED6 },
1324 { "Hangul_J_Nieun", 0xED7 },
1325 { "Hangul_J_NieunJieuj", 0xED8 },
1326 { "Hangul_J_NieunHieuh", 0xED9 },
1327 { "Hangul_J_Dikeud", 0xEDA },
1328 { "Hangul_J_Rieul", 0xEDB },
1329 { "Hangul_J_RieulKiyeog", 0xEDC },
1330 { "Hangul_J_RieulMieum", 0xEDD },
1331 { "Hangul_J_RieulPieub", 0xEDE },
1332 { "Hangul_J_RieulSios", 0xEDF },
1333 { "Hangul_J_RieulTieut", 0xEE0 },
1334 { "Hangul_J_RieulPhieuf", 0xEE1 },
1335 { "Hangul_J_RieulHieuh", 0xEE2 },
1336 { "Hangul_J_Mieum", 0xEE3 },
1337 { "Hangul_J_Pieub", 0xEE4 },
1338 { "Hangul_J_PieubSios", 0xEE5 },
1339 { "Hangul_J_Sios", 0xEE6 },
1340 { "Hangul_J_SsangSios", 0xEE7 },
1341 { "Hangul_J_Ieung", 0xEE8 },
1342 { "Hangul_J_Jieuj", 0xEE9 },
1343 { "Hangul_J_Cieuc", 0xEEA },
1344 { "Hangul_J_Khieuq", 0xEEB },
1345 { "Hangul_J_Tieut", 0xEEC },
1346 { "Hangul_J_Phieuf", 0xEED },
1347 { "Hangul_J_Hieuh", 0xEEE },
1348 { "Hangul_RieulYeorinHieuh", 0xEEF },
1349 { "Hangul_SunkyeongeumMieum", 0xEF0 },
1350 { "Hangul_SunkyeongeumPieub", 0xEF1 },
1351 { "Hangul_PanSios", 0xEF2 },
1352 { "Hangul_KkogjiDalrinIeung", 0xEF3 },
1353 { "Hangul_SunkyeongeumPhieuf", 0xEF4 },
1354 { "Hangul_YeorinHieuh", 0xEF5 },
1355 { "Hangul_AraeA", 0xEF6 },
1356 { "Hangul_AraeAE", 0xEF7 },
1357 { "Hangul_J_PanSios", 0xEF8 },
1358 { "Hangul_J_KkogjiDalrinIeung", 0xEF9 },
1359 { "Hangul_J_YeorinHieuh", 0xEFA },
1360 { "Korean_Won", 0xEFF },
1361 { "XF86ModeLock", 0x1008FF01 },
1362 { "XF86MonBrightnessUp", 0x1008FF02 },
1363 { "XF86MonBrightnessDown", 0x1008FF03 },
1364 { "XF86KbdLightOnOff", 0x1008FF04 },
1365 { "XF86KbdBrightnessUp", 0x1008FF05 },
1366 { "XF86KbdBrightnessDown", 0x1008FF06 },
1367 { "XF86MonBrightnessCycle", 0x1008FF07 },
1368 { "XF86Standby", 0x1008FF10 },
1369 { "XF86AudioLowerVolume", 0x1008FF11 },
1370 { "XF86AudioMute", 0x1008FF12 },
1371 { "XF86AudioRaiseVolume", 0x1008FF13 },
1372 { "XF86AudioPlay", 0x1008FF14 },
1373 { "XF86AudioStop", 0x1008FF15 },
1374 { "XF86AudioPrev", 0x1008FF16 },
1375 { "XF86AudioNext", 0x1008FF17 },
1376 { "XF86HomePage", 0x1008FF18 },
1377 { "XF86Mail", 0x1008FF19 },
1378 { "XF86Start", 0x1008FF1A },
1379 { "XF86Search", 0x1008FF1B },
1380 { "XF86AudioRecord", 0x1008FF1C },
1381 { "XF86Calculator", 0x1008FF1D },
1382 { "XF86Memo", 0x1008FF1E },
1383 { "XF86ToDoList", 0x1008FF1F },
1384 { "XF86Calendar", 0x1008FF20 },
1385 { "XF86PowerDown", 0x1008FF21 },
1386 { "XF86ContrastAdjust", 0x1008FF22 },
1387 { "XF86RockerUp", 0x1008FF23 },
1388 { "XF86RockerDown", 0x1008FF24 },
1389 { "XF86RockerEnter", 0x1008FF25 },
1390 { "XF86Back", 0x1008FF26 },
1391 { "XF86Forward", 0x1008FF27 },
1392 { "XF86Stop", 0x1008FF28 },
1393 { "XF86Refresh", 0x1008FF29 },
1394 { "XF86PowerOff", 0x1008FF2A },
1395 { "XF86WakeUp", 0x1008FF2B },
1396 { "XF86Eject", 0x1008FF2C },
1397 { "XF86ScreenSaver", 0x1008FF2D },
1398 { "XF86WWW", 0x1008FF2E },
1399 { "XF86Sleep", 0x1008FF2F },
1400 { "XF86Favorites", 0x1008FF30 },
1401 { "XF86AudioPause", 0x1008FF31 },
1402 { "XF86AudioMedia", 0x1008FF32 },
1403 { "XF86MyComputer", 0x1008FF33 },
1404 { "XF86VendorHome", 0x1008FF34 },
1405 { "XF86LightBulb", 0x1008FF35 },
1406 { "XF86Shop", 0x1008FF36 },
1407 { "XF86History", 0x1008FF37 },
1408 { "XF86OpenURL", 0x1008FF38 },
1409 { "XF86AddFavorite", 0x1008FF39 },
1410 { "XF86HotLinks", 0x1008FF3A },
1411 { "XF86BrightnessAdjust", 0x1008FF3B },
1412 { "XF86Finance", 0x1008FF3C },
1413 { "XF86Community", 0x1008FF3D },
1414 { "XF86AudioRewind", 0x1008FF3E },
1415 { "XF86BackForward", 0x1008FF3F },
1416 { "XF86Launch0", 0x1008FF40 },
1417 { "XF86Launch1", 0x1008FF41 },
1418 { "XF86Launch2", 0x1008FF42 },
1419 { "XF86Launch3", 0x1008FF43 },
1420 { "XF86Launch4", 0x1008FF44 },
1421 { "XF86Launch5", 0x1008FF45 },
1422 { "XF86Launch6", 0x1008FF46 },
1423 { "XF86Launch7", 0x1008FF47 },
1424 { "XF86Launch8", 0x1008FF48 },
1425 { "XF86Launch9", 0x1008FF49 },
1426 { "XF86LaunchA", 0x1008FF4A },
1427 { "XF86LaunchB", 0x1008FF4B },
1428 { "XF86LaunchC", 0x1008FF4C },
1429 { "XF86LaunchD", 0x1008FF4D },
1430 { "XF86LaunchE", 0x1008FF4E },
1431 { "XF86LaunchF", 0x1008FF4F },
1432 { "XF86ApplicationLeft", 0x1008FF50 },
1433 { "XF86ApplicationRight", 0x1008FF51 },
1434 { "XF86Book", 0x1008FF52 },
1435 { "XF86CD", 0x1008FF53 },
1436 { "XF86Calculater", 0x1008FF54 },
1437 { "XF86Clear", 0x1008FF55 },
1438 { "XF86Close", 0x1008FF56 },
1439 { "XF86Copy", 0x1008FF57 },
1440 { "XF86Cut", 0x1008FF58 },
1441 { "XF86Display", 0x1008FF59 },
1442 { "XF86DOS", 0x1008FF5A },
1443 { "XF86Documents", 0x1008FF5B },
1444 { "XF86Excel", 0x1008FF5C },
1445 { "XF86Explorer", 0x1008FF5D },
1446 { "XF86Game", 0x1008FF5E },
1447 { "XF86Go", 0x1008FF5F },
1448 { "XF86iTouch", 0x1008FF60 },
1449 { "XF86LogOff", 0x1008FF61 },
1450 { "XF86Market", 0x1008FF62 },
1451 { "XF86Meeting", 0x1008FF63 },
1452 { "XF86MenuKB", 0x1008FF65 },
1453 { "XF86MenuPB", 0x1008FF66 },
1454 { "XF86MySites", 0x1008FF67 },
1455 { "XF86New", 0x1008FF68 },
1456 { "XF86News", 0x1008FF69 },
1457 { "XF86OfficeHome", 0x1008FF6A },
1458 { "XF86Open", 0x1008FF6B },
1459 { "XF86Option", 0x1008FF6C },
1460 { "XF86Paste", 0x1008FF6D },
1461 { "XF86Phone", 0x1008FF6E },
1462 { "XF86Q", 0x1008FF70 },
1463 { "XF86Reply", 0x1008FF72 },
1464 { "XF86Reload", 0x1008FF73 },
1465 { "XF86RotateWindows", 0x1008FF74 },
1466 { "XF86RotationPB", 0x1008FF75 },
1467 { "XF86RotationKB", 0x1008FF76 },
1468 { "XF86Save", 0x1008FF77 },
1469 { "XF86ScrollUp", 0x1008FF78 },
1470 { "XF86ScrollDown", 0x1008FF79 },
1471 { "XF86ScrollClick", 0x1008FF7A },
1472 { "XF86Send", 0x1008FF7B },
1473 { "XF86Spell", 0x1008FF7C },
1474 { "XF86SplitScreen", 0x1008FF7D },
1475 { "XF86Support", 0x1008FF7E },
1476 { "XF86TaskPane", 0x1008FF7F },
1477 { "XF86Terminal", 0x1008FF80 },
1478 { "XF86Tools", 0x1008FF81 },
1479 { "XF86Travel", 0x1008FF82 },
1480 { "XF86UserPB", 0x1008FF84 },
1481 { "XF86User1KB", 0x1008FF85 },
1482 { "XF86User2KB", 0x1008FF86 },
1483 { "XF86Video", 0x1008FF87 },
1484 { "XF86WheelButton", 0x1008FF88 },
1485 { "XF86Word", 0x1008FF89 },
1486 { "XF86Xfer", 0x1008FF8A },
1487 { "XF86ZoomIn", 0x1008FF8B },
1488 { "XF86ZoomOut", 0x1008FF8C },
1489 { "XF86Away", 0x1008FF8D },
1490 { "XF86Messenger", 0x1008FF8E },
1491 { "XF86WebCam", 0x1008FF8F },
1492 { "XF86MailForward", 0x1008FF90 },
1493 { "XF86Pictures", 0x1008FF91 },
1494 { "XF86Music", 0x1008FF92 },
1495 { "XF86Battery", 0x1008FF93 },
1496 { "XF86Bluetooth", 0x1008FF94 },
1497 { "XF86WLAN", 0x1008FF95 },
1498 { "XF86UWB", 0x1008FF96 },
1499 { "XF86AudioForward", 0x1008FF97 },
1500 { "XF86AudioRepeat", 0x1008FF98 },
1501 { "XF86AudioRandomPlay", 0x1008FF99 },
1502 { "XF86Subtitle", 0x1008FF9A },
1503 { "XF86AudioCycleTrack", 0x1008FF9B },
1504 { "XF86CycleAngle", 0x1008FF9C },
1505 { "XF86FrameBack", 0x1008FF9D },
1506 { "XF86FrameForward", 0x1008FF9E },
1507 { "XF86Time", 0x1008FF9F },
1508 { "XF86Select", 0x1008FFA0 },
1509 { "XF86View", 0x1008FFA1 },
1510 { "XF86TopMenu", 0x1008FFA2 },
1511 { "XF86Red", 0x1008FFA3 },
1512 { "XF86Green", 0x1008FFA4 },
1513 { "XF86Yellow", 0x1008FFA5 },
1514 { "XF86Blue", 0x1008FFA6 },
1515 { "XF86Suspend", 0x1008FFA7 },
1516 { "XF86Hibernate", 0x1008FFA8 },
1517 { "XF86TouchpadToggle", 0x1008FFA9 },
1518 { "XF86TouchpadOn", 0x1008FFB0 },
1519 { "XF86TouchpadOff", 0x1008FFB1 },
1520 { "XF86AudioMicMute", 0x1008FFB2 },
1521 { "XF86Keyboard", 0x1008FFB3 },
1522 { "XF86WWAN", 0x1008FFB4 },
1523 { "XF86RFKill", 0x1008FFB5 },
1524 { "XF86AudioPreset", 0x1008FFB6 },
1525 { "XF86RotationLockToggle", 0x1008FFB7 },
1526 { "XF86FullScreen", 0x1008FFB8 },
1527 { "XF86Switch_VT_1", 0x1008FE01 },
1528 { "XF86Switch_VT_2", 0x1008FE02 },
1529 { "XF86Switch_VT_3", 0x1008FE03 },
1530 { "XF86Switch_VT_4", 0x1008FE04 },
1531 { "XF86Switch_VT_5", 0x1008FE05 },
1532 { "XF86Switch_VT_6", 0x1008FE06 },
1533 { "XF86Switch_VT_7", 0x1008FE07 },
1534 { "XF86Switch_VT_8", 0x1008FE08 },
1535 { "XF86Switch_VT_9", 0x1008FE09 },
1536 { "XF86Switch_VT_10", 0x1008FE0A },
1537 { "XF86Switch_VT_11", 0x1008FE0B },
1538 { "XF86Switch_VT_12", 0x1008FE0C },
1539 { "XF86Ungrab", 0x1008FE20 },
1540 { "XF86ClearGrab", 0x1008FE21 },
1541 { "XF86Next_VMode", 0x1008FE22 },
1542 { "XF86Prev_VMode", 0x1008FE23 },
1543 { "XF86LogWindowTree", 0x1008FE24 },
1544 { "XF86LogGrabInfo", 0x1008FE25 },
1545 { "XF86BrightnessAuto", 0x100810F4 },
1546 { "XF86DisplayOff", 0x100810F5 },
1547 { "XF86Info", 0x10081166 },
1548 { "XF86AspectRatio", 0x10081177 },
1549 { "XF86DVD", 0x10081185 },
1550 { "XF86Audio", 0x10081188 },
1551 { "XF86ChannelUp", 0x10081192 },
1552 { "XF86ChannelDown", 0x10081193 },
1553 { "XF86Break", 0x1008119B },
1554 { "XF86VideoPhone", 0x100811A0 },
1555 { "XF86ZoomReset", 0x100811A4 },
1556 { "XF86Editor", 0x100811A6 },
1557 { "XF86GraphicsEditor", 0x100811A8 },
1558 { "XF86Presentation", 0x100811A9 },
1559 { "XF86Database", 0x100811AA },
1560 { "XF86Voicemail", 0x100811AC },
1561 { "XF86Addressbook", 0x100811AD },
1562 { "XF86DisplayToggle", 0x100811AF },
1563 { "XF86SpellCheck", 0x100811B0 },
1564 { "XF86ContextMenu", 0x100811B6 },
1565 { "XF86MediaRepeat", 0x100811B7 },
1566 { "XF8610ChannelsUp", 0x100811B8 },
1567 { "XF8610ChannelsDown", 0x100811B9 },
1568 { "XF86Images", 0x100811BA },
1569 { "XF86NotificationCenter", 0x100811BC },
1570 { "XF86PickupPhone", 0x100811BD },
1571 { "XF86HangupPhone", 0x100811BE },
1572 { "XF86Fn", 0x100811D0 },
1573 { "XF86Fn_Esc", 0x100811D1 },
1574 { "XF86FnRightShift", 0x100811E5 },
1575 { "XF86Numeric0", 0x10081200 },
1576 { "XF86Numeric1", 0x10081201 },
1577 { "XF86Numeric2", 0x10081202 },
1578 { "XF86Numeric3", 0x10081203 },
1579 { "XF86Numeric4", 0x10081204 },
1580 { "XF86Numeric5", 0x10081205 },
1581 { "XF86Numeric6", 0x10081206 },
1582 { "XF86Numeric7", 0x10081207 },
1583 { "XF86Numeric8", 0x10081208 },
1584 { "XF86Numeric9", 0x10081209 },
1585 { "XF86NumericStar", 0x1008120A },
1586 { "XF86NumericPound", 0x1008120B },
1587 { "XF86NumericA", 0x1008120C },
1588 { "XF86NumericB", 0x1008120D },
1589 { "XF86NumericC", 0x1008120E },
1590 { "XF86NumericD", 0x1008120F },
1591 { "XF86CameraFocus", 0x10081210 },
1592 { "XF86WPSButton", 0x10081211 },
1593 { "XF86CameraZoomIn", 0x10081215 },
1594 { "XF86CameraZoomOut", 0x10081216 },
1595 { "XF86CameraUp", 0x10081217 },
1596 { "XF86CameraDown", 0x10081218 },
1597 { "XF86CameraLeft", 0x10081219 },
1598 { "XF86CameraRight", 0x1008121A },
1599 { "XF86AttendantOn", 0x1008121B },
1600 { "XF86AttendantOff", 0x1008121C },
1601 { "XF86AttendantToggle", 0x1008121D },
1602 { "XF86LightsToggle", 0x1008121E },
1603 { "XF86ALSToggle", 0x10081230 },
1604 { "XF86Buttonconfig", 0x10081240 },
1605 { "XF86Taskmanager", 0x10081241 },
1606 { "XF86Journal", 0x10081242 },
1607 { "XF86ControlPanel", 0x10081243 },
1608 { "XF86AppSelect", 0x10081244 },
1609 { "XF86Screensaver", 0x10081245 },
1610 { "XF86VoiceCommand", 0x10081246 },
1611 { "XF86Assistant", 0x10081247 },
1612 { "XF86EmojiPicker", 0x10081249 },
1613 { "XF86Dictate", 0x1008124A },
1614 { "XF86BrightnessMin", 0x10081250 },
1615 { "XF86BrightnessMax", 0x10081251 },
1616 { "XF86KbdInputAssistPrev", 0x10081260 },
1617 { "XF86KbdInputAssistNext", 0x10081261 },
1618 { "XF86KbdInputAssistPrevgroup", 0x10081262 },
1619 { "XF86KbdInputAssistNextgroup", 0x10081263 },
1620 { "XF86KbdInputAssistAccept", 0x10081264 },
1621 { "XF86KbdInputAssistCancel", 0x10081265 },
1622 { "XF86RightUp", 0x10081266 },
1623 { "XF86RightDown", 0x10081267 },
1624 { "XF86LeftUp", 0x10081268 },
1625 { "XF86LeftDown", 0x10081269 },
1626 { "XF86RootMenu", 0x1008126A },
1627 { "XF86MediaTopMenu", 0x1008126B },
1628 { "XF86Numeric11", 0x1008126C },
1629 { "XF86Numeric12", 0x1008126D },
1630 { "XF86AudioDesc", 0x1008126E },
1631 { "XF863DMode", 0x1008126F },
1632 { "XF86NextFavorite", 0x10081270 },
1633 { "XF86StopRecord", 0x10081271 },
1634 { "XF86PauseRecord", 0x10081272 },
1635 { "XF86VOD", 0x10081273 },
1636 { "XF86Unmute", 0x10081274 },
1637 { "XF86FastReverse", 0x10081275 },
1638 { "XF86SlowReverse", 0x10081276 },
1639 { "XF86Data", 0x10081277 },
1640 { "XF86OnScreenKeyboard", 0x10081278 },
1641 { "XF86PrivacyScreenToggle", 0x10081279 },
1642 { "XF86SelectiveScreenshot", 0x1008127A },
1643 { "XF86Macro1", 0x10081290 },
1644 { "XF86Macro2", 0x10081291 },
1645 { "XF86Macro3", 0x10081292 },
1646 { "XF86Macro4", 0x10081293 },
1647 { "XF86Macro5", 0x10081294 },
1648 { "XF86Macro6", 0x10081295 },
1649 { "XF86Macro7", 0x10081296 },
1650 { "XF86Macro8", 0x10081297 },
1651 { "XF86Macro9", 0x10081298 },
1652 { "XF86Macro10", 0x10081299 },
1653 { "XF86Macro11", 0x1008129A },
1654 { "XF86Macro12", 0x1008129B },
1655 { "XF86Macro13", 0x1008129C },
1656 { "XF86Macro14", 0x1008129D },
1657 { "XF86Macro15", 0x1008129E },
1658 { "XF86Macro16", 0x1008129F },
1659 { "XF86Macro17", 0x100812A0 },
1660 { "XF86Macro18", 0x100812A1 },
1661 { "XF86Macro19", 0x100812A2 },
1662 { "XF86Macro20", 0x100812A3 },
1663 { "XF86Macro21", 0x100812A4 },
1664 { "XF86Macro22", 0x100812A5 },
1665 { "XF86Macro23", 0x100812A6 },
1666 { "XF86Macro24", 0x100812A7 },
1667 { "XF86Macro25", 0x100812A8 },
1668 { "XF86Macro26", 0x100812A9 },
1669 { "XF86Macro27", 0x100812AA },
1670 { "XF86Macro28", 0x100812AB },
1671 { "XF86Macro29", 0x100812AC },
1672 { "XF86Macro30", 0x100812AD },
1673 { "XF86MacroRecordStart", 0x100812B0 },
1674 { "XF86MacroRecordStop", 0x100812B1 },
1675 { "XF86MacroPresetCycle", 0x100812B2 },
1676 { "XF86MacroPreset1", 0x100812B3 },
1677 { "XF86MacroPreset2", 0x100812B4 },
1678 { "XF86MacroPreset3", 0x100812B5 },
1679 { "XF86KbdLcdMenu1", 0x100812B8 },
1680 { "XF86KbdLcdMenu2", 0x100812B9 },
1681 { "XF86KbdLcdMenu3", 0x100812BA },
1682 { "XF86KbdLcdMenu4", 0x100812BB },
1683 { "XF86KbdLcdMenu5", 0x100812BC },
1684 { "SunFA_Grave", 0x1005FF00 },
1685 { "SunFA_Circum", 0x1005FF01 },
1686 { "SunFA_Tilde", 0x1005FF02 },
1687 { "SunFA_Acute", 0x1005FF03 },
1688 { "SunFA_Diaeresis", 0x1005FF04 },
1689 { "SunFA_Cedilla", 0x1005FF05 },
1690 { "SunF36", 0x1005FF10 },
1691 { "SunF37", 0x1005FF11 },
1692 { "SunSys_Req", 0x1005FF60 },
1693 { "SunProps", 0x1005FF70 },
1694 { "SunFront", 0x1005FF71 },
1695 { "SunCopy", 0x1005FF72 },
1696 { "SunOpen", 0x1005FF73 },
1697 { "SunPaste", 0x1005FF74 },
1698 { "SunCut", 0x1005FF75 },
1699 { "SunPowerSwitch", 0x1005FF76 },
1700 { "SunAudioLowerVolume", 0x1005FF77 },
1701 { "SunAudioMute", 0x1005FF78 },
1702 { "SunAudioRaiseVolume", 0x1005FF79 },
1703 { "SunVideoDegauss", 0x1005FF7A },
1704 { "SunVideoLowerBrightness", 0x1005FF7B },
1705 { "SunVideoRaiseBrightness", 0x1005FF7C },
1706 { "SunPowerSwitchShift", 0x1005FF7D },