PageRenderTime 46ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/rfb/keysym.h

https://github.com/hanselpc/libvncserver
C++ Header | 1638 lines | 1363 code | 82 blank | 193 comment | 0 complexity | efabac4f6750ee3c20ea31638a228a7e MD5 | raw file
Possible License(s): GPL-2.0, Unlicense

Large files files are truncated, but you can click here to view the full file

  1. #ifndef XK_0
  2. /* $XConsortium: keysym.h,v 1.15 94/04/17 20:10:55 rws Exp $ */
  3. /***********************************************************
  4. Copyright (c) 1987 X Consortium
  5. Permission is hereby granted, free of charge, to any person obtaining a copy
  6. of this software and associated documentation files (the "Software"), to deal
  7. in the Software without restriction, including without limitation the rights
  8. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  9. copies of the Software, and to permit persons to whom the Software is
  10. furnished to do so, subject to the following conditions:
  11. The above copyright notice and this permission notice shall be included in
  12. all copies or substantial portions of the Software.
  13. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  14. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  15. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  16. X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  17. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  18. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  19. Except as contained in this notice, the name of the X Consortium shall not be
  20. used in advertising or otherwise to promote the sale, use or other dealings
  21. in this Software without prior written authorization from the X Consortium.
  22. Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
  23. All Rights Reserved
  24. Permission to use, copy, modify, and distribute this software and its
  25. documentation for any purpose and without fee is hereby granted,
  26. provided that the above copyright notice appear in all copies and that
  27. both that copyright notice and this permission notice appear in
  28. supporting documentation, and that the name of Digital not be
  29. used in advertising or publicity pertaining to distribution of the
  30. software without specific, written prior permission.
  31. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  32. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  33. DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  34. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  35. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  36. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  37. SOFTWARE.
  38. ******************************************************************/
  39. /* default keysyms */
  40. #define XK_MISCELLANY
  41. #define XK_XKB_KEYS
  42. #define XK_LATIN1
  43. #define XK_LATIN2
  44. #define XK_LATIN3
  45. #define XK_LATIN4
  46. #define XK_GREEK
  47. /* $TOG: keysymdef.h /main/25 1997/06/21 10:54:51 kaleb $ */
  48. /***********************************************************
  49. Copyright (c) 1987, 1994 X Consortium
  50. Permission is hereby granted, free of charge, to any person obtaining
  51. a copy of this software and associated documentation files (the
  52. "Software"), to deal in the Software without restriction, including
  53. without limitation the rights to use, copy, modify, merge, publish,
  54. distribute, sublicense, and/or sell copies of the Software, and to
  55. permit persons to whom the Software is furnished to do so, subject to
  56. the following conditions:
  57. The above copyright notice and this permission notice shall be included
  58. in all copies or substantial portions of the Software.
  59. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  60. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  61. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  62. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
  63. OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  64. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  65. OTHER DEALINGS IN THE SOFTWARE.
  66. Except as contained in this notice, the name of the X Consortium shall
  67. not be used in advertising or otherwise to promote the sale, use or
  68. other dealings in this Software without prior written authorization
  69. from the X Consortium.
  70. Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts
  71. All Rights Reserved
  72. Permission to use, copy, modify, and distribute this software and its
  73. documentation for any purpose and without fee is hereby granted,
  74. provided that the above copyright notice appear in all copies and that
  75. both that copyright notice and this permission notice appear in
  76. supporting documentation, and that the name of Digital not be
  77. used in advertising or publicity pertaining to distribution of the
  78. software without specific, written prior permission.
  79. DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  80. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  81. DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  82. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  83. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  84. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  85. SOFTWARE.
  86. ******************************************************************/
  87. #define XK_VoidSymbol 0xFFFFFF /* void symbol */
  88. #ifdef XK_MISCELLANY
  89. /*
  90. * TTY Functions, cleverly chosen to map to ascii, for convenience of
  91. * programming, but could have been arbitrary (at the cost of lookup
  92. * tables in client code.
  93. */
  94. #define XK_BackSpace 0xFF08 /* back space, back char */
  95. #define XK_Tab 0xFF09
  96. #define XK_Linefeed 0xFF0A /* Linefeed, LF */
  97. #define XK_Clear 0xFF0B
  98. #define XK_Return 0xFF0D /* Return, enter */
  99. #define XK_Pause 0xFF13 /* Pause, hold */
  100. #define XK_Scroll_Lock 0xFF14
  101. #define XK_Sys_Req 0xFF15
  102. #define XK_Escape 0xFF1B
  103. #define XK_Delete 0xFFFF /* Delete, rubout */
  104. /* International & multi-key character composition */
  105. #define XK_Multi_key 0xFF20 /* Multi-key character compose */
  106. #define XK_SingleCandidate 0xFF3C
  107. #define XK_MultipleCandidate 0xFF3D
  108. #define XK_PreviousCandidate 0xFF3E
  109. /* Japanese keyboard support */
  110. #define XK_Kanji 0xFF21 /* Kanji, Kanji convert */
  111. #define XK_Muhenkan 0xFF22 /* Cancel Conversion */
  112. #define XK_Henkan_Mode 0xFF23 /* Start/Stop Conversion */
  113. #define XK_Henkan 0xFF23 /* Alias for Henkan_Mode */
  114. #define XK_Romaji 0xFF24 /* to Romaji */
  115. #define XK_Hiragana 0xFF25 /* to Hiragana */
  116. #define XK_Katakana 0xFF26 /* to Katakana */
  117. #define XK_Hiragana_Katakana 0xFF27 /* Hiragana/Katakana toggle */
  118. #define XK_Zenkaku 0xFF28 /* to Zenkaku */
  119. #define XK_Hankaku 0xFF29 /* to Hankaku */
  120. #define XK_Zenkaku_Hankaku 0xFF2A /* Zenkaku/Hankaku toggle */
  121. #define XK_Touroku 0xFF2B /* Add to Dictionary */
  122. #define XK_Massyo 0xFF2C /* Delete from Dictionary */
  123. #define XK_Kana_Lock 0xFF2D /* Kana Lock */
  124. #define XK_Kana_Shift 0xFF2E /* Kana Shift */
  125. #define XK_Eisu_Shift 0xFF2F /* Alphanumeric Shift */
  126. #define XK_Eisu_toggle 0xFF30 /* Alphanumeric toggle */
  127. #define XK_Zen_Koho 0xFF3D /* Multiple/All Candidate(s) */
  128. #define XK_Mae_Koho 0xFF3E /* Previous Candidate */
  129. /* 0xFF31 thru 0xFF3F are under XK_KOREAN */
  130. /* Cursor control & motion */
  131. #define XK_Home 0xFF50
  132. #define XK_Left 0xFF51 /* Move left, left arrow */
  133. #define XK_Up 0xFF52 /* Move up, up arrow */
  134. #define XK_Right 0xFF53 /* Move right, right arrow */
  135. #define XK_Down 0xFF54 /* Move down, down arrow */
  136. #define XK_Prior 0xFF55 /* Prior, previous */
  137. #define XK_Page_Up 0xFF55
  138. #define XK_Next 0xFF56 /* Next */
  139. #define XK_Page_Down 0xFF56
  140. #define XK_End 0xFF57 /* EOL */
  141. #define XK_Begin 0xFF58 /* BOL */
  142. /* Misc Functions */
  143. #define XK_Select 0xFF60 /* Select, mark */
  144. #define XK_Print 0xFF61
  145. #define XK_Execute 0xFF62 /* Execute, run, do */
  146. #define XK_Insert 0xFF63 /* Insert, insert here */
  147. #define XK_Undo 0xFF65 /* Undo, oops */
  148. #define XK_Redo 0xFF66 /* redo, again */
  149. #define XK_Menu 0xFF67
  150. #define XK_Find 0xFF68 /* Find, search */
  151. #define XK_Cancel 0xFF69 /* Cancel, stop, abort, exit */
  152. #define XK_Help 0xFF6A /* Help */
  153. #define XK_Break 0xFF6B
  154. #define XK_Mode_switch 0xFF7E /* Character set switch */
  155. #define XK_script_switch 0xFF7E /* Alias for mode_switch */
  156. #define XK_Num_Lock 0xFF7F
  157. /* Keypad Functions, keypad numbers cleverly chosen to map to ascii */
  158. #define XK_KP_Space 0xFF80 /* space */
  159. #define XK_KP_Tab 0xFF89
  160. #define XK_KP_Enter 0xFF8D /* enter */
  161. #define XK_KP_F1 0xFF91 /* PF1, KP_A, ... */
  162. #define XK_KP_F2 0xFF92
  163. #define XK_KP_F3 0xFF93
  164. #define XK_KP_F4 0xFF94
  165. #define XK_KP_Home 0xFF95
  166. #define XK_KP_Left 0xFF96
  167. #define XK_KP_Up 0xFF97
  168. #define XK_KP_Right 0xFF98
  169. #define XK_KP_Down 0xFF99
  170. #define XK_KP_Prior 0xFF9A
  171. #define XK_KP_Page_Up 0xFF9A
  172. #define XK_KP_Next 0xFF9B
  173. #define XK_KP_Page_Down 0xFF9B
  174. #define XK_KP_End 0xFF9C
  175. #define XK_KP_Begin 0xFF9D
  176. #define XK_KP_Insert 0xFF9E
  177. #define XK_KP_Delete 0xFF9F
  178. #define XK_KP_Equal 0xFFBD /* equals */
  179. #define XK_KP_Multiply 0xFFAA
  180. #define XK_KP_Add 0xFFAB
  181. #define XK_KP_Separator 0xFFAC /* separator, often comma */
  182. #define XK_KP_Subtract 0xFFAD
  183. #define XK_KP_Decimal 0xFFAE
  184. #define XK_KP_Divide 0xFFAF
  185. #define XK_KP_0 0xFFB0
  186. #define XK_KP_1 0xFFB1
  187. #define XK_KP_2 0xFFB2
  188. #define XK_KP_3 0xFFB3
  189. #define XK_KP_4 0xFFB4
  190. #define XK_KP_5 0xFFB5
  191. #define XK_KP_6 0xFFB6
  192. #define XK_KP_7 0xFFB7
  193. #define XK_KP_8 0xFFB8
  194. #define XK_KP_9 0xFFB9
  195. /*
  196. * Auxilliary Functions; note the duplicate definitions for left and right
  197. * function keys; Sun keyboards and a few other manufactures have such
  198. * function key groups on the left and/or right sides of the keyboard.
  199. * We've not found a keyboard with more than 35 function keys total.
  200. */
  201. #define XK_F1 0xFFBE
  202. #define XK_F2 0xFFBF
  203. #define XK_F3 0xFFC0
  204. #define XK_F4 0xFFC1
  205. #define XK_F5 0xFFC2
  206. #define XK_F6 0xFFC3
  207. #define XK_F7 0xFFC4
  208. #define XK_F8 0xFFC5
  209. #define XK_F9 0xFFC6
  210. #define XK_F10 0xFFC7
  211. #define XK_F11 0xFFC8
  212. #define XK_L1 0xFFC8
  213. #define XK_F12 0xFFC9
  214. #define XK_L2 0xFFC9
  215. #define XK_F13 0xFFCA
  216. #define XK_L3 0xFFCA
  217. #define XK_F14 0xFFCB
  218. #define XK_L4 0xFFCB
  219. #define XK_F15 0xFFCC
  220. #define XK_L5 0xFFCC
  221. #define XK_F16 0xFFCD
  222. #define XK_L6 0xFFCD
  223. #define XK_F17 0xFFCE
  224. #define XK_L7 0xFFCE
  225. #define XK_F18 0xFFCF
  226. #define XK_L8 0xFFCF
  227. #define XK_F19 0xFFD0
  228. #define XK_L9 0xFFD0
  229. #define XK_F20 0xFFD1
  230. #define XK_L10 0xFFD1
  231. #define XK_F21 0xFFD2
  232. #define XK_R1 0xFFD2
  233. #define XK_F22 0xFFD3
  234. #define XK_R2 0xFFD3
  235. #define XK_F23 0xFFD4
  236. #define XK_R3 0xFFD4
  237. #define XK_F24 0xFFD5
  238. #define XK_R4 0xFFD5
  239. #define XK_F25 0xFFD6
  240. #define XK_R5 0xFFD6
  241. #define XK_F26 0xFFD7
  242. #define XK_R6 0xFFD7
  243. #define XK_F27 0xFFD8
  244. #define XK_R7 0xFFD8
  245. #define XK_F28 0xFFD9
  246. #define XK_R8 0xFFD9
  247. #define XK_F29 0xFFDA
  248. #define XK_R9 0xFFDA
  249. #define XK_F30 0xFFDB
  250. #define XK_R10 0xFFDB
  251. #define XK_F31 0xFFDC
  252. #define XK_R11 0xFFDC
  253. #define XK_F32 0xFFDD
  254. #define XK_R12 0xFFDD
  255. #define XK_F33 0xFFDE
  256. #define XK_R13 0xFFDE
  257. #define XK_F34 0xFFDF
  258. #define XK_R14 0xFFDF
  259. #define XK_F35 0xFFE0
  260. #define XK_R15 0xFFE0
  261. /* Modifiers */
  262. #define XK_Shift_L 0xFFE1 /* Left shift */
  263. #define XK_Shift_R 0xFFE2 /* Right shift */
  264. #define XK_Control_L 0xFFE3 /* Left control */
  265. #define XK_Control_R 0xFFE4 /* Right control */
  266. #define XK_Caps_Lock 0xFFE5 /* Caps lock */
  267. #define XK_Shift_Lock 0xFFE6 /* Shift lock */
  268. #define XK_Meta_L 0xFFE7 /* Left meta */
  269. #define XK_Meta_R 0xFFE8 /* Right meta */
  270. #define XK_Alt_L 0xFFE9 /* Left alt */
  271. #define XK_Alt_R 0xFFEA /* Right alt */
  272. #define XK_Super_L 0xFFEB /* Left super */
  273. #define XK_Super_R 0xFFEC /* Right super */
  274. #define XK_Hyper_L 0xFFED /* Left hyper */
  275. #define XK_Hyper_R 0xFFEE /* Right hyper */
  276. #endif /* XK_MISCELLANY */
  277. /*
  278. * ISO 9995 Function and Modifier Keys
  279. * Byte 3 = 0xFE
  280. */
  281. #ifdef XK_XKB_KEYS
  282. #define XK_ISO_Lock 0xFE01
  283. #define XK_ISO_Level2_Latch 0xFE02
  284. #define XK_ISO_Level3_Shift 0xFE03
  285. #define XK_ISO_Level3_Latch 0xFE04
  286. #define XK_ISO_Level3_Lock 0xFE05
  287. #define XK_ISO_Group_Shift 0xFF7E /* Alias for mode_switch */
  288. #define XK_ISO_Group_Latch 0xFE06
  289. #define XK_ISO_Group_Lock 0xFE07
  290. #define XK_ISO_Next_Group 0xFE08
  291. #define XK_ISO_Next_Group_Lock 0xFE09
  292. #define XK_ISO_Prev_Group 0xFE0A
  293. #define XK_ISO_Prev_Group_Lock 0xFE0B
  294. #define XK_ISO_First_Group 0xFE0C
  295. #define XK_ISO_First_Group_Lock 0xFE0D
  296. #define XK_ISO_Last_Group 0xFE0E
  297. #define XK_ISO_Last_Group_Lock 0xFE0F
  298. #define XK_ISO_Left_Tab 0xFE20
  299. #define XK_ISO_Move_Line_Up 0xFE21
  300. #define XK_ISO_Move_Line_Down 0xFE22
  301. #define XK_ISO_Partial_Line_Up 0xFE23
  302. #define XK_ISO_Partial_Line_Down 0xFE24
  303. #define XK_ISO_Partial_Space_Left 0xFE25
  304. #define XK_ISO_Partial_Space_Right 0xFE26
  305. #define XK_ISO_Set_Margin_Left 0xFE27
  306. #define XK_ISO_Set_Margin_Right 0xFE28
  307. #define XK_ISO_Release_Margin_Left 0xFE29
  308. #define XK_ISO_Release_Margin_Right 0xFE2A
  309. #define XK_ISO_Release_Both_Margins 0xFE2B
  310. #define XK_ISO_Fast_Cursor_Left 0xFE2C
  311. #define XK_ISO_Fast_Cursor_Right 0xFE2D
  312. #define XK_ISO_Fast_Cursor_Up 0xFE2E
  313. #define XK_ISO_Fast_Cursor_Down 0xFE2F
  314. #define XK_ISO_Continuous_Underline 0xFE30
  315. #define XK_ISO_Discontinuous_Underline 0xFE31
  316. #define XK_ISO_Emphasize 0xFE32
  317. #define XK_ISO_Center_Object 0xFE33
  318. #define XK_ISO_Enter 0xFE34
  319. #define XK_dead_grave 0xFE50
  320. #define XK_dead_acute 0xFE51
  321. #define XK_dead_circumflex 0xFE52
  322. #define XK_dead_tilde 0xFE53
  323. #define XK_dead_macron 0xFE54
  324. #define XK_dead_breve 0xFE55
  325. #define XK_dead_abovedot 0xFE56
  326. #define XK_dead_diaeresis 0xFE57
  327. #define XK_dead_abovering 0xFE58
  328. #define XK_dead_doubleacute 0xFE59
  329. #define XK_dead_caron 0xFE5A
  330. #define XK_dead_cedilla 0xFE5B
  331. #define XK_dead_ogonek 0xFE5C
  332. #define XK_dead_iota 0xFE5D
  333. #define XK_dead_voiced_sound 0xFE5E
  334. #define XK_dead_semivoiced_sound 0xFE5F
  335. #define XK_dead_belowdot 0xFE60
  336. #define XK_First_Virtual_Screen 0xFED0
  337. #define XK_Prev_Virtual_Screen 0xFED1
  338. #define XK_Next_Virtual_Screen 0xFED2
  339. #define XK_Last_Virtual_Screen 0xFED4
  340. #define XK_Terminate_Server 0xFED5
  341. #define XK_AccessX_Enable 0xFE70
  342. #define XK_AccessX_Feedback_Enable 0xFE71
  343. #define XK_RepeatKeys_Enable 0xFE72
  344. #define XK_SlowKeys_Enable 0xFE73
  345. #define XK_BounceKeys_Enable 0xFE74
  346. #define XK_StickyKeys_Enable 0xFE75
  347. #define XK_MouseKeys_Enable 0xFE76
  348. #define XK_MouseKeys_Accel_Enable 0xFE77
  349. #define XK_Overlay1_Enable 0xFE78
  350. #define XK_Overlay2_Enable 0xFE79
  351. #define XK_AudibleBell_Enable 0xFE7A
  352. #define XK_Pointer_Left 0xFEE0
  353. #define XK_Pointer_Right 0xFEE1
  354. #define XK_Pointer_Up 0xFEE2
  355. #define XK_Pointer_Down 0xFEE3
  356. #define XK_Pointer_UpLeft 0xFEE4
  357. #define XK_Pointer_UpRight 0xFEE5
  358. #define XK_Pointer_DownLeft 0xFEE6
  359. #define XK_Pointer_DownRight 0xFEE7
  360. #define XK_Pointer_Button_Dflt 0xFEE8
  361. #define XK_Pointer_Button1 0xFEE9
  362. #define XK_Pointer_Button2 0xFEEA
  363. #define XK_Pointer_Button3 0xFEEB
  364. #define XK_Pointer_Button4 0xFEEC
  365. #define XK_Pointer_Button5 0xFEED
  366. #define XK_Pointer_DblClick_Dflt 0xFEEE
  367. #define XK_Pointer_DblClick1 0xFEEF
  368. #define XK_Pointer_DblClick2 0xFEF0
  369. #define XK_Pointer_DblClick3 0xFEF1
  370. #define XK_Pointer_DblClick4 0xFEF2
  371. #define XK_Pointer_DblClick5 0xFEF3
  372. #define XK_Pointer_Drag_Dflt 0xFEF4
  373. #define XK_Pointer_Drag1 0xFEF5
  374. #define XK_Pointer_Drag2 0xFEF6
  375. #define XK_Pointer_Drag3 0xFEF7
  376. #define XK_Pointer_Drag4 0xFEF8
  377. #define XK_Pointer_Drag5 0xFEFD
  378. #define XK_Pointer_EnableKeys 0xFEF9
  379. #define XK_Pointer_Accelerate 0xFEFA
  380. #define XK_Pointer_DfltBtnNext 0xFEFB
  381. #define XK_Pointer_DfltBtnPrev 0xFEFC
  382. #endif
  383. /*
  384. * 3270 Terminal Keys
  385. * Byte 3 = 0xFD
  386. */
  387. #ifdef XK_3270
  388. #define XK_3270_Duplicate 0xFD01
  389. #define XK_3270_FieldMark 0xFD02
  390. #define XK_3270_Right2 0xFD03
  391. #define XK_3270_Left2 0xFD04
  392. #define XK_3270_BackTab 0xFD05
  393. #define XK_3270_EraseEOF 0xFD06
  394. #define XK_3270_EraseInput 0xFD07
  395. #define XK_3270_Reset 0xFD08
  396. #define XK_3270_Quit 0xFD09
  397. #define XK_3270_PA1 0xFD0A
  398. #define XK_3270_PA2 0xFD0B
  399. #define XK_3270_PA3 0xFD0C
  400. #define XK_3270_Test 0xFD0D
  401. #define XK_3270_Attn 0xFD0E
  402. #define XK_3270_CursorBlink 0xFD0F
  403. #define XK_3270_AltCursor 0xFD10
  404. #define XK_3270_KeyClick 0xFD11
  405. #define XK_3270_Jump 0xFD12
  406. #define XK_3270_Ident 0xFD13
  407. #define XK_3270_Rule 0xFD14
  408. #define XK_3270_Copy 0xFD15
  409. #define XK_3270_Play 0xFD16
  410. #define XK_3270_Setup 0xFD17
  411. #define XK_3270_Record 0xFD18
  412. #define XK_3270_ChangeScreen 0xFD19
  413. #define XK_3270_DeleteWord 0xFD1A
  414. #define XK_3270_ExSelect 0xFD1B
  415. #define XK_3270_CursorSelect 0xFD1C
  416. #define XK_3270_PrintScreen 0xFD1D
  417. #define XK_3270_Enter 0xFD1E
  418. #endif
  419. /*
  420. * Latin 1
  421. * Byte 3 = 0
  422. */
  423. #ifdef XK_LATIN1
  424. #define XK_space 0x020
  425. #define XK_exclam 0x021
  426. #define XK_quotedbl 0x022
  427. #define XK_numbersign 0x023
  428. #define XK_dollar 0x024
  429. #define XK_percent 0x025
  430. #define XK_ampersand 0x026
  431. #define XK_apostrophe 0x027
  432. #define XK_quoteright 0x027 /* deprecated */
  433. #define XK_parenleft 0x028
  434. #define XK_parenright 0x029
  435. #define XK_asterisk 0x02a
  436. #define XK_plus 0x02b
  437. #define XK_comma 0x02c
  438. #define XK_minus 0x02d
  439. #define XK_period 0x02e
  440. #define XK_slash 0x02f
  441. #define XK_0 0x030
  442. #define XK_1 0x031
  443. #define XK_2 0x032
  444. #define XK_3 0x033
  445. #define XK_4 0x034
  446. #define XK_5 0x035
  447. #define XK_6 0x036
  448. #define XK_7 0x037
  449. #define XK_8 0x038
  450. #define XK_9 0x039
  451. #define XK_colon 0x03a
  452. #define XK_semicolon 0x03b
  453. #define XK_less 0x03c
  454. #define XK_equal 0x03d
  455. #define XK_greater 0x03e
  456. #define XK_question 0x03f
  457. #define XK_at 0x040
  458. #define XK_A 0x041
  459. #define XK_B 0x042
  460. #define XK_C 0x043
  461. #define XK_D 0x044
  462. #define XK_E 0x045
  463. #define XK_F 0x046
  464. #define XK_G 0x047
  465. #define XK_H 0x048
  466. #define XK_I 0x049
  467. #define XK_J 0x04a
  468. #define XK_K 0x04b
  469. #define XK_L 0x04c
  470. #define XK_M 0x04d
  471. #define XK_N 0x04e
  472. #define XK_O 0x04f
  473. #define XK_P 0x050
  474. #define XK_Q 0x051
  475. #define XK_R 0x052
  476. #define XK_S 0x053
  477. #define XK_T 0x054
  478. #define XK_U 0x055
  479. #define XK_V 0x056
  480. #define XK_W 0x057
  481. #define XK_X 0x058
  482. #define XK_Y 0x059
  483. #define XK_Z 0x05a
  484. #define XK_bracketleft 0x05b
  485. #define XK_backslash 0x05c
  486. #define XK_bracketright 0x05d
  487. #define XK_asciicircum 0x05e
  488. #define XK_underscore 0x05f
  489. #define XK_grave 0x060
  490. #define XK_quoteleft 0x060 /* deprecated */
  491. #define XK_a 0x061
  492. #define XK_b 0x062
  493. #define XK_c 0x063
  494. #define XK_d 0x064
  495. #define XK_e 0x065
  496. #define XK_f 0x066
  497. #define XK_g 0x067
  498. #define XK_h 0x068
  499. #define XK_i 0x069
  500. #define XK_j 0x06a
  501. #define XK_k 0x06b
  502. #define XK_l 0x06c
  503. #define XK_m 0x06d
  504. #define XK_n 0x06e
  505. #define XK_o 0x06f
  506. #define XK_p 0x070
  507. #define XK_q 0x071
  508. #define XK_r 0x072
  509. #define XK_s 0x073
  510. #define XK_t 0x074
  511. #define XK_u 0x075
  512. #define XK_v 0x076
  513. #define XK_w 0x077
  514. #define XK_x 0x078
  515. #define XK_y 0x079
  516. #define XK_z 0x07a
  517. #define XK_braceleft 0x07b
  518. #define XK_bar 0x07c
  519. #define XK_braceright 0x07d
  520. #define XK_asciitilde 0x07e
  521. #define XK_nobreakspace 0x0a0
  522. #define XK_exclamdown 0x0a1
  523. #define XK_cent 0x0a2
  524. #define XK_sterling 0x0a3
  525. #define XK_currency 0x0a4
  526. #define XK_yen 0x0a5
  527. #define XK_brokenbar 0x0a6
  528. #define XK_section 0x0a7
  529. #define XK_diaeresis 0x0a8
  530. #define XK_copyright 0x0a9
  531. #define XK_ordfeminine 0x0aa
  532. #define XK_guillemotleft 0x0ab /* left angle quotation mark */
  533. #define XK_notsign 0x0ac
  534. #define XK_hyphen 0x0ad
  535. #define XK_registered 0x0ae
  536. #define XK_macron 0x0af
  537. #define XK_degree 0x0b0
  538. #define XK_plusminus 0x0b1
  539. #define XK_twosuperior 0x0b2
  540. #define XK_threesuperior 0x0b3
  541. #define XK_acute 0x0b4
  542. #define XK_mu 0x0b5
  543. #define XK_paragraph 0x0b6
  544. #define XK_periodcentered 0x0b7
  545. #define XK_cedilla 0x0b8
  546. #define XK_onesuperior 0x0b9
  547. #define XK_masculine 0x0ba
  548. #define XK_guillemotright 0x0bb /* right angle quotation mark */
  549. #define XK_onequarter 0x0bc
  550. #define XK_onehalf 0x0bd
  551. #define XK_threequarters 0x0be
  552. #define XK_questiondown 0x0bf
  553. #define XK_Agrave 0x0c0
  554. #define XK_Aacute 0x0c1
  555. #define XK_Acircumflex 0x0c2
  556. #define XK_Atilde 0x0c3
  557. #define XK_Adiaeresis 0x0c4
  558. #define XK_Aring 0x0c5
  559. #define XK_AE 0x0c6
  560. #define XK_Ccedilla 0x0c7
  561. #define XK_Egrave 0x0c8
  562. #define XK_Eacute 0x0c9
  563. #define XK_Ecircumflex 0x0ca
  564. #define XK_Ediaeresis 0x0cb
  565. #define XK_Igrave 0x0cc
  566. #define XK_Iacute 0x0cd
  567. #define XK_Icircumflex 0x0ce
  568. #define XK_Idiaeresis 0x0cf
  569. #define XK_ETH 0x0d0
  570. #define XK_Eth 0x0d0 /* deprecated */
  571. #define XK_Ntilde 0x0d1
  572. #define XK_Ograve 0x0d2
  573. #define XK_Oacute 0x0d3
  574. #define XK_Ocircumflex 0x0d4
  575. #define XK_Otilde 0x0d5
  576. #define XK_Odiaeresis 0x0d6
  577. #define XK_multiply 0x0d7
  578. #define XK_Ooblique 0x0d8
  579. #define XK_Ugrave 0x0d9
  580. #define XK_Uacute 0x0da
  581. #define XK_Ucircumflex 0x0db
  582. #define XK_Udiaeresis 0x0dc
  583. #define XK_Yacute 0x0dd
  584. #define XK_THORN 0x0de
  585. #define XK_Thorn 0x0de /* deprecated */
  586. #define XK_ssharp 0x0df
  587. #define XK_agrave 0x0e0
  588. #define XK_aacute 0x0e1
  589. #define XK_acircumflex 0x0e2
  590. #define XK_atilde 0x0e3
  591. #define XK_adiaeresis 0x0e4
  592. #define XK_aring 0x0e5
  593. #define XK_ae 0x0e6
  594. #define XK_ccedilla 0x0e7
  595. #define XK_egrave 0x0e8
  596. #define XK_eacute 0x0e9
  597. #define XK_ecircumflex 0x0ea
  598. #define XK_ediaeresis 0x0eb
  599. #define XK_igrave 0x0ec
  600. #define XK_iacute 0x0ed
  601. #define XK_icircumflex 0x0ee
  602. #define XK_idiaeresis 0x0ef
  603. #define XK_eth 0x0f0
  604. #define XK_ntilde 0x0f1
  605. #define XK_ograve 0x0f2
  606. #define XK_oacute 0x0f3
  607. #define XK_ocircumflex 0x0f4
  608. #define XK_otilde 0x0f5
  609. #define XK_odiaeresis 0x0f6
  610. #define XK_division 0x0f7
  611. #define XK_oslash 0x0f8
  612. #define XK_ugrave 0x0f9
  613. #define XK_uacute 0x0fa
  614. #define XK_ucircumflex 0x0fb
  615. #define XK_udiaeresis 0x0fc
  616. #define XK_yacute 0x0fd
  617. #define XK_thorn 0x0fe
  618. #define XK_ydiaeresis 0x0ff
  619. #endif /* XK_LATIN1 */
  620. /*
  621. * Latin 2
  622. * Byte 3 = 1
  623. */
  624. #ifdef XK_LATIN2
  625. #define XK_Aogonek 0x1a1
  626. #define XK_breve 0x1a2
  627. #define XK_Lstroke 0x1a3
  628. #define XK_Lcaron 0x1a5
  629. #define XK_Sacute 0x1a6
  630. #define XK_Scaron 0x1a9
  631. #define XK_Scedilla 0x1aa
  632. #define XK_Tcaron 0x1ab
  633. #define XK_Zacute 0x1ac
  634. #define XK_Zcaron 0x1ae
  635. #define XK_Zabovedot 0x1af
  636. #define XK_aogonek 0x1b1
  637. #define XK_ogonek 0x1b2
  638. #define XK_lstroke 0x1b3
  639. #define XK_lcaron 0x1b5
  640. #define XK_sacute 0x1b6
  641. #define XK_caron 0x1b7
  642. #define XK_scaron 0x1b9
  643. #define XK_scedilla 0x1ba
  644. #define XK_tcaron 0x1bb
  645. #define XK_zacute 0x1bc
  646. #define XK_doubleacute 0x1bd
  647. #define XK_zcaron 0x1be
  648. #define XK_zabovedot 0x1bf
  649. #define XK_Racute 0x1c0
  650. #define XK_Abreve 0x1c3
  651. #define XK_Lacute 0x1c5
  652. #define XK_Cacute 0x1c6
  653. #define XK_Ccaron 0x1c8
  654. #define XK_Eogonek 0x1ca
  655. #define XK_Ecaron 0x1cc
  656. #define XK_Dcaron 0x1cf
  657. #define XK_Dstroke 0x1d0
  658. #define XK_Nacute 0x1d1
  659. #define XK_Ncaron 0x1d2
  660. #define XK_Odoubleacute 0x1d5
  661. #define XK_Rcaron 0x1d8
  662. #define XK_Uring 0x1d9
  663. #define XK_Udoubleacute 0x1db
  664. #define XK_Tcedilla 0x1de
  665. #define XK_racute 0x1e0
  666. #define XK_abreve 0x1e3
  667. #define XK_lacute 0x1e5
  668. #define XK_cacute 0x1e6
  669. #define XK_ccaron 0x1e8
  670. #define XK_eogonek 0x1ea
  671. #define XK_ecaron 0x1ec
  672. #define XK_dcaron 0x1ef
  673. #define XK_dstroke 0x1f0
  674. #define XK_nacute 0x1f1
  675. #define XK_ncaron 0x1f2
  676. #define XK_odoubleacute 0x1f5
  677. #define XK_udoubleacute 0x1fb
  678. #define XK_rcaron 0x1f8
  679. #define XK_uring 0x1f9
  680. #define XK_tcedilla 0x1fe
  681. #define XK_abovedot 0x1ff
  682. #endif /* XK_LATIN2 */
  683. /*
  684. * Latin 3
  685. * Byte 3 = 2
  686. */
  687. #ifdef XK_LATIN3
  688. #define XK_Hstroke 0x2a1
  689. #define XK_Hcircumflex 0x2a6
  690. #define XK_Iabovedot 0x2a9
  691. #define XK_Gbreve 0x2ab
  692. #define XK_Jcircumflex 0x2ac
  693. #define XK_hstroke 0x2b1
  694. #define XK_hcircumflex 0x2b6
  695. #define XK_idotless 0x2b9
  696. #define XK_gbreve 0x2bb
  697. #define XK_jcircumflex 0x2bc
  698. #define XK_Cabovedot 0x2c5
  699. #define XK_Ccircumflex 0x2c6
  700. #define XK_Gabovedot 0x2d5
  701. #define XK_Gcircumflex 0x2d8
  702. #define XK_Ubreve 0x2dd
  703. #define XK_Scircumflex 0x2de
  704. #define XK_cabovedot 0x2e5
  705. #define XK_ccircumflex 0x2e6
  706. #define XK_gabovedot 0x2f5
  707. #define XK_gcircumflex 0x2f8
  708. #define XK_ubreve 0x2fd
  709. #define XK_scircumflex 0x2fe
  710. #endif /* XK_LATIN3 */
  711. /*
  712. * Latin 4
  713. * Byte 3 = 3
  714. */
  715. #ifdef XK_LATIN4
  716. #define XK_kra 0x3a2
  717. #define XK_kappa 0x3a2 /* deprecated */
  718. #define XK_Rcedilla 0x3a3
  719. #define XK_Itilde 0x3a5
  720. #define XK_Lcedilla 0x3a6
  721. #define XK_Emacron 0x3aa
  722. #define XK_Gcedilla 0x3ab
  723. #define XK_Tslash 0x3ac
  724. #define XK_rcedilla 0x3b3
  725. #define XK_itilde 0x3b5
  726. #define XK_lcedilla 0x3b6
  727. #define XK_emacron 0x3ba
  728. #define XK_gcedilla 0x3bb
  729. #define XK_tslash 0x3bc
  730. #define XK_ENG 0x3bd
  731. #define XK_eng 0x3bf
  732. #define XK_Amacron 0x3c0
  733. #define XK_Iogonek 0x3c7
  734. #define XK_Eabovedot 0x3cc
  735. #define XK_Imacron 0x3cf
  736. #define XK_Ncedilla 0x3d1
  737. #define XK_Omacron 0x3d2
  738. #define XK_Kcedilla 0x3d3
  739. #define XK_Uogonek 0x3d9
  740. #define XK_Utilde 0x3dd
  741. #define XK_Umacron 0x3de
  742. #define XK_amacron 0x3e0
  743. #define XK_iogonek 0x3e7
  744. #define XK_eabovedot 0x3ec
  745. #define XK_imacron 0x3ef
  746. #define XK_ncedilla 0x3f1
  747. #define XK_omacron 0x3f2
  748. #define XK_kcedilla 0x3f3
  749. #define XK_uogonek 0x3f9
  750. #define XK_utilde 0x3fd
  751. #define XK_umacron 0x3fe
  752. #endif /* XK_LATIN4 */
  753. /*
  754. * Katakana
  755. * Byte 3 = 4
  756. */
  757. #ifdef XK_KATAKANA
  758. #define XK_overline 0x47e
  759. #define XK_kana_fullstop 0x4a1
  760. #define XK_kana_openingbracket 0x4a2
  761. #define XK_kana_closingbracket 0x4a3
  762. #define XK_kana_comma 0x4a4
  763. #define XK_kana_conjunctive 0x4a5
  764. #define XK_kana_middledot 0x4a5 /* deprecated */
  765. #define XK_kana_WO 0x4a6
  766. #define XK_kana_a 0x4a7
  767. #define XK_kana_i 0x4a8
  768. #define XK_kana_u 0x4a9
  769. #define XK_kana_e 0x4aa
  770. #define XK_kana_o 0x4ab
  771. #define XK_kana_ya 0x4ac
  772. #define XK_kana_yu 0x4ad
  773. #define XK_kana_yo 0x4ae
  774. #define XK_kana_tsu 0x4af
  775. #define XK_kana_tu 0x4af /* deprecated */
  776. #define XK_prolongedsound 0x4b0
  777. #define XK_kana_A 0x4b1
  778. #define XK_kana_I 0x4b2
  779. #define XK_kana_U 0x4b3
  780. #define XK_kana_E 0x4b4
  781. #define XK_kana_O 0x4b5
  782. #define XK_kana_KA 0x4b6
  783. #define XK_kana_KI 0x4b7
  784. #define XK_kana_KU 0x4b8
  785. #define XK_kana_KE 0x4b9
  786. #define XK_kana_KO 0x4ba
  787. #define XK_kana_SA 0x4bb
  788. #define XK_kana_SHI 0x4bc
  789. #define XK_kana_SU 0x4bd
  790. #define XK_kana_SE 0x4be
  791. #define XK_kana_SO 0x4bf
  792. #define XK_kana_TA 0x4c0
  793. #define XK_kana_CHI 0x4c1
  794. #define XK_kana_TI 0x4c1 /* deprecated */
  795. #define XK_kana_TSU 0x4c2
  796. #define XK_kana_TU 0x4c2 /* deprecated */
  797. #define XK_kana_TE 0x4c3
  798. #define XK_kana_TO 0x4c4
  799. #define XK_kana_NA 0x4c5
  800. #define XK_kana_NI 0x4c6
  801. #define XK_kana_NU 0x4c7
  802. #define XK_kana_NE 0x4c8
  803. #define XK_kana_NO 0x4c9
  804. #define XK_kana_HA 0x4ca
  805. #define XK_kana_HI 0x4cb
  806. #define XK_kana_FU 0x4cc
  807. #define XK_kana_HU 0x4cc /* deprecated */
  808. #define XK_kana_HE 0x4cd
  809. #define XK_kana_HO 0x4ce
  810. #define XK_kana_MA 0x4cf
  811. #define XK_kana_MI 0x4d0
  812. #define XK_kana_MU 0x4d1
  813. #define XK_kana_ME 0x4d2
  814. #define XK_kana_MO 0x4d3
  815. #define XK_kana_YA 0x4d4
  816. #define XK_kana_YU 0x4d5
  817. #define XK_kana_YO 0x4d6
  818. #define XK_kana_RA 0x4d7
  819. #define XK_kana_RI 0x4d8
  820. #define XK_kana_RU 0x4d9
  821. #define XK_kana_RE 0x4da
  822. #define XK_kana_RO 0x4db
  823. #define XK_kana_WA 0x4dc
  824. #define XK_kana_N 0x4dd
  825. #define XK_voicedsound 0x4de
  826. #define XK_semivoicedsound 0x4df
  827. #define XK_kana_switch 0xFF7E /* Alias for mode_switch */
  828. #endif /* XK_KATAKANA */
  829. /*
  830. * Arabic
  831. * Byte 3 = 5
  832. */
  833. #ifdef XK_ARABIC
  834. #define XK_Arabic_comma 0x5ac
  835. #define XK_Arabic_semicolon 0x5bb
  836. #define XK_Arabic_question_mark 0x5bf
  837. #define XK_Arabic_hamza 0x5c1
  838. #define XK_Arabic_maddaonalef 0x5c2
  839. #define XK_Arabic_hamzaonalef 0x5c3
  840. #define XK_Arabic_hamzaonwaw 0x5c4
  841. #define XK_Arabic_hamzaunderalef 0x5c5
  842. #define XK_Arabic_hamzaonyeh 0x5c6
  843. #define XK_Arabic_alef 0x5c7
  844. #define XK_Arabic_beh 0x5c8
  845. #define XK_Arabic_tehmarbuta 0x5c9
  846. #define XK_Arabic_teh 0x5ca
  847. #define XK_Arabic_theh 0x5cb
  848. #define XK_Arabic_jeem 0x5cc
  849. #define XK_Arabic_hah 0x5cd
  850. #define XK_Arabic_khah 0x5ce
  851. #define XK_Arabic_dal 0x5cf
  852. #define XK_Arabic_thal 0x5d0
  853. #define XK_Arabic_ra 0x5d1
  854. #define XK_Arabic_zain 0x5d2
  855. #define XK_Arabic_seen 0x5d3
  856. #define XK_Arabic_sheen 0x5d4
  857. #define XK_Arabic_sad 0x5d5
  858. #define XK_Arabic_dad 0x5d6
  859. #define XK_Arabic_tah 0x5d7
  860. #define XK_Arabic_zah 0x5d8
  861. #define XK_Arabic_ain 0x5d9
  862. #define XK_Arabic_ghain 0x5da
  863. #define XK_Arabic_tatweel 0x5e0
  864. #define XK_Arabic_feh 0x5e1
  865. #define XK_Arabic_qaf 0x5e2
  866. #define XK_Arabic_kaf 0x5e3
  867. #define XK_Arabic_lam 0x5e4
  868. #define XK_Arabic_meem 0x5e5
  869. #define XK_Arabic_noon 0x5e6
  870. #define XK_Arabic_ha 0x5e7
  871. #define XK_Arabic_heh 0x5e7 /* deprecated */
  872. #define XK_Arabic_waw 0x5e8
  873. #define XK_Arabic_alefmaksura 0x5e9
  874. #define XK_Arabic_yeh 0x5ea
  875. #define XK_Arabic_fathatan 0x5eb
  876. #define XK_Arabic_dammatan 0x5ec
  877. #define XK_Arabic_kasratan 0x5ed
  878. #define XK_Arabic_fatha 0x5ee
  879. #define XK_Arabic_damma 0x5ef
  880. #define XK_Arabic_kasra 0x5f0
  881. #define XK_Arabic_shadda 0x5f1
  882. #define XK_Arabic_sukun 0x5f2
  883. #define XK_Arabic_switch 0xFF7E /* Alias for mode_switch */
  884. #endif /* XK_ARABIC */
  885. /*
  886. * Cyrillic
  887. * Byte 3 = 6
  888. */
  889. #ifdef XK_CYRILLIC
  890. #define XK_Serbian_dje 0x6a1
  891. #define XK_Macedonia_gje 0x6a2
  892. #define XK_Cyrillic_io 0x6a3
  893. #define XK_Ukrainian_ie 0x6a4
  894. #define XK_Ukranian_je 0x6a4 /* deprecated */
  895. #define XK_Macedonia_dse 0x6a5
  896. #define XK_Ukrainian_i 0x6a6
  897. #define XK_Ukranian_i 0x6a6 /* deprecated */
  898. #define XK_Ukrainian_yi 0x6a7
  899. #define XK_Ukranian_yi 0x6a7 /* deprecated */
  900. #define XK_Cyrillic_je 0x6a8
  901. #define XK_Serbian_je 0x6a8 /* deprecated */
  902. #define XK_Cyrillic_lje 0x6a9
  903. #define XK_Serbian_lje 0x6a9 /* deprecated */
  904. #define XK_Cyrillic_nje 0x6aa
  905. #define XK_Serbian_nje 0x6aa /* deprecated */
  906. #define XK_Serbian_tshe 0x6ab
  907. #define XK_Macedonia_kje 0x6ac
  908. #define XK_Byelorussian_shortu 0x6ae
  909. #define XK_Cyrillic_dzhe 0x6af
  910. #define XK_Serbian_dze 0x6af /* deprecated */
  911. #define XK_numerosign 0x6b0
  912. #define XK_Serbian_DJE 0x6b1
  913. #define XK_Macedonia_GJE 0x6b2
  914. #define XK_Cyrillic_IO 0x6b3
  915. #define XK_Ukrainian_IE 0x6b4
  916. #define XK_Ukranian_JE 0x6b4 /* deprecated */
  917. #define XK_Macedonia_DSE 0x6b5
  918. #define XK_Ukrainian_I 0x6b6
  919. #define XK_Ukranian_I 0x6b6 /* deprecated */
  920. #define XK_Ukrainian_YI 0x6b7
  921. #define XK_Ukranian_YI 0x6b7 /* deprecated */
  922. #define XK_Cyrillic_JE 0x6b8
  923. #define XK_Serbian_JE 0x6b8 /* deprecated */
  924. #define XK_Cyrillic_LJE 0x6b9
  925. #define XK_Serbian_LJE 0x6b9 /* deprecated */
  926. #define XK_Cyrillic_NJE 0x6ba
  927. #define XK_Serbian_NJE 0x6ba /* deprecated */
  928. #define XK_Serbian_TSHE 0x6bb
  929. #define XK_Macedonia_KJE 0x6bc
  930. #define XK_Byelorussian_SHORTU 0x6be
  931. #define XK_Cyrillic_DZHE 0x6bf
  932. #define XK_Serbian_DZE 0x6bf /* deprecated */
  933. #define XK_Cyrillic_yu 0x6c0
  934. #define XK_Cyrillic_a 0x6c1
  935. #define XK_Cyrillic_be 0x6c2
  936. #define XK_Cyrillic_tse 0x6c3
  937. #define XK_Cyrillic_de 0x6c4
  938. #define XK_Cyrillic_ie 0x6c5
  939. #define XK_Cyrillic_ef 0x6c6
  940. #define XK_Cyrillic_ghe 0x6c7
  941. #define XK_Cyrillic_ha 0x6c8
  942. #define XK_Cyrillic_i 0x6c9
  943. #define XK_Cyrillic_shorti 0x6ca
  944. #define XK_Cyrillic_ka 0x6cb
  945. #define XK_Cyrillic_el 0x6cc
  946. #define XK_Cyrillic_em 0x6cd
  947. #define XK_Cyrillic_en 0x6ce
  948. #define XK_Cyrillic_o 0x6cf
  949. #define XK_Cyrillic_pe 0x6d0
  950. #define XK_Cyrillic_ya 0x6d1
  951. #define XK_Cyrillic_er 0x6d2
  952. #define XK_Cyrillic_es 0x6d3
  953. #define XK_Cyrillic_te 0x6d4
  954. #define XK_Cyrillic_u 0x6d5
  955. #define XK_Cyrillic_zhe 0x6d6
  956. #define XK_Cyrillic_ve 0x6d7
  957. #define XK_Cyrillic_softsign 0x6d8
  958. #define XK_Cyrillic_yeru 0x6d9
  959. #define XK_Cyrillic_ze 0x6da
  960. #define XK_Cyrillic_sha 0x6db
  961. #define XK_Cyrillic_e 0x6dc
  962. #define XK_Cyrillic_shcha 0x6dd
  963. #define XK_Cyrillic_che 0x6de
  964. #define XK_Cyrillic_hardsign 0x6df
  965. #define XK_Cyrillic_YU 0x6e0
  966. #define XK_Cyrillic_A 0x6e1
  967. #define XK_Cyrillic_BE 0x6e2
  968. #define XK_Cyrillic_TSE 0x6e3
  969. #define XK_Cyrillic_DE 0x6e4
  970. #define XK_Cyrillic_IE 0x6e5
  971. #define XK_Cyrillic_EF 0x6e6
  972. #define XK_Cyrillic_GHE 0x6e7
  973. #define XK_Cyrillic_HA 0x6e8
  974. #define XK_Cyrillic_I 0x6e9
  975. #define XK_Cyrillic_SHORTI 0x6ea
  976. #define XK_Cyrillic_KA 0x6eb
  977. #define XK_Cyrillic_EL 0x6ec
  978. #define XK_Cyrillic_EM 0x6ed
  979. #define XK_Cyrillic_EN 0x6ee
  980. #define XK_Cyrillic_O 0x6ef
  981. #define XK_Cyrillic_PE 0x6f0
  982. #define XK_Cyrillic_YA 0x6f1
  983. #define XK_Cyrillic_ER 0x6f2
  984. #define XK_Cyrillic_ES 0x6f3
  985. #define XK_Cyrillic_TE 0x6f4
  986. #define XK_Cyrillic_U 0x6f5
  987. #define XK_Cyrillic_ZHE 0x6f6
  988. #define XK_Cyrillic_VE 0x6f7
  989. #define XK_Cyrillic_SOFTSIGN 0x6f8
  990. #define XK_Cyrillic_YERU 0x6f9
  991. #define XK_Cyrillic_ZE 0x6fa
  992. #define XK_Cyrillic_SHA 0x6fb
  993. #define XK_Cyrillic_E 0x6fc
  994. #define XK_Cyrillic_SHCHA 0x6fd
  995. #define XK_Cyrillic_CHE 0x6fe
  996. #define XK_Cyrillic_HARDSIGN 0x6ff
  997. #endif /* XK_CYRILLIC */
  998. /*
  999. * Greek
  1000. * Byte 3 = 7
  1001. */
  1002. #ifdef XK_GREEK
  1003. #define XK_Greek_ALPHAaccent 0x7a1
  1004. #define XK_Greek_EPSILONaccent 0x7a2
  1005. #define XK_Greek_ETAaccent 0x7a3
  1006. #define XK_Greek_IOTAaccent 0x7a4
  1007. #define XK_Greek_IOTAdieresis 0x7a5
  1008. #define XK_Greek_OMICRONaccent 0x7a7
  1009. #define XK_Greek_UPSILONaccent 0x7a8
  1010. #define XK_Greek_UPSILONdieresis 0x7a9
  1011. #define XK_Greek_OMEGAaccent 0x7ab
  1012. #define XK_Greek_accentdieresis 0x7ae
  1013. #define XK_Greek_horizbar 0x7af
  1014. #define XK_Greek_alphaaccent 0x7b1
  1015. #define XK_Greek_epsilonaccent 0x7b2
  1016. #define XK_Greek_etaaccent 0x7b3
  1017. #define XK_Greek_iotaaccent 0x7b4
  1018. #define XK_Greek_iotadieresis 0x7b5
  1019. #define XK_Greek_iotaaccentdieresis 0x7b6
  1020. #define XK_Greek_omicronaccent 0x7b7
  1021. #define XK_Greek_upsilonaccent 0x7b8
  1022. #define XK_Greek_upsilondieresis 0x7b9
  1023. #define XK_Greek_upsilonaccentdieresis 0x7ba
  1024. #define XK_Greek_omegaaccent 0x7bb
  1025. #define XK_Greek_ALPHA 0x7c1
  1026. #define XK_Greek_BETA 0x7c2
  1027. #define XK_Greek_GAMMA 0x7c3
  1028. #define XK_Greek_DELTA 0x7c4
  1029. #define XK_Greek_EPSILON 0x7c5
  1030. #define XK_Greek_ZETA 0x7c6
  1031. #define XK_Greek_ETA 0x7c7
  1032. #define XK_Greek_THETA 0x7c8
  1033. #define XK_Greek_IOTA 0x7c9
  1034. #define XK_Greek_KAPPA 0x7ca
  1035. #define XK_Greek_LAMDA 0x7cb
  1036. #define XK_Greek_LAMBDA 0x7cb
  1037. #define XK_Greek_MU 0x7cc
  1038. #define XK_Greek_NU 0x7cd
  1039. #define XK_Greek_XI 0x7ce
  1040. #define XK_Greek_OMICRON 0x7cf
  1041. #define XK_Greek_PI 0x7d0
  1042. #define XK_Greek_RHO 0x7d1
  1043. #define XK_Greek_SIGMA 0x7d2
  1044. #define XK_Greek_TAU 0x7d4
  1045. #define XK_Greek_UPSILON 0x7d5
  1046. #define XK_Greek_PHI 0x7d6
  1047. #define XK_Greek_CHI 0x7d7
  1048. #define XK_Greek_PSI 0x7d8
  1049. #define XK_Greek_OMEGA 0x7d9
  1050. #define XK_Greek_alpha 0x7e1
  1051. #define XK_Greek_beta 0x7e2
  1052. #define XK_Greek_gamma 0x7e3
  1053. #define XK_Greek_delta 0x7e4
  1054. #define XK_Greek_epsilon 0x7e5
  1055. #define XK_Greek_zeta 0x7e6
  1056. #define XK_Greek_eta 0x7e7
  1057. #define XK_Greek_theta 0x7e8
  1058. #define XK_Greek_iota 0x7e9
  1059. #define XK_Greek_kappa 0x7ea
  1060. #define XK_Greek_lamda 0x7eb
  1061. #define XK_Greek_lambda 0x7eb
  1062. #define XK_Greek_mu 0x7ec
  1063. #define XK_Greek_nu 0x7ed
  1064. #define XK_Greek_xi 0x7ee
  1065. #define XK_Greek_omicron 0x7ef
  1066. #define XK_Greek_pi 0x7f0
  1067. #define XK_Greek_rho 0x7f1
  1068. #define XK_Greek_sigma 0x7f2
  1069. #define XK_Greek_finalsmallsigma 0x7f3
  1070. #define XK_Greek_tau 0x7f4
  1071. #define XK_Greek_upsilon 0x7f5
  1072. #define XK_Greek_phi 0x7f6
  1073. #define XK_Greek_chi 0x7f7
  1074. #define XK_Greek_psi 0x7f8
  1075. #define XK_Greek_omega 0x7f9
  1076. #define XK_Greek_switch 0xFF7E /* Alias for mode_switch */
  1077. #endif /* XK_GREEK */
  1078. /*
  1079. * Technical
  1080. * Byte 3 = 8
  1081. */
  1082. #ifdef XK_TECHNICAL
  1083. #define XK_leftradical 0x8a1
  1084. #define XK_topleftradical 0x8a2
  1085. #define XK_horizconnector 0x8a3
  1086. #define XK_topintegral 0x8a4
  1087. #define XK_botintegral 0x8a5
  1088. #define XK_vertconnector 0x8a6
  1089. #define XK_topleftsqbracket 0x8a7
  1090. #define XK_botleftsqbracket 0x8a8
  1091. #define XK_toprightsqbracket 0x8a9
  1092. #define XK_botrightsqbracket 0x8aa
  1093. #define XK_topleftparens 0x8ab
  1094. #define XK_botleftparens 0x8ac
  1095. #define XK_toprightparens 0x8ad
  1096. #define XK_botrightparens 0x8ae
  1097. #define XK_leftmiddlecurlybrace 0x8af
  1098. #define XK_rightmiddlecurlybrace 0x8b0
  1099. #define XK_topleftsummation 0x8b1
  1100. #define XK_botleftsummation 0x8b2
  1101. #define XK_topvertsummationconnector 0x8b3
  1102. #define XK_botvertsummationconnector 0x8b4
  1103. #define XK_toprightsummation 0x8b5
  1104. #define XK_botrightsummation 0x8b6
  1105. #define XK_rightmiddlesummation 0x8b7
  1106. #define XK_lessthanequal 0x8bc
  1107. #define XK_notequal 0x8bd
  1108. #define XK_greaterthanequal 0x8be
  1109. #define XK_integral 0x8bf
  1110. #define XK_therefore 0x8c0
  1111. #define XK_variation 0x8c1
  1112. #define XK_infinity 0x8c2
  1113. #define XK_nabla 0x8c5
  1114. #define XK_approximate 0x8c8
  1115. #define XK_similarequal 0x8c9
  1116. #define XK_ifonlyif 0x8cd
  1117. #define XK_implies 0x8c

Large files files are truncated, but you can click here to view the full file