ks_names.h 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204
  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. { "Codeinput", 0xFF37 },
  42. { "SingleCandidate", 0xFF3C },
  43. { "MultipleCandidate", 0xFF3D },
  44. { "PreviousCandidate", 0xFF3E },
  45. { "Home", 0xFF50 },
  46. { "Left", 0xFF51 },
  47. { "Up", 0xFF52 },
  48. { "Right", 0xFF53 },
  49. { "Down", 0xFF54 },
  50. { "Prior", 0xFF55 },
  51. { "Page_Up", 0xFF55 },
  52. { "Next", 0xFF56 },
  53. { "Page_Down", 0xFF56 },
  54. { "End", 0xFF57 },
  55. { "Begin", 0xFF58 },
  56. { "Win_L", 0xFF5B },
  57. { "Win_R", 0xFF5C },
  58. { "App", 0xFF5D },
  59. { "Select", 0xFF60 },
  60. { "Print", 0xFF61 },
  61. { "Execute", 0xFF62 },
  62. { "Insert", 0xFF63 },
  63. { "Undo", 0xFF65 },
  64. { "Redo", 0xFF66 },
  65. { "Menu", 0xFF67 },
  66. { "Find", 0xFF68 },
  67. { "Cancel", 0xFF69 },
  68. { "Help", 0xFF6A },
  69. { "Break", 0xFF6B },
  70. { "Mode_switch", 0xFF7E },
  71. { "script_switch", 0xFF7E },
  72. { "kana_switch", 0xFF7E },
  73. { "Arabic_switch", 0xFF7E },
  74. { "Greek_switch", 0xFF7E },
  75. { "Hebrew_switch", 0xFF7E },
  76. { "Num_Lock", 0xFF7F },
  77. { "KP_Space", 0xFF80 },
  78. { "KP_Tab", 0xFF89 },
  79. { "KP_Enter", 0xFF8D },
  80. { "KP_F1", 0xFF91 },
  81. { "KP_F2", 0xFF92 },
  82. { "KP_F3", 0xFF93 },
  83. { "KP_F4", 0xFF94 },
  84. { "KP_Home", 0xFF95 },
  85. { "KP_Left", 0xFF96 },
  86. { "KP_Up", 0xFF97 },
  87. { "KP_Right", 0xFF98 },
  88. { "KP_Down", 0xFF99 },
  89. { "KP_Prior", 0xFF9A },
  90. { "KP_Page_Up", 0xFF9A },
  91. { "KP_Next", 0xFF9B },
  92. { "KP_Page_Down", 0xFF9B },
  93. { "KP_End", 0xFF9C },
  94. { "KP_Begin", 0xFF9D },
  95. { "KP_Insert", 0xFF9E },
  96. { "KP_Delete", 0xFF9F },
  97. { "KP_Multiply", 0xFFAA },
  98. { "KP_Add", 0xFFAB },
  99. { "KP_Separator", 0xFFAC },
  100. { "KP_Subtract", 0xFFAD },
  101. { "KP_Decimal", 0xFFAE },
  102. { "KP_Divide", 0xFFAF },
  103. { "KP_0", 0xFFB0 },
  104. { "KP_1", 0xFFB1 },
  105. { "KP_2", 0xFFB2 },
  106. { "KP_3", 0xFFB3 },
  107. { "KP_4", 0xFFB4 },
  108. { "KP_5", 0xFFB5 },
  109. { "KP_6", 0xFFB6 },
  110. { "KP_7", 0xFFB7 },
  111. { "KP_8", 0xFFB8 },
  112. { "KP_9", 0xFFB9 },
  113. { "KP_Equal", 0xFFBD },
  114. { "F1", 0xFFBE },
  115. { "F2", 0xFFBF },
  116. { "F3", 0xFFC0 },
  117. { "F4", 0xFFC1 },
  118. { "F5", 0xFFC2 },
  119. { "F6", 0xFFC3 },
  120. { "F7", 0xFFC4 },
  121. { "F8", 0xFFC5 },
  122. { "F9", 0xFFC6 },
  123. { "F10", 0xFFC7 },
  124. { "F11", 0xFFC8 },
  125. { "L1", 0xFFC8 },
  126. { "F12", 0xFFC9 },
  127. { "L2", 0xFFC9 },
  128. { "F13", 0xFFCA },
  129. { "L3", 0xFFCA },
  130. { "F14", 0xFFCB },
  131. { "L4", 0xFFCB },
  132. { "F15", 0xFFCC },
  133. { "L5", 0xFFCC },
  134. { "F16", 0xFFCD },
  135. { "L6", 0xFFCD },
  136. { "F17", 0xFFCE },
  137. { "L7", 0xFFCE },
  138. { "F18", 0xFFCF },
  139. { "L8", 0xFFCF },
  140. { "F19", 0xFFD0 },
  141. { "L9", 0xFFD0 },
  142. { "F20", 0xFFD1 },
  143. { "L10", 0xFFD1 },
  144. { "F21", 0xFFD2 },
  145. { "R1", 0xFFD2 },
  146. { "F22", 0xFFD3 },
  147. { "R2", 0xFFD3 },
  148. { "F23", 0xFFD4 },
  149. { "R3", 0xFFD4 },
  150. { "F24", 0xFFD5 },
  151. { "R4", 0xFFD5 },
  152. { "F25", 0xFFD6 },
  153. { "R5", 0xFFD6 },
  154. { "F26", 0xFFD7 },
  155. { "R6", 0xFFD7 },
  156. { "F27", 0xFFD8 },
  157. { "R7", 0xFFD8 },
  158. { "F28", 0xFFD9 },
  159. { "R8", 0xFFD9 },
  160. { "F29", 0xFFDA },
  161. { "R9", 0xFFDA },
  162. { "F30", 0xFFDB },
  163. { "R10", 0xFFDB },
  164. { "F31", 0xFFDC },
  165. { "R11", 0xFFDC },
  166. { "F32", 0xFFDD },
  167. { "R12", 0xFFDD },
  168. { "F33", 0xFFDE },
  169. { "R13", 0xFFDE },
  170. { "F34", 0xFFDF },
  171. { "R14", 0xFFDF },
  172. { "F35", 0xFFE0 },
  173. { "R15", 0xFFE0 },
  174. { "Shift_L", 0xFFE1 },
  175. { "Shift_R", 0xFFE2 },
  176. { "Control_L", 0xFFE3 },
  177. { "Control_R", 0xFFE4 },
  178. { "Caps_Lock", 0xFFE5 },
  179. { "Shift_Lock", 0xFFE6 },
  180. { "Meta_L", 0xFFE7 },
  181. { "Meta_R", 0xFFE8 },
  182. { "Alt_L", 0xFFE9 },
  183. { "Alt_R", 0xFFEA },
  184. { "Super_L", 0xFFEB },
  185. { "Super_R", 0xFFEC },
  186. { "Hyper_L", 0xFFED },
  187. { "Hyper_R", 0xFFEE },
  188. { "Delete", 0xFFFF },
  189. { "space", 0x20 },
  190. { "exclam", 0x21 },
  191. { "quotedbl", 0x22 },
  192. { "numbersign", 0x23 },
  193. { "dollar", 0x24 },
  194. { "percent", 0x25 },
  195. { "ampersand", 0x26 },
  196. { "apostrophe", 0x27 },
  197. { "quoteright", 0x27 },
  198. { "parenleft", 0x28 },
  199. { "parenright", 0x29 },
  200. { "asterisk", 0x2A },
  201. { "plus", 0x2B },
  202. { "comma", 0x2C },
  203. { "minus", 0x2D },
  204. { "period", 0x2E },
  205. { "slash", 0x2F },
  206. { "0", 0x30 },
  207. { "1", 0x31 },
  208. { "2", 0x32 },
  209. { "3", 0x33 },
  210. { "4", 0x34 },
  211. { "5", 0x35 },
  212. { "6", 0x36 },
  213. { "7", 0x37 },
  214. { "8", 0x38 },
  215. { "9", 0x39 },
  216. { "colon", 0x3A },
  217. { "semicolon", 0x3B },
  218. { "less", 0x3C },
  219. { "equal", 0x3D },
  220. { "greater", 0x3E },
  221. { "question", 0x3F },
  222. { "at", 0x40 },
  223. { "A", 0x41 },
  224. { "B", 0x42 },
  225. { "C", 0x43 },
  226. { "D", 0x44 },
  227. { "E", 0x45 },
  228. { "F", 0x46 },
  229. { "G", 0x47 },
  230. { "H", 0x48 },
  231. { "I", 0x49 },
  232. { "J", 0x4A },
  233. { "K", 0x4B },
  234. { "L", 0x4C },
  235. { "M", 0x4D },
  236. { "N", 0x4E },
  237. { "O", 0x4F },
  238. { "P", 0x50 },
  239. { "Q", 0x51 },
  240. { "R", 0x52 },
  241. { "S", 0x53 },
  242. { "T", 0x54 },
  243. { "U", 0x55 },
  244. { "V", 0x56 },
  245. { "W", 0x57 },
  246. { "X", 0x58 },
  247. { "Y", 0x59 },
  248. { "Z", 0x5A },
  249. { "bracketleft", 0x5B },
  250. { "backslash", 0x5C },
  251. { "bracketright", 0x5D },
  252. { "asciicircum", 0x5E },
  253. { "underscore", 0x5F },
  254. { "grave", 0x60 },
  255. { "quoteleft", 0x60 },
  256. { "a", 0x61 },
  257. { "b", 0x62 },
  258. { "c", 0x63 },
  259. { "d", 0x64 },
  260. { "e", 0x65 },
  261. { "f", 0x66 },
  262. { "g", 0x67 },
  263. { "h", 0x68 },
  264. { "i", 0x69 },
  265. { "j", 0x6A },
  266. { "k", 0x6B },
  267. { "l", 0x6C },
  268. { "m", 0x6D },
  269. { "n", 0x6E },
  270. { "o", 0x6F },
  271. { "p", 0x70 },
  272. { "q", 0x71 },
  273. { "r", 0x72 },
  274. { "s", 0x73 },
  275. { "t", 0x74 },
  276. { "u", 0x75 },
  277. { "v", 0x76 },
  278. { "w", 0x77 },
  279. { "x", 0x78 },
  280. { "y", 0x79 },
  281. { "z", 0x7A },
  282. { "braceleft", 0x7B },
  283. { "bar", 0x7C },
  284. { "braceright", 0x7D },
  285. { "asciitilde", 0x7E },
  286. { "nobreakspace", 0xA0 },
  287. { "exclamdown", 0xA1 },
  288. { "cent", 0xA2 },
  289. { "sterling", 0xA3 },
  290. { "currency", 0xA4 },
  291. { "yen", 0xA5 },
  292. { "brokenbar", 0xA6 },
  293. { "section", 0xA7 },
  294. { "diaeresis", 0xA8 },
  295. { "copyright", 0xA9 },
  296. { "ordfeminine", 0xAA },
  297. { "guillemotleft", 0xAB },
  298. { "notsign", 0xAC },
  299. { "hyphen", 0xAD },
  300. { "registered", 0xAE },
  301. { "macron", 0xAF },
  302. { "degree", 0xB0 },
  303. { "plusminus", 0xB1 },
  304. { "twosuperior", 0xB2 },
  305. { "threesuperior", 0xB3 },
  306. { "acute", 0xB4 },
  307. { "mu", 0xB5 },
  308. { "paragraph", 0xB6 },
  309. { "periodcentered", 0xB7 },
  310. { "cedilla", 0xB8 },
  311. { "onesuperior", 0xB9 },
  312. { "masculine", 0xBA },
  313. { "guillemotright", 0xBB },
  314. { "onequarter", 0xBC },
  315. { "onehalf", 0xBD },
  316. { "threequarters", 0xBE },
  317. { "questiondown", 0xBF },
  318. { "Agrave", 0xC0 },
  319. { "Aacute", 0xC1 },
  320. { "Acircumflex", 0xC2 },
  321. { "Atilde", 0xC3 },
  322. { "Adiaeresis", 0xC4 },
  323. { "Aring", 0xC5 },
  324. { "AE", 0xC6 },
  325. { "Ccedilla", 0xC7 },
  326. { "Egrave", 0xC8 },
  327. { "Eacute", 0xC9 },
  328. { "Ecircumflex", 0xCA },
  329. { "Ediaeresis", 0xCB },
  330. { "Igrave", 0xCC },
  331. { "Iacute", 0xCD },
  332. { "Icircumflex", 0xCE },
  333. { "Idiaeresis", 0xCF },
  334. { "ETH", 0xD0 },
  335. { "Eth", 0xD0 },
  336. { "Ntilde", 0xD1 },
  337. { "Ograve", 0xD2 },
  338. { "Oacute", 0xD3 },
  339. { "Ocircumflex", 0xD4 },
  340. { "Otilde", 0xD5 },
  341. { "Odiaeresis", 0xD6 },
  342. { "multiply", 0xD7 },
  343. { "Oslash", 0xD8 },
  344. { "Ooblique", 0xD8 },
  345. { "Ugrave", 0xD9 },
  346. { "Uacute", 0xDA },
  347. { "Ucircumflex", 0xDB },
  348. { "Udiaeresis", 0xDC },
  349. { "Yacute", 0xDD },
  350. { "THORN", 0xDE },
  351. { "Thorn", 0xDE },
  352. { "ssharp", 0xDF },
  353. { "agrave", 0xE0 },
  354. { "aacute", 0xE1 },
  355. { "acircumflex", 0xE2 },
  356. { "atilde", 0xE3 },
  357. { "adiaeresis", 0xE4 },
  358. { "aring", 0xE5 },
  359. { "ae", 0xE6 },
  360. { "ccedilla", 0xE7 },
  361. { "egrave", 0xE8 },
  362. { "eacute", 0xE9 },
  363. { "ecircumflex", 0xEA },
  364. { "ediaeresis", 0xEB },
  365. { "igrave", 0xEC },
  366. { "iacute", 0xED },
  367. { "icircumflex", 0xEE },
  368. { "idiaeresis", 0xEF },
  369. { "eth", 0xF0 },
  370. { "ntilde", 0xF1 },
  371. { "ograve", 0xF2 },
  372. { "oacute", 0xF3 },
  373. { "ocircumflex", 0xF4 },
  374. { "otilde", 0xF5 },
  375. { "odiaeresis", 0xF6 },
  376. { "division", 0xF7 },
  377. { "oslash", 0xF8 },
  378. { "ugrave", 0xF9 },
  379. { "uacute", 0xFA },
  380. { "ucircumflex", 0xFB },
  381. { "udiaeresis", 0xFC },
  382. { "yacute", 0xFD },
  383. { "thorn", 0xFE },
  384. { "ydiaeresis", 0xFF },
  385. { "Aogonek", 0x1A1 },
  386. { "breve", 0x1A2 },
  387. { "Lstroke", 0x1A3 },
  388. { "Lcaron", 0x1A5 },
  389. { "Sacute", 0x1A6 },
  390. { "Scaron", 0x1A9 },
  391. { "Scedilla", 0x1AA },
  392. { "Tcaron", 0x1AB },
  393. { "Zacute", 0x1AC },
  394. { "Zcaron", 0x1AE },
  395. { "Zabovedot", 0x1AF },
  396. { "aogonek", 0x1B1 },
  397. { "ogonek", 0x1B2 },
  398. { "lstroke", 0x1B3 },
  399. { "lcaron", 0x1B5 },
  400. { "sacute", 0x1B6 },
  401. { "caron", 0x1B7 },
  402. { "scaron", 0x1B9 },
  403. { "scedilla", 0x1BA },
  404. { "tcaron", 0x1BB },
  405. { "zacute", 0x1BC },
  406. { "doubleacute", 0x1BD },
  407. { "zcaron", 0x1BE },
  408. { "zabovedot", 0x1BF },
  409. { "Racute", 0x1C0 },
  410. { "Abreve", 0x1C3 },
  411. { "Lacute", 0x1C5 },
  412. { "Cacute", 0x1C6 },
  413. { "Ccaron", 0x1C8 },
  414. { "Eogonek", 0x1CA },
  415. { "Ecaron", 0x1CC },
  416. { "Dcaron", 0x1CF },
  417. { "Dstroke", 0x1D0 },
  418. { "Nacute", 0x1D1 },
  419. { "Ncaron", 0x1D2 },
  420. { "Odoubleacute", 0x1D5 },
  421. { "Rcaron", 0x1D8 },
  422. { "Uring", 0x1D9 },
  423. { "Udoubleacute", 0x1DB },
  424. { "Tcedilla", 0x1DE },
  425. { "racute", 0x1E0 },
  426. { "abreve", 0x1E3 },
  427. { "lacute", 0x1E5 },
  428. { "cacute", 0x1E6 },
  429. { "ccaron", 0x1E8 },
  430. { "eogonek", 0x1EA },
  431. { "ecaron", 0x1EC },
  432. { "dcaron", 0x1EF },
  433. { "dstroke", 0x1F0 },
  434. { "nacute", 0x1F1 },
  435. { "ncaron", 0x1F2 },
  436. { "odoubleacute", 0x1F5 },
  437. { "rcaron", 0x1F8 },
  438. { "uring", 0x1F9 },
  439. { "udoubleacute", 0x1FB },
  440. { "tcedilla", 0x1FE },
  441. { "abovedot", 0x1FF },
  442. { "Hstroke", 0x2A1 },
  443. { "Hcircumflex", 0x2A6 },
  444. { "Iabovedot", 0x2A9 },
  445. { "Gbreve", 0x2AB },
  446. { "Jcircumflex", 0x2AC },
  447. { "hstroke", 0x2B1 },
  448. { "hcircumflex", 0x2B6 },
  449. { "idotless", 0x2B9 },
  450. { "gbreve", 0x2BB },
  451. { "jcircumflex", 0x2BC },
  452. { "Cabovedot", 0x2C5 },
  453. { "Ccircumflex", 0x2C6 },
  454. { "Gabovedot", 0x2D5 },
  455. { "Gcircumflex", 0x2D8 },
  456. { "Ubreve", 0x2DD },
  457. { "Scircumflex", 0x2DE },
  458. { "cabovedot", 0x2E5 },
  459. { "ccircumflex", 0x2E6 },
  460. { "gabovedot", 0x2F5 },
  461. { "gcircumflex", 0x2F8 },
  462. { "ubreve", 0x2FD },
  463. { "scircumflex", 0x2FE },
  464. { "kra", 0x3A2 },
  465. { "kappa", 0x3A2 },
  466. { "Rcedilla", 0x3A3 },
  467. { "Itilde", 0x3A5 },
  468. { "Lcedilla", 0x3A6 },
  469. { "Emacron", 0x3AA },
  470. { "Gcedilla", 0x3AB },
  471. { "Tslash", 0x3AC },
  472. { "rcedilla", 0x3B3 },
  473. { "itilde", 0x3B5 },
  474. { "lcedilla", 0x3B6 },
  475. { "emacron", 0x3BA },
  476. { "gcedilla", 0x3BB },
  477. { "gacute", 0x3BB },
  478. { "tslash", 0x3BC },
  479. { "ENG", 0x3BD },
  480. { "eng", 0x3BF },
  481. { "Amacron", 0x3C0 },
  482. { "Iogonek", 0x3C7 },
  483. { "Eabovedot", 0x3CC },
  484. { "Imacron", 0x3CF },
  485. { "Ncedilla", 0x3D1 },
  486. { "Omacron", 0x3D2 },
  487. { "Kcedilla", 0x3D3 },
  488. { "Uogonek", 0x3D9 },
  489. { "Utilde", 0x3DD },
  490. { "Umacron", 0x3DE },
  491. { "amacron", 0x3E0 },
  492. { "iogonek", 0x3E7 },
  493. { "eabovedot", 0x3EC },
  494. { "imacron", 0x3EF },
  495. { "ncedilla", 0x3F1 },
  496. { "omacron", 0x3F2 },
  497. { "kcedilla", 0x3F3 },
  498. { "uogonek", 0x3F9 },
  499. { "utilde", 0x3FD },
  500. { "umacron", 0x3FE },
  501. { "OE", 0x13BC },
  502. { "oe", 0x13BD },
  503. { "Ydiaeresis", 0x13BE },
  504. { "overline", 0x47E },
  505. { "kana_fullstop", 0x4A1 },
  506. { "kana_openingbracket", 0x4A2 },
  507. { "kana_closingbracket", 0x4A3 },
  508. { "kana_comma", 0x4A4 },
  509. { "kana_conjunctive", 0x4A5 },
  510. { "kana_middledot", 0x4A5 },
  511. { "kana_WO", 0x4A6 },
  512. { "kana_a", 0x4A7 },
  513. { "kana_i", 0x4A8 },
  514. { "kana_u", 0x4A9 },
  515. { "kana_e", 0x4AA },
  516. { "kana_o", 0x4AB },
  517. { "kana_ya", 0x4AC },
  518. { "kana_yu", 0x4AD },
  519. { "kana_yo", 0x4AE },
  520. { "kana_tsu", 0x4AF },
  521. { "kana_tu", 0x4AF },
  522. { "prolongedsound", 0x4B0 },
  523. { "kana_A", 0x4B1 },
  524. { "kana_I", 0x4B2 },
  525. { "kana_U", 0x4B3 },
  526. { "kana_E", 0x4B4 },
  527. { "kana_O", 0x4B5 },
  528. { "kana_KA", 0x4B6 },
  529. { "kana_KI", 0x4B7 },
  530. { "kana_KU", 0x4B8 },
  531. { "kana_KE", 0x4B9 },
  532. { "kana_KO", 0x4BA },
  533. { "kana_SA", 0x4BB },
  534. { "kana_SHI", 0x4BC },
  535. { "kana_SU", 0x4BD },
  536. { "kana_SE", 0x4BE },
  537. { "kana_SO", 0x4BF },
  538. { "kana_TA", 0x4C0 },
  539. { "kana_CHI", 0x4C1 },
  540. { "kana_TI", 0x4C1 },
  541. { "kana_TSU", 0x4C2 },
  542. { "kana_TU", 0x4C2 },
  543. { "kana_TE", 0x4C3 },
  544. { "kana_TO", 0x4C4 },
  545. { "kana_NA", 0x4C5 },
  546. { "kana_NI", 0x4C6 },
  547. { "kana_NU", 0x4C7 },
  548. { "kana_NE", 0x4C8 },
  549. { "kana_NO", 0x4C9 },
  550. { "kana_HA", 0x4CA },
  551. { "kana_HI", 0x4CB },
  552. { "kana_FU", 0x4CC },
  553. { "kana_HU", 0x4CC },
  554. { "kana_HE", 0x4CD },
  555. { "kana_HO", 0x4CE },
  556. { "kana_MA", 0x4CF },
  557. { "kana_MI", 0x4D0 },
  558. { "kana_MU", 0x4D1 },
  559. { "kana_ME", 0x4D2 },
  560. { "kana_MO", 0x4D3 },
  561. { "kana_YA", 0x4D4 },
  562. { "kana_YU", 0x4D5 },
  563. { "kana_YO", 0x4D6 },
  564. { "kana_RA", 0x4D7 },
  565. { "kana_RI", 0x4D8 },
  566. { "kana_RU", 0x4D9 },
  567. { "kana_RE", 0x4DA },
  568. { "kana_RO", 0x4DB },
  569. { "kana_WA", 0x4DC },
  570. { "kana_N", 0x4DD },
  571. { "voicedsound", 0x4DE },
  572. { "semivoicedsound", 0x4DF },
  573. { "Arabic_comma", 0x5AC },
  574. { "Arabic_semicolon", 0x5BB },
  575. { "Arabic_question_mark", 0x5BF },
  576. { "Arabic_hamza", 0x5C1 },
  577. { "Arabic_maddaonalef", 0x5C2 },
  578. { "Arabic_hamzaonalef", 0x5C3 },
  579. { "Arabic_hamzaonwaw", 0x5C4 },
  580. { "Arabic_hamzaunderalef", 0x5C5 },
  581. { "Arabic_hamzaonyeh", 0x5C6 },
  582. { "Arabic_alef", 0x5C7 },
  583. { "Arabic_beh", 0x5C8 },
  584. { "Arabic_tehmarbuta", 0x5C9 },
  585. { "Arabic_teh", 0x5CA },
  586. { "Arabic_theh", 0x5CB },
  587. { "Arabic_jeem", 0x5CC },
  588. { "Arabic_hah", 0x5CD },
  589. { "Arabic_khah", 0x5CE },
  590. { "Arabic_dal", 0x5CF },
  591. { "Arabic_thal", 0x5D0 },
  592. { "Arabic_ra", 0x5D1 },
  593. { "Arabic_zain", 0x5D2 },
  594. { "Arabic_seen", 0x5D3 },
  595. { "Arabic_sheen", 0x5D4 },
  596. { "Arabic_sad", 0x5D5 },
  597. { "Arabic_dad", 0x5D6 },
  598. { "Arabic_tah", 0x5D7 },
  599. { "Arabic_zah", 0x5D8 },
  600. { "Arabic_ain", 0x5D9 },
  601. { "Arabic_ghain", 0x5DA },
  602. { "Arabic_tatweel", 0x5E0 },
  603. { "Arabic_feh", 0x5E1 },
  604. { "Arabic_qaf", 0x5E2 },
  605. { "Arabic_kaf", 0x5E3 },
  606. { "Arabic_lam", 0x5E4 },
  607. { "Arabic_meem", 0x5E5 },
  608. { "Arabic_noon", 0x5E6 },
  609. { "Arabic_ha", 0x5E7 },
  610. { "Arabic_heh", 0x5E7 },
  611. { "Arabic_waw", 0x5E8 },
  612. { "Arabic_alefmaksura", 0x5E9 },
  613. { "Arabic_yeh", 0x5EA },
  614. { "Arabic_fathatan", 0x5EB },
  615. { "Arabic_dammatan", 0x5EC },
  616. { "Arabic_kasratan", 0x5ED },
  617. { "Arabic_fatha", 0x5EE },
  618. { "Arabic_damma", 0x5EF },
  619. { "Arabic_kasra", 0x5F0 },
  620. { "Arabic_shadda", 0x5F1 },
  621. { "Arabic_sukun", 0x5F2 },
  622. { "Serbian_dje", 0x6A1 },
  623. { "Macedonia_gje", 0x6A2 },
  624. { "Cyrillic_io", 0x6A3 },
  625. { "Ukrainian_ie", 0x6A4 },
  626. { "Ukranian_je", 0x6A4 },
  627. { "Macedonia_dse", 0x6A5 },
  628. { "Ukrainian_i", 0x6A6 },
  629. { "Ukranian_i", 0x6A6 },
  630. { "Ukrainian_yi", 0x6A7 },
  631. { "Ukranian_yi", 0x6A7 },
  632. { "Cyrillic_je", 0x6A8 },
  633. { "Serbian_je", 0x6A8 },
  634. { "Cyrillic_lje", 0x6A9 },
  635. { "Serbian_lje", 0x6A9 },
  636. { "Cyrillic_nje", 0x6AA },
  637. { "Serbian_nje", 0x6AA },
  638. { "Serbian_tshe", 0x6AB },
  639. { "Macedonia_kje", 0x6AC },
  640. { "Ukrainian_ghe_with_upturn", 0x6AD },
  641. { "Byelorussian_shortu", 0x6AE },
  642. { "Cyrillic_dzhe", 0x6AF },
  643. { "Serbian_dze", 0x6AF },
  644. { "numerosign", 0x6B0 },
  645. { "Serbian_DJE", 0x6B1 },
  646. { "Macedonia_GJE", 0x6B2 },
  647. { "Cyrillic_IO", 0x6B3 },
  648. { "Ukrainian_IE", 0x6B4 },
  649. { "Ukranian_JE", 0x6B4 },
  650. { "Macedonia_DSE", 0x6B5 },
  651. { "Ukrainian_I", 0x6B6 },
  652. { "Ukranian_I", 0x6B6 },
  653. { "Ukrainian_YI", 0x6B7 },
  654. { "Ukranian_YI", 0x6B7 },
  655. { "Cyrillic_JE", 0x6B8 },
  656. { "Serbian_JE", 0x6B8 },
  657. { "Cyrillic_LJE", 0x6B9 },
  658. { "Serbian_LJE", 0x6B9 },
  659. { "Cyrillic_NJE", 0x6BA },
  660. { "Serbian_NJE", 0x6BA },
  661. { "Serbian_TSHE", 0x6BB },
  662. { "Macedonia_KJE", 0x6BC },
  663. { "Ukrainian_GHE_WITH_UPTURN", 0x6BD },
  664. { "Byelorussian_SHORTU", 0x6BE },
  665. { "Cyrillic_DZHE", 0x6BF },
  666. { "Serbian_DZE", 0x6BF },
  667. { "Cyrillic_yu", 0x6C0 },
  668. { "Cyrillic_a", 0x6C1 },
  669. { "Cyrillic_be", 0x6C2 },
  670. { "Cyrillic_tse", 0x6C3 },
  671. { "Cyrillic_de", 0x6C4 },
  672. { "Cyrillic_ie", 0x6C5 },
  673. { "Cyrillic_ef", 0x6C6 },
  674. { "Cyrillic_ghe", 0x6C7 },
  675. { "Cyrillic_ha", 0x6C8 },
  676. { "Cyrillic_i", 0x6C9 },
  677. { "Cyrillic_shorti", 0x6CA },
  678. { "Cyrillic_ka", 0x6CB },
  679. { "Cyrillic_el", 0x6CC },
  680. { "Cyrillic_em", 0x6CD },
  681. { "Cyrillic_en", 0x6CE },
  682. { "Cyrillic_o", 0x6CF },
  683. { "Cyrillic_pe", 0x6D0 },
  684. { "Cyrillic_ya", 0x6D1 },
  685. { "Cyrillic_er", 0x6D2 },
  686. { "Cyrillic_es", 0x6D3 },
  687. { "Cyrillic_te", 0x6D4 },
  688. { "Cyrillic_u", 0x6D5 },
  689. { "Cyrillic_zhe", 0x6D6 },
  690. { "Cyrillic_ve", 0x6D7 },
  691. { "Cyrillic_softsign", 0x6D8 },
  692. { "Cyrillic_yeru", 0x6D9 },
  693. { "Cyrillic_ze", 0x6DA },
  694. { "Cyrillic_sha", 0x6DB },
  695. { "Cyrillic_e", 0x6DC },
  696. { "Cyrillic_shcha", 0x6DD },
  697. { "Cyrillic_che", 0x6DE },
  698. { "Cyrillic_hardsign", 0x6DF },
  699. { "Cyrillic_YU", 0x6E0 },
  700. { "Cyrillic_A", 0x6E1 },
  701. { "Cyrillic_BE", 0x6E2 },
  702. { "Cyrillic_TSE", 0x6E3 },
  703. { "Cyrillic_DE", 0x6E4 },
  704. { "Cyrillic_IE", 0x6E5 },
  705. { "Cyrillic_EF", 0x6E6 },
  706. { "Cyrillic_GHE", 0x6E7 },
  707. { "Cyrillic_HA", 0x6E8 },
  708. { "Cyrillic_I", 0x6E9 },
  709. { "Cyrillic_SHORTI", 0x6EA },
  710. { "Cyrillic_KA", 0x6EB },
  711. { "Cyrillic_EL", 0x6EC },
  712. { "Cyrillic_EM", 0x6ED },
  713. { "Cyrillic_EN", 0x6EE },
  714. { "Cyrillic_O", 0x6EF },
  715. { "Cyrillic_PE", 0x6F0 },
  716. { "Cyrillic_YA", 0x6F1 },
  717. { "Cyrillic_ER", 0x6F2 },
  718. { "Cyrillic_ES", 0x6F3 },
  719. { "Cyrillic_TE", 0x6F4 },
  720. { "Cyrillic_U", 0x6F5 },
  721. { "Cyrillic_ZHE", 0x6F6 },
  722. { "Cyrillic_VE", 0x6F7 },
  723. { "Cyrillic_SOFTSIGN", 0x6F8 },
  724. { "Cyrillic_YERU", 0x6F9 },
  725. { "Cyrillic_ZE", 0x6FA },
  726. { "Cyrillic_SHA", 0x6FB },
  727. { "Cyrillic_E", 0x6FC },
  728. { "Cyrillic_SHCHA", 0x6FD },
  729. { "Cyrillic_CHE", 0x6FE },
  730. { "Cyrillic_HARDSIGN", 0x6FF },
  731. { "Greek_ALPHAaccent", 0x7A1 },
  732. { "Greek_EPSILONaccent", 0x7A2 },
  733. { "Greek_ETAaccent", 0x7A3 },
  734. { "Greek_IOTAaccent", 0x7A4 },
  735. { "Greek_IOTAdieresis", 0x7A5 },
  736. { "Greek_IOTAdiaeresis", 0x7A5 },
  737. { "Greek_IOTAaccentdiaeresis", 0x7A6 },
  738. { "Greek_OMICRONaccent", 0x7A7 },
  739. { "Greek_UPSILONaccent", 0x7A8 },
  740. { "Greek_UPSILONdieresis", 0x7A9 },
  741. { "Greek_UPSILONaccentdieresis", 0x7AA },
  742. { "Greek_OMEGAaccent", 0x7AB },
  743. { "Greek_accentdieresis", 0x7AE },
  744. { "Greek_horizbar", 0x7AF },
  745. { "Greek_alphaaccent", 0x7B1 },
  746. { "Greek_epsilonaccent", 0x7B2 },
  747. { "Greek_etaaccent", 0x7B3 },
  748. { "Greek_iotaaccent", 0x7B4 },
  749. { "Greek_iotadieresis", 0x7B5 },
  750. { "Greek_iotaaccentdieresis", 0x7B6 },
  751. { "Greek_omicronaccent", 0x7B7 },
  752. { "Greek_upsilonaccent", 0x7B8 },
  753. { "Greek_upsilondieresis", 0x7B9 },
  754. { "Greek_upsilonaccentdieresis", 0x7BA },
  755. { "Greek_omegaaccent", 0x7BB },
  756. { "Greek_ALPHA", 0x7C1 },
  757. { "Greek_BETA", 0x7C2 },
  758. { "Greek_GAMMA", 0x7C3 },
  759. { "Greek_DELTA", 0x7C4 },
  760. { "Greek_EPSILON", 0x7C5 },
  761. { "Greek_ZETA", 0x7C6 },
  762. { "Greek_ETA", 0x7C7 },
  763. { "Greek_THETA", 0x7C8 },
  764. { "Greek_IOTA", 0x7C9 },
  765. { "Greek_KAPPA", 0x7CA },
  766. { "Greek_LAMDA", 0x7CB },
  767. { "Greek_LAMBDA", 0x7CB },
  768. { "Greek_MU", 0x7CC },
  769. { "Greek_NU", 0x7CD },
  770. { "Greek_XI", 0x7CE },
  771. { "Greek_OMICRON", 0x7CF },
  772. { "Greek_PI", 0x7D0 },
  773. { "Greek_RHO", 0x7D1 },
  774. { "Greek_SIGMA", 0x7D2 },
  775. { "Greek_TAU", 0x7D4 },
  776. { "Greek_UPSILON", 0x7D5 },
  777. { "Greek_PHI", 0x7D6 },
  778. { "Greek_CHI", 0x7D7 },
  779. { "Greek_PSI", 0x7D8 },
  780. { "Greek_OMEGA", 0x7D9 },
  781. { "Greek_alpha", 0x7E1 },
  782. { "Greek_beta", 0x7E2 },
  783. { "Greek_gamma", 0x7E3 },
  784. { "Greek_delta", 0x7E4 },
  785. { "Greek_epsilon", 0x7E5 },
  786. { "Greek_zeta", 0x7E6 },
  787. { "Greek_eta", 0x7E7 },
  788. { "Greek_theta", 0x7E8 },
  789. { "Greek_iota", 0x7E9 },
  790. { "Greek_kappa", 0x7EA },
  791. { "Greek_lamda", 0x7EB },
  792. { "Greek_lambda", 0x7EB },
  793. { "Greek_mu", 0x7EC },
  794. { "Greek_nu", 0x7ED },
  795. { "Greek_xi", 0x7EE },
  796. { "Greek_omicron", 0x7EF },
  797. { "Greek_pi", 0x7F0 },
  798. { "Greek_rho", 0x7F1 },
  799. { "Greek_sigma", 0x7F2 },
  800. { "Greek_finalsmallsigma", 0x7F3 },
  801. { "Greek_tau", 0x7F4 },
  802. { "Greek_upsilon", 0x7F5 },
  803. { "Greek_phi", 0x7F6 },
  804. { "Greek_chi", 0x7F7 },
  805. { "Greek_psi", 0x7F8 },
  806. { "Greek_omega", 0x7F9 },
  807. { "leftradical", 0x8A1 },
  808. { "topleftradical", 0x8A2 },
  809. { "horizconnector", 0x8A3 },
  810. { "topintegral", 0x8A4 },
  811. { "botintegral", 0x8A5 },
  812. { "vertconnector", 0x8A6 },
  813. { "topleftsqbracket", 0x8A7 },
  814. { "botleftsqbracket", 0x8A8 },
  815. { "toprightsqbracket", 0x8A9 },
  816. { "botrightsqbracket", 0x8AA },
  817. { "topleftparens", 0x8AB },
  818. { "botleftparens", 0x8AC },
  819. { "toprightparens", 0x8AD },
  820. { "botrightparens", 0x8AE },
  821. { "leftmiddlecurlybrace", 0x8AF },
  822. { "rightmiddlecurlybrace", 0x8B0 },
  823. { "topleftsummation", 0x8B1 },
  824. { "botleftsummation", 0x8B2 },
  825. { "topvertsummationconnector", 0x8B3 },
  826. { "botvertsummationconnector", 0x8B4 },
  827. { "toprightsummation", 0x8B5 },
  828. { "botrightsummation", 0x8B6 },
  829. { "rightmiddlesummation", 0x8B7 },
  830. { "lessthanequal", 0x8BC },
  831. { "notequal", 0x8BD },
  832. { "greaterthanequal", 0x8BE },
  833. { "integral", 0x8BF },
  834. { "therefore", 0x8C0 },
  835. { "variation", 0x8C1 },
  836. { "infinity", 0x8C2 },
  837. { "nabla", 0x8C5 },
  838. { "approximate", 0x8C8 },
  839. { "similarequal", 0x8C9 },
  840. { "ifonlyif", 0x8CD },
  841. { "implies", 0x8CE },
  842. { "identical", 0x8CF },
  843. { "radical", 0x8D6 },
  844. { "includedin", 0x8DA },
  845. { "includes", 0x8DB },
  846. { "intersection", 0x8DC },
  847. { "union", 0x8DD },
  848. { "logicaland", 0x8DE },
  849. { "logicalor", 0x8DF },
  850. { "partialderivative", 0x8EF },
  851. { "function", 0x8F6 },
  852. { "leftarrow", 0x8FB },
  853. { "uparrow", 0x8FC },
  854. { "rightarrow", 0x8FD },
  855. { "downarrow", 0x8FE },
  856. { "blank", 0x9DF },
  857. { "soliddiamond", 0x9E0 },
  858. { "checkerboard", 0x9E1 },
  859. { "ht", 0x9E2 },
  860. { "ff", 0x9E3 },
  861. { "cr", 0x9E4 },
  862. { "lf", 0x9E5 },
  863. { "nl", 0x9E8 },
  864. { "vt", 0x9E9 },
  865. { "lowrightcorner", 0x9EA },
  866. { "uprightcorner", 0x9EB },
  867. { "upleftcorner", 0x9EC },
  868. { "lowleftcorner", 0x9ED },
  869. { "crossinglines", 0x9EE },
  870. { "horizlinescan1", 0x9EF },
  871. { "horizlinescan3", 0x9F0 },
  872. { "horizlinescan5", 0x9F1 },
  873. { "horizlinescan7", 0x9F2 },
  874. { "horizlinescan9", 0x9F3 },
  875. { "leftt", 0x9F4 },
  876. { "rightt", 0x9F5 },
  877. { "bott", 0x9F6 },
  878. { "topt", 0x9F7 },
  879. { "vertbar", 0x9F8 },
  880. { "emspace", 0xAA1 },
  881. { "enspace", 0xAA2 },
  882. { "em3space", 0xAA3 },
  883. { "em4space", 0xAA4 },
  884. { "digitspace", 0xAA5 },
  885. { "punctspace", 0xAA6 },
  886. { "thinspace", 0xAA7 },
  887. { "hairspace", 0xAA8 },
  888. { "emdash", 0xAA9 },
  889. { "endash", 0xAAA },
  890. { "signifblank", 0xAAC },
  891. { "ellipsis", 0xAAE },
  892. { "doubbaselinedot", 0xAAF },
  893. { "onethird", 0xAB0 },
  894. { "twothirds", 0xAB1 },
  895. { "onefifth", 0xAB2 },
  896. { "twofifths", 0xAB3 },
  897. { "threefifths", 0xAB4 },
  898. { "fourfifths", 0xAB5 },
  899. { "onesixth", 0xAB6 },
  900. { "fivesixths", 0xAB7 },
  901. { "careof", 0xAB8 },
  902. { "figdash", 0xABB },
  903. { "leftanglebracket", 0xABC },
  904. { "decimalpoint", 0xABD },
  905. { "rightanglebracket", 0xABE },
  906. { "marker", 0xABF },
  907. { "oneeighth", 0xAC3 },
  908. { "threeeighths", 0xAC4 },
  909. { "fiveeighths", 0xAC5 },
  910. { "seveneighths", 0xAC6 },
  911. { "trademark", 0xAC9 },
  912. { "signaturemark", 0xACA },
  913. { "trademarkincircle", 0xACB },
  914. { "leftopentriangle", 0xACC },
  915. { "rightopentriangle", 0xACD },
  916. { "emopencircle", 0xACE },
  917. { "emopenrectangle", 0xACF },
  918. { "leftsinglequotemark", 0xAD0 },
  919. { "rightsinglequotemark", 0xAD1 },
  920. { "leftdoublequotemark", 0xAD2 },
  921. { "rightdoublequotemark", 0xAD3 },
  922. { "prescription", 0xAD4 },
  923. { "permille", 0xAD5 },
  924. { "minutes", 0xAD6 },
  925. { "seconds", 0xAD7 },
  926. { "latincross", 0xAD9 },
  927. { "hexagram", 0xADA },
  928. { "filledrectbullet", 0xADB },
  929. { "filledlefttribullet", 0xADC },
  930. { "filledrighttribullet", 0xADD },
  931. { "emfilledcircle", 0xADE },
  932. { "emfilledrect", 0xADF },
  933. { "enopencircbullet", 0xAE0 },
  934. { "enopensquarebullet", 0xAE1 },
  935. { "openrectbullet", 0xAE2 },
  936. { "opentribulletup", 0xAE3 },
  937. { "opentribulletdown", 0xAE4 },
  938. { "openstar", 0xAE5 },
  939. { "enfilledcircbullet", 0xAE6 },
  940. { "enfilledsqbullet", 0xAE7 },
  941. { "filledtribulletup", 0xAE8 },
  942. { "filledtribulletdown", 0xAE9 },
  943. { "leftpointer", 0xAEA },
  944. { "rightpointer", 0xAEB },
  945. { "club", 0xAEC },
  946. { "diamond", 0xAED },
  947. { "heart", 0xAEE },
  948. { "maltesecross", 0xAF0 },
  949. { "dagger", 0xAF1 },
  950. { "doubledagger", 0xAF2 },
  951. { "checkmark", 0xAF3 },
  952. { "ballotcross", 0xAF4 },
  953. { "musicalsharp", 0xAF5 },
  954. { "musicalflat", 0xAF6 },
  955. { "malesymbol", 0xAF7 },
  956. { "femalesymbol", 0xAF8 },
  957. { "telephone", 0xAF9 },
  958. { "telephonerecorder", 0xAFA },
  959. { "phonographcopyright", 0xAFB },
  960. { "caret", 0xAFC },
  961. { "singlelowquotemark", 0xAFD },
  962. { "doublelowquotemark", 0xAFE },
  963. { "cursor", 0xAFF },
  964. { "leftcaret", 0xBA3 },
  965. { "rightcaret", 0xBA6 },
  966. { "downcaret", 0xBA8 },
  967. { "upcaret", 0xBA9 },
  968. { "overbar", 0xBC0 },
  969. { "downtack", 0xBC2 },
  970. { "upshoe", 0xBC3 },
  971. { "downstile", 0xBC4 },
  972. { "underbar", 0xBC6 },
  973. { "jot", 0xBCA },
  974. { "quad", 0xBCC },
  975. { "uptack", 0xBCE },
  976. { "circle", 0xBCF },
  977. { "upstile", 0xBD3 },
  978. { "downshoe", 0xBD6 },
  979. { "rightshoe", 0xBD8 },
  980. { "leftshoe", 0xBDA },
  981. { "lefttack", 0xBDC },
  982. { "righttack", 0xBFC },
  983. { "hebrew_doublelowline", 0xCDF },
  984. { "hebrew_aleph", 0xCE0 },
  985. { "hebrew_bet", 0xCE1 },
  986. { "hebrew_beth", 0xCE1 },
  987. { "hebrew_gimel", 0xCE2 },
  988. { "hebrew_gimmel", 0xCE2 },
  989. { "hebrew_dalet", 0xCE3 },
  990. { "hebrew_daleth", 0xCE3 },
  991. { "hebrew_he", 0xCE4 },
  992. { "hebrew_waw", 0xCE5 },
  993. { "hebrew_zain", 0xCE6 },
  994. { "hebrew_zayin", 0xCE6 },
  995. { "hebrew_chet", 0xCE7 },
  996. { "hebrew_het", 0xCE7 },
  997. { "hebrew_tet", 0xCE8 },
  998. { "hebrew_teth", 0xCE8 },
  999. { "hebrew_yod", 0xCE9 },
  1000. { "hebrew_finalkaph", 0xCEA },
  1001. { "hebrew_kaph", 0xCEB },
  1002. { "hebrew_lamed", 0xCEC },
  1003. { "hebrew_finalmem", 0xCED },
  1004. { "hebrew_mem", 0xCEE },
  1005. { "hebrew_finalnun", 0xCEF },
  1006. { "hebrew_nun", 0xCF0 },
  1007. { "hebrew_samech", 0xCF1 },
  1008. { "hebrew_samekh", 0xCF1 },
  1009. { "hebrew_ayin", 0xCF2 },
  1010. { "hebrew_finalpe", 0xCF3 },
  1011. { "hebrew_pe", 0xCF4 },
  1012. { "hebrew_finalzade", 0xCF5 },
  1013. { "hebrew_finalzadi", 0xCF5 },
  1014. { "hebrew_zade", 0xCF6 },
  1015. { "hebrew_zadi", 0xCF6 },
  1016. { "hebrew_qoph", 0xCF7 },
  1017. { "hebrew_kuf", 0xCF7 },
  1018. { "hebrew_resh", 0xCF8 },
  1019. { "hebrew_shin", 0xCF9 },
  1020. { "hebrew_taw", 0xCFA },
  1021. { "hebrew_taf", 0xCFA },
  1022. { "XF86ModeLock", 0x1008FF01 },
  1023. { "XF86MonBrightnessUp", 0x1008FF02 },
  1024. { "XF86MonBrightnessDown", 0x1008FF03 },
  1025. { "XF86KbdLightOnOff", 0x1008FF04 },
  1026. { "XF86KbdBrightnessUp", 0x1008FF05 },
  1027. { "XF86KbdBrightnessDown", 0x1008FF06 },
  1028. { "XF86MonBrightnessCycle", 0x1008FF07 },
  1029. { "XF86Standby", 0x1008FF10 },
  1030. { "XF86AudioLowerVolume", 0x1008FF11 },
  1031. { "XF86AudioMute", 0x1008FF12 },
  1032. { "XF86AudioRaiseVolume", 0x1008FF13 },
  1033. { "XF86AudioPlay", 0x1008FF14 },
  1034. { "XF86AudioStop", 0x1008FF15 },
  1035. { "XF86AudioPrev", 0x1008FF16 },
  1036. { "XF86AudioNext", 0x1008FF17 },
  1037. { "XF86HomePage", 0x1008FF18 },
  1038. { "XF86Mail", 0x1008FF19 },
  1039. { "XF86Start", 0x1008FF1A },
  1040. { "XF86Search", 0x1008FF1B },
  1041. { "XF86AudioRecord", 0x1008FF1C },
  1042. { "XF86Calculator", 0x1008FF1D },
  1043. { "XF86Memo", 0x1008FF1E },
  1044. { "XF86ToDoList", 0x1008FF1F },
  1045. { "XF86Calendar", 0x1008FF20 },
  1046. { "XF86PowerDown", 0x1008FF21 },
  1047. { "XF86ContrastAdjust", 0x1008FF22 },
  1048. { "XF86RockerUp", 0x1008FF23 },
  1049. { "XF86RockerDown", 0x1008FF24 },
  1050. { "XF86RockerEnter", 0x1008FF25 },
  1051. { "XF86Back", 0x1008FF26 },
  1052. { "XF86Forward", 0x1008FF27 },
  1053. { "XF86Stop", 0x1008FF28 },
  1054. { "XF86Refresh", 0x1008FF29 },
  1055. { "XF86PowerOff", 0x1008FF2A },
  1056. { "XF86WakeUp", 0x1008FF2B },
  1057. { "XF86Eject", 0x1008FF2C },
  1058. { "XF86ScreenSaver", 0x1008FF2D },
  1059. { "XF86WWW", 0x1008FF2E },
  1060. { "XF86Sleep", 0x1008FF2F },
  1061. { "XF86Favorites", 0x1008FF30 },
  1062. { "XF86AudioPause", 0x1008FF31 },
  1063. { "XF86AudioMedia", 0x1008FF32 },
  1064. { "XF86MyComputer", 0x1008FF33 },
  1065. { "XF86VendorHome", 0x1008FF34 },
  1066. { "XF86LightBulb", 0x1008FF35 },
  1067. { "XF86Shop", 0x1008FF36 },
  1068. { "XF86History", 0x1008FF37 },
  1069. { "XF86OpenURL", 0x1008FF38 },
  1070. { "XF86AddFavorite", 0x1008FF39 },
  1071. { "XF86HotLinks", 0x1008FF3A },
  1072. { "XF86BrightnessAdjust", 0x1008FF3B },
  1073. { "XF86Finance", 0x1008FF3C },
  1074. { "XF86Community", 0x1008FF3D },
  1075. { "XF86AudioRewind", 0x1008FF3E },
  1076. { "XF86BackForward", 0x1008FF3F },
  1077. { "XF86Launch0", 0x1008FF40 },
  1078. { "XF86Launch1", 0x1008FF41 },
  1079. { "XF86Launch2", 0x1008FF42 },
  1080. { "XF86Launch3", 0x1008FF43 },
  1081. { "XF86Launch4", 0x1008FF44 },
  1082. { "XF86Launch5", 0x1008FF45 },
  1083. { "XF86Launch6", 0x1008FF46 },
  1084. { "XF86Launch7", 0x1008FF47 },
  1085. { "XF86Launch8", 0x1008FF48 },
  1086. { "XF86Launch9", 0x1008FF49 },
  1087. { "XF86LaunchA", 0x1008FF4A },
  1088. { "XF86LaunchB", 0x1008FF4B },
  1089. { "XF86LaunchC", 0x1008FF4C },
  1090. { "XF86LaunchD", 0x1008FF4D },
  1091. { "XF86LaunchE", 0x1008FF4E },
  1092. { "XF86LaunchF", 0x1008FF4F },
  1093. { "XF86ApplicationLeft", 0x1008FF50 },
  1094. { "XF86ApplicationRight", 0x1008FF51 },
  1095. { "XF86Book", 0x1008FF52 },
  1096. { "XF86CD", 0x1008FF53 },
  1097. { "XF86Calculater", 0x1008FF54 },
  1098. { "XF86Clear", 0x1008FF55 },
  1099. { "XF86Close", 0x1008FF56 },
  1100. { "XF86Copy", 0x1008FF57 },
  1101. { "XF86Cut", 0x1008FF58 },
  1102. { "XF86Display", 0x1008FF59 },
  1103. { "XF86DOS", 0x1008FF5A },
  1104. { "XF86Documents", 0x1008FF5B },
  1105. { "XF86Excel", 0x1008FF5C },
  1106. { "XF86Explorer", 0x1008FF5D },
  1107. { "XF86Game", 0x1008FF5E },
  1108. { "XF86Go", 0x1008FF5F },
  1109. { "XF86iTouch", 0x1008FF60 },
  1110. { "XF86LogOff", 0x1008FF61 },
  1111. { "XF86Market", 0x1008FF62 },
  1112. { "XF86Meeting", 0x1008FF63 },
  1113. { "XF86MenuKB", 0x1008FF65 },
  1114. { "XF86MenuPB", 0x1008FF66 },
  1115. { "XF86MySites", 0x1008FF67 },
  1116. { "XF86New", 0x1008FF68 },
  1117. { "XF86News", 0x1008FF69 },
  1118. { "XF86OfficeHome", 0x1008FF6A },
  1119. { "XF86Open", 0x1008FF6B },
  1120. { "XF86Option", 0x1008FF6C },
  1121. { "XF86Paste", 0x1008FF6D },
  1122. { "XF86Phone", 0x1008FF6E },
  1123. { "XF86Q", 0x1008FF70 },
  1124. { "XF86Reply", 0x1008FF72 },
  1125. { "XF86Reload", 0x1008FF73 },
  1126. { "XF86RotateWindows", 0x1008FF74 },
  1127. { "XF86RotationPB", 0x1008FF75 },
  1128. { "XF86RotationKB", 0x1008FF76 },
  1129. { "XF86Save", 0x1008FF77 },
  1130. { "XF86ScrollUp", 0x1008FF78 },
  1131. { "XF86ScrollDown", 0x1008FF79 },
  1132. { "XF86ScrollClick", 0x1008FF7A },
  1133. { "XF86Send", 0x1008FF7B },
  1134. { "XF86Spell", 0x1008FF7C },
  1135. { "XF86SplitScreen", 0x1008FF7D },
  1136. { "XF86Support", 0x1008FF7E },
  1137. { "XF86TaskPane", 0x1008FF7F },
  1138. { "XF86Terminal", 0x1008FF80 },
  1139. { "XF86Tools", 0x1008FF81 },
  1140. { "XF86Travel", 0x1008FF82 },
  1141. { "XF86UserPB", 0x1008FF84 },
  1142. { "XF86User1KB", 0x1008FF85 },
  1143. { "XF86User2KB", 0x1008FF86 },
  1144. { "XF86Video", 0x1008FF87 },
  1145. { "XF86WheelButton", 0x1008FF88 },
  1146. { "XF86Word", 0x1008FF89 },
  1147. { "XF86Xfer", 0x1008FF8A },
  1148. { "XF86ZoomIn", 0x1008FF8B },
  1149. { "XF86ZoomOut", 0x1008FF8C },
  1150. { "XF86Away", 0x1008FF8D },
  1151. { "XF86Messenger", 0x1008FF8E },
  1152. { "XF86WebCam", 0x1008FF8F },
  1153. { "XF86MailForward", 0x1008FF90 },
  1154. { "XF86Pictures", 0x1008FF91 },
  1155. { "XF86Music", 0x1008FF92 },
  1156. { "XF86Battery", 0x1008FF93 },
  1157. { "XF86Bluetooth", 0x1008FF94 },
  1158. { "XF86WLAN", 0x1008FF95 },
  1159. { "XF86UWB", 0x1008FF96 },
  1160. { "XF86AudioForward", 0x1008FF97 },
  1161. { "XF86AudioRepeat", 0x1008FF98 },
  1162. { "XF86AudioRandomPlay", 0x1008FF99 },
  1163. { "XF86Subtitle", 0x1008FF9A },
  1164. { "XF86AudioCycleTrack", 0x1008FF9B },
  1165. { "XF86CycleAngle", 0x1008FF9C },
  1166. { "XF86FrameBack", 0x1008FF9D },
  1167. { "XF86FrameForward", 0x1008FF9E },
  1168. { "XF86Time", 0x1008FF9F },
  1169. { "XF86Select", 0x1008FFA0 },
  1170. { "XF86View", 0x1008FFA1 },
  1171. { "XF86TopMenu", 0x1008FFA2 },
  1172. { "XF86Red", 0x1008FFA3 },
  1173. { "XF86Green", 0x1008FFA4 },
  1174. { "XF86Yellow", 0x1008FFA5 },
  1175. { "XF86Blue", 0x1008FFA6 },
  1176. { "XF86Suspend", 0x1008FFA7 },
  1177. { "XF86Hibernate", 0x1008FFA8 },
  1178. { "XF86TouchpadToggle", 0x1008FFA9 },
  1179. { "XF86TouchpadOn", 0x1008FFB0 },
  1180. { "XF86TouchpadOff", 0x1008FFB1 },
  1181. { "XF86AudioMicMute", 0x1008FFB2 },
  1182. { "XF86Keyboard", 0x1008FFB3 },
  1183. { "XF86WWAN", 0x1008FFB4 },
  1184. { "XF86RFKill", 0x1008FFB5 },
  1185. { "XF86AudioPreset", 0x1008FFB6 },
  1186. { "XF86RotationLockToggle", 0x1008FFB7 },
  1187. { "XF86Switch_VT_1", 0x1008FE01 },
  1188. { "XF86Switch_VT_2", 0x1008FE02 },
  1189. { "XF86Switch_VT_3", 0x1008FE03 },
  1190. { "XF86Switch_VT_4", 0x1008FE04 },
  1191. { "XF86Switch_VT_5", 0x1008FE05 },
  1192. { "XF86Switch_VT_6", 0x1008FE06 },
  1193. { "XF86Switch_VT_7", 0x1008FE07 },
  1194. { "XF86Switch_VT_8", 0x1008FE08 },
  1195. { "XF86Switch_VT_9", 0x1008FE09 },
  1196. { "XF86Switch_VT_10", 0x1008FE0A },
  1197. { "XF86Switch_VT_11", 0x1008FE0B },
  1198. { "XF86Switch_VT_12", 0x1008FE0C },
  1199. { "XF86Ungrab", 0x1008FE20 },
  1200. { "XF86ClearGrab", 0x1008FE21 },
  1201. { "XF86Next_VMode", 0x1008FE22 },
  1202. { "XF86Prev_VMode", 0x1008FE23 },
  1203. { "XF86LogWindowTree", 0x1008FE24 },
  1204. { "XF86LogGrabInfo", 0x1008FE25 },