keysymdef.js 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  1. /*
  2. * Mapping from Unicode codepoints to X11/RFB keysyms
  3. *
  4. * This file was automatically generated from keysymdef.h
  5. * DO NOT EDIT!
  6. */
  7. /* Functions at the bottom */
  8. const codepoints = {
  9. 0x0100: 0x03c0, // XK_Amacron
  10. 0x0101: 0x03e0, // XK_amacron
  11. 0x0102: 0x01c3, // XK_Abreve
  12. 0x0103: 0x01e3, // XK_abreve
  13. 0x0104: 0x01a1, // XK_Aogonek
  14. 0x0105: 0x01b1, // XK_aogonek
  15. 0x0106: 0x01c6, // XK_Cacute
  16. 0x0107: 0x01e6, // XK_cacute
  17. 0x0108: 0x02c6, // XK_Ccircumflex
  18. 0x0109: 0x02e6, // XK_ccircumflex
  19. 0x010a: 0x02c5, // XK_Cabovedot
  20. 0x010b: 0x02e5, // XK_cabovedot
  21. 0x010c: 0x01c8, // XK_Ccaron
  22. 0x010d: 0x01e8, // XK_ccaron
  23. 0x010e: 0x01cf, // XK_Dcaron
  24. 0x010f: 0x01ef, // XK_dcaron
  25. 0x0110: 0x01d0, // XK_Dstroke
  26. 0x0111: 0x01f0, // XK_dstroke
  27. 0x0112: 0x03aa, // XK_Emacron
  28. 0x0113: 0x03ba, // XK_emacron
  29. 0x0116: 0x03cc, // XK_Eabovedot
  30. 0x0117: 0x03ec, // XK_eabovedot
  31. 0x0118: 0x01ca, // XK_Eogonek
  32. 0x0119: 0x01ea, // XK_eogonek
  33. 0x011a: 0x01cc, // XK_Ecaron
  34. 0x011b: 0x01ec, // XK_ecaron
  35. 0x011c: 0x02d8, // XK_Gcircumflex
  36. 0x011d: 0x02f8, // XK_gcircumflex
  37. 0x011e: 0x02ab, // XK_Gbreve
  38. 0x011f: 0x02bb, // XK_gbreve
  39. 0x0120: 0x02d5, // XK_Gabovedot
  40. 0x0121: 0x02f5, // XK_gabovedot
  41. 0x0122: 0x03ab, // XK_Gcedilla
  42. 0x0123: 0x03bb, // XK_gcedilla
  43. 0x0124: 0x02a6, // XK_Hcircumflex
  44. 0x0125: 0x02b6, // XK_hcircumflex
  45. 0x0126: 0x02a1, // XK_Hstroke
  46. 0x0127: 0x02b1, // XK_hstroke
  47. 0x0128: 0x03a5, // XK_Itilde
  48. 0x0129: 0x03b5, // XK_itilde
  49. 0x012a: 0x03cf, // XK_Imacron
  50. 0x012b: 0x03ef, // XK_imacron
  51. 0x012e: 0x03c7, // XK_Iogonek
  52. 0x012f: 0x03e7, // XK_iogonek
  53. 0x0130: 0x02a9, // XK_Iabovedot
  54. 0x0131: 0x02b9, // XK_idotless
  55. 0x0134: 0x02ac, // XK_Jcircumflex
  56. 0x0135: 0x02bc, // XK_jcircumflex
  57. 0x0136: 0x03d3, // XK_Kcedilla
  58. 0x0137: 0x03f3, // XK_kcedilla
  59. 0x0138: 0x03a2, // XK_kra
  60. 0x0139: 0x01c5, // XK_Lacute
  61. 0x013a: 0x01e5, // XK_lacute
  62. 0x013b: 0x03a6, // XK_Lcedilla
  63. 0x013c: 0x03b6, // XK_lcedilla
  64. 0x013d: 0x01a5, // XK_Lcaron
  65. 0x013e: 0x01b5, // XK_lcaron
  66. 0x0141: 0x01a3, // XK_Lstroke
  67. 0x0142: 0x01b3, // XK_lstroke
  68. 0x0143: 0x01d1, // XK_Nacute
  69. 0x0144: 0x01f1, // XK_nacute
  70. 0x0145: 0x03d1, // XK_Ncedilla
  71. 0x0146: 0x03f1, // XK_ncedilla
  72. 0x0147: 0x01d2, // XK_Ncaron
  73. 0x0148: 0x01f2, // XK_ncaron
  74. 0x014a: 0x03bd, // XK_ENG
  75. 0x014b: 0x03bf, // XK_eng
  76. 0x014c: 0x03d2, // XK_Omacron
  77. 0x014d: 0x03f2, // XK_omacron
  78. 0x0150: 0x01d5, // XK_Odoubleacute
  79. 0x0151: 0x01f5, // XK_odoubleacute
  80. 0x0152: 0x13bc, // XK_OE
  81. 0x0153: 0x13bd, // XK_oe
  82. 0x0154: 0x01c0, // XK_Racute
  83. 0x0155: 0x01e0, // XK_racute
  84. 0x0156: 0x03a3, // XK_Rcedilla
  85. 0x0157: 0x03b3, // XK_rcedilla
  86. 0x0158: 0x01d8, // XK_Rcaron
  87. 0x0159: 0x01f8, // XK_rcaron
  88. 0x015a: 0x01a6, // XK_Sacute
  89. 0x015b: 0x01b6, // XK_sacute
  90. 0x015c: 0x02de, // XK_Scircumflex
  91. 0x015d: 0x02fe, // XK_scircumflex
  92. 0x015e: 0x01aa, // XK_Scedilla
  93. 0x015f: 0x01ba, // XK_scedilla
  94. 0x0160: 0x01a9, // XK_Scaron
  95. 0x0161: 0x01b9, // XK_scaron
  96. 0x0162: 0x01de, // XK_Tcedilla
  97. 0x0163: 0x01fe, // XK_tcedilla
  98. 0x0164: 0x01ab, // XK_Tcaron
  99. 0x0165: 0x01bb, // XK_tcaron
  100. 0x0166: 0x03ac, // XK_Tslash
  101. 0x0167: 0x03bc, // XK_tslash
  102. 0x0168: 0x03dd, // XK_Utilde
  103. 0x0169: 0x03fd, // XK_utilde
  104. 0x016a: 0x03de, // XK_Umacron
  105. 0x016b: 0x03fe, // XK_umacron
  106. 0x016c: 0x02dd, // XK_Ubreve
  107. 0x016d: 0x02fd, // XK_ubreve
  108. 0x016e: 0x01d9, // XK_Uring
  109. 0x016f: 0x01f9, // XK_uring
  110. 0x0170: 0x01db, // XK_Udoubleacute
  111. 0x0171: 0x01fb, // XK_udoubleacute
  112. 0x0172: 0x03d9, // XK_Uogonek
  113. 0x0173: 0x03f9, // XK_uogonek
  114. 0x0178: 0x13be, // XK_Ydiaeresis
  115. 0x0179: 0x01ac, // XK_Zacute
  116. 0x017a: 0x01bc, // XK_zacute
  117. 0x017b: 0x01af, // XK_Zabovedot
  118. 0x017c: 0x01bf, // XK_zabovedot
  119. 0x017d: 0x01ae, // XK_Zcaron
  120. 0x017e: 0x01be, // XK_zcaron
  121. 0x0192: 0x08f6, // XK_function
  122. 0x01d2: 0x10001d1, // XK_Ocaron
  123. 0x02c7: 0x01b7, // XK_caron
  124. 0x02d8: 0x01a2, // XK_breve
  125. 0x02d9: 0x01ff, // XK_abovedot
  126. 0x02db: 0x01b2, // XK_ogonek
  127. 0x02dd: 0x01bd, // XK_doubleacute
  128. 0x0385: 0x07ae, // XK_Greek_accentdieresis
  129. 0x0386: 0x07a1, // XK_Greek_ALPHAaccent
  130. 0x0388: 0x07a2, // XK_Greek_EPSILONaccent
  131. 0x0389: 0x07a3, // XK_Greek_ETAaccent
  132. 0x038a: 0x07a4, // XK_Greek_IOTAaccent
  133. 0x038c: 0x07a7, // XK_Greek_OMICRONaccent
  134. 0x038e: 0x07a8, // XK_Greek_UPSILONaccent
  135. 0x038f: 0x07ab, // XK_Greek_OMEGAaccent
  136. 0x0390: 0x07b6, // XK_Greek_iotaaccentdieresis
  137. 0x0391: 0x07c1, // XK_Greek_ALPHA
  138. 0x0392: 0x07c2, // XK_Greek_BETA
  139. 0x0393: 0x07c3, // XK_Greek_GAMMA
  140. 0x0394: 0x07c4, // XK_Greek_DELTA
  141. 0x0395: 0x07c5, // XK_Greek_EPSILON
  142. 0x0396: 0x07c6, // XK_Greek_ZETA
  143. 0x0397: 0x07c7, // XK_Greek_ETA
  144. 0x0398: 0x07c8, // XK_Greek_THETA
  145. 0x0399: 0x07c9, // XK_Greek_IOTA
  146. 0x039a: 0x07ca, // XK_Greek_KAPPA
  147. 0x039b: 0x07cb, // XK_Greek_LAMDA
  148. 0x039c: 0x07cc, // XK_Greek_MU
  149. 0x039d: 0x07cd, // XK_Greek_NU
  150. 0x039e: 0x07ce, // XK_Greek_XI
  151. 0x039f: 0x07cf, // XK_Greek_OMICRON
  152. 0x03a0: 0x07d0, // XK_Greek_PI
  153. 0x03a1: 0x07d1, // XK_Greek_RHO
  154. 0x03a3: 0x07d2, // XK_Greek_SIGMA
  155. 0x03a4: 0x07d4, // XK_Greek_TAU
  156. 0x03a5: 0x07d5, // XK_Greek_UPSILON
  157. 0x03a6: 0x07d6, // XK_Greek_PHI
  158. 0x03a7: 0x07d7, // XK_Greek_CHI
  159. 0x03a8: 0x07d8, // XK_Greek_PSI
  160. 0x03a9: 0x07d9, // XK_Greek_OMEGA
  161. 0x03aa: 0x07a5, // XK_Greek_IOTAdieresis
  162. 0x03ab: 0x07a9, // XK_Greek_UPSILONdieresis
  163. 0x03ac: 0x07b1, // XK_Greek_alphaaccent
  164. 0x03ad: 0x07b2, // XK_Greek_epsilonaccent
  165. 0x03ae: 0x07b3, // XK_Greek_etaaccent
  166. 0x03af: 0x07b4, // XK_Greek_iotaaccent
  167. 0x03b0: 0x07ba, // XK_Greek_upsilonaccentdieresis
  168. 0x03b1: 0x07e1, // XK_Greek_alpha
  169. 0x03b2: 0x07e2, // XK_Greek_beta
  170. 0x03b3: 0x07e3, // XK_Greek_gamma
  171. 0x03b4: 0x07e4, // XK_Greek_delta
  172. 0x03b5: 0x07e5, // XK_Greek_epsilon
  173. 0x03b6: 0x07e6, // XK_Greek_zeta
  174. 0x03b7: 0x07e7, // XK_Greek_eta
  175. 0x03b8: 0x07e8, // XK_Greek_theta
  176. 0x03b9: 0x07e9, // XK_Greek_iota
  177. 0x03ba: 0x07ea, // XK_Greek_kappa
  178. 0x03bb: 0x07eb, // XK_Greek_lamda
  179. 0x03bc: 0x07ec, // XK_Greek_mu
  180. 0x03bd: 0x07ed, // XK_Greek_nu
  181. 0x03be: 0x07ee, // XK_Greek_xi
  182. 0x03bf: 0x07ef, // XK_Greek_omicron
  183. 0x03c0: 0x07f0, // XK_Greek_pi
  184. 0x03c1: 0x07f1, // XK_Greek_rho
  185. 0x03c2: 0x07f3, // XK_Greek_finalsmallsigma
  186. 0x03c3: 0x07f2, // XK_Greek_sigma
  187. 0x03c4: 0x07f4, // XK_Greek_tau
  188. 0x03c5: 0x07f5, // XK_Greek_upsilon
  189. 0x03c6: 0x07f6, // XK_Greek_phi
  190. 0x03c7: 0x07f7, // XK_Greek_chi
  191. 0x03c8: 0x07f8, // XK_Greek_psi
  192. 0x03c9: 0x07f9, // XK_Greek_omega
  193. 0x03ca: 0x07b5, // XK_Greek_iotadieresis
  194. 0x03cb: 0x07b9, // XK_Greek_upsilondieresis
  195. 0x03cc: 0x07b7, // XK_Greek_omicronaccent
  196. 0x03cd: 0x07b8, // XK_Greek_upsilonaccent
  197. 0x03ce: 0x07bb, // XK_Greek_omegaaccent
  198. 0x0401: 0x06b3, // XK_Cyrillic_IO
  199. 0x0402: 0x06b1, // XK_Serbian_DJE
  200. 0x0403: 0x06b2, // XK_Macedonia_GJE
  201. 0x0404: 0x06b4, // XK_Ukrainian_IE
  202. 0x0405: 0x06b5, // XK_Macedonia_DSE
  203. 0x0406: 0x06b6, // XK_Ukrainian_I
  204. 0x0407: 0x06b7, // XK_Ukrainian_YI
  205. 0x0408: 0x06b8, // XK_Cyrillic_JE
  206. 0x0409: 0x06b9, // XK_Cyrillic_LJE
  207. 0x040a: 0x06ba, // XK_Cyrillic_NJE
  208. 0x040b: 0x06bb, // XK_Serbian_TSHE
  209. 0x040c: 0x06bc, // XK_Macedonia_KJE
  210. 0x040e: 0x06be, // XK_Byelorussian_SHORTU
  211. 0x040f: 0x06bf, // XK_Cyrillic_DZHE
  212. 0x0410: 0x06e1, // XK_Cyrillic_A
  213. 0x0411: 0x06e2, // XK_Cyrillic_BE
  214. 0x0412: 0x06f7, // XK_Cyrillic_VE
  215. 0x0413: 0x06e7, // XK_Cyrillic_GHE
  216. 0x0414: 0x06e4, // XK_Cyrillic_DE
  217. 0x0415: 0x06e5, // XK_Cyrillic_IE
  218. 0x0416: 0x06f6, // XK_Cyrillic_ZHE
  219. 0x0417: 0x06fa, // XK_Cyrillic_ZE
  220. 0x0418: 0x06e9, // XK_Cyrillic_I
  221. 0x0419: 0x06ea, // XK_Cyrillic_SHORTI
  222. 0x041a: 0x06eb, // XK_Cyrillic_KA
  223. 0x041b: 0x06ec, // XK_Cyrillic_EL
  224. 0x041c: 0x06ed, // XK_Cyrillic_EM
  225. 0x041d: 0x06ee, // XK_Cyrillic_EN
  226. 0x041e: 0x06ef, // XK_Cyrillic_O
  227. 0x041f: 0x06f0, // XK_Cyrillic_PE
  228. 0x0420: 0x06f2, // XK_Cyrillic_ER
  229. 0x0421: 0x06f3, // XK_Cyrillic_ES
  230. 0x0422: 0x06f4, // XK_Cyrillic_TE
  231. 0x0423: 0x06f5, // XK_Cyrillic_U
  232. 0x0424: 0x06e6, // XK_Cyrillic_EF
  233. 0x0425: 0x06e8, // XK_Cyrillic_HA
  234. 0x0426: 0x06e3, // XK_Cyrillic_TSE
  235. 0x0427: 0x06fe, // XK_Cyrillic_CHE
  236. 0x0428: 0x06fb, // XK_Cyrillic_SHA
  237. 0x0429: 0x06fd, // XK_Cyrillic_SHCHA
  238. 0x042a: 0x06ff, // XK_Cyrillic_HARDSIGN
  239. 0x042b: 0x06f9, // XK_Cyrillic_YERU
  240. 0x042c: 0x06f8, // XK_Cyrillic_SOFTSIGN
  241. 0x042d: 0x06fc, // XK_Cyrillic_E
  242. 0x042e: 0x06e0, // XK_Cyrillic_YU
  243. 0x042f: 0x06f1, // XK_Cyrillic_YA
  244. 0x0430: 0x06c1, // XK_Cyrillic_a
  245. 0x0431: 0x06c2, // XK_Cyrillic_be
  246. 0x0432: 0x06d7, // XK_Cyrillic_ve
  247. 0x0433: 0x06c7, // XK_Cyrillic_ghe
  248. 0x0434: 0x06c4, // XK_Cyrillic_de
  249. 0x0435: 0x06c5, // XK_Cyrillic_ie
  250. 0x0436: 0x06d6, // XK_Cyrillic_zhe
  251. 0x0437: 0x06da, // XK_Cyrillic_ze
  252. 0x0438: 0x06c9, // XK_Cyrillic_i
  253. 0x0439: 0x06ca, // XK_Cyrillic_shorti
  254. 0x043a: 0x06cb, // XK_Cyrillic_ka
  255. 0x043b: 0x06cc, // XK_Cyrillic_el
  256. 0x043c: 0x06cd, // XK_Cyrillic_em
  257. 0x043d: 0x06ce, // XK_Cyrillic_en
  258. 0x043e: 0x06cf, // XK_Cyrillic_o
  259. 0x043f: 0x06d0, // XK_Cyrillic_pe
  260. 0x0440: 0x06d2, // XK_Cyrillic_er
  261. 0x0441: 0x06d3, // XK_Cyrillic_es
  262. 0x0442: 0x06d4, // XK_Cyrillic_te
  263. 0x0443: 0x06d5, // XK_Cyrillic_u
  264. 0x0444: 0x06c6, // XK_Cyrillic_ef
  265. 0x0445: 0x06c8, // XK_Cyrillic_ha
  266. 0x0446: 0x06c3, // XK_Cyrillic_tse
  267. 0x0447: 0x06de, // XK_Cyrillic_che
  268. 0x0448: 0x06db, // XK_Cyrillic_sha
  269. 0x0449: 0x06dd, // XK_Cyrillic_shcha
  270. 0x044a: 0x06df, // XK_Cyrillic_hardsign
  271. 0x044b: 0x06d9, // XK_Cyrillic_yeru
  272. 0x044c: 0x06d8, // XK_Cyrillic_softsign
  273. 0x044d: 0x06dc, // XK_Cyrillic_e
  274. 0x044e: 0x06c0, // XK_Cyrillic_yu
  275. 0x044f: 0x06d1, // XK_Cyrillic_ya
  276. 0x0451: 0x06a3, // XK_Cyrillic_io
  277. 0x0452: 0x06a1, // XK_Serbian_dje
  278. 0x0453: 0x06a2, // XK_Macedonia_gje
  279. 0x0454: 0x06a4, // XK_Ukrainian_ie
  280. 0x0455: 0x06a5, // XK_Macedonia_dse
  281. 0x0456: 0x06a6, // XK_Ukrainian_i
  282. 0x0457: 0x06a7, // XK_Ukrainian_yi
  283. 0x0458: 0x06a8, // XK_Cyrillic_je
  284. 0x0459: 0x06a9, // XK_Cyrillic_lje
  285. 0x045a: 0x06aa, // XK_Cyrillic_nje
  286. 0x045b: 0x06ab, // XK_Serbian_tshe
  287. 0x045c: 0x06ac, // XK_Macedonia_kje
  288. 0x045e: 0x06ae, // XK_Byelorussian_shortu
  289. 0x045f: 0x06af, // XK_Cyrillic_dzhe
  290. 0x0490: 0x06bd, // XK_Ukrainian_GHE_WITH_UPTURN
  291. 0x0491: 0x06ad, // XK_Ukrainian_ghe_with_upturn
  292. 0x05d0: 0x0ce0, // XK_hebrew_aleph
  293. 0x05d1: 0x0ce1, // XK_hebrew_bet
  294. 0x05d2: 0x0ce2, // XK_hebrew_gimel
  295. 0x05d3: 0x0ce3, // XK_hebrew_dalet
  296. 0x05d4: 0x0ce4, // XK_hebrew_he
  297. 0x05d5: 0x0ce5, // XK_hebrew_waw
  298. 0x05d6: 0x0ce6, // XK_hebrew_zain
  299. 0x05d7: 0x0ce7, // XK_hebrew_chet
  300. 0x05d8: 0x0ce8, // XK_hebrew_tet
  301. 0x05d9: 0x0ce9, // XK_hebrew_yod
  302. 0x05da: 0x0cea, // XK_hebrew_finalkaph
  303. 0x05db: 0x0ceb, // XK_hebrew_kaph
  304. 0x05dc: 0x0cec, // XK_hebrew_lamed
  305. 0x05dd: 0x0ced, // XK_hebrew_finalmem
  306. 0x05de: 0x0cee, // XK_hebrew_mem
  307. 0x05df: 0x0cef, // XK_hebrew_finalnun
  308. 0x05e0: 0x0cf0, // XK_hebrew_nun
  309. 0x05e1: 0x0cf1, // XK_hebrew_samech
  310. 0x05e2: 0x0cf2, // XK_hebrew_ayin
  311. 0x05e3: 0x0cf3, // XK_hebrew_finalpe
  312. 0x05e4: 0x0cf4, // XK_hebrew_pe
  313. 0x05e5: 0x0cf5, // XK_hebrew_finalzade
  314. 0x05e6: 0x0cf6, // XK_hebrew_zade
  315. 0x05e7: 0x0cf7, // XK_hebrew_qoph
  316. 0x05e8: 0x0cf8, // XK_hebrew_resh
  317. 0x05e9: 0x0cf9, // XK_hebrew_shin
  318. 0x05ea: 0x0cfa, // XK_hebrew_taw
  319. 0x060c: 0x05ac, // XK_Arabic_comma
  320. 0x061b: 0x05bb, // XK_Arabic_semicolon
  321. 0x061f: 0x05bf, // XK_Arabic_question_mark
  322. 0x0621: 0x05c1, // XK_Arabic_hamza
  323. 0x0622: 0x05c2, // XK_Arabic_maddaonalef
  324. 0x0623: 0x05c3, // XK_Arabic_hamzaonalef
  325. 0x0624: 0x05c4, // XK_Arabic_hamzaonwaw
  326. 0x0625: 0x05c5, // XK_Arabic_hamzaunderalef
  327. 0x0626: 0x05c6, // XK_Arabic_hamzaonyeh
  328. 0x0627: 0x05c7, // XK_Arabic_alef
  329. 0x0628: 0x05c8, // XK_Arabic_beh
  330. 0x0629: 0x05c9, // XK_Arabic_tehmarbuta
  331. 0x062a: 0x05ca, // XK_Arabic_teh
  332. 0x062b: 0x05cb, // XK_Arabic_theh
  333. 0x062c: 0x05cc, // XK_Arabic_jeem
  334. 0x062d: 0x05cd, // XK_Arabic_hah
  335. 0x062e: 0x05ce, // XK_Arabic_khah
  336. 0x062f: 0x05cf, // XK_Arabic_dal
  337. 0x0630: 0x05d0, // XK_Arabic_thal
  338. 0x0631: 0x05d1, // XK_Arabic_ra
  339. 0x0632: 0x05d2, // XK_Arabic_zain
  340. 0x0633: 0x05d3, // XK_Arabic_seen
  341. 0x0634: 0x05d4, // XK_Arabic_sheen
  342. 0x0635: 0x05d5, // XK_Arabic_sad
  343. 0x0636: 0x05d6, // XK_Arabic_dad
  344. 0x0637: 0x05d7, // XK_Arabic_tah
  345. 0x0638: 0x05d8, // XK_Arabic_zah
  346. 0x0639: 0x05d9, // XK_Arabic_ain
  347. 0x063a: 0x05da, // XK_Arabic_ghain
  348. 0x0640: 0x05e0, // XK_Arabic_tatweel
  349. 0x0641: 0x05e1, // XK_Arabic_feh
  350. 0x0642: 0x05e2, // XK_Arabic_qaf
  351. 0x0643: 0x05e3, // XK_Arabic_kaf
  352. 0x0644: 0x05e4, // XK_Arabic_lam
  353. 0x0645: 0x05e5, // XK_Arabic_meem
  354. 0x0646: 0x05e6, // XK_Arabic_noon
  355. 0x0647: 0x05e7, // XK_Arabic_ha
  356. 0x0648: 0x05e8, // XK_Arabic_waw
  357. 0x0649: 0x05e9, // XK_Arabic_alefmaksura
  358. 0x064a: 0x05ea, // XK_Arabic_yeh
  359. 0x064b: 0x05eb, // XK_Arabic_fathatan
  360. 0x064c: 0x05ec, // XK_Arabic_dammatan
  361. 0x064d: 0x05ed, // XK_Arabic_kasratan
  362. 0x064e: 0x05ee, // XK_Arabic_fatha
  363. 0x064f: 0x05ef, // XK_Arabic_damma
  364. 0x0650: 0x05f0, // XK_Arabic_kasra
  365. 0x0651: 0x05f1, // XK_Arabic_shadda
  366. 0x0652: 0x05f2, // XK_Arabic_sukun
  367. 0x0e01: 0x0da1, // XK_Thai_kokai
  368. 0x0e02: 0x0da2, // XK_Thai_khokhai
  369. 0x0e03: 0x0da3, // XK_Thai_khokhuat
  370. 0x0e04: 0x0da4, // XK_Thai_khokhwai
  371. 0x0e05: 0x0da5, // XK_Thai_khokhon
  372. 0x0e06: 0x0da6, // XK_Thai_khorakhang
  373. 0x0e07: 0x0da7, // XK_Thai_ngongu
  374. 0x0e08: 0x0da8, // XK_Thai_chochan
  375. 0x0e09: 0x0da9, // XK_Thai_choching
  376. 0x0e0a: 0x0daa, // XK_Thai_chochang
  377. 0x0e0b: 0x0dab, // XK_Thai_soso
  378. 0x0e0c: 0x0dac, // XK_Thai_chochoe
  379. 0x0e0d: 0x0dad, // XK_Thai_yoying
  380. 0x0e0e: 0x0dae, // XK_Thai_dochada
  381. 0x0e0f: 0x0daf, // XK_Thai_topatak
  382. 0x0e10: 0x0db0, // XK_Thai_thothan
  383. 0x0e11: 0x0db1, // XK_Thai_thonangmontho
  384. 0x0e12: 0x0db2, // XK_Thai_thophuthao
  385. 0x0e13: 0x0db3, // XK_Thai_nonen
  386. 0x0e14: 0x0db4, // XK_Thai_dodek
  387. 0x0e15: 0x0db5, // XK_Thai_totao
  388. 0x0e16: 0x0db6, // XK_Thai_thothung
  389. 0x0e17: 0x0db7, // XK_Thai_thothahan
  390. 0x0e18: 0x0db8, // XK_Thai_thothong
  391. 0x0e19: 0x0db9, // XK_Thai_nonu
  392. 0x0e1a: 0x0dba, // XK_Thai_bobaimai
  393. 0x0e1b: 0x0dbb, // XK_Thai_popla
  394. 0x0e1c: 0x0dbc, // XK_Thai_phophung
  395. 0x0e1d: 0x0dbd, // XK_Thai_fofa
  396. 0x0e1e: 0x0dbe, // XK_Thai_phophan
  397. 0x0e1f: 0x0dbf, // XK_Thai_fofan
  398. 0x0e20: 0x0dc0, // XK_Thai_phosamphao
  399. 0x0e21: 0x0dc1, // XK_Thai_moma
  400. 0x0e22: 0x0dc2, // XK_Thai_yoyak
  401. 0x0e23: 0x0dc3, // XK_Thai_rorua
  402. 0x0e24: 0x0dc4, // XK_Thai_ru
  403. 0x0e25: 0x0dc5, // XK_Thai_loling
  404. 0x0e26: 0x0dc6, // XK_Thai_lu
  405. 0x0e27: 0x0dc7, // XK_Thai_wowaen
  406. 0x0e28: 0x0dc8, // XK_Thai_sosala
  407. 0x0e29: 0x0dc9, // XK_Thai_sorusi
  408. 0x0e2a: 0x0dca, // XK_Thai_sosua
  409. 0x0e2b: 0x0dcb, // XK_Thai_hohip
  410. 0x0e2c: 0x0dcc, // XK_Thai_lochula
  411. 0x0e2d: 0x0dcd, // XK_Thai_oang
  412. 0x0e2e: 0x0dce, // XK_Thai_honokhuk
  413. 0x0e2f: 0x0dcf, // XK_Thai_paiyannoi
  414. 0x0e30: 0x0dd0, // XK_Thai_saraa
  415. 0x0e31: 0x0dd1, // XK_Thai_maihanakat
  416. 0x0e32: 0x0dd2, // XK_Thai_saraaa
  417. 0x0e33: 0x0dd3, // XK_Thai_saraam
  418. 0x0e34: 0x0dd4, // XK_Thai_sarai
  419. 0x0e35: 0x0dd5, // XK_Thai_saraii
  420. 0x0e36: 0x0dd6, // XK_Thai_saraue
  421. 0x0e37: 0x0dd7, // XK_Thai_sarauee
  422. 0x0e38: 0x0dd8, // XK_Thai_sarau
  423. 0x0e39: 0x0dd9, // XK_Thai_sarauu
  424. 0x0e3a: 0x0dda, // XK_Thai_phinthu
  425. 0x0e3f: 0x0ddf, // XK_Thai_baht
  426. 0x0e40: 0x0de0, // XK_Thai_sarae
  427. 0x0e41: 0x0de1, // XK_Thai_saraae
  428. 0x0e42: 0x0de2, // XK_Thai_sarao
  429. 0x0e43: 0x0de3, // XK_Thai_saraaimaimuan
  430. 0x0e44: 0x0de4, // XK_Thai_saraaimaimalai
  431. 0x0e45: 0x0de5, // XK_Thai_lakkhangyao
  432. 0x0e46: 0x0de6, // XK_Thai_maiyamok
  433. 0x0e47: 0x0de7, // XK_Thai_maitaikhu
  434. 0x0e48: 0x0de8, // XK_Thai_maiek
  435. 0x0e49: 0x0de9, // XK_Thai_maitho
  436. 0x0e4a: 0x0dea, // XK_Thai_maitri
  437. 0x0e4b: 0x0deb, // XK_Thai_maichattawa
  438. 0x0e4c: 0x0dec, // XK_Thai_thanthakhat
  439. 0x0e4d: 0x0ded, // XK_Thai_nikhahit
  440. 0x0e50: 0x0df0, // XK_Thai_leksun
  441. 0x0e51: 0x0df1, // XK_Thai_leknung
  442. 0x0e52: 0x0df2, // XK_Thai_leksong
  443. 0x0e53: 0x0df3, // XK_Thai_leksam
  444. 0x0e54: 0x0df4, // XK_Thai_leksi
  445. 0x0e55: 0x0df5, // XK_Thai_lekha
  446. 0x0e56: 0x0df6, // XK_Thai_lekhok
  447. 0x0e57: 0x0df7, // XK_Thai_lekchet
  448. 0x0e58: 0x0df8, // XK_Thai_lekpaet
  449. 0x0e59: 0x0df9, // XK_Thai_lekkao
  450. 0x2002: 0x0aa2, // XK_enspace
  451. 0x2003: 0x0aa1, // XK_emspace
  452. 0x2004: 0x0aa3, // XK_em3space
  453. 0x2005: 0x0aa4, // XK_em4space
  454. 0x2007: 0x0aa5, // XK_digitspace
  455. 0x2008: 0x0aa6, // XK_punctspace
  456. 0x2009: 0x0aa7, // XK_thinspace
  457. 0x200a: 0x0aa8, // XK_hairspace
  458. 0x2012: 0x0abb, // XK_figdash
  459. 0x2013: 0x0aaa, // XK_endash
  460. 0x2014: 0x0aa9, // XK_emdash
  461. 0x2015: 0x07af, // XK_Greek_horizbar
  462. 0x2017: 0x0cdf, // XK_hebrew_doublelowline
  463. 0x2018: 0x0ad0, // XK_leftsinglequotemark
  464. 0x2019: 0x0ad1, // XK_rightsinglequotemark
  465. 0x201a: 0x0afd, // XK_singlelowquotemark
  466. 0x201c: 0x0ad2, // XK_leftdoublequotemark
  467. 0x201d: 0x0ad3, // XK_rightdoublequotemark
  468. 0x201e: 0x0afe, // XK_doublelowquotemark
  469. 0x2020: 0x0af1, // XK_dagger
  470. 0x2021: 0x0af2, // XK_doubledagger
  471. 0x2022: 0x0ae6, // XK_enfilledcircbullet
  472. 0x2025: 0x0aaf, // XK_doubbaselinedot
  473. 0x2026: 0x0aae, // XK_ellipsis
  474. 0x2030: 0x0ad5, // XK_permille
  475. 0x2032: 0x0ad6, // XK_minutes
  476. 0x2033: 0x0ad7, // XK_seconds
  477. 0x2038: 0x0afc, // XK_caret
  478. 0x203e: 0x047e, // XK_overline
  479. 0x20a9: 0x0eff, // XK_Korean_Won
  480. 0x20ac: 0x20ac, // XK_EuroSign
  481. 0x2105: 0x0ab8, // XK_careof
  482. 0x2116: 0x06b0, // XK_numerosign
  483. 0x2117: 0x0afb, // XK_phonographcopyright
  484. 0x211e: 0x0ad4, // XK_prescription
  485. 0x2122: 0x0ac9, // XK_trademark
  486. 0x2153: 0x0ab0, // XK_onethird
  487. 0x2154: 0x0ab1, // XK_twothirds
  488. 0x2155: 0x0ab2, // XK_onefifth
  489. 0x2156: 0x0ab3, // XK_twofifths
  490. 0x2157: 0x0ab4, // XK_threefifths
  491. 0x2158: 0x0ab5, // XK_fourfifths
  492. 0x2159: 0x0ab6, // XK_onesixth
  493. 0x215a: 0x0ab7, // XK_fivesixths
  494. 0x215b: 0x0ac3, // XK_oneeighth
  495. 0x215c: 0x0ac4, // XK_threeeighths
  496. 0x215d: 0x0ac5, // XK_fiveeighths
  497. 0x215e: 0x0ac6, // XK_seveneighths
  498. 0x2190: 0x08fb, // XK_leftarrow
  499. 0x2191: 0x08fc, // XK_uparrow
  500. 0x2192: 0x08fd, // XK_rightarrow
  501. 0x2193: 0x08fe, // XK_downarrow
  502. 0x21d2: 0x08ce, // XK_implies
  503. 0x21d4: 0x08cd, // XK_ifonlyif
  504. 0x2202: 0x08ef, // XK_partialderivative
  505. 0x2207: 0x08c5, // XK_nabla
  506. 0x2218: 0x0bca, // XK_jot
  507. 0x221a: 0x08d6, // XK_radical
  508. 0x221d: 0x08c1, // XK_variation
  509. 0x221e: 0x08c2, // XK_infinity
  510. 0x2227: 0x08de, // XK_logicaland
  511. 0x2228: 0x08df, // XK_logicalor
  512. 0x2229: 0x08dc, // XK_intersection
  513. 0x222a: 0x08dd, // XK_union
  514. 0x222b: 0x08bf, // XK_integral
  515. 0x2234: 0x08c0, // XK_therefore
  516. 0x223c: 0x08c8, // XK_approximate
  517. 0x2243: 0x08c9, // XK_similarequal
  518. 0x2245: 0x1002248, // XK_approxeq
  519. 0x2260: 0x08bd, // XK_notequal
  520. 0x2261: 0x08cf, // XK_identical
  521. 0x2264: 0x08bc, // XK_lessthanequal
  522. 0x2265: 0x08be, // XK_greaterthanequal
  523. 0x2282: 0x08da, // XK_includedin
  524. 0x2283: 0x08db, // XK_includes
  525. 0x22a2: 0x0bfc, // XK_righttack
  526. 0x22a3: 0x0bdc, // XK_lefttack
  527. 0x22a4: 0x0bc2, // XK_downtack
  528. 0x22a5: 0x0bce, // XK_uptack
  529. 0x2308: 0x0bd3, // XK_upstile
  530. 0x230a: 0x0bc4, // XK_downstile
  531. 0x2315: 0x0afa, // XK_telephonerecorder
  532. 0x2320: 0x08a4, // XK_topintegral
  533. 0x2321: 0x08a5, // XK_botintegral
  534. 0x2395: 0x0bcc, // XK_quad
  535. 0x239b: 0x08ab, // XK_topleftparens
  536. 0x239d: 0x08ac, // XK_botleftparens
  537. 0x239e: 0x08ad, // XK_toprightparens
  538. 0x23a0: 0x08ae, // XK_botrightparens
  539. 0x23a1: 0x08a7, // XK_topleftsqbracket
  540. 0x23a3: 0x08a8, // XK_botleftsqbracket
  541. 0x23a4: 0x08a9, // XK_toprightsqbracket
  542. 0x23a6: 0x08aa, // XK_botrightsqbracket
  543. 0x23a8: 0x08af, // XK_leftmiddlecurlybrace
  544. 0x23ac: 0x08b0, // XK_rightmiddlecurlybrace
  545. 0x23b7: 0x08a1, // XK_leftradical
  546. 0x23ba: 0x09ef, // XK_horizlinescan1
  547. 0x23bb: 0x09f0, // XK_horizlinescan3
  548. 0x23bc: 0x09f2, // XK_horizlinescan7
  549. 0x23bd: 0x09f3, // XK_horizlinescan9
  550. 0x2409: 0x09e2, // XK_ht
  551. 0x240a: 0x09e5, // XK_lf
  552. 0x240b: 0x09e9, // XK_vt
  553. 0x240c: 0x09e3, // XK_ff
  554. 0x240d: 0x09e4, // XK_cr
  555. 0x2423: 0x0aac, // XK_signifblank
  556. 0x2424: 0x09e8, // XK_nl
  557. 0x2500: 0x08a3, // XK_horizconnector
  558. 0x2502: 0x08a6, // XK_vertconnector
  559. 0x250c: 0x08a2, // XK_topleftradical
  560. 0x2510: 0x09eb, // XK_uprightcorner
  561. 0x2514: 0x09ed, // XK_lowleftcorner
  562. 0x2518: 0x09ea, // XK_lowrightcorner
  563. 0x251c: 0x09f4, // XK_leftt
  564. 0x2524: 0x09f5, // XK_rightt
  565. 0x252c: 0x09f7, // XK_topt
  566. 0x2534: 0x09f6, // XK_bott
  567. 0x253c: 0x09ee, // XK_crossinglines
  568. 0x2592: 0x09e1, // XK_checkerboard
  569. 0x25aa: 0x0ae7, // XK_enfilledsqbullet
  570. 0x25ab: 0x0ae1, // XK_enopensquarebullet
  571. 0x25ac: 0x0adb, // XK_filledrectbullet
  572. 0x25ad: 0x0ae2, // XK_openrectbullet
  573. 0x25ae: 0x0adf, // XK_emfilledrect
  574. 0x25af: 0x0acf, // XK_emopenrectangle
  575. 0x25b2: 0x0ae8, // XK_filledtribulletup
  576. 0x25b3: 0x0ae3, // XK_opentribulletup
  577. 0x25b6: 0x0add, // XK_filledrighttribullet
  578. 0x25b7: 0x0acd, // XK_rightopentriangle
  579. 0x25bc: 0x0ae9, // XK_filledtribulletdown
  580. 0x25bd: 0x0ae4, // XK_opentribulletdown
  581. 0x25c0: 0x0adc, // XK_filledlefttribullet
  582. 0x25c1: 0x0acc, // XK_leftopentriangle
  583. 0x25c6: 0x09e0, // XK_soliddiamond
  584. 0x25cb: 0x0ace, // XK_emopencircle
  585. 0x25cf: 0x0ade, // XK_emfilledcircle
  586. 0x25e6: 0x0ae0, // XK_enopencircbullet
  587. 0x2606: 0x0ae5, // XK_openstar
  588. 0x260e: 0x0af9, // XK_telephone
  589. 0x2613: 0x0aca, // XK_signaturemark
  590. 0x261c: 0x0aea, // XK_leftpointer
  591. 0x261e: 0x0aeb, // XK_rightpointer
  592. 0x2640: 0x0af8, // XK_femalesymbol
  593. 0x2642: 0x0af7, // XK_malesymbol
  594. 0x2663: 0x0aec, // XK_club
  595. 0x2665: 0x0aee, // XK_heart
  596. 0x2666: 0x0aed, // XK_diamond
  597. 0x266d: 0x0af6, // XK_musicalflat
  598. 0x266f: 0x0af5, // XK_musicalsharp
  599. 0x2713: 0x0af3, // XK_checkmark
  600. 0x2717: 0x0af4, // XK_ballotcross
  601. 0x271d: 0x0ad9, // XK_latincross
  602. 0x2720: 0x0af0, // XK_maltesecross
  603. 0x27e8: 0x0abc, // XK_leftanglebracket
  604. 0x27e9: 0x0abe, // XK_rightanglebracket
  605. 0x3001: 0x04a4, // XK_kana_comma
  606. 0x3002: 0x04a1, // XK_kana_fullstop
  607. 0x300c: 0x04a2, // XK_kana_openingbracket
  608. 0x300d: 0x04a3, // XK_kana_closingbracket
  609. 0x309b: 0x04de, // XK_voicedsound
  610. 0x309c: 0x04df, // XK_semivoicedsound
  611. 0x30a1: 0x04a7, // XK_kana_a
  612. 0x30a2: 0x04b1, // XK_kana_A
  613. 0x30a3: 0x04a8, // XK_kana_i
  614. 0x30a4: 0x04b2, // XK_kana_I
  615. 0x30a5: 0x04a9, // XK_kana_u
  616. 0x30a6: 0x04b3, // XK_kana_U
  617. 0x30a7: 0x04aa, // XK_kana_e
  618. 0x30a8: 0x04b4, // XK_kana_E
  619. 0x30a9: 0x04ab, // XK_kana_o
  620. 0x30aa: 0x04b5, // XK_kana_O
  621. 0x30ab: 0x04b6, // XK_kana_KA
  622. 0x30ad: 0x04b7, // XK_kana_KI
  623. 0x30af: 0x04b8, // XK_kana_KU
  624. 0x30b1: 0x04b9, // XK_kana_KE
  625. 0x30b3: 0x04ba, // XK_kana_KO
  626. 0x30b5: 0x04bb, // XK_kana_SA
  627. 0x30b7: 0x04bc, // XK_kana_SHI
  628. 0x30b9: 0x04bd, // XK_kana_SU
  629. 0x30bb: 0x04be, // XK_kana_SE
  630. 0x30bd: 0x04bf, // XK_kana_SO
  631. 0x30bf: 0x04c0, // XK_kana_TA
  632. 0x30c1: 0x04c1, // XK_kana_CHI
  633. 0x30c3: 0x04af, // XK_kana_tsu
  634. 0x30c4: 0x04c2, // XK_kana_TSU
  635. 0x30c6: 0x04c3, // XK_kana_TE
  636. 0x30c8: 0x04c4, // XK_kana_TO
  637. 0x30ca: 0x04c5, // XK_kana_NA
  638. 0x30cb: 0x04c6, // XK_kana_NI
  639. 0x30cc: 0x04c7, // XK_kana_NU
  640. 0x30cd: 0x04c8, // XK_kana_NE
  641. 0x30ce: 0x04c9, // XK_kana_NO
  642. 0x30cf: 0x04ca, // XK_kana_HA
  643. 0x30d2: 0x04cb, // XK_kana_HI
  644. 0x30d5: 0x04cc, // XK_kana_FU
  645. 0x30d8: 0x04cd, // XK_kana_HE
  646. 0x30db: 0x04ce, // XK_kana_HO
  647. 0x30de: 0x04cf, // XK_kana_MA
  648. 0x30df: 0x04d0, // XK_kana_MI
  649. 0x30e0: 0x04d1, // XK_kana_MU
  650. 0x30e1: 0x04d2, // XK_kana_ME
  651. 0x30e2: 0x04d3, // XK_kana_MO
  652. 0x30e3: 0x04ac, // XK_kana_ya
  653. 0x30e4: 0x04d4, // XK_kana_YA
  654. 0x30e5: 0x04ad, // XK_kana_yu
  655. 0x30e6: 0x04d5, // XK_kana_YU
  656. 0x30e7: 0x04ae, // XK_kana_yo
  657. 0x30e8: 0x04d6, // XK_kana_YO
  658. 0x30e9: 0x04d7, // XK_kana_RA
  659. 0x30ea: 0x04d8, // XK_kana_RI
  660. 0x30eb: 0x04d9, // XK_kana_RU
  661. 0x30ec: 0x04da, // XK_kana_RE
  662. 0x30ed: 0x04db, // XK_kana_RO
  663. 0x30ef: 0x04dc, // XK_kana_WA
  664. 0x30f2: 0x04a6, // XK_kana_WO
  665. 0x30f3: 0x04dd, // XK_kana_N
  666. 0x30fb: 0x04a5, // XK_kana_conjunctive
  667. 0x30fc: 0x04b0, // XK_prolongedsound
  668. };
  669. export default {
  670. lookup(u) {
  671. // Latin-1 is one-to-one mapping
  672. if ((u >= 0x20) && (u <= 0xff)) {
  673. return u;
  674. }
  675. // Lookup table (fairly random)
  676. const keysym = codepoints[u];
  677. if (keysym !== undefined) {
  678. return keysym;
  679. }
  680. // General mapping as final fallback
  681. return 0x01000000 | u;
  682. },
  683. };