1 | |
2 | // SPDX-License-Identifier: MIT OR Apache-2.0 OR Zlib |
3 | // This file was automatically generated using keysym-generator. |
4 | |
5 | // Copyright 2022-2023 John Nunley |
6 | // |
7 | // Licensed under the Apache License, Version 2.0, the MIT License, and |
8 | // the Zlib license ("the Licenses"), you may not use this file except in |
9 | // compliance with one of the the Licenses, at your option. You may obtain |
10 | // a copy of the Licenses at |
11 | // |
12 | // http://www.apache.org/licenses/LICENSE-2.0 |
13 | // http://opensource.org/licenses/MIT |
14 | // http://opensource.org/licenses/Zlib |
15 | // |
16 | // Unless required by applicable law or agreed to in writing, software |
17 | // distributed under the Licenses is distributed on an "AS IS" BASIS, |
18 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
19 | // See the Licenses for the specific language governing permissions and |
20 | // limitations under the Licenses. |
21 | |
22 | use super::Keysym; |
23 | |
24 | /// A list of raw keyboard symbols. |
25 | pub mod key { |
26 | use crate::RawKeysym; |
27 | |
28 | #[doc (alias = "XK_VoidSymbol" )] |
29 | pub const VoidSymbol: RawKeysym = 0xffffff; |
30 | #[doc (alias = "XK_BackSpace" )] |
31 | pub const BackSpace: RawKeysym = 0xff08; |
32 | #[doc (alias = "XK_Tab" )] |
33 | pub const Tab: RawKeysym = 0xff09; |
34 | #[doc (alias = "XK_Linefeed" )] |
35 | pub const Linefeed: RawKeysym = 0xff0a; |
36 | #[doc (alias = "XK_Clear" )] |
37 | pub const Clear: RawKeysym = 0xff0b; |
38 | #[doc (alias = "XK_Return" )] |
39 | pub const Return: RawKeysym = 0xff0d; |
40 | #[doc (alias = "XK_Pause" )] |
41 | pub const Pause: RawKeysym = 0xff13; |
42 | #[doc (alias = "XK_Scroll_Lock" )] |
43 | pub const Scroll_Lock: RawKeysym = 0xff14; |
44 | #[doc (alias = "XK_Sys_Req" )] |
45 | pub const Sys_Req: RawKeysym = 0xff15; |
46 | #[doc (alias = "XK_Escape" )] |
47 | pub const Escape: RawKeysym = 0xff1b; |
48 | #[doc (alias = "XK_Delete" )] |
49 | pub const Delete: RawKeysym = 0xffff; |
50 | #[doc (alias = "XK_Multi_key" )] |
51 | pub const Multi_key: RawKeysym = 0xff20; |
52 | #[doc (alias = "XK_Codeinput" )] |
53 | pub const Codeinput: RawKeysym = 0xff37; |
54 | #[doc (alias = "XK_SingleCandidate" )] |
55 | pub const SingleCandidate: RawKeysym = 0xff3c; |
56 | #[doc (alias = "XK_MultipleCandidate" )] |
57 | pub const MultipleCandidate: RawKeysym = 0xff3d; |
58 | #[doc (alias = "XK_PreviousCandidate" )] |
59 | pub const PreviousCandidate: RawKeysym = 0xff3e; |
60 | #[doc (alias = "XK_Kanji" )] |
61 | pub const Kanji: RawKeysym = 0xff21; |
62 | #[doc (alias = "XK_Muhenkan" )] |
63 | pub const Muhenkan: RawKeysym = 0xff22; |
64 | #[doc (alias = "XK_Henkan_Mode" )] |
65 | pub const Henkan_Mode: RawKeysym = 0xff23; |
66 | #[doc (alias = "XK_Henkan" )] |
67 | pub const Henkan: RawKeysym = 0xff23; |
68 | #[doc (alias = "XK_Romaji" )] |
69 | pub const Romaji: RawKeysym = 0xff24; |
70 | #[doc (alias = "XK_Hiragana" )] |
71 | pub const Hiragana: RawKeysym = 0xff25; |
72 | #[doc (alias = "XK_Katakana" )] |
73 | pub const Katakana: RawKeysym = 0xff26; |
74 | #[doc (alias = "XK_Hiragana_Katakana" )] |
75 | pub const Hiragana_Katakana: RawKeysym = 0xff27; |
76 | #[doc (alias = "XK_Zenkaku" )] |
77 | pub const Zenkaku: RawKeysym = 0xff28; |
78 | #[doc (alias = "XK_Hankaku" )] |
79 | pub const Hankaku: RawKeysym = 0xff29; |
80 | #[doc (alias = "XK_Zenkaku_Hankaku" )] |
81 | pub const Zenkaku_Hankaku: RawKeysym = 0xff2a; |
82 | #[doc (alias = "XK_Touroku" )] |
83 | pub const Touroku: RawKeysym = 0xff2b; |
84 | #[doc (alias = "XK_Massyo" )] |
85 | pub const Massyo: RawKeysym = 0xff2c; |
86 | #[doc (alias = "XK_Kana_Lock" )] |
87 | pub const Kana_Lock: RawKeysym = 0xff2d; |
88 | #[doc (alias = "XK_Kana_Shift" )] |
89 | pub const Kana_Shift: RawKeysym = 0xff2e; |
90 | #[doc (alias = "XK_Eisu_Shift" )] |
91 | pub const Eisu_Shift: RawKeysym = 0xff2f; |
92 | #[doc (alias = "XK_Eisu_toggle" )] |
93 | pub const Eisu_toggle: RawKeysym = 0xff30; |
94 | #[doc (alias = "XK_Kanji_Bangou" )] |
95 | pub const Kanji_Bangou: RawKeysym = 0xff37; |
96 | #[doc (alias = "XK_Zen_Koho" )] |
97 | pub const Zen_Koho: RawKeysym = 0xff3d; |
98 | #[doc (alias = "XK_Mae_Koho" )] |
99 | pub const Mae_Koho: RawKeysym = 0xff3e; |
100 | #[doc (alias = "XK_Home" )] |
101 | pub const Home: RawKeysym = 0xff50; |
102 | #[doc (alias = "XK_Left" )] |
103 | pub const Left: RawKeysym = 0xff51; |
104 | #[doc (alias = "XK_Up" )] |
105 | pub const Up: RawKeysym = 0xff52; |
106 | #[doc (alias = "XK_Right" )] |
107 | pub const Right: RawKeysym = 0xff53; |
108 | #[doc (alias = "XK_Down" )] |
109 | pub const Down: RawKeysym = 0xff54; |
110 | #[doc (alias = "XK_Prior" )] |
111 | pub const Prior: RawKeysym = 0xff55; |
112 | #[doc (alias = "XK_Page_Up" )] |
113 | pub const Page_Up: RawKeysym = 0xff55; |
114 | #[doc (alias = "XK_Next" )] |
115 | pub const Next: RawKeysym = 0xff56; |
116 | #[doc (alias = "XK_Page_Down" )] |
117 | pub const Page_Down: RawKeysym = 0xff56; |
118 | #[doc (alias = "XK_End" )] |
119 | pub const End: RawKeysym = 0xff57; |
120 | #[doc (alias = "XK_Begin" )] |
121 | pub const Begin: RawKeysym = 0xff58; |
122 | #[doc (alias = "XK_Select" )] |
123 | pub const Select: RawKeysym = 0xff60; |
124 | #[doc (alias = "XK_Print" )] |
125 | pub const Print: RawKeysym = 0xff61; |
126 | #[doc (alias = "XK_Execute" )] |
127 | pub const Execute: RawKeysym = 0xff62; |
128 | #[doc (alias = "XK_Insert" )] |
129 | pub const Insert: RawKeysym = 0xff63; |
130 | #[doc (alias = "XK_Undo" )] |
131 | pub const Undo: RawKeysym = 0xff65; |
132 | #[doc (alias = "XK_Redo" )] |
133 | pub const Redo: RawKeysym = 0xff66; |
134 | #[doc (alias = "XK_Menu" )] |
135 | pub const Menu: RawKeysym = 0xff67; |
136 | #[doc (alias = "XK_Find" )] |
137 | pub const Find: RawKeysym = 0xff68; |
138 | #[doc (alias = "XK_Cancel" )] |
139 | pub const Cancel: RawKeysym = 0xff69; |
140 | #[doc (alias = "XK_Help" )] |
141 | pub const Help: RawKeysym = 0xff6a; |
142 | #[doc (alias = "XK_Break" )] |
143 | pub const Break: RawKeysym = 0xff6b; |
144 | #[doc (alias = "XK_Mode_switch" )] |
145 | pub const Mode_switch: RawKeysym = 0xff7e; |
146 | #[doc (alias = "XK_script_switch" )] |
147 | pub const script_switch: RawKeysym = 0xff7e; |
148 | #[doc (alias = "XK_Num_Lock" )] |
149 | pub const Num_Lock: RawKeysym = 0xff7f; |
150 | #[doc (alias = "XK_KP_Space" )] |
151 | pub const KP_Space: RawKeysym = 0xff80; |
152 | #[doc (alias = "XK_KP_Tab" )] |
153 | pub const KP_Tab: RawKeysym = 0xff89; |
154 | #[doc (alias = "XK_KP_Enter" )] |
155 | pub const KP_Enter: RawKeysym = 0xff8d; |
156 | #[doc (alias = "XK_KP_F1" )] |
157 | pub const KP_F1: RawKeysym = 0xff91; |
158 | #[doc (alias = "XK_KP_F2" )] |
159 | pub const KP_F2: RawKeysym = 0xff92; |
160 | #[doc (alias = "XK_KP_F3" )] |
161 | pub const KP_F3: RawKeysym = 0xff93; |
162 | #[doc (alias = "XK_KP_F4" )] |
163 | pub const KP_F4: RawKeysym = 0xff94; |
164 | #[doc (alias = "XK_KP_Home" )] |
165 | pub const KP_Home: RawKeysym = 0xff95; |
166 | #[doc (alias = "XK_KP_Left" )] |
167 | pub const KP_Left: RawKeysym = 0xff96; |
168 | #[doc (alias = "XK_KP_Up" )] |
169 | pub const KP_Up: RawKeysym = 0xff97; |
170 | #[doc (alias = "XK_KP_Right" )] |
171 | pub const KP_Right: RawKeysym = 0xff98; |
172 | #[doc (alias = "XK_KP_Down" )] |
173 | pub const KP_Down: RawKeysym = 0xff99; |
174 | #[doc (alias = "XK_KP_Prior" )] |
175 | pub const KP_Prior: RawKeysym = 0xff9a; |
176 | #[doc (alias = "XK_KP_Page_Up" )] |
177 | pub const KP_Page_Up: RawKeysym = 0xff9a; |
178 | #[doc (alias = "XK_KP_Next" )] |
179 | pub const KP_Next: RawKeysym = 0xff9b; |
180 | #[doc (alias = "XK_KP_Page_Down" )] |
181 | pub const KP_Page_Down: RawKeysym = 0xff9b; |
182 | #[doc (alias = "XK_KP_End" )] |
183 | pub const KP_End: RawKeysym = 0xff9c; |
184 | #[doc (alias = "XK_KP_Begin" )] |
185 | pub const KP_Begin: RawKeysym = 0xff9d; |
186 | #[doc (alias = "XK_KP_Insert" )] |
187 | pub const KP_Insert: RawKeysym = 0xff9e; |
188 | #[doc (alias = "XK_KP_Delete" )] |
189 | pub const KP_Delete: RawKeysym = 0xff9f; |
190 | #[doc (alias = "XK_KP_Equal" )] |
191 | pub const KP_Equal: RawKeysym = 0xffbd; |
192 | #[doc (alias = "XK_KP_Multiply" )] |
193 | pub const KP_Multiply: RawKeysym = 0xffaa; |
194 | #[doc (alias = "XK_KP_Add" )] |
195 | pub const KP_Add: RawKeysym = 0xffab; |
196 | #[doc (alias = "XK_KP_Separator" )] |
197 | pub const KP_Separator: RawKeysym = 0xffac; |
198 | #[doc (alias = "XK_KP_Subtract" )] |
199 | pub const KP_Subtract: RawKeysym = 0xffad; |
200 | #[doc (alias = "XK_KP_Decimal" )] |
201 | pub const KP_Decimal: RawKeysym = 0xffae; |
202 | #[doc (alias = "XK_KP_Divide" )] |
203 | pub const KP_Divide: RawKeysym = 0xffaf; |
204 | #[doc (alias = "XK_KP_0" )] |
205 | pub const KP_0: RawKeysym = 0xffb0; |
206 | #[doc (alias = "XK_KP_1" )] |
207 | pub const KP_1: RawKeysym = 0xffb1; |
208 | #[doc (alias = "XK_KP_2" )] |
209 | pub const KP_2: RawKeysym = 0xffb2; |
210 | #[doc (alias = "XK_KP_3" )] |
211 | pub const KP_3: RawKeysym = 0xffb3; |
212 | #[doc (alias = "XK_KP_4" )] |
213 | pub const KP_4: RawKeysym = 0xffb4; |
214 | #[doc (alias = "XK_KP_5" )] |
215 | pub const KP_5: RawKeysym = 0xffb5; |
216 | #[doc (alias = "XK_KP_6" )] |
217 | pub const KP_6: RawKeysym = 0xffb6; |
218 | #[doc (alias = "XK_KP_7" )] |
219 | pub const KP_7: RawKeysym = 0xffb7; |
220 | #[doc (alias = "XK_KP_8" )] |
221 | pub const KP_8: RawKeysym = 0xffb8; |
222 | #[doc (alias = "XK_KP_9" )] |
223 | pub const KP_9: RawKeysym = 0xffb9; |
224 | #[doc (alias = "XK_F1" )] |
225 | pub const F1: RawKeysym = 0xffbe; |
226 | #[doc (alias = "XK_F2" )] |
227 | pub const F2: RawKeysym = 0xffbf; |
228 | #[doc (alias = "XK_F3" )] |
229 | pub const F3: RawKeysym = 0xffc0; |
230 | #[doc (alias = "XK_F4" )] |
231 | pub const F4: RawKeysym = 0xffc1; |
232 | #[doc (alias = "XK_F5" )] |
233 | pub const F5: RawKeysym = 0xffc2; |
234 | #[doc (alias = "XK_F6" )] |
235 | pub const F6: RawKeysym = 0xffc3; |
236 | #[doc (alias = "XK_F7" )] |
237 | pub const F7: RawKeysym = 0xffc4; |
238 | #[doc (alias = "XK_F8" )] |
239 | pub const F8: RawKeysym = 0xffc5; |
240 | #[doc (alias = "XK_F9" )] |
241 | pub const F9: RawKeysym = 0xffc6; |
242 | #[doc (alias = "XK_F10" )] |
243 | pub const F10: RawKeysym = 0xffc7; |
244 | #[doc (alias = "XK_F11" )] |
245 | pub const F11: RawKeysym = 0xffc8; |
246 | #[doc (alias = "XK_L1" )] |
247 | pub const L1: RawKeysym = 0xffc8; |
248 | #[doc (alias = "XK_F12" )] |
249 | pub const F12: RawKeysym = 0xffc9; |
250 | #[doc (alias = "XK_L2" )] |
251 | pub const L2: RawKeysym = 0xffc9; |
252 | #[doc (alias = "XK_F13" )] |
253 | pub const F13: RawKeysym = 0xffca; |
254 | #[doc (alias = "XK_L3" )] |
255 | pub const L3: RawKeysym = 0xffca; |
256 | #[doc (alias = "XK_F14" )] |
257 | pub const F14: RawKeysym = 0xffcb; |
258 | #[doc (alias = "XK_L4" )] |
259 | pub const L4: RawKeysym = 0xffcb; |
260 | #[doc (alias = "XK_F15" )] |
261 | pub const F15: RawKeysym = 0xffcc; |
262 | #[doc (alias = "XK_L5" )] |
263 | pub const L5: RawKeysym = 0xffcc; |
264 | #[doc (alias = "XK_F16" )] |
265 | pub const F16: RawKeysym = 0xffcd; |
266 | #[doc (alias = "XK_L6" )] |
267 | pub const L6: RawKeysym = 0xffcd; |
268 | #[doc (alias = "XK_F17" )] |
269 | pub const F17: RawKeysym = 0xffce; |
270 | #[doc (alias = "XK_L7" )] |
271 | pub const L7: RawKeysym = 0xffce; |
272 | #[doc (alias = "XK_F18" )] |
273 | pub const F18: RawKeysym = 0xffcf; |
274 | #[doc (alias = "XK_L8" )] |
275 | pub const L8: RawKeysym = 0xffcf; |
276 | #[doc (alias = "XK_F19" )] |
277 | pub const F19: RawKeysym = 0xffd0; |
278 | #[doc (alias = "XK_L9" )] |
279 | pub const L9: RawKeysym = 0xffd0; |
280 | #[doc (alias = "XK_F20" )] |
281 | pub const F20: RawKeysym = 0xffd1; |
282 | #[doc (alias = "XK_L10" )] |
283 | pub const L10: RawKeysym = 0xffd1; |
284 | #[doc (alias = "XK_F21" )] |
285 | pub const F21: RawKeysym = 0xffd2; |
286 | #[doc (alias = "XK_R1" )] |
287 | pub const R1: RawKeysym = 0xffd2; |
288 | #[doc (alias = "XK_F22" )] |
289 | pub const F22: RawKeysym = 0xffd3; |
290 | #[doc (alias = "XK_R2" )] |
291 | pub const R2: RawKeysym = 0xffd3; |
292 | #[doc (alias = "XK_F23" )] |
293 | pub const F23: RawKeysym = 0xffd4; |
294 | #[doc (alias = "XK_R3" )] |
295 | pub const R3: RawKeysym = 0xffd4; |
296 | #[doc (alias = "XK_F24" )] |
297 | pub const F24: RawKeysym = 0xffd5; |
298 | #[doc (alias = "XK_R4" )] |
299 | pub const R4: RawKeysym = 0xffd5; |
300 | #[doc (alias = "XK_F25" )] |
301 | pub const F25: RawKeysym = 0xffd6; |
302 | #[doc (alias = "XK_R5" )] |
303 | pub const R5: RawKeysym = 0xffd6; |
304 | #[doc (alias = "XK_F26" )] |
305 | pub const F26: RawKeysym = 0xffd7; |
306 | #[doc (alias = "XK_R6" )] |
307 | pub const R6: RawKeysym = 0xffd7; |
308 | #[doc (alias = "XK_F27" )] |
309 | pub const F27: RawKeysym = 0xffd8; |
310 | #[doc (alias = "XK_R7" )] |
311 | pub const R7: RawKeysym = 0xffd8; |
312 | #[doc (alias = "XK_F28" )] |
313 | pub const F28: RawKeysym = 0xffd9; |
314 | #[doc (alias = "XK_R8" )] |
315 | pub const R8: RawKeysym = 0xffd9; |
316 | #[doc (alias = "XK_F29" )] |
317 | pub const F29: RawKeysym = 0xffda; |
318 | #[doc (alias = "XK_R9" )] |
319 | pub const R9: RawKeysym = 0xffda; |
320 | #[doc (alias = "XK_F30" )] |
321 | pub const F30: RawKeysym = 0xffdb; |
322 | #[doc (alias = "XK_R10" )] |
323 | pub const R10: RawKeysym = 0xffdb; |
324 | #[doc (alias = "XK_F31" )] |
325 | pub const F31: RawKeysym = 0xffdc; |
326 | #[doc (alias = "XK_R11" )] |
327 | pub const R11: RawKeysym = 0xffdc; |
328 | #[doc (alias = "XK_F32" )] |
329 | pub const F32: RawKeysym = 0xffdd; |
330 | #[doc (alias = "XK_R12" )] |
331 | pub const R12: RawKeysym = 0xffdd; |
332 | #[doc (alias = "XK_F33" )] |
333 | pub const F33: RawKeysym = 0xffde; |
334 | #[doc (alias = "XK_R13" )] |
335 | pub const R13: RawKeysym = 0xffde; |
336 | #[doc (alias = "XK_F34" )] |
337 | pub const F34: RawKeysym = 0xffdf; |
338 | #[doc (alias = "XK_R14" )] |
339 | pub const R14: RawKeysym = 0xffdf; |
340 | #[doc (alias = "XK_F35" )] |
341 | pub const F35: RawKeysym = 0xffe0; |
342 | #[doc (alias = "XK_R15" )] |
343 | pub const R15: RawKeysym = 0xffe0; |
344 | #[doc (alias = "XK_Shift_L" )] |
345 | pub const Shift_L: RawKeysym = 0xffe1; |
346 | #[doc (alias = "XK_Shift_R" )] |
347 | pub const Shift_R: RawKeysym = 0xffe2; |
348 | #[doc (alias = "XK_Control_L" )] |
349 | pub const Control_L: RawKeysym = 0xffe3; |
350 | #[doc (alias = "XK_Control_R" )] |
351 | pub const Control_R: RawKeysym = 0xffe4; |
352 | #[doc (alias = "XK_Caps_Lock" )] |
353 | pub const Caps_Lock: RawKeysym = 0xffe5; |
354 | #[doc (alias = "XK_Shift_Lock" )] |
355 | pub const Shift_Lock: RawKeysym = 0xffe6; |
356 | #[doc (alias = "XK_Meta_L" )] |
357 | pub const Meta_L: RawKeysym = 0xffe7; |
358 | #[doc (alias = "XK_Meta_R" )] |
359 | pub const Meta_R: RawKeysym = 0xffe8; |
360 | #[doc (alias = "XK_Alt_L" )] |
361 | pub const Alt_L: RawKeysym = 0xffe9; |
362 | #[doc (alias = "XK_Alt_R" )] |
363 | pub const Alt_R: RawKeysym = 0xffea; |
364 | #[doc (alias = "XK_Super_L" )] |
365 | pub const Super_L: RawKeysym = 0xffeb; |
366 | #[doc (alias = "XK_Super_R" )] |
367 | pub const Super_R: RawKeysym = 0xffec; |
368 | #[doc (alias = "XK_Hyper_L" )] |
369 | pub const Hyper_L: RawKeysym = 0xffed; |
370 | #[doc (alias = "XK_Hyper_R" )] |
371 | pub const Hyper_R: RawKeysym = 0xffee; |
372 | #[doc (alias = "XK_ISO_Lock" )] |
373 | pub const ISO_Lock: RawKeysym = 0xfe01; |
374 | #[doc (alias = "XK_ISO_Level2_Latch" )] |
375 | pub const ISO_Level2_Latch: RawKeysym = 0xfe02; |
376 | #[doc (alias = "XK_ISO_Level3_Shift" )] |
377 | pub const ISO_Level3_Shift: RawKeysym = 0xfe03; |
378 | #[doc (alias = "XK_ISO_Level3_Latch" )] |
379 | pub const ISO_Level3_Latch: RawKeysym = 0xfe04; |
380 | #[doc (alias = "XK_ISO_Level3_Lock" )] |
381 | pub const ISO_Level3_Lock: RawKeysym = 0xfe05; |
382 | #[doc (alias = "XK_ISO_Level5_Shift" )] |
383 | pub const ISO_Level5_Shift: RawKeysym = 0xfe11; |
384 | #[doc (alias = "XK_ISO_Level5_Latch" )] |
385 | pub const ISO_Level5_Latch: RawKeysym = 0xfe12; |
386 | #[doc (alias = "XK_ISO_Level5_Lock" )] |
387 | pub const ISO_Level5_Lock: RawKeysym = 0xfe13; |
388 | #[doc (alias = "XK_ISO_Group_Shift" )] |
389 | pub const ISO_Group_Shift: RawKeysym = 0xff7e; |
390 | #[doc (alias = "XK_ISO_Group_Latch" )] |
391 | pub const ISO_Group_Latch: RawKeysym = 0xfe06; |
392 | #[doc (alias = "XK_ISO_Group_Lock" )] |
393 | pub const ISO_Group_Lock: RawKeysym = 0xfe07; |
394 | #[doc (alias = "XK_ISO_Next_Group" )] |
395 | pub const ISO_Next_Group: RawKeysym = 0xfe08; |
396 | #[doc (alias = "XK_ISO_Next_Group_Lock" )] |
397 | pub const ISO_Next_Group_Lock: RawKeysym = 0xfe09; |
398 | #[doc (alias = "XK_ISO_Prev_Group" )] |
399 | pub const ISO_Prev_Group: RawKeysym = 0xfe0a; |
400 | #[doc (alias = "XK_ISO_Prev_Group_Lock" )] |
401 | pub const ISO_Prev_Group_Lock: RawKeysym = 0xfe0b; |
402 | #[doc (alias = "XK_ISO_First_Group" )] |
403 | pub const ISO_First_Group: RawKeysym = 0xfe0c; |
404 | #[doc (alias = "XK_ISO_First_Group_Lock" )] |
405 | pub const ISO_First_Group_Lock: RawKeysym = 0xfe0d; |
406 | #[doc (alias = "XK_ISO_Last_Group" )] |
407 | pub const ISO_Last_Group: RawKeysym = 0xfe0e; |
408 | #[doc (alias = "XK_ISO_Last_Group_Lock" )] |
409 | pub const ISO_Last_Group_Lock: RawKeysym = 0xfe0f; |
410 | #[doc (alias = "XK_ISO_Left_Tab" )] |
411 | pub const ISO_Left_Tab: RawKeysym = 0xfe20; |
412 | #[doc (alias = "XK_ISO_Move_Line_Up" )] |
413 | pub const ISO_Move_Line_Up: RawKeysym = 0xfe21; |
414 | #[doc (alias = "XK_ISO_Move_Line_Down" )] |
415 | pub const ISO_Move_Line_Down: RawKeysym = 0xfe22; |
416 | #[doc (alias = "XK_ISO_Partial_Line_Up" )] |
417 | pub const ISO_Partial_Line_Up: RawKeysym = 0xfe23; |
418 | #[doc (alias = "XK_ISO_Partial_Line_Down" )] |
419 | pub const ISO_Partial_Line_Down: RawKeysym = 0xfe24; |
420 | #[doc (alias = "XK_ISO_Partial_Space_Left" )] |
421 | pub const ISO_Partial_Space_Left: RawKeysym = 0xfe25; |
422 | #[doc (alias = "XK_ISO_Partial_Space_Right" )] |
423 | pub const ISO_Partial_Space_Right: RawKeysym = 0xfe26; |
424 | #[doc (alias = "XK_ISO_Set_Margin_Left" )] |
425 | pub const ISO_Set_Margin_Left: RawKeysym = 0xfe27; |
426 | #[doc (alias = "XK_ISO_Set_Margin_Right" )] |
427 | pub const ISO_Set_Margin_Right: RawKeysym = 0xfe28; |
428 | #[doc (alias = "XK_ISO_Release_Margin_Left" )] |
429 | pub const ISO_Release_Margin_Left: RawKeysym = 0xfe29; |
430 | #[doc (alias = "XK_ISO_Release_Margin_Right" )] |
431 | pub const ISO_Release_Margin_Right: RawKeysym = 0xfe2a; |
432 | #[doc (alias = "XK_ISO_Release_Both_Margins" )] |
433 | pub const ISO_Release_Both_Margins: RawKeysym = 0xfe2b; |
434 | #[doc (alias = "XK_ISO_Fast_Cursor_Left" )] |
435 | pub const ISO_Fast_Cursor_Left: RawKeysym = 0xfe2c; |
436 | #[doc (alias = "XK_ISO_Fast_Cursor_Right" )] |
437 | pub const ISO_Fast_Cursor_Right: RawKeysym = 0xfe2d; |
438 | #[doc (alias = "XK_ISO_Fast_Cursor_Up" )] |
439 | pub const ISO_Fast_Cursor_Up: RawKeysym = 0xfe2e; |
440 | #[doc (alias = "XK_ISO_Fast_Cursor_Down" )] |
441 | pub const ISO_Fast_Cursor_Down: RawKeysym = 0xfe2f; |
442 | #[doc (alias = "XK_ISO_Continuous_Underline" )] |
443 | pub const ISO_Continuous_Underline: RawKeysym = 0xfe30; |
444 | #[doc (alias = "XK_ISO_Discontinuous_Underline" )] |
445 | pub const ISO_Discontinuous_Underline: RawKeysym = 0xfe31; |
446 | #[doc (alias = "XK_ISO_Emphasize" )] |
447 | pub const ISO_Emphasize: RawKeysym = 0xfe32; |
448 | #[doc (alias = "XK_ISO_Center_Object" )] |
449 | pub const ISO_Center_Object: RawKeysym = 0xfe33; |
450 | #[doc (alias = "XK_ISO_Enter" )] |
451 | pub const ISO_Enter: RawKeysym = 0xfe34; |
452 | #[doc (alias = "XK_dead_grave" )] |
453 | pub const dead_grave: RawKeysym = 0xfe50; |
454 | #[doc (alias = "XK_dead_acute" )] |
455 | pub const dead_acute: RawKeysym = 0xfe51; |
456 | #[doc (alias = "XK_dead_circumflex" )] |
457 | pub const dead_circumflex: RawKeysym = 0xfe52; |
458 | #[doc (alias = "XK_dead_tilde" )] |
459 | pub const dead_tilde: RawKeysym = 0xfe53; |
460 | #[doc (alias = "XK_dead_perispomeni" )] |
461 | pub const dead_perispomeni: RawKeysym = 0xfe53; |
462 | #[doc (alias = "XK_dead_macron" )] |
463 | pub const dead_macron: RawKeysym = 0xfe54; |
464 | #[doc (alias = "XK_dead_breve" )] |
465 | pub const dead_breve: RawKeysym = 0xfe55; |
466 | #[doc (alias = "XK_dead_abovedot" )] |
467 | pub const dead_abovedot: RawKeysym = 0xfe56; |
468 | #[doc (alias = "XK_dead_diaeresis" )] |
469 | pub const dead_diaeresis: RawKeysym = 0xfe57; |
470 | #[doc (alias = "XK_dead_abovering" )] |
471 | pub const dead_abovering: RawKeysym = 0xfe58; |
472 | #[doc (alias = "XK_dead_doubleacute" )] |
473 | pub const dead_doubleacute: RawKeysym = 0xfe59; |
474 | #[doc (alias = "XK_dead_caron" )] |
475 | pub const dead_caron: RawKeysym = 0xfe5a; |
476 | #[doc (alias = "XK_dead_cedilla" )] |
477 | pub const dead_cedilla: RawKeysym = 0xfe5b; |
478 | #[doc (alias = "XK_dead_ogonek" )] |
479 | pub const dead_ogonek: RawKeysym = 0xfe5c; |
480 | #[doc (alias = "XK_dead_iota" )] |
481 | pub const dead_iota: RawKeysym = 0xfe5d; |
482 | #[doc (alias = "XK_dead_voiced_sound" )] |
483 | pub const dead_voiced_sound: RawKeysym = 0xfe5e; |
484 | #[doc (alias = "XK_dead_semivoiced_sound" )] |
485 | pub const dead_semivoiced_sound: RawKeysym = 0xfe5f; |
486 | #[doc (alias = "XK_dead_belowdot" )] |
487 | pub const dead_belowdot: RawKeysym = 0xfe60; |
488 | #[doc (alias = "XK_dead_hook" )] |
489 | pub const dead_hook: RawKeysym = 0xfe61; |
490 | #[doc (alias = "XK_dead_horn" )] |
491 | pub const dead_horn: RawKeysym = 0xfe62; |
492 | #[doc (alias = "XK_dead_stroke" )] |
493 | pub const dead_stroke: RawKeysym = 0xfe63; |
494 | #[doc (alias = "XK_dead_abovecomma" )] |
495 | pub const dead_abovecomma: RawKeysym = 0xfe64; |
496 | #[doc (alias = "XK_dead_psili" )] |
497 | pub const dead_psili: RawKeysym = 0xfe64; |
498 | #[doc (alias = "XK_dead_abovereversedcomma" )] |
499 | pub const dead_abovereversedcomma: RawKeysym = 0xfe65; |
500 | #[doc (alias = "XK_dead_dasia" )] |
501 | pub const dead_dasia: RawKeysym = 0xfe65; |
502 | #[doc (alias = "XK_dead_doublegrave" )] |
503 | pub const dead_doublegrave: RawKeysym = 0xfe66; |
504 | #[doc (alias = "XK_dead_belowring" )] |
505 | pub const dead_belowring: RawKeysym = 0xfe67; |
506 | #[doc (alias = "XK_dead_belowmacron" )] |
507 | pub const dead_belowmacron: RawKeysym = 0xfe68; |
508 | #[doc (alias = "XK_dead_belowcircumflex" )] |
509 | pub const dead_belowcircumflex: RawKeysym = 0xfe69; |
510 | #[doc (alias = "XK_dead_belowtilde" )] |
511 | pub const dead_belowtilde: RawKeysym = 0xfe6a; |
512 | #[doc (alias = "XK_dead_belowbreve" )] |
513 | pub const dead_belowbreve: RawKeysym = 0xfe6b; |
514 | #[doc (alias = "XK_dead_belowdiaeresis" )] |
515 | pub const dead_belowdiaeresis: RawKeysym = 0xfe6c; |
516 | #[doc (alias = "XK_dead_invertedbreve" )] |
517 | pub const dead_invertedbreve: RawKeysym = 0xfe6d; |
518 | #[doc (alias = "XK_dead_belowcomma" )] |
519 | pub const dead_belowcomma: RawKeysym = 0xfe6e; |
520 | #[doc (alias = "XK_dead_currency" )] |
521 | pub const dead_currency: RawKeysym = 0xfe6f; |
522 | #[doc (alias = "XK_dead_lowline" )] |
523 | pub const dead_lowline: RawKeysym = 0xfe90; |
524 | #[doc (alias = "XK_dead_aboveverticalline" )] |
525 | pub const dead_aboveverticalline: RawKeysym = 0xfe91; |
526 | #[doc (alias = "XK_dead_belowverticalline" )] |
527 | pub const dead_belowverticalline: RawKeysym = 0xfe92; |
528 | #[doc (alias = "XK_dead_longsolidusoverlay" )] |
529 | pub const dead_longsolidusoverlay: RawKeysym = 0xfe93; |
530 | #[doc (alias = "XK_dead_a" )] |
531 | pub const dead_a: RawKeysym = 0xfe80; |
532 | #[doc (alias = "XK_dead_A" )] |
533 | pub const dead_A: RawKeysym = 0xfe81; |
534 | #[doc (alias = "XK_dead_e" )] |
535 | pub const dead_e: RawKeysym = 0xfe82; |
536 | #[doc (alias = "XK_dead_E" )] |
537 | pub const dead_E: RawKeysym = 0xfe83; |
538 | #[doc (alias = "XK_dead_i" )] |
539 | pub const dead_i: RawKeysym = 0xfe84; |
540 | #[doc (alias = "XK_dead_I" )] |
541 | pub const dead_I: RawKeysym = 0xfe85; |
542 | #[doc (alias = "XK_dead_o" )] |
543 | pub const dead_o: RawKeysym = 0xfe86; |
544 | #[doc (alias = "XK_dead_O" )] |
545 | pub const dead_O: RawKeysym = 0xfe87; |
546 | #[doc (alias = "XK_dead_u" )] |
547 | pub const dead_u: RawKeysym = 0xfe88; |
548 | #[doc (alias = "XK_dead_U" )] |
549 | pub const dead_U: RawKeysym = 0xfe89; |
550 | #[doc (alias = "XK_dead_small_schwa" )] |
551 | pub const dead_small_schwa: RawKeysym = 0xfe8a; |
552 | #[doc (alias = "XK_dead_capital_schwa" )] |
553 | pub const dead_capital_schwa: RawKeysym = 0xfe8b; |
554 | #[doc (alias = "XK_dead_greek" )] |
555 | pub const dead_greek: RawKeysym = 0xfe8c; |
556 | #[doc (alias = "XK_First_Virtual_Screen" )] |
557 | pub const First_Virtual_Screen: RawKeysym = 0xfed0; |
558 | #[doc (alias = "XK_Prev_Virtual_Screen" )] |
559 | pub const Prev_Virtual_Screen: RawKeysym = 0xfed1; |
560 | #[doc (alias = "XK_Next_Virtual_Screen" )] |
561 | pub const Next_Virtual_Screen: RawKeysym = 0xfed2; |
562 | #[doc (alias = "XK_Last_Virtual_Screen" )] |
563 | pub const Last_Virtual_Screen: RawKeysym = 0xfed4; |
564 | #[doc (alias = "XK_Terminate_Server" )] |
565 | pub const Terminate_Server: RawKeysym = 0xfed5; |
566 | #[doc (alias = "XK_AccessX_Enable" )] |
567 | pub const AccessX_Enable: RawKeysym = 0xfe70; |
568 | #[doc (alias = "XK_AccessX_Feedback_Enable" )] |
569 | pub const AccessX_Feedback_Enable: RawKeysym = 0xfe71; |
570 | #[doc (alias = "XK_RepeatKeys_Enable" )] |
571 | pub const RepeatKeys_Enable: RawKeysym = 0xfe72; |
572 | #[doc (alias = "XK_SlowKeys_Enable" )] |
573 | pub const SlowKeys_Enable: RawKeysym = 0xfe73; |
574 | #[doc (alias = "XK_BounceKeys_Enable" )] |
575 | pub const BounceKeys_Enable: RawKeysym = 0xfe74; |
576 | #[doc (alias = "XK_StickyKeys_Enable" )] |
577 | pub const StickyKeys_Enable: RawKeysym = 0xfe75; |
578 | #[doc (alias = "XK_MouseKeys_Enable" )] |
579 | pub const MouseKeys_Enable: RawKeysym = 0xfe76; |
580 | #[doc (alias = "XK_MouseKeys_Accel_Enable" )] |
581 | pub const MouseKeys_Accel_Enable: RawKeysym = 0xfe77; |
582 | #[doc (alias = "XK_Overlay1_Enable" )] |
583 | pub const Overlay1_Enable: RawKeysym = 0xfe78; |
584 | #[doc (alias = "XK_Overlay2_Enable" )] |
585 | pub const Overlay2_Enable: RawKeysym = 0xfe79; |
586 | #[doc (alias = "XK_AudibleBell_Enable" )] |
587 | pub const AudibleBell_Enable: RawKeysym = 0xfe7a; |
588 | #[doc (alias = "XK_Pointer_Left" )] |
589 | pub const Pointer_Left: RawKeysym = 0xfee0; |
590 | #[doc (alias = "XK_Pointer_Right" )] |
591 | pub const Pointer_Right: RawKeysym = 0xfee1; |
592 | #[doc (alias = "XK_Pointer_Up" )] |
593 | pub const Pointer_Up: RawKeysym = 0xfee2; |
594 | #[doc (alias = "XK_Pointer_Down" )] |
595 | pub const Pointer_Down: RawKeysym = 0xfee3; |
596 | #[doc (alias = "XK_Pointer_UpLeft" )] |
597 | pub const Pointer_UpLeft: RawKeysym = 0xfee4; |
598 | #[doc (alias = "XK_Pointer_UpRight" )] |
599 | pub const Pointer_UpRight: RawKeysym = 0xfee5; |
600 | #[doc (alias = "XK_Pointer_DownLeft" )] |
601 | pub const Pointer_DownLeft: RawKeysym = 0xfee6; |
602 | #[doc (alias = "XK_Pointer_DownRight" )] |
603 | pub const Pointer_DownRight: RawKeysym = 0xfee7; |
604 | #[doc (alias = "XK_Pointer_Button_Dflt" )] |
605 | pub const Pointer_Button_Dflt: RawKeysym = 0xfee8; |
606 | #[doc (alias = "XK_Pointer_Button1" )] |
607 | pub const Pointer_Button1: RawKeysym = 0xfee9; |
608 | #[doc (alias = "XK_Pointer_Button2" )] |
609 | pub const Pointer_Button2: RawKeysym = 0xfeea; |
610 | #[doc (alias = "XK_Pointer_Button3" )] |
611 | pub const Pointer_Button3: RawKeysym = 0xfeeb; |
612 | #[doc (alias = "XK_Pointer_Button4" )] |
613 | pub const Pointer_Button4: RawKeysym = 0xfeec; |
614 | #[doc (alias = "XK_Pointer_Button5" )] |
615 | pub const Pointer_Button5: RawKeysym = 0xfeed; |
616 | #[doc (alias = "XK_Pointer_DblClick_Dflt" )] |
617 | pub const Pointer_DblClick_Dflt: RawKeysym = 0xfeee; |
618 | #[doc (alias = "XK_Pointer_DblClick1" )] |
619 | pub const Pointer_DblClick1: RawKeysym = 0xfeef; |
620 | #[doc (alias = "XK_Pointer_DblClick2" )] |
621 | pub const Pointer_DblClick2: RawKeysym = 0xfef0; |
622 | #[doc (alias = "XK_Pointer_DblClick3" )] |
623 | pub const Pointer_DblClick3: RawKeysym = 0xfef1; |
624 | #[doc (alias = "XK_Pointer_DblClick4" )] |
625 | pub const Pointer_DblClick4: RawKeysym = 0xfef2; |
626 | #[doc (alias = "XK_Pointer_DblClick5" )] |
627 | pub const Pointer_DblClick5: RawKeysym = 0xfef3; |
628 | #[doc (alias = "XK_Pointer_Drag_Dflt" )] |
629 | pub const Pointer_Drag_Dflt: RawKeysym = 0xfef4; |
630 | #[doc (alias = "XK_Pointer_Drag1" )] |
631 | pub const Pointer_Drag1: RawKeysym = 0xfef5; |
632 | #[doc (alias = "XK_Pointer_Drag2" )] |
633 | pub const Pointer_Drag2: RawKeysym = 0xfef6; |
634 | #[doc (alias = "XK_Pointer_Drag3" )] |
635 | pub const Pointer_Drag3: RawKeysym = 0xfef7; |
636 | #[doc (alias = "XK_Pointer_Drag4" )] |
637 | pub const Pointer_Drag4: RawKeysym = 0xfef8; |
638 | #[doc (alias = "XK_Pointer_Drag5" )] |
639 | pub const Pointer_Drag5: RawKeysym = 0xfefd; |
640 | #[doc (alias = "XK_Pointer_EnableKeys" )] |
641 | pub const Pointer_EnableKeys: RawKeysym = 0xfef9; |
642 | #[doc (alias = "XK_Pointer_Accelerate" )] |
643 | pub const Pointer_Accelerate: RawKeysym = 0xfefa; |
644 | #[doc (alias = "XK_Pointer_DfltBtnNext" )] |
645 | pub const Pointer_DfltBtnNext: RawKeysym = 0xfefb; |
646 | #[doc (alias = "XK_Pointer_DfltBtnPrev" )] |
647 | pub const Pointer_DfltBtnPrev: RawKeysym = 0xfefc; |
648 | #[doc (alias = "XK_ch" )] |
649 | pub const ch: RawKeysym = 0xfea0; |
650 | #[doc (alias = "XK_Ch" )] |
651 | pub const Ch: RawKeysym = 0xfea1; |
652 | #[doc (alias = "XK_CH" )] |
653 | pub const CH: RawKeysym = 0xfea2; |
654 | #[doc (alias = "XK_c_h" )] |
655 | pub const c_h: RawKeysym = 0xfea3; |
656 | #[doc (alias = "XK_C_h" )] |
657 | pub const C_h: RawKeysym = 0xfea4; |
658 | #[doc (alias = "XK_C_H" )] |
659 | pub const C_H: RawKeysym = 0xfea5; |
660 | #[doc (alias = "XK_3270_Duplicate" )] |
661 | pub const _3270_Duplicate: RawKeysym = 0xfd01; |
662 | #[doc (alias = "XK_3270_FieldMark" )] |
663 | pub const _3270_FieldMark: RawKeysym = 0xfd02; |
664 | #[doc (alias = "XK_3270_Right2" )] |
665 | pub const _3270_Right2: RawKeysym = 0xfd03; |
666 | #[doc (alias = "XK_3270_Left2" )] |
667 | pub const _3270_Left2: RawKeysym = 0xfd04; |
668 | #[doc (alias = "XK_3270_BackTab" )] |
669 | pub const _3270_BackTab: RawKeysym = 0xfd05; |
670 | #[doc (alias = "XK_3270_EraseEOF" )] |
671 | pub const _3270_EraseEOF: RawKeysym = 0xfd06; |
672 | #[doc (alias = "XK_3270_EraseInput" )] |
673 | pub const _3270_EraseInput: RawKeysym = 0xfd07; |
674 | #[doc (alias = "XK_3270_Reset" )] |
675 | pub const _3270_Reset: RawKeysym = 0xfd08; |
676 | #[doc (alias = "XK_3270_Quit" )] |
677 | pub const _3270_Quit: RawKeysym = 0xfd09; |
678 | #[doc (alias = "XK_3270_PA1" )] |
679 | pub const _3270_PA1: RawKeysym = 0xfd0a; |
680 | #[doc (alias = "XK_3270_PA2" )] |
681 | pub const _3270_PA2: RawKeysym = 0xfd0b; |
682 | #[doc (alias = "XK_3270_PA3" )] |
683 | pub const _3270_PA3: RawKeysym = 0xfd0c; |
684 | #[doc (alias = "XK_3270_Test" )] |
685 | pub const _3270_Test: RawKeysym = 0xfd0d; |
686 | #[doc (alias = "XK_3270_Attn" )] |
687 | pub const _3270_Attn: RawKeysym = 0xfd0e; |
688 | #[doc (alias = "XK_3270_CursorBlink" )] |
689 | pub const _3270_CursorBlink: RawKeysym = 0xfd0f; |
690 | #[doc (alias = "XK_3270_AltCursor" )] |
691 | pub const _3270_AltCursor: RawKeysym = 0xfd10; |
692 | #[doc (alias = "XK_3270_KeyClick" )] |
693 | pub const _3270_KeyClick: RawKeysym = 0xfd11; |
694 | #[doc (alias = "XK_3270_Jump" )] |
695 | pub const _3270_Jump: RawKeysym = 0xfd12; |
696 | #[doc (alias = "XK_3270_Ident" )] |
697 | pub const _3270_Ident: RawKeysym = 0xfd13; |
698 | #[doc (alias = "XK_3270_Rule" )] |
699 | pub const _3270_Rule: RawKeysym = 0xfd14; |
700 | #[doc (alias = "XK_3270_Copy" )] |
701 | pub const _3270_Copy: RawKeysym = 0xfd15; |
702 | #[doc (alias = "XK_3270_Play" )] |
703 | pub const _3270_Play: RawKeysym = 0xfd16; |
704 | #[doc (alias = "XK_3270_Setup" )] |
705 | pub const _3270_Setup: RawKeysym = 0xfd17; |
706 | #[doc (alias = "XK_3270_Record" )] |
707 | pub const _3270_Record: RawKeysym = 0xfd18; |
708 | #[doc (alias = "XK_3270_ChangeScreen" )] |
709 | pub const _3270_ChangeScreen: RawKeysym = 0xfd19; |
710 | #[doc (alias = "XK_3270_DeleteWord" )] |
711 | pub const _3270_DeleteWord: RawKeysym = 0xfd1a; |
712 | #[doc (alias = "XK_3270_ExSelect" )] |
713 | pub const _3270_ExSelect: RawKeysym = 0xfd1b; |
714 | #[doc (alias = "XK_3270_CursorSelect" )] |
715 | pub const _3270_CursorSelect: RawKeysym = 0xfd1c; |
716 | #[doc (alias = "XK_3270_PrintScreen" )] |
717 | pub const _3270_PrintScreen: RawKeysym = 0xfd1d; |
718 | #[doc (alias = "XK_3270_Enter" )] |
719 | pub const _3270_Enter: RawKeysym = 0xfd1e; |
720 | #[doc (alias = "XK_space" )] |
721 | pub const space: RawKeysym = 0x20; |
722 | #[doc (alias = "XK_exclam" )] |
723 | pub const exclam: RawKeysym = 0x21; |
724 | #[doc (alias = "XK_quotedbl" )] |
725 | pub const quotedbl: RawKeysym = 0x22; |
726 | #[doc (alias = "XK_numbersign" )] |
727 | pub const numbersign: RawKeysym = 0x23; |
728 | #[doc (alias = "XK_dollar" )] |
729 | pub const dollar: RawKeysym = 0x24; |
730 | #[doc (alias = "XK_percent" )] |
731 | pub const percent: RawKeysym = 0x25; |
732 | #[doc (alias = "XK_ampersand" )] |
733 | pub const ampersand: RawKeysym = 0x26; |
734 | #[doc (alias = "XK_apostrophe" )] |
735 | pub const apostrophe: RawKeysym = 0x27; |
736 | #[doc (alias = "XK_quoteright" )] |
737 | pub const quoteright: RawKeysym = 0x27; |
738 | #[doc (alias = "XK_parenleft" )] |
739 | pub const parenleft: RawKeysym = 0x28; |
740 | #[doc (alias = "XK_parenright" )] |
741 | pub const parenright: RawKeysym = 0x29; |
742 | #[doc (alias = "XK_asterisk" )] |
743 | pub const asterisk: RawKeysym = 0x2a; |
744 | #[doc (alias = "XK_plus" )] |
745 | pub const plus: RawKeysym = 0x2b; |
746 | #[doc (alias = "XK_comma" )] |
747 | pub const comma: RawKeysym = 0x2c; |
748 | #[doc (alias = "XK_minus" )] |
749 | pub const minus: RawKeysym = 0x2d; |
750 | #[doc (alias = "XK_period" )] |
751 | pub const period: RawKeysym = 0x2e; |
752 | #[doc (alias = "XK_slash" )] |
753 | pub const slash: RawKeysym = 0x2f; |
754 | #[doc (alias = "XK_0" )] |
755 | pub const _0: RawKeysym = 0x30; |
756 | #[doc (alias = "XK_1" )] |
757 | pub const _1: RawKeysym = 0x31; |
758 | #[doc (alias = "XK_2" )] |
759 | pub const _2: RawKeysym = 0x32; |
760 | #[doc (alias = "XK_3" )] |
761 | pub const _3: RawKeysym = 0x33; |
762 | #[doc (alias = "XK_4" )] |
763 | pub const _4: RawKeysym = 0x34; |
764 | #[doc (alias = "XK_5" )] |
765 | pub const _5: RawKeysym = 0x35; |
766 | #[doc (alias = "XK_6" )] |
767 | pub const _6: RawKeysym = 0x36; |
768 | #[doc (alias = "XK_7" )] |
769 | pub const _7: RawKeysym = 0x37; |
770 | #[doc (alias = "XK_8" )] |
771 | pub const _8: RawKeysym = 0x38; |
772 | #[doc (alias = "XK_9" )] |
773 | pub const _9: RawKeysym = 0x39; |
774 | #[doc (alias = "XK_colon" )] |
775 | pub const colon: RawKeysym = 0x3a; |
776 | #[doc (alias = "XK_semicolon" )] |
777 | pub const semicolon: RawKeysym = 0x3b; |
778 | #[doc (alias = "XK_less" )] |
779 | pub const less: RawKeysym = 0x3c; |
780 | #[doc (alias = "XK_equal" )] |
781 | pub const equal: RawKeysym = 0x3d; |
782 | #[doc (alias = "XK_greater" )] |
783 | pub const greater: RawKeysym = 0x3e; |
784 | #[doc (alias = "XK_question" )] |
785 | pub const question: RawKeysym = 0x3f; |
786 | #[doc (alias = "XK_at" )] |
787 | pub const at: RawKeysym = 0x40; |
788 | #[doc (alias = "XK_A" )] |
789 | pub const A: RawKeysym = 0x41; |
790 | #[doc (alias = "XK_B" )] |
791 | pub const B: RawKeysym = 0x42; |
792 | #[doc (alias = "XK_C" )] |
793 | pub const C: RawKeysym = 0x43; |
794 | #[doc (alias = "XK_D" )] |
795 | pub const D: RawKeysym = 0x44; |
796 | #[doc (alias = "XK_E" )] |
797 | pub const E: RawKeysym = 0x45; |
798 | #[doc (alias = "XK_F" )] |
799 | pub const F: RawKeysym = 0x46; |
800 | #[doc (alias = "XK_G" )] |
801 | pub const G: RawKeysym = 0x47; |
802 | #[doc (alias = "XK_H" )] |
803 | pub const H: RawKeysym = 0x48; |
804 | #[doc (alias = "XK_I" )] |
805 | pub const I: RawKeysym = 0x49; |
806 | #[doc (alias = "XK_J" )] |
807 | pub const J: RawKeysym = 0x4a; |
808 | #[doc (alias = "XK_K" )] |
809 | pub const K: RawKeysym = 0x4b; |
810 | #[doc (alias = "XK_L" )] |
811 | pub const L: RawKeysym = 0x4c; |
812 | #[doc (alias = "XK_M" )] |
813 | pub const M: RawKeysym = 0x4d; |
814 | #[doc (alias = "XK_N" )] |
815 | pub const N: RawKeysym = 0x4e; |
816 | #[doc (alias = "XK_O" )] |
817 | pub const O: RawKeysym = 0x4f; |
818 | #[doc (alias = "XK_P" )] |
819 | pub const P: RawKeysym = 0x50; |
820 | #[doc (alias = "XK_Q" )] |
821 | pub const Q: RawKeysym = 0x51; |
822 | #[doc (alias = "XK_R" )] |
823 | pub const R: RawKeysym = 0x52; |
824 | #[doc (alias = "XK_S" )] |
825 | pub const S: RawKeysym = 0x53; |
826 | #[doc (alias = "XK_T" )] |
827 | pub const T: RawKeysym = 0x54; |
828 | #[doc (alias = "XK_U" )] |
829 | pub const U: RawKeysym = 0x55; |
830 | #[doc (alias = "XK_V" )] |
831 | pub const V: RawKeysym = 0x56; |
832 | #[doc (alias = "XK_W" )] |
833 | pub const W: RawKeysym = 0x57; |
834 | #[doc (alias = "XK_X" )] |
835 | pub const X: RawKeysym = 0x58; |
836 | #[doc (alias = "XK_Y" )] |
837 | pub const Y: RawKeysym = 0x59; |
838 | #[doc (alias = "XK_Z" )] |
839 | pub const Z: RawKeysym = 0x5a; |
840 | #[doc (alias = "XK_bracketleft" )] |
841 | pub const bracketleft: RawKeysym = 0x5b; |
842 | #[doc (alias = "XK_backslash" )] |
843 | pub const backslash: RawKeysym = 0x5c; |
844 | #[doc (alias = "XK_bracketright" )] |
845 | pub const bracketright: RawKeysym = 0x5d; |
846 | #[doc (alias = "XK_asciicircum" )] |
847 | pub const asciicircum: RawKeysym = 0x5e; |
848 | #[doc (alias = "XK_underscore" )] |
849 | pub const underscore: RawKeysym = 0x5f; |
850 | #[doc (alias = "XK_grave" )] |
851 | pub const grave: RawKeysym = 0x60; |
852 | #[doc (alias = "XK_quoteleft" )] |
853 | pub const quoteleft: RawKeysym = 0x60; |
854 | #[doc (alias = "XK_a" )] |
855 | pub const a: RawKeysym = 0x61; |
856 | #[doc (alias = "XK_b" )] |
857 | pub const b: RawKeysym = 0x62; |
858 | #[doc (alias = "XK_c" )] |
859 | pub const c: RawKeysym = 0x63; |
860 | #[doc (alias = "XK_d" )] |
861 | pub const d: RawKeysym = 0x64; |
862 | #[doc (alias = "XK_e" )] |
863 | pub const e: RawKeysym = 0x65; |
864 | #[doc (alias = "XK_f" )] |
865 | pub const f: RawKeysym = 0x66; |
866 | #[doc (alias = "XK_g" )] |
867 | pub const g: RawKeysym = 0x67; |
868 | #[doc (alias = "XK_h" )] |
869 | pub const h: RawKeysym = 0x68; |
870 | #[doc (alias = "XK_i" )] |
871 | pub const i: RawKeysym = 0x69; |
872 | #[doc (alias = "XK_j" )] |
873 | pub const j: RawKeysym = 0x6a; |
874 | #[doc (alias = "XK_k" )] |
875 | pub const k: RawKeysym = 0x6b; |
876 | #[doc (alias = "XK_l" )] |
877 | pub const l: RawKeysym = 0x6c; |
878 | #[doc (alias = "XK_m" )] |
879 | pub const m: RawKeysym = 0x6d; |
880 | #[doc (alias = "XK_n" )] |
881 | pub const n: RawKeysym = 0x6e; |
882 | #[doc (alias = "XK_o" )] |
883 | pub const o: RawKeysym = 0x6f; |
884 | #[doc (alias = "XK_p" )] |
885 | pub const p: RawKeysym = 0x70; |
886 | #[doc (alias = "XK_q" )] |
887 | pub const q: RawKeysym = 0x71; |
888 | #[doc (alias = "XK_r" )] |
889 | pub const r: RawKeysym = 0x72; |
890 | #[doc (alias = "XK_s" )] |
891 | pub const s: RawKeysym = 0x73; |
892 | #[doc (alias = "XK_t" )] |
893 | pub const t: RawKeysym = 0x74; |
894 | #[doc (alias = "XK_u" )] |
895 | pub const u: RawKeysym = 0x75; |
896 | #[doc (alias = "XK_v" )] |
897 | pub const v: RawKeysym = 0x76; |
898 | #[doc (alias = "XK_w" )] |
899 | pub const w: RawKeysym = 0x77; |
900 | #[doc (alias = "XK_x" )] |
901 | pub const x: RawKeysym = 0x78; |
902 | #[doc (alias = "XK_y" )] |
903 | pub const y: RawKeysym = 0x79; |
904 | #[doc (alias = "XK_z" )] |
905 | pub const z: RawKeysym = 0x7a; |
906 | #[doc (alias = "XK_braceleft" )] |
907 | pub const braceleft: RawKeysym = 0x7b; |
908 | #[doc (alias = "XK_bar" )] |
909 | pub const bar: RawKeysym = 0x7c; |
910 | #[doc (alias = "XK_braceright" )] |
911 | pub const braceright: RawKeysym = 0x7d; |
912 | #[doc (alias = "XK_asciitilde" )] |
913 | pub const asciitilde: RawKeysym = 0x7e; |
914 | #[doc (alias = "XK_nobreakspace" )] |
915 | pub const nobreakspace: RawKeysym = 0xa0; |
916 | #[doc (alias = "XK_exclamdown" )] |
917 | pub const exclamdown: RawKeysym = 0xa1; |
918 | #[doc (alias = "XK_cent" )] |
919 | pub const cent: RawKeysym = 0xa2; |
920 | #[doc (alias = "XK_sterling" )] |
921 | pub const sterling: RawKeysym = 0xa3; |
922 | #[doc (alias = "XK_currency" )] |
923 | pub const currency: RawKeysym = 0xa4; |
924 | #[doc (alias = "XK_yen" )] |
925 | pub const yen: RawKeysym = 0xa5; |
926 | #[doc (alias = "XK_brokenbar" )] |
927 | pub const brokenbar: RawKeysym = 0xa6; |
928 | #[doc (alias = "XK_section" )] |
929 | pub const section: RawKeysym = 0xa7; |
930 | #[doc (alias = "XK_diaeresis" )] |
931 | pub const diaeresis: RawKeysym = 0xa8; |
932 | #[doc (alias = "XK_copyright" )] |
933 | pub const copyright: RawKeysym = 0xa9; |
934 | #[doc (alias = "XK_ordfeminine" )] |
935 | pub const ordfeminine: RawKeysym = 0xaa; |
936 | #[doc (alias = "XK_guillemotleft" )] |
937 | pub const guillemotleft: RawKeysym = 0xab; |
938 | #[doc (alias = "XK_notsign" )] |
939 | pub const notsign: RawKeysym = 0xac; |
940 | #[doc (alias = "XK_hyphen" )] |
941 | pub const hyphen: RawKeysym = 0xad; |
942 | #[doc (alias = "XK_registered" )] |
943 | pub const registered: RawKeysym = 0xae; |
944 | #[doc (alias = "XK_macron" )] |
945 | pub const macron: RawKeysym = 0xaf; |
946 | #[doc (alias = "XK_degree" )] |
947 | pub const degree: RawKeysym = 0xb0; |
948 | #[doc (alias = "XK_plusminus" )] |
949 | pub const plusminus: RawKeysym = 0xb1; |
950 | #[doc (alias = "XK_twosuperior" )] |
951 | pub const twosuperior: RawKeysym = 0xb2; |
952 | #[doc (alias = "XK_threesuperior" )] |
953 | pub const threesuperior: RawKeysym = 0xb3; |
954 | #[doc (alias = "XK_acute" )] |
955 | pub const acute: RawKeysym = 0xb4; |
956 | #[doc (alias = "XK_mu" )] |
957 | pub const mu: RawKeysym = 0xb5; |
958 | #[doc (alias = "XK_paragraph" )] |
959 | pub const paragraph: RawKeysym = 0xb6; |
960 | #[doc (alias = "XK_periodcentered" )] |
961 | pub const periodcentered: RawKeysym = 0xb7; |
962 | #[doc (alias = "XK_cedilla" )] |
963 | pub const cedilla: RawKeysym = 0xb8; |
964 | #[doc (alias = "XK_onesuperior" )] |
965 | pub const onesuperior: RawKeysym = 0xb9; |
966 | #[doc (alias = "XK_masculine" )] |
967 | pub const masculine: RawKeysym = 0xba; |
968 | #[doc (alias = "XK_guillemotright" )] |
969 | pub const guillemotright: RawKeysym = 0xbb; |
970 | #[doc (alias = "XK_onequarter" )] |
971 | pub const onequarter: RawKeysym = 0xbc; |
972 | #[doc (alias = "XK_onehalf" )] |
973 | pub const onehalf: RawKeysym = 0xbd; |
974 | #[doc (alias = "XK_threequarters" )] |
975 | pub const threequarters: RawKeysym = 0xbe; |
976 | #[doc (alias = "XK_questiondown" )] |
977 | pub const questiondown: RawKeysym = 0xbf; |
978 | #[doc (alias = "XK_Agrave" )] |
979 | pub const Agrave: RawKeysym = 0xc0; |
980 | #[doc (alias = "XK_Aacute" )] |
981 | pub const Aacute: RawKeysym = 0xc1; |
982 | #[doc (alias = "XK_Acircumflex" )] |
983 | pub const Acircumflex: RawKeysym = 0xc2; |
984 | #[doc (alias = "XK_Atilde" )] |
985 | pub const Atilde: RawKeysym = 0xc3; |
986 | #[doc (alias = "XK_Adiaeresis" )] |
987 | pub const Adiaeresis: RawKeysym = 0xc4; |
988 | #[doc (alias = "XK_Aring" )] |
989 | pub const Aring: RawKeysym = 0xc5; |
990 | #[doc (alias = "XK_AE" )] |
991 | pub const AE: RawKeysym = 0xc6; |
992 | #[doc (alias = "XK_Ccedilla" )] |
993 | pub const Ccedilla: RawKeysym = 0xc7; |
994 | #[doc (alias = "XK_Egrave" )] |
995 | pub const Egrave: RawKeysym = 0xc8; |
996 | #[doc (alias = "XK_Eacute" )] |
997 | pub const Eacute: RawKeysym = 0xc9; |
998 | #[doc (alias = "XK_Ecircumflex" )] |
999 | pub const Ecircumflex: RawKeysym = 0xca; |
1000 | #[doc (alias = "XK_Ediaeresis" )] |
1001 | pub const Ediaeresis: RawKeysym = 0xcb; |
1002 | #[doc (alias = "XK_Igrave" )] |
1003 | pub const Igrave: RawKeysym = 0xcc; |
1004 | #[doc (alias = "XK_Iacute" )] |
1005 | pub const Iacute: RawKeysym = 0xcd; |
1006 | #[doc (alias = "XK_Icircumflex" )] |
1007 | pub const Icircumflex: RawKeysym = 0xce; |
1008 | #[doc (alias = "XK_Idiaeresis" )] |
1009 | pub const Idiaeresis: RawKeysym = 0xcf; |
1010 | #[doc (alias = "XK_ETH" )] |
1011 | pub const ETH: RawKeysym = 0xd0; |
1012 | #[doc (alias = "XK_Eth" )] |
1013 | pub const Eth: RawKeysym = 0xd0; |
1014 | #[doc (alias = "XK_Ntilde" )] |
1015 | pub const Ntilde: RawKeysym = 0xd1; |
1016 | #[doc (alias = "XK_Ograve" )] |
1017 | pub const Ograve: RawKeysym = 0xd2; |
1018 | #[doc (alias = "XK_Oacute" )] |
1019 | pub const Oacute: RawKeysym = 0xd3; |
1020 | #[doc (alias = "XK_Ocircumflex" )] |
1021 | pub const Ocircumflex: RawKeysym = 0xd4; |
1022 | #[doc (alias = "XK_Otilde" )] |
1023 | pub const Otilde: RawKeysym = 0xd5; |
1024 | #[doc (alias = "XK_Odiaeresis" )] |
1025 | pub const Odiaeresis: RawKeysym = 0xd6; |
1026 | #[doc (alias = "XK_multiply" )] |
1027 | pub const multiply: RawKeysym = 0xd7; |
1028 | #[doc (alias = "XK_Oslash" )] |
1029 | pub const Oslash: RawKeysym = 0xd8; |
1030 | #[doc (alias = "XK_Ooblique" )] |
1031 | pub const Ooblique: RawKeysym = 0xd8; |
1032 | #[doc (alias = "XK_Ugrave" )] |
1033 | pub const Ugrave: RawKeysym = 0xd9; |
1034 | #[doc (alias = "XK_Uacute" )] |
1035 | pub const Uacute: RawKeysym = 0xda; |
1036 | #[doc (alias = "XK_Ucircumflex" )] |
1037 | pub const Ucircumflex: RawKeysym = 0xdb; |
1038 | #[doc (alias = "XK_Udiaeresis" )] |
1039 | pub const Udiaeresis: RawKeysym = 0xdc; |
1040 | #[doc (alias = "XK_Yacute" )] |
1041 | pub const Yacute: RawKeysym = 0xdd; |
1042 | #[doc (alias = "XK_THORN" )] |
1043 | pub const THORN: RawKeysym = 0xde; |
1044 | #[doc (alias = "XK_Thorn" )] |
1045 | pub const Thorn: RawKeysym = 0xde; |
1046 | #[doc (alias = "XK_ssharp" )] |
1047 | pub const ssharp: RawKeysym = 0xdf; |
1048 | #[doc (alias = "XK_agrave" )] |
1049 | pub const agrave: RawKeysym = 0xe0; |
1050 | #[doc (alias = "XK_aacute" )] |
1051 | pub const aacute: RawKeysym = 0xe1; |
1052 | #[doc (alias = "XK_acircumflex" )] |
1053 | pub const acircumflex: RawKeysym = 0xe2; |
1054 | #[doc (alias = "XK_atilde" )] |
1055 | pub const atilde: RawKeysym = 0xe3; |
1056 | #[doc (alias = "XK_adiaeresis" )] |
1057 | pub const adiaeresis: RawKeysym = 0xe4; |
1058 | #[doc (alias = "XK_aring" )] |
1059 | pub const aring: RawKeysym = 0xe5; |
1060 | #[doc (alias = "XK_ae" )] |
1061 | pub const ae: RawKeysym = 0xe6; |
1062 | #[doc (alias = "XK_ccedilla" )] |
1063 | pub const ccedilla: RawKeysym = 0xe7; |
1064 | #[doc (alias = "XK_egrave" )] |
1065 | pub const egrave: RawKeysym = 0xe8; |
1066 | #[doc (alias = "XK_eacute" )] |
1067 | pub const eacute: RawKeysym = 0xe9; |
1068 | #[doc (alias = "XK_ecircumflex" )] |
1069 | pub const ecircumflex: RawKeysym = 0xea; |
1070 | #[doc (alias = "XK_ediaeresis" )] |
1071 | pub const ediaeresis: RawKeysym = 0xeb; |
1072 | #[doc (alias = "XK_igrave" )] |
1073 | pub const igrave: RawKeysym = 0xec; |
1074 | #[doc (alias = "XK_iacute" )] |
1075 | pub const iacute: RawKeysym = 0xed; |
1076 | #[doc (alias = "XK_icircumflex" )] |
1077 | pub const icircumflex: RawKeysym = 0xee; |
1078 | #[doc (alias = "XK_idiaeresis" )] |
1079 | pub const idiaeresis: RawKeysym = 0xef; |
1080 | #[doc (alias = "XK_eth" )] |
1081 | pub const eth: RawKeysym = 0xf0; |
1082 | #[doc (alias = "XK_ntilde" )] |
1083 | pub const ntilde: RawKeysym = 0xf1; |
1084 | #[doc (alias = "XK_ograve" )] |
1085 | pub const ograve: RawKeysym = 0xf2; |
1086 | #[doc (alias = "XK_oacute" )] |
1087 | pub const oacute: RawKeysym = 0xf3; |
1088 | #[doc (alias = "XK_ocircumflex" )] |
1089 | pub const ocircumflex: RawKeysym = 0xf4; |
1090 | #[doc (alias = "XK_otilde" )] |
1091 | pub const otilde: RawKeysym = 0xf5; |
1092 | #[doc (alias = "XK_odiaeresis" )] |
1093 | pub const odiaeresis: RawKeysym = 0xf6; |
1094 | #[doc (alias = "XK_division" )] |
1095 | pub const division: RawKeysym = 0xf7; |
1096 | #[doc (alias = "XK_oslash" )] |
1097 | pub const oslash: RawKeysym = 0xf8; |
1098 | #[doc (alias = "XK_ooblique" )] |
1099 | pub const ooblique: RawKeysym = 0xf8; |
1100 | #[doc (alias = "XK_ugrave" )] |
1101 | pub const ugrave: RawKeysym = 0xf9; |
1102 | #[doc (alias = "XK_uacute" )] |
1103 | pub const uacute: RawKeysym = 0xfa; |
1104 | #[doc (alias = "XK_ucircumflex" )] |
1105 | pub const ucircumflex: RawKeysym = 0xfb; |
1106 | #[doc (alias = "XK_udiaeresis" )] |
1107 | pub const udiaeresis: RawKeysym = 0xfc; |
1108 | #[doc (alias = "XK_yacute" )] |
1109 | pub const yacute: RawKeysym = 0xfd; |
1110 | #[doc (alias = "XK_thorn" )] |
1111 | pub const thorn: RawKeysym = 0xfe; |
1112 | #[doc (alias = "XK_ydiaeresis" )] |
1113 | pub const ydiaeresis: RawKeysym = 0xff; |
1114 | #[doc (alias = "XK_Aogonek" )] |
1115 | pub const Aogonek: RawKeysym = 0x1a1; |
1116 | #[doc (alias = "XK_breve" )] |
1117 | pub const breve: RawKeysym = 0x1a2; |
1118 | #[doc (alias = "XK_Lstroke" )] |
1119 | pub const Lstroke: RawKeysym = 0x1a3; |
1120 | #[doc (alias = "XK_Lcaron" )] |
1121 | pub const Lcaron: RawKeysym = 0x1a5; |
1122 | #[doc (alias = "XK_Sacute" )] |
1123 | pub const Sacute: RawKeysym = 0x1a6; |
1124 | #[doc (alias = "XK_Scaron" )] |
1125 | pub const Scaron: RawKeysym = 0x1a9; |
1126 | #[doc (alias = "XK_Scedilla" )] |
1127 | pub const Scedilla: RawKeysym = 0x1aa; |
1128 | #[doc (alias = "XK_Tcaron" )] |
1129 | pub const Tcaron: RawKeysym = 0x1ab; |
1130 | #[doc (alias = "XK_Zacute" )] |
1131 | pub const Zacute: RawKeysym = 0x1ac; |
1132 | #[doc (alias = "XK_Zcaron" )] |
1133 | pub const Zcaron: RawKeysym = 0x1ae; |
1134 | #[doc (alias = "XK_Zabovedot" )] |
1135 | pub const Zabovedot: RawKeysym = 0x1af; |
1136 | #[doc (alias = "XK_aogonek" )] |
1137 | pub const aogonek: RawKeysym = 0x1b1; |
1138 | #[doc (alias = "XK_ogonek" )] |
1139 | pub const ogonek: RawKeysym = 0x1b2; |
1140 | #[doc (alias = "XK_lstroke" )] |
1141 | pub const lstroke: RawKeysym = 0x1b3; |
1142 | #[doc (alias = "XK_lcaron" )] |
1143 | pub const lcaron: RawKeysym = 0x1b5; |
1144 | #[doc (alias = "XK_sacute" )] |
1145 | pub const sacute: RawKeysym = 0x1b6; |
1146 | #[doc (alias = "XK_caron" )] |
1147 | pub const caron: RawKeysym = 0x1b7; |
1148 | #[doc (alias = "XK_scaron" )] |
1149 | pub const scaron: RawKeysym = 0x1b9; |
1150 | #[doc (alias = "XK_scedilla" )] |
1151 | pub const scedilla: RawKeysym = 0x1ba; |
1152 | #[doc (alias = "XK_tcaron" )] |
1153 | pub const tcaron: RawKeysym = 0x1bb; |
1154 | #[doc (alias = "XK_zacute" )] |
1155 | pub const zacute: RawKeysym = 0x1bc; |
1156 | #[doc (alias = "XK_doubleacute" )] |
1157 | pub const doubleacute: RawKeysym = 0x1bd; |
1158 | #[doc (alias = "XK_zcaron" )] |
1159 | pub const zcaron: RawKeysym = 0x1be; |
1160 | #[doc (alias = "XK_zabovedot" )] |
1161 | pub const zabovedot: RawKeysym = 0x1bf; |
1162 | #[doc (alias = "XK_Racute" )] |
1163 | pub const Racute: RawKeysym = 0x1c0; |
1164 | #[doc (alias = "XK_Abreve" )] |
1165 | pub const Abreve: RawKeysym = 0x1c3; |
1166 | #[doc (alias = "XK_Lacute" )] |
1167 | pub const Lacute: RawKeysym = 0x1c5; |
1168 | #[doc (alias = "XK_Cacute" )] |
1169 | pub const Cacute: RawKeysym = 0x1c6; |
1170 | #[doc (alias = "XK_Ccaron" )] |
1171 | pub const Ccaron: RawKeysym = 0x1c8; |
1172 | #[doc (alias = "XK_Eogonek" )] |
1173 | pub const Eogonek: RawKeysym = 0x1ca; |
1174 | #[doc (alias = "XK_Ecaron" )] |
1175 | pub const Ecaron: RawKeysym = 0x1cc; |
1176 | #[doc (alias = "XK_Dcaron" )] |
1177 | pub const Dcaron: RawKeysym = 0x1cf; |
1178 | #[doc (alias = "XK_Dstroke" )] |
1179 | pub const Dstroke: RawKeysym = 0x1d0; |
1180 | #[doc (alias = "XK_Nacute" )] |
1181 | pub const Nacute: RawKeysym = 0x1d1; |
1182 | #[doc (alias = "XK_Ncaron" )] |
1183 | pub const Ncaron: RawKeysym = 0x1d2; |
1184 | #[doc (alias = "XK_Odoubleacute" )] |
1185 | pub const Odoubleacute: RawKeysym = 0x1d5; |
1186 | #[doc (alias = "XK_Rcaron" )] |
1187 | pub const Rcaron: RawKeysym = 0x1d8; |
1188 | #[doc (alias = "XK_Uring" )] |
1189 | pub const Uring: RawKeysym = 0x1d9; |
1190 | #[doc (alias = "XK_Udoubleacute" )] |
1191 | pub const Udoubleacute: RawKeysym = 0x1db; |
1192 | #[doc (alias = "XK_Tcedilla" )] |
1193 | pub const Tcedilla: RawKeysym = 0x1de; |
1194 | #[doc (alias = "XK_racute" )] |
1195 | pub const racute: RawKeysym = 0x1e0; |
1196 | #[doc (alias = "XK_abreve" )] |
1197 | pub const abreve: RawKeysym = 0x1e3; |
1198 | #[doc (alias = "XK_lacute" )] |
1199 | pub const lacute: RawKeysym = 0x1e5; |
1200 | #[doc (alias = "XK_cacute" )] |
1201 | pub const cacute: RawKeysym = 0x1e6; |
1202 | #[doc (alias = "XK_ccaron" )] |
1203 | pub const ccaron: RawKeysym = 0x1e8; |
1204 | #[doc (alias = "XK_eogonek" )] |
1205 | pub const eogonek: RawKeysym = 0x1ea; |
1206 | #[doc (alias = "XK_ecaron" )] |
1207 | pub const ecaron: RawKeysym = 0x1ec; |
1208 | #[doc (alias = "XK_dcaron" )] |
1209 | pub const dcaron: RawKeysym = 0x1ef; |
1210 | #[doc (alias = "XK_dstroke" )] |
1211 | pub const dstroke: RawKeysym = 0x1f0; |
1212 | #[doc (alias = "XK_nacute" )] |
1213 | pub const nacute: RawKeysym = 0x1f1; |
1214 | #[doc (alias = "XK_ncaron" )] |
1215 | pub const ncaron: RawKeysym = 0x1f2; |
1216 | #[doc (alias = "XK_odoubleacute" )] |
1217 | pub const odoubleacute: RawKeysym = 0x1f5; |
1218 | #[doc (alias = "XK_rcaron" )] |
1219 | pub const rcaron: RawKeysym = 0x1f8; |
1220 | #[doc (alias = "XK_uring" )] |
1221 | pub const uring: RawKeysym = 0x1f9; |
1222 | #[doc (alias = "XK_udoubleacute" )] |
1223 | pub const udoubleacute: RawKeysym = 0x1fb; |
1224 | #[doc (alias = "XK_tcedilla" )] |
1225 | pub const tcedilla: RawKeysym = 0x1fe; |
1226 | #[doc (alias = "XK_abovedot" )] |
1227 | pub const abovedot: RawKeysym = 0x1ff; |
1228 | #[doc (alias = "XK_Hstroke" )] |
1229 | pub const Hstroke: RawKeysym = 0x2a1; |
1230 | #[doc (alias = "XK_Hcircumflex" )] |
1231 | pub const Hcircumflex: RawKeysym = 0x2a6; |
1232 | #[doc (alias = "XK_Iabovedot" )] |
1233 | pub const Iabovedot: RawKeysym = 0x2a9; |
1234 | #[doc (alias = "XK_Gbreve" )] |
1235 | pub const Gbreve: RawKeysym = 0x2ab; |
1236 | #[doc (alias = "XK_Jcircumflex" )] |
1237 | pub const Jcircumflex: RawKeysym = 0x2ac; |
1238 | #[doc (alias = "XK_hstroke" )] |
1239 | pub const hstroke: RawKeysym = 0x2b1; |
1240 | #[doc (alias = "XK_hcircumflex" )] |
1241 | pub const hcircumflex: RawKeysym = 0x2b6; |
1242 | #[doc (alias = "XK_idotless" )] |
1243 | pub const idotless: RawKeysym = 0x2b9; |
1244 | #[doc (alias = "XK_gbreve" )] |
1245 | pub const gbreve: RawKeysym = 0x2bb; |
1246 | #[doc (alias = "XK_jcircumflex" )] |
1247 | pub const jcircumflex: RawKeysym = 0x2bc; |
1248 | #[doc (alias = "XK_Cabovedot" )] |
1249 | pub const Cabovedot: RawKeysym = 0x2c5; |
1250 | #[doc (alias = "XK_Ccircumflex" )] |
1251 | pub const Ccircumflex: RawKeysym = 0x2c6; |
1252 | #[doc (alias = "XK_Gabovedot" )] |
1253 | pub const Gabovedot: RawKeysym = 0x2d5; |
1254 | #[doc (alias = "XK_Gcircumflex" )] |
1255 | pub const Gcircumflex: RawKeysym = 0x2d8; |
1256 | #[doc (alias = "XK_Ubreve" )] |
1257 | pub const Ubreve: RawKeysym = 0x2dd; |
1258 | #[doc (alias = "XK_Scircumflex" )] |
1259 | pub const Scircumflex: RawKeysym = 0x2de; |
1260 | #[doc (alias = "XK_cabovedot" )] |
1261 | pub const cabovedot: RawKeysym = 0x2e5; |
1262 | #[doc (alias = "XK_ccircumflex" )] |
1263 | pub const ccircumflex: RawKeysym = 0x2e6; |
1264 | #[doc (alias = "XK_gabovedot" )] |
1265 | pub const gabovedot: RawKeysym = 0x2f5; |
1266 | #[doc (alias = "XK_gcircumflex" )] |
1267 | pub const gcircumflex: RawKeysym = 0x2f8; |
1268 | #[doc (alias = "XK_ubreve" )] |
1269 | pub const ubreve: RawKeysym = 0x2fd; |
1270 | #[doc (alias = "XK_scircumflex" )] |
1271 | pub const scircumflex: RawKeysym = 0x2fe; |
1272 | #[doc (alias = "XK_kra" )] |
1273 | pub const kra: RawKeysym = 0x3a2; |
1274 | #[doc (alias = "XK_kappa" )] |
1275 | pub const kappa: RawKeysym = 0x3a2; |
1276 | #[doc (alias = "XK_Rcedilla" )] |
1277 | pub const Rcedilla: RawKeysym = 0x3a3; |
1278 | #[doc (alias = "XK_Itilde" )] |
1279 | pub const Itilde: RawKeysym = 0x3a5; |
1280 | #[doc (alias = "XK_Lcedilla" )] |
1281 | pub const Lcedilla: RawKeysym = 0x3a6; |
1282 | #[doc (alias = "XK_Emacron" )] |
1283 | pub const Emacron: RawKeysym = 0x3aa; |
1284 | #[doc (alias = "XK_Gcedilla" )] |
1285 | pub const Gcedilla: RawKeysym = 0x3ab; |
1286 | #[doc (alias = "XK_Tslash" )] |
1287 | pub const Tslash: RawKeysym = 0x3ac; |
1288 | #[doc (alias = "XK_rcedilla" )] |
1289 | pub const rcedilla: RawKeysym = 0x3b3; |
1290 | #[doc (alias = "XK_itilde" )] |
1291 | pub const itilde: RawKeysym = 0x3b5; |
1292 | #[doc (alias = "XK_lcedilla" )] |
1293 | pub const lcedilla: RawKeysym = 0x3b6; |
1294 | #[doc (alias = "XK_emacron" )] |
1295 | pub const emacron: RawKeysym = 0x3ba; |
1296 | #[doc (alias = "XK_gcedilla" )] |
1297 | pub const gcedilla: RawKeysym = 0x3bb; |
1298 | #[doc (alias = "XK_tslash" )] |
1299 | pub const tslash: RawKeysym = 0x3bc; |
1300 | #[doc (alias = "XK_ENG" )] |
1301 | pub const ENG: RawKeysym = 0x3bd; |
1302 | #[doc (alias = "XK_eng" )] |
1303 | pub const eng: RawKeysym = 0x3bf; |
1304 | #[doc (alias = "XK_Amacron" )] |
1305 | pub const Amacron: RawKeysym = 0x3c0; |
1306 | #[doc (alias = "XK_Iogonek" )] |
1307 | pub const Iogonek: RawKeysym = 0x3c7; |
1308 | #[doc (alias = "XK_Eabovedot" )] |
1309 | pub const Eabovedot: RawKeysym = 0x3cc; |
1310 | #[doc (alias = "XK_Imacron" )] |
1311 | pub const Imacron: RawKeysym = 0x3cf; |
1312 | #[doc (alias = "XK_Ncedilla" )] |
1313 | pub const Ncedilla: RawKeysym = 0x3d1; |
1314 | #[doc (alias = "XK_Omacron" )] |
1315 | pub const Omacron: RawKeysym = 0x3d2; |
1316 | #[doc (alias = "XK_Kcedilla" )] |
1317 | pub const Kcedilla: RawKeysym = 0x3d3; |
1318 | #[doc (alias = "XK_Uogonek" )] |
1319 | pub const Uogonek: RawKeysym = 0x3d9; |
1320 | #[doc (alias = "XK_Utilde" )] |
1321 | pub const Utilde: RawKeysym = 0x3dd; |
1322 | #[doc (alias = "XK_Umacron" )] |
1323 | pub const Umacron: RawKeysym = 0x3de; |
1324 | #[doc (alias = "XK_amacron" )] |
1325 | pub const amacron: RawKeysym = 0x3e0; |
1326 | #[doc (alias = "XK_iogonek" )] |
1327 | pub const iogonek: RawKeysym = 0x3e7; |
1328 | #[doc (alias = "XK_eabovedot" )] |
1329 | pub const eabovedot: RawKeysym = 0x3ec; |
1330 | #[doc (alias = "XK_imacron" )] |
1331 | pub const imacron: RawKeysym = 0x3ef; |
1332 | #[doc (alias = "XK_ncedilla" )] |
1333 | pub const ncedilla: RawKeysym = 0x3f1; |
1334 | #[doc (alias = "XK_omacron" )] |
1335 | pub const omacron: RawKeysym = 0x3f2; |
1336 | #[doc (alias = "XK_kcedilla" )] |
1337 | pub const kcedilla: RawKeysym = 0x3f3; |
1338 | #[doc (alias = "XK_uogonek" )] |
1339 | pub const uogonek: RawKeysym = 0x3f9; |
1340 | #[doc (alias = "XK_utilde" )] |
1341 | pub const utilde: RawKeysym = 0x3fd; |
1342 | #[doc (alias = "XK_umacron" )] |
1343 | pub const umacron: RawKeysym = 0x3fe; |
1344 | #[doc (alias = "XK_Wcircumflex" )] |
1345 | pub const Wcircumflex: RawKeysym = 0x1000174; |
1346 | #[doc (alias = "XK_wcircumflex" )] |
1347 | pub const wcircumflex: RawKeysym = 0x1000175; |
1348 | #[doc (alias = "XK_Ycircumflex" )] |
1349 | pub const Ycircumflex: RawKeysym = 0x1000176; |
1350 | #[doc (alias = "XK_ycircumflex" )] |
1351 | pub const ycircumflex: RawKeysym = 0x1000177; |
1352 | #[doc (alias = "XK_Babovedot" )] |
1353 | pub const Babovedot: RawKeysym = 0x1001e02; |
1354 | #[doc (alias = "XK_babovedot" )] |
1355 | pub const babovedot: RawKeysym = 0x1001e03; |
1356 | #[doc (alias = "XK_Dabovedot" )] |
1357 | pub const Dabovedot: RawKeysym = 0x1001e0a; |
1358 | #[doc (alias = "XK_dabovedot" )] |
1359 | pub const dabovedot: RawKeysym = 0x1001e0b; |
1360 | #[doc (alias = "XK_Fabovedot" )] |
1361 | pub const Fabovedot: RawKeysym = 0x1001e1e; |
1362 | #[doc (alias = "XK_fabovedot" )] |
1363 | pub const fabovedot: RawKeysym = 0x1001e1f; |
1364 | #[doc (alias = "XK_Mabovedot" )] |
1365 | pub const Mabovedot: RawKeysym = 0x1001e40; |
1366 | #[doc (alias = "XK_mabovedot" )] |
1367 | pub const mabovedot: RawKeysym = 0x1001e41; |
1368 | #[doc (alias = "XK_Pabovedot" )] |
1369 | pub const Pabovedot: RawKeysym = 0x1001e56; |
1370 | #[doc (alias = "XK_pabovedot" )] |
1371 | pub const pabovedot: RawKeysym = 0x1001e57; |
1372 | #[doc (alias = "XK_Sabovedot" )] |
1373 | pub const Sabovedot: RawKeysym = 0x1001e60; |
1374 | #[doc (alias = "XK_sabovedot" )] |
1375 | pub const sabovedot: RawKeysym = 0x1001e61; |
1376 | #[doc (alias = "XK_Tabovedot" )] |
1377 | pub const Tabovedot: RawKeysym = 0x1001e6a; |
1378 | #[doc (alias = "XK_tabovedot" )] |
1379 | pub const tabovedot: RawKeysym = 0x1001e6b; |
1380 | #[doc (alias = "XK_Wgrave" )] |
1381 | pub const Wgrave: RawKeysym = 0x1001e80; |
1382 | #[doc (alias = "XK_wgrave" )] |
1383 | pub const wgrave: RawKeysym = 0x1001e81; |
1384 | #[doc (alias = "XK_Wacute" )] |
1385 | pub const Wacute: RawKeysym = 0x1001e82; |
1386 | #[doc (alias = "XK_wacute" )] |
1387 | pub const wacute: RawKeysym = 0x1001e83; |
1388 | #[doc (alias = "XK_Wdiaeresis" )] |
1389 | pub const Wdiaeresis: RawKeysym = 0x1001e84; |
1390 | #[doc (alias = "XK_wdiaeresis" )] |
1391 | pub const wdiaeresis: RawKeysym = 0x1001e85; |
1392 | #[doc (alias = "XK_Ygrave" )] |
1393 | pub const Ygrave: RawKeysym = 0x1001ef2; |
1394 | #[doc (alias = "XK_ygrave" )] |
1395 | pub const ygrave: RawKeysym = 0x1001ef3; |
1396 | #[doc (alias = "XK_OE" )] |
1397 | pub const OE: RawKeysym = 0x13bc; |
1398 | #[doc (alias = "XK_oe" )] |
1399 | pub const oe: RawKeysym = 0x13bd; |
1400 | #[doc (alias = "XK_Ydiaeresis" )] |
1401 | pub const Ydiaeresis: RawKeysym = 0x13be; |
1402 | #[doc (alias = "XK_overline" )] |
1403 | pub const overline: RawKeysym = 0x47e; |
1404 | #[doc (alias = "XK_kana_fullstop" )] |
1405 | pub const kana_fullstop: RawKeysym = 0x4a1; |
1406 | #[doc (alias = "XK_kana_openingbracket" )] |
1407 | pub const kana_openingbracket: RawKeysym = 0x4a2; |
1408 | #[doc (alias = "XK_kana_closingbracket" )] |
1409 | pub const kana_closingbracket: RawKeysym = 0x4a3; |
1410 | #[doc (alias = "XK_kana_comma" )] |
1411 | pub const kana_comma: RawKeysym = 0x4a4; |
1412 | #[doc (alias = "XK_kana_conjunctive" )] |
1413 | pub const kana_conjunctive: RawKeysym = 0x4a5; |
1414 | #[doc (alias = "XK_kana_middledot" )] |
1415 | pub const kana_middledot: RawKeysym = 0x4a5; |
1416 | #[doc (alias = "XK_kana_WO" )] |
1417 | pub const kana_WO: RawKeysym = 0x4a6; |
1418 | #[doc (alias = "XK_kana_a" )] |
1419 | pub const kana_a: RawKeysym = 0x4a7; |
1420 | #[doc (alias = "XK_kana_i" )] |
1421 | pub const kana_i: RawKeysym = 0x4a8; |
1422 | #[doc (alias = "XK_kana_u" )] |
1423 | pub const kana_u: RawKeysym = 0x4a9; |
1424 | #[doc (alias = "XK_kana_e" )] |
1425 | pub const kana_e: RawKeysym = 0x4aa; |
1426 | #[doc (alias = "XK_kana_o" )] |
1427 | pub const kana_o: RawKeysym = 0x4ab; |
1428 | #[doc (alias = "XK_kana_ya" )] |
1429 | pub const kana_ya: RawKeysym = 0x4ac; |
1430 | #[doc (alias = "XK_kana_yu" )] |
1431 | pub const kana_yu: RawKeysym = 0x4ad; |
1432 | #[doc (alias = "XK_kana_yo" )] |
1433 | pub const kana_yo: RawKeysym = 0x4ae; |
1434 | #[doc (alias = "XK_kana_tsu" )] |
1435 | pub const kana_tsu: RawKeysym = 0x4af; |
1436 | #[doc (alias = "XK_kana_tu" )] |
1437 | pub const kana_tu: RawKeysym = 0x4af; |
1438 | #[doc (alias = "XK_prolongedsound" )] |
1439 | pub const prolongedsound: RawKeysym = 0x4b0; |
1440 | #[doc (alias = "XK_kana_A" )] |
1441 | pub const kana_A: RawKeysym = 0x4b1; |
1442 | #[doc (alias = "XK_kana_I" )] |
1443 | pub const kana_I: RawKeysym = 0x4b2; |
1444 | #[doc (alias = "XK_kana_U" )] |
1445 | pub const kana_U: RawKeysym = 0x4b3; |
1446 | #[doc (alias = "XK_kana_E" )] |
1447 | pub const kana_E: RawKeysym = 0x4b4; |
1448 | #[doc (alias = "XK_kana_O" )] |
1449 | pub const kana_O: RawKeysym = 0x4b5; |
1450 | #[doc (alias = "XK_kana_KA" )] |
1451 | pub const kana_KA: RawKeysym = 0x4b6; |
1452 | #[doc (alias = "XK_kana_KI" )] |
1453 | pub const kana_KI: RawKeysym = 0x4b7; |
1454 | #[doc (alias = "XK_kana_KU" )] |
1455 | pub const kana_KU: RawKeysym = 0x4b8; |
1456 | #[doc (alias = "XK_kana_KE" )] |
1457 | pub const kana_KE: RawKeysym = 0x4b9; |
1458 | #[doc (alias = "XK_kana_KO" )] |
1459 | pub const kana_KO: RawKeysym = 0x4ba; |
1460 | #[doc (alias = "XK_kana_SA" )] |
1461 | pub const kana_SA: RawKeysym = 0x4bb; |
1462 | #[doc (alias = "XK_kana_SHI" )] |
1463 | pub const kana_SHI: RawKeysym = 0x4bc; |
1464 | #[doc (alias = "XK_kana_SU" )] |
1465 | pub const kana_SU: RawKeysym = 0x4bd; |
1466 | #[doc (alias = "XK_kana_SE" )] |
1467 | pub const kana_SE: RawKeysym = 0x4be; |
1468 | #[doc (alias = "XK_kana_SO" )] |
1469 | pub const kana_SO: RawKeysym = 0x4bf; |
1470 | #[doc (alias = "XK_kana_TA" )] |
1471 | pub const kana_TA: RawKeysym = 0x4c0; |
1472 | #[doc (alias = "XK_kana_CHI" )] |
1473 | pub const kana_CHI: RawKeysym = 0x4c1; |
1474 | #[doc (alias = "XK_kana_TI" )] |
1475 | pub const kana_TI: RawKeysym = 0x4c1; |
1476 | #[doc (alias = "XK_kana_TSU" )] |
1477 | pub const kana_TSU: RawKeysym = 0x4c2; |
1478 | #[doc (alias = "XK_kana_TU" )] |
1479 | pub const kana_TU: RawKeysym = 0x4c2; |
1480 | #[doc (alias = "XK_kana_TE" )] |
1481 | pub const kana_TE: RawKeysym = 0x4c3; |
1482 | #[doc (alias = "XK_kana_TO" )] |
1483 | pub const kana_TO: RawKeysym = 0x4c4; |
1484 | #[doc (alias = "XK_kana_NA" )] |
1485 | pub const kana_NA: RawKeysym = 0x4c5; |
1486 | #[doc (alias = "XK_kana_NI" )] |
1487 | pub const kana_NI: RawKeysym = 0x4c6; |
1488 | #[doc (alias = "XK_kana_NU" )] |
1489 | pub const kana_NU: RawKeysym = 0x4c7; |
1490 | #[doc (alias = "XK_kana_NE" )] |
1491 | pub const kana_NE: RawKeysym = 0x4c8; |
1492 | #[doc (alias = "XK_kana_NO" )] |
1493 | pub const kana_NO: RawKeysym = 0x4c9; |
1494 | #[doc (alias = "XK_kana_HA" )] |
1495 | pub const kana_HA: RawKeysym = 0x4ca; |
1496 | #[doc (alias = "XK_kana_HI" )] |
1497 | pub const kana_HI: RawKeysym = 0x4cb; |
1498 | #[doc (alias = "XK_kana_FU" )] |
1499 | pub const kana_FU: RawKeysym = 0x4cc; |
1500 | #[doc (alias = "XK_kana_HU" )] |
1501 | pub const kana_HU: RawKeysym = 0x4cc; |
1502 | #[doc (alias = "XK_kana_HE" )] |
1503 | pub const kana_HE: RawKeysym = 0x4cd; |
1504 | #[doc (alias = "XK_kana_HO" )] |
1505 | pub const kana_HO: RawKeysym = 0x4ce; |
1506 | #[doc (alias = "XK_kana_MA" )] |
1507 | pub const kana_MA: RawKeysym = 0x4cf; |
1508 | #[doc (alias = "XK_kana_MI" )] |
1509 | pub const kana_MI: RawKeysym = 0x4d0; |
1510 | #[doc (alias = "XK_kana_MU" )] |
1511 | pub const kana_MU: RawKeysym = 0x4d1; |
1512 | #[doc (alias = "XK_kana_ME" )] |
1513 | pub const kana_ME: RawKeysym = 0x4d2; |
1514 | #[doc (alias = "XK_kana_MO" )] |
1515 | pub const kana_MO: RawKeysym = 0x4d3; |
1516 | #[doc (alias = "XK_kana_YA" )] |
1517 | pub const kana_YA: RawKeysym = 0x4d4; |
1518 | #[doc (alias = "XK_kana_YU" )] |
1519 | pub const kana_YU: RawKeysym = 0x4d5; |
1520 | #[doc (alias = "XK_kana_YO" )] |
1521 | pub const kana_YO: RawKeysym = 0x4d6; |
1522 | #[doc (alias = "XK_kana_RA" )] |
1523 | pub const kana_RA: RawKeysym = 0x4d7; |
1524 | #[doc (alias = "XK_kana_RI" )] |
1525 | pub const kana_RI: RawKeysym = 0x4d8; |
1526 | #[doc (alias = "XK_kana_RU" )] |
1527 | pub const kana_RU: RawKeysym = 0x4d9; |
1528 | #[doc (alias = "XK_kana_RE" )] |
1529 | pub const kana_RE: RawKeysym = 0x4da; |
1530 | #[doc (alias = "XK_kana_RO" )] |
1531 | pub const kana_RO: RawKeysym = 0x4db; |
1532 | #[doc (alias = "XK_kana_WA" )] |
1533 | pub const kana_WA: RawKeysym = 0x4dc; |
1534 | #[doc (alias = "XK_kana_N" )] |
1535 | pub const kana_N: RawKeysym = 0x4dd; |
1536 | #[doc (alias = "XK_voicedsound" )] |
1537 | pub const voicedsound: RawKeysym = 0x4de; |
1538 | #[doc (alias = "XK_semivoicedsound" )] |
1539 | pub const semivoicedsound: RawKeysym = 0x4df; |
1540 | #[doc (alias = "XK_kana_switch" )] |
1541 | pub const kana_switch: RawKeysym = 0xff7e; |
1542 | #[doc (alias = "XK_Farsi_0" )] |
1543 | pub const Farsi_0: RawKeysym = 0x10006f0; |
1544 | #[doc (alias = "XK_Farsi_1" )] |
1545 | pub const Farsi_1: RawKeysym = 0x10006f1; |
1546 | #[doc (alias = "XK_Farsi_2" )] |
1547 | pub const Farsi_2: RawKeysym = 0x10006f2; |
1548 | #[doc (alias = "XK_Farsi_3" )] |
1549 | pub const Farsi_3: RawKeysym = 0x10006f3; |
1550 | #[doc (alias = "XK_Farsi_4" )] |
1551 | pub const Farsi_4: RawKeysym = 0x10006f4; |
1552 | #[doc (alias = "XK_Farsi_5" )] |
1553 | pub const Farsi_5: RawKeysym = 0x10006f5; |
1554 | #[doc (alias = "XK_Farsi_6" )] |
1555 | pub const Farsi_6: RawKeysym = 0x10006f6; |
1556 | #[doc (alias = "XK_Farsi_7" )] |
1557 | pub const Farsi_7: RawKeysym = 0x10006f7; |
1558 | #[doc (alias = "XK_Farsi_8" )] |
1559 | pub const Farsi_8: RawKeysym = 0x10006f8; |
1560 | #[doc (alias = "XK_Farsi_9" )] |
1561 | pub const Farsi_9: RawKeysym = 0x10006f9; |
1562 | #[doc (alias = "XK_Arabic_percent" )] |
1563 | pub const Arabic_percent: RawKeysym = 0x100066a; |
1564 | #[doc (alias = "XK_Arabic_superscript_alef" )] |
1565 | pub const Arabic_superscript_alef: RawKeysym = 0x1000670; |
1566 | #[doc (alias = "XK_Arabic_tteh" )] |
1567 | pub const Arabic_tteh: RawKeysym = 0x1000679; |
1568 | #[doc (alias = "XK_Arabic_peh" )] |
1569 | pub const Arabic_peh: RawKeysym = 0x100067e; |
1570 | #[doc (alias = "XK_Arabic_tcheh" )] |
1571 | pub const Arabic_tcheh: RawKeysym = 0x1000686; |
1572 | #[doc (alias = "XK_Arabic_ddal" )] |
1573 | pub const Arabic_ddal: RawKeysym = 0x1000688; |
1574 | #[doc (alias = "XK_Arabic_rreh" )] |
1575 | pub const Arabic_rreh: RawKeysym = 0x1000691; |
1576 | #[doc (alias = "XK_Arabic_comma" )] |
1577 | pub const Arabic_comma: RawKeysym = 0x5ac; |
1578 | #[doc (alias = "XK_Arabic_fullstop" )] |
1579 | pub const Arabic_fullstop: RawKeysym = 0x10006d4; |
1580 | #[doc (alias = "XK_Arabic_0" )] |
1581 | pub const Arabic_0: RawKeysym = 0x1000660; |
1582 | #[doc (alias = "XK_Arabic_1" )] |
1583 | pub const Arabic_1: RawKeysym = 0x1000661; |
1584 | #[doc (alias = "XK_Arabic_2" )] |
1585 | pub const Arabic_2: RawKeysym = 0x1000662; |
1586 | #[doc (alias = "XK_Arabic_3" )] |
1587 | pub const Arabic_3: RawKeysym = 0x1000663; |
1588 | #[doc (alias = "XK_Arabic_4" )] |
1589 | pub const Arabic_4: RawKeysym = 0x1000664; |
1590 | #[doc (alias = "XK_Arabic_5" )] |
1591 | pub const Arabic_5: RawKeysym = 0x1000665; |
1592 | #[doc (alias = "XK_Arabic_6" )] |
1593 | pub const Arabic_6: RawKeysym = 0x1000666; |
1594 | #[doc (alias = "XK_Arabic_7" )] |
1595 | pub const Arabic_7: RawKeysym = 0x1000667; |
1596 | #[doc (alias = "XK_Arabic_8" )] |
1597 | pub const Arabic_8: RawKeysym = 0x1000668; |
1598 | #[doc (alias = "XK_Arabic_9" )] |
1599 | pub const Arabic_9: RawKeysym = 0x1000669; |
1600 | #[doc (alias = "XK_Arabic_semicolon" )] |
1601 | pub const Arabic_semicolon: RawKeysym = 0x5bb; |
1602 | #[doc (alias = "XK_Arabic_question_mark" )] |
1603 | pub const Arabic_question_mark: RawKeysym = 0x5bf; |
1604 | #[doc (alias = "XK_Arabic_hamza" )] |
1605 | pub const Arabic_hamza: RawKeysym = 0x5c1; |
1606 | #[doc (alias = "XK_Arabic_maddaonalef" )] |
1607 | pub const Arabic_maddaonalef: RawKeysym = 0x5c2; |
1608 | #[doc (alias = "XK_Arabic_hamzaonalef" )] |
1609 | pub const Arabic_hamzaonalef: RawKeysym = 0x5c3; |
1610 | #[doc (alias = "XK_Arabic_hamzaonwaw" )] |
1611 | pub const Arabic_hamzaonwaw: RawKeysym = 0x5c4; |
1612 | #[doc (alias = "XK_Arabic_hamzaunderalef" )] |
1613 | pub const Arabic_hamzaunderalef: RawKeysym = 0x5c5; |
1614 | #[doc (alias = "XK_Arabic_hamzaonyeh" )] |
1615 | pub const Arabic_hamzaonyeh: RawKeysym = 0x5c6; |
1616 | #[doc (alias = "XK_Arabic_alef" )] |
1617 | pub const Arabic_alef: RawKeysym = 0x5c7; |
1618 | #[doc (alias = "XK_Arabic_beh" )] |
1619 | pub const Arabic_beh: RawKeysym = 0x5c8; |
1620 | #[doc (alias = "XK_Arabic_tehmarbuta" )] |
1621 | pub const Arabic_tehmarbuta: RawKeysym = 0x5c9; |
1622 | #[doc (alias = "XK_Arabic_teh" )] |
1623 | pub const Arabic_teh: RawKeysym = 0x5ca; |
1624 | #[doc (alias = "XK_Arabic_theh" )] |
1625 | pub const Arabic_theh: RawKeysym = 0x5cb; |
1626 | #[doc (alias = "XK_Arabic_jeem" )] |
1627 | pub const Arabic_jeem: RawKeysym = 0x5cc; |
1628 | #[doc (alias = "XK_Arabic_hah" )] |
1629 | pub const Arabic_hah: RawKeysym = 0x5cd; |
1630 | #[doc (alias = "XK_Arabic_khah" )] |
1631 | pub const Arabic_khah: RawKeysym = 0x5ce; |
1632 | #[doc (alias = "XK_Arabic_dal" )] |
1633 | pub const Arabic_dal: RawKeysym = 0x5cf; |
1634 | #[doc (alias = "XK_Arabic_thal" )] |
1635 | pub const Arabic_thal: RawKeysym = 0x5d0; |
1636 | #[doc (alias = "XK_Arabic_ra" )] |
1637 | pub const Arabic_ra: RawKeysym = 0x5d1; |
1638 | #[doc (alias = "XK_Arabic_zain" )] |
1639 | pub const Arabic_zain: RawKeysym = 0x5d2; |
1640 | #[doc (alias = "XK_Arabic_seen" )] |
1641 | pub const Arabic_seen: RawKeysym = 0x5d3; |
1642 | #[doc (alias = "XK_Arabic_sheen" )] |
1643 | pub const Arabic_sheen: RawKeysym = 0x5d4; |
1644 | #[doc (alias = "XK_Arabic_sad" )] |
1645 | pub const Arabic_sad: RawKeysym = 0x5d5; |
1646 | #[doc (alias = "XK_Arabic_dad" )] |
1647 | pub const Arabic_dad: RawKeysym = 0x5d6; |
1648 | #[doc (alias = "XK_Arabic_tah" )] |
1649 | pub const Arabic_tah: RawKeysym = 0x5d7; |
1650 | #[doc (alias = "XK_Arabic_zah" )] |
1651 | pub const Arabic_zah: RawKeysym = 0x5d8; |
1652 | #[doc (alias = "XK_Arabic_ain" )] |
1653 | pub const Arabic_ain: RawKeysym = 0x5d9; |
1654 | #[doc (alias = "XK_Arabic_ghain" )] |
1655 | pub const Arabic_ghain: RawKeysym = 0x5da; |
1656 | #[doc (alias = "XK_Arabic_tatweel" )] |
1657 | pub const Arabic_tatweel: RawKeysym = 0x5e0; |
1658 | #[doc (alias = "XK_Arabic_feh" )] |
1659 | pub const Arabic_feh: RawKeysym = 0x5e1; |
1660 | #[doc (alias = "XK_Arabic_qaf" )] |
1661 | pub const Arabic_qaf: RawKeysym = 0x5e2; |
1662 | #[doc (alias = "XK_Arabic_kaf" )] |
1663 | pub const Arabic_kaf: RawKeysym = 0x5e3; |
1664 | #[doc (alias = "XK_Arabic_lam" )] |
1665 | pub const Arabic_lam: RawKeysym = 0x5e4; |
1666 | #[doc (alias = "XK_Arabic_meem" )] |
1667 | pub const Arabic_meem: RawKeysym = 0x5e5; |
1668 | #[doc (alias = "XK_Arabic_noon" )] |
1669 | pub const Arabic_noon: RawKeysym = 0x5e6; |
1670 | #[doc (alias = "XK_Arabic_ha" )] |
1671 | pub const Arabic_ha: RawKeysym = 0x5e7; |
1672 | #[doc (alias = "XK_Arabic_heh" )] |
1673 | pub const Arabic_heh: RawKeysym = 0x5e7; |
1674 | #[doc (alias = "XK_Arabic_waw" )] |
1675 | pub const Arabic_waw: RawKeysym = 0x5e8; |
1676 | #[doc (alias = "XK_Arabic_alefmaksura" )] |
1677 | pub const Arabic_alefmaksura: RawKeysym = 0x5e9; |
1678 | #[doc (alias = "XK_Arabic_yeh" )] |
1679 | pub const Arabic_yeh: RawKeysym = 0x5ea; |
1680 | #[doc (alias = "XK_Arabic_fathatan" )] |
1681 | pub const Arabic_fathatan: RawKeysym = 0x5eb; |
1682 | #[doc (alias = "XK_Arabic_dammatan" )] |
1683 | pub const Arabic_dammatan: RawKeysym = 0x5ec; |
1684 | #[doc (alias = "XK_Arabic_kasratan" )] |
1685 | pub const Arabic_kasratan: RawKeysym = 0x5ed; |
1686 | #[doc (alias = "XK_Arabic_fatha" )] |
1687 | pub const Arabic_fatha: RawKeysym = 0x5ee; |
1688 | #[doc (alias = "XK_Arabic_damma" )] |
1689 | pub const Arabic_damma: RawKeysym = 0x5ef; |
1690 | #[doc (alias = "XK_Arabic_kasra" )] |
1691 | pub const Arabic_kasra: RawKeysym = 0x5f0; |
1692 | #[doc (alias = "XK_Arabic_shadda" )] |
1693 | pub const Arabic_shadda: RawKeysym = 0x5f1; |
1694 | #[doc (alias = "XK_Arabic_sukun" )] |
1695 | pub const Arabic_sukun: RawKeysym = 0x5f2; |
1696 | #[doc (alias = "XK_Arabic_madda_above" )] |
1697 | pub const Arabic_madda_above: RawKeysym = 0x1000653; |
1698 | #[doc (alias = "XK_Arabic_hamza_above" )] |
1699 | pub const Arabic_hamza_above: RawKeysym = 0x1000654; |
1700 | #[doc (alias = "XK_Arabic_hamza_below" )] |
1701 | pub const Arabic_hamza_below: RawKeysym = 0x1000655; |
1702 | #[doc (alias = "XK_Arabic_jeh" )] |
1703 | pub const Arabic_jeh: RawKeysym = 0x1000698; |
1704 | #[doc (alias = "XK_Arabic_veh" )] |
1705 | pub const Arabic_veh: RawKeysym = 0x10006a4; |
1706 | #[doc (alias = "XK_Arabic_keheh" )] |
1707 | pub const Arabic_keheh: RawKeysym = 0x10006a9; |
1708 | #[doc (alias = "XK_Arabic_gaf" )] |
1709 | pub const Arabic_gaf: RawKeysym = 0x10006af; |
1710 | #[doc (alias = "XK_Arabic_noon_ghunna" )] |
1711 | pub const Arabic_noon_ghunna: RawKeysym = 0x10006ba; |
1712 | #[doc (alias = "XK_Arabic_heh_doachashmee" )] |
1713 | pub const Arabic_heh_doachashmee: RawKeysym = 0x10006be; |
1714 | #[doc (alias = "XK_Farsi_yeh" )] |
1715 | pub const Farsi_yeh: RawKeysym = 0x10006cc; |
1716 | #[doc (alias = "XK_Arabic_farsi_yeh" )] |
1717 | pub const Arabic_farsi_yeh: RawKeysym = 0x10006cc; |
1718 | #[doc (alias = "XK_Arabic_yeh_baree" )] |
1719 | pub const Arabic_yeh_baree: RawKeysym = 0x10006d2; |
1720 | #[doc (alias = "XK_Arabic_heh_goal" )] |
1721 | pub const Arabic_heh_goal: RawKeysym = 0x10006c1; |
1722 | #[doc (alias = "XK_Arabic_switch" )] |
1723 | pub const Arabic_switch: RawKeysym = 0xff7e; |
1724 | #[doc (alias = "XK_Cyrillic_GHE_bar" )] |
1725 | pub const Cyrillic_GHE_bar: RawKeysym = 0x1000492; |
1726 | #[doc (alias = "XK_Cyrillic_ghe_bar" )] |
1727 | pub const Cyrillic_ghe_bar: RawKeysym = 0x1000493; |
1728 | #[doc (alias = "XK_Cyrillic_ZHE_descender" )] |
1729 | pub const Cyrillic_ZHE_descender: RawKeysym = 0x1000496; |
1730 | #[doc (alias = "XK_Cyrillic_zhe_descender" )] |
1731 | pub const Cyrillic_zhe_descender: RawKeysym = 0x1000497; |
1732 | #[doc (alias = "XK_Cyrillic_KA_descender" )] |
1733 | pub const Cyrillic_KA_descender: RawKeysym = 0x100049a; |
1734 | #[doc (alias = "XK_Cyrillic_ka_descender" )] |
1735 | pub const Cyrillic_ka_descender: RawKeysym = 0x100049b; |
1736 | #[doc (alias = "XK_Cyrillic_KA_vertstroke" )] |
1737 | pub const Cyrillic_KA_vertstroke: RawKeysym = 0x100049c; |
1738 | #[doc (alias = "XK_Cyrillic_ka_vertstroke" )] |
1739 | pub const Cyrillic_ka_vertstroke: RawKeysym = 0x100049d; |
1740 | #[doc (alias = "XK_Cyrillic_EN_descender" )] |
1741 | pub const Cyrillic_EN_descender: RawKeysym = 0x10004a2; |
1742 | #[doc (alias = "XK_Cyrillic_en_descender" )] |
1743 | pub const Cyrillic_en_descender: RawKeysym = 0x10004a3; |
1744 | #[doc (alias = "XK_Cyrillic_U_straight" )] |
1745 | pub const Cyrillic_U_straight: RawKeysym = 0x10004ae; |
1746 | #[doc (alias = "XK_Cyrillic_u_straight" )] |
1747 | pub const Cyrillic_u_straight: RawKeysym = 0x10004af; |
1748 | #[doc (alias = "XK_Cyrillic_U_straight_bar" )] |
1749 | pub const Cyrillic_U_straight_bar: RawKeysym = 0x10004b0; |
1750 | #[doc (alias = "XK_Cyrillic_u_straight_bar" )] |
1751 | pub const Cyrillic_u_straight_bar: RawKeysym = 0x10004b1; |
1752 | #[doc (alias = "XK_Cyrillic_HA_descender" )] |
1753 | pub const Cyrillic_HA_descender: RawKeysym = 0x10004b2; |
1754 | #[doc (alias = "XK_Cyrillic_ha_descender" )] |
1755 | pub const Cyrillic_ha_descender: RawKeysym = 0x10004b3; |
1756 | #[doc (alias = "XK_Cyrillic_CHE_descender" )] |
1757 | pub const Cyrillic_CHE_descender: RawKeysym = 0x10004b6; |
1758 | #[doc (alias = "XK_Cyrillic_che_descender" )] |
1759 | pub const Cyrillic_che_descender: RawKeysym = 0x10004b7; |
1760 | #[doc (alias = "XK_Cyrillic_CHE_vertstroke" )] |
1761 | pub const Cyrillic_CHE_vertstroke: RawKeysym = 0x10004b8; |
1762 | #[doc (alias = "XK_Cyrillic_che_vertstroke" )] |
1763 | pub const Cyrillic_che_vertstroke: RawKeysym = 0x10004b9; |
1764 | #[doc (alias = "XK_Cyrillic_SHHA" )] |
1765 | pub const Cyrillic_SHHA: RawKeysym = 0x10004ba; |
1766 | #[doc (alias = "XK_Cyrillic_shha" )] |
1767 | pub const Cyrillic_shha: RawKeysym = 0x10004bb; |
1768 | #[doc (alias = "XK_Cyrillic_SCHWA" )] |
1769 | pub const Cyrillic_SCHWA: RawKeysym = 0x10004d8; |
1770 | #[doc (alias = "XK_Cyrillic_schwa" )] |
1771 | pub const Cyrillic_schwa: RawKeysym = 0x10004d9; |
1772 | #[doc (alias = "XK_Cyrillic_I_macron" )] |
1773 | pub const Cyrillic_I_macron: RawKeysym = 0x10004e2; |
1774 | #[doc (alias = "XK_Cyrillic_i_macron" )] |
1775 | pub const Cyrillic_i_macron: RawKeysym = 0x10004e3; |
1776 | #[doc (alias = "XK_Cyrillic_O_bar" )] |
1777 | pub const Cyrillic_O_bar: RawKeysym = 0x10004e8; |
1778 | #[doc (alias = "XK_Cyrillic_o_bar" )] |
1779 | pub const Cyrillic_o_bar: RawKeysym = 0x10004e9; |
1780 | #[doc (alias = "XK_Cyrillic_U_macron" )] |
1781 | pub const Cyrillic_U_macron: RawKeysym = 0x10004ee; |
1782 | #[doc (alias = "XK_Cyrillic_u_macron" )] |
1783 | pub const Cyrillic_u_macron: RawKeysym = 0x10004ef; |
1784 | #[doc (alias = "XK_Serbian_dje" )] |
1785 | pub const Serbian_dje: RawKeysym = 0x6a1; |
1786 | #[doc (alias = "XK_Macedonia_gje" )] |
1787 | pub const Macedonia_gje: RawKeysym = 0x6a2; |
1788 | #[doc (alias = "XK_Cyrillic_io" )] |
1789 | pub const Cyrillic_io: RawKeysym = 0x6a3; |
1790 | #[doc (alias = "XK_Ukrainian_ie" )] |
1791 | pub const Ukrainian_ie: RawKeysym = 0x6a4; |
1792 | #[doc (alias = "XK_Ukranian_je" )] |
1793 | pub const Ukranian_je: RawKeysym = 0x6a4; |
1794 | #[doc (alias = "XK_Macedonia_dse" )] |
1795 | pub const Macedonia_dse: RawKeysym = 0x6a5; |
1796 | #[doc (alias = "XK_Ukrainian_i" )] |
1797 | pub const Ukrainian_i: RawKeysym = 0x6a6; |
1798 | #[doc (alias = "XK_Ukranian_i" )] |
1799 | pub const Ukranian_i: RawKeysym = 0x6a6; |
1800 | #[doc (alias = "XK_Ukrainian_yi" )] |
1801 | pub const Ukrainian_yi: RawKeysym = 0x6a7; |
1802 | #[doc (alias = "XK_Ukranian_yi" )] |
1803 | pub const Ukranian_yi: RawKeysym = 0x6a7; |
1804 | #[doc (alias = "XK_Cyrillic_je" )] |
1805 | pub const Cyrillic_je: RawKeysym = 0x6a8; |
1806 | #[doc (alias = "XK_Serbian_je" )] |
1807 | pub const Serbian_je: RawKeysym = 0x6a8; |
1808 | #[doc (alias = "XK_Cyrillic_lje" )] |
1809 | pub const Cyrillic_lje: RawKeysym = 0x6a9; |
1810 | #[doc (alias = "XK_Serbian_lje" )] |
1811 | pub const Serbian_lje: RawKeysym = 0x6a9; |
1812 | #[doc (alias = "XK_Cyrillic_nje" )] |
1813 | pub const Cyrillic_nje: RawKeysym = 0x6aa; |
1814 | #[doc (alias = "XK_Serbian_nje" )] |
1815 | pub const Serbian_nje: RawKeysym = 0x6aa; |
1816 | #[doc (alias = "XK_Serbian_tshe" )] |
1817 | pub const Serbian_tshe: RawKeysym = 0x6ab; |
1818 | #[doc (alias = "XK_Macedonia_kje" )] |
1819 | pub const Macedonia_kje: RawKeysym = 0x6ac; |
1820 | #[doc (alias = "XK_Ukrainian_ghe_with_upturn" )] |
1821 | pub const Ukrainian_ghe_with_upturn: RawKeysym = 0x6ad; |
1822 | #[doc (alias = "XK_Byelorussian_shortu" )] |
1823 | pub const Byelorussian_shortu: RawKeysym = 0x6ae; |
1824 | #[doc (alias = "XK_Cyrillic_dzhe" )] |
1825 | pub const Cyrillic_dzhe: RawKeysym = 0x6af; |
1826 | #[doc (alias = "XK_Serbian_dze" )] |
1827 | pub const Serbian_dze: RawKeysym = 0x6af; |
1828 | #[doc (alias = "XK_numerosign" )] |
1829 | pub const numerosign: RawKeysym = 0x6b0; |
1830 | #[doc (alias = "XK_Serbian_DJE" )] |
1831 | pub const Serbian_DJE: RawKeysym = 0x6b1; |
1832 | #[doc (alias = "XK_Macedonia_GJE" )] |
1833 | pub const Macedonia_GJE: RawKeysym = 0x6b2; |
1834 | #[doc (alias = "XK_Cyrillic_IO" )] |
1835 | pub const Cyrillic_IO: RawKeysym = 0x6b3; |
1836 | #[doc (alias = "XK_Ukrainian_IE" )] |
1837 | pub const Ukrainian_IE: RawKeysym = 0x6b4; |
1838 | #[doc (alias = "XK_Ukranian_JE" )] |
1839 | pub const Ukranian_JE: RawKeysym = 0x6b4; |
1840 | #[doc (alias = "XK_Macedonia_DSE" )] |
1841 | pub const Macedonia_DSE: RawKeysym = 0x6b5; |
1842 | #[doc (alias = "XK_Ukrainian_I" )] |
1843 | pub const Ukrainian_I: RawKeysym = 0x6b6; |
1844 | #[doc (alias = "XK_Ukranian_I" )] |
1845 | pub const Ukranian_I: RawKeysym = 0x6b6; |
1846 | #[doc (alias = "XK_Ukrainian_YI" )] |
1847 | pub const Ukrainian_YI: RawKeysym = 0x6b7; |
1848 | #[doc (alias = "XK_Ukranian_YI" )] |
1849 | pub const Ukranian_YI: RawKeysym = 0x6b7; |
1850 | #[doc (alias = "XK_Cyrillic_JE" )] |
1851 | pub const Cyrillic_JE: RawKeysym = 0x6b8; |
1852 | #[doc (alias = "XK_Serbian_JE" )] |
1853 | pub const Serbian_JE: RawKeysym = 0x6b8; |
1854 | #[doc (alias = "XK_Cyrillic_LJE" )] |
1855 | pub const Cyrillic_LJE: RawKeysym = 0x6b9; |
1856 | #[doc (alias = "XK_Serbian_LJE" )] |
1857 | pub const Serbian_LJE: RawKeysym = 0x6b9; |
1858 | #[doc (alias = "XK_Cyrillic_NJE" )] |
1859 | pub const Cyrillic_NJE: RawKeysym = 0x6ba; |
1860 | #[doc (alias = "XK_Serbian_NJE" )] |
1861 | pub const Serbian_NJE: RawKeysym = 0x6ba; |
1862 | #[doc (alias = "XK_Serbian_TSHE" )] |
1863 | pub const Serbian_TSHE: RawKeysym = 0x6bb; |
1864 | #[doc (alias = "XK_Macedonia_KJE" )] |
1865 | pub const Macedonia_KJE: RawKeysym = 0x6bc; |
1866 | #[doc (alias = "XK_Ukrainian_GHE_WITH_UPTURN" )] |
1867 | pub const Ukrainian_GHE_WITH_UPTURN: RawKeysym = 0x6bd; |
1868 | #[doc (alias = "XK_Byelorussian_SHORTU" )] |
1869 | pub const Byelorussian_SHORTU: RawKeysym = 0x6be; |
1870 | #[doc (alias = "XK_Cyrillic_DZHE" )] |
1871 | pub const Cyrillic_DZHE: RawKeysym = 0x6bf; |
1872 | #[doc (alias = "XK_Serbian_DZE" )] |
1873 | pub const Serbian_DZE: RawKeysym = 0x6bf; |
1874 | #[doc (alias = "XK_Cyrillic_yu" )] |
1875 | pub const Cyrillic_yu: RawKeysym = 0x6c0; |
1876 | #[doc (alias = "XK_Cyrillic_a" )] |
1877 | pub const Cyrillic_a: RawKeysym = 0x6c1; |
1878 | #[doc (alias = "XK_Cyrillic_be" )] |
1879 | pub const Cyrillic_be: RawKeysym = 0x6c2; |
1880 | #[doc (alias = "XK_Cyrillic_tse" )] |
1881 | pub const Cyrillic_tse: RawKeysym = 0x6c3; |
1882 | #[doc (alias = "XK_Cyrillic_de" )] |
1883 | pub const Cyrillic_de: RawKeysym = 0x6c4; |
1884 | #[doc (alias = "XK_Cyrillic_ie" )] |
1885 | pub const Cyrillic_ie: RawKeysym = 0x6c5; |
1886 | #[doc (alias = "XK_Cyrillic_ef" )] |
1887 | pub const Cyrillic_ef: RawKeysym = 0x6c6; |
1888 | #[doc (alias = "XK_Cyrillic_ghe" )] |
1889 | pub const Cyrillic_ghe: RawKeysym = 0x6c7; |
1890 | #[doc (alias = "XK_Cyrillic_ha" )] |
1891 | pub const Cyrillic_ha: RawKeysym = 0x6c8; |
1892 | #[doc (alias = "XK_Cyrillic_i" )] |
1893 | pub const Cyrillic_i: RawKeysym = 0x6c9; |
1894 | #[doc (alias = "XK_Cyrillic_shorti" )] |
1895 | pub const Cyrillic_shorti: RawKeysym = 0x6ca; |
1896 | #[doc (alias = "XK_Cyrillic_ka" )] |
1897 | pub const Cyrillic_ka: RawKeysym = 0x6cb; |
1898 | #[doc (alias = "XK_Cyrillic_el" )] |
1899 | pub const Cyrillic_el: RawKeysym = 0x6cc; |
1900 | #[doc (alias = "XK_Cyrillic_em" )] |
1901 | pub const Cyrillic_em: RawKeysym = 0x6cd; |
1902 | #[doc (alias = "XK_Cyrillic_en" )] |
1903 | pub const Cyrillic_en: RawKeysym = 0x6ce; |
1904 | #[doc (alias = "XK_Cyrillic_o" )] |
1905 | pub const Cyrillic_o: RawKeysym = 0x6cf; |
1906 | #[doc (alias = "XK_Cyrillic_pe" )] |
1907 | pub const Cyrillic_pe: RawKeysym = 0x6d0; |
1908 | #[doc (alias = "XK_Cyrillic_ya" )] |
1909 | pub const Cyrillic_ya: RawKeysym = 0x6d1; |
1910 | #[doc (alias = "XK_Cyrillic_er" )] |
1911 | pub const Cyrillic_er: RawKeysym = 0x6d2; |
1912 | #[doc (alias = "XK_Cyrillic_es" )] |
1913 | pub const Cyrillic_es: RawKeysym = 0x6d3; |
1914 | #[doc (alias = "XK_Cyrillic_te" )] |
1915 | pub const Cyrillic_te: RawKeysym = 0x6d4; |
1916 | #[doc (alias = "XK_Cyrillic_u" )] |
1917 | pub const Cyrillic_u: RawKeysym = 0x6d5; |
1918 | #[doc (alias = "XK_Cyrillic_zhe" )] |
1919 | pub const Cyrillic_zhe: RawKeysym = 0x6d6; |
1920 | #[doc (alias = "XK_Cyrillic_ve" )] |
1921 | pub const Cyrillic_ve: RawKeysym = 0x6d7; |
1922 | #[doc (alias = "XK_Cyrillic_softsign" )] |
1923 | pub const Cyrillic_softsign: RawKeysym = 0x6d8; |
1924 | #[doc (alias = "XK_Cyrillic_yeru" )] |
1925 | pub const Cyrillic_yeru: RawKeysym = 0x6d9; |
1926 | #[doc (alias = "XK_Cyrillic_ze" )] |
1927 | pub const Cyrillic_ze: RawKeysym = 0x6da; |
1928 | #[doc (alias = "XK_Cyrillic_sha" )] |
1929 | pub const Cyrillic_sha: RawKeysym = 0x6db; |
1930 | #[doc (alias = "XK_Cyrillic_e" )] |
1931 | pub const Cyrillic_e: RawKeysym = 0x6dc; |
1932 | #[doc (alias = "XK_Cyrillic_shcha" )] |
1933 | pub const Cyrillic_shcha: RawKeysym = 0x6dd; |
1934 | #[doc (alias = "XK_Cyrillic_che" )] |
1935 | pub const Cyrillic_che: RawKeysym = 0x6de; |
1936 | #[doc (alias = "XK_Cyrillic_hardsign" )] |
1937 | pub const Cyrillic_hardsign: RawKeysym = 0x6df; |
1938 | #[doc (alias = "XK_Cyrillic_YU" )] |
1939 | pub const Cyrillic_YU: RawKeysym = 0x6e0; |
1940 | #[doc (alias = "XK_Cyrillic_A" )] |
1941 | pub const Cyrillic_A: RawKeysym = 0x6e1; |
1942 | #[doc (alias = "XK_Cyrillic_BE" )] |
1943 | pub const Cyrillic_BE: RawKeysym = 0x6e2; |
1944 | #[doc (alias = "XK_Cyrillic_TSE" )] |
1945 | pub const Cyrillic_TSE: RawKeysym = 0x6e3; |
1946 | #[doc (alias = "XK_Cyrillic_DE" )] |
1947 | pub const Cyrillic_DE: RawKeysym = 0x6e4; |
1948 | #[doc (alias = "XK_Cyrillic_IE" )] |
1949 | pub const Cyrillic_IE: RawKeysym = 0x6e5; |
1950 | #[doc (alias = "XK_Cyrillic_EF" )] |
1951 | pub const Cyrillic_EF: RawKeysym = 0x6e6; |
1952 | #[doc (alias = "XK_Cyrillic_GHE" )] |
1953 | pub const Cyrillic_GHE: RawKeysym = 0x6e7; |
1954 | #[doc (alias = "XK_Cyrillic_HA" )] |
1955 | pub const Cyrillic_HA: RawKeysym = 0x6e8; |
1956 | #[doc (alias = "XK_Cyrillic_I" )] |
1957 | pub const Cyrillic_I: RawKeysym = 0x6e9; |
1958 | #[doc (alias = "XK_Cyrillic_SHORTI" )] |
1959 | pub const Cyrillic_SHORTI: RawKeysym = 0x6ea; |
1960 | #[doc (alias = "XK_Cyrillic_KA" )] |
1961 | pub const Cyrillic_KA: RawKeysym = 0x6eb; |
1962 | #[doc (alias = "XK_Cyrillic_EL" )] |
1963 | pub const Cyrillic_EL: RawKeysym = 0x6ec; |
1964 | #[doc (alias = "XK_Cyrillic_EM" )] |
1965 | pub const Cyrillic_EM: RawKeysym = 0x6ed; |
1966 | #[doc (alias = "XK_Cyrillic_EN" )] |
1967 | pub const Cyrillic_EN: RawKeysym = 0x6ee; |
1968 | #[doc (alias = "XK_Cyrillic_O" )] |
1969 | pub const Cyrillic_O: RawKeysym = 0x6ef; |
1970 | #[doc (alias = "XK_Cyrillic_PE" )] |
1971 | pub const Cyrillic_PE: RawKeysym = 0x6f0; |
1972 | #[doc (alias = "XK_Cyrillic_YA" )] |
1973 | pub const Cyrillic_YA: RawKeysym = 0x6f1; |
1974 | #[doc (alias = "XK_Cyrillic_ER" )] |
1975 | pub const Cyrillic_ER: RawKeysym = 0x6f2; |
1976 | #[doc (alias = "XK_Cyrillic_ES" )] |
1977 | pub const Cyrillic_ES: RawKeysym = 0x6f3; |
1978 | #[doc (alias = "XK_Cyrillic_TE" )] |
1979 | pub const Cyrillic_TE: RawKeysym = 0x6f4; |
1980 | #[doc (alias = "XK_Cyrillic_U" )] |
1981 | pub const Cyrillic_U: RawKeysym = 0x6f5; |
1982 | #[doc (alias = "XK_Cyrillic_ZHE" )] |
1983 | pub const Cyrillic_ZHE: RawKeysym = 0x6f6; |
1984 | #[doc (alias = "XK_Cyrillic_VE" )] |
1985 | pub const Cyrillic_VE: RawKeysym = 0x6f7; |
1986 | #[doc (alias = "XK_Cyrillic_SOFTSIGN" )] |
1987 | pub const Cyrillic_SOFTSIGN: RawKeysym = 0x6f8; |
1988 | #[doc (alias = "XK_Cyrillic_YERU" )] |
1989 | pub const Cyrillic_YERU: RawKeysym = 0x6f9; |
1990 | #[doc (alias = "XK_Cyrillic_ZE" )] |
1991 | pub const Cyrillic_ZE: RawKeysym = 0x6fa; |
1992 | #[doc (alias = "XK_Cyrillic_SHA" )] |
1993 | pub const Cyrillic_SHA: RawKeysym = 0x6fb; |
1994 | #[doc (alias = "XK_Cyrillic_E" )] |
1995 | pub const Cyrillic_E: RawKeysym = 0x6fc; |
1996 | #[doc (alias = "XK_Cyrillic_SHCHA" )] |
1997 | pub const Cyrillic_SHCHA: RawKeysym = 0x6fd; |
1998 | #[doc (alias = "XK_Cyrillic_CHE" )] |
1999 | pub const Cyrillic_CHE: RawKeysym = 0x6fe; |
2000 | #[doc (alias = "XK_Cyrillic_HARDSIGN" )] |
2001 | pub const Cyrillic_HARDSIGN: RawKeysym = 0x6ff; |
2002 | #[doc (alias = "XK_Greek_ALPHAaccent" )] |
2003 | pub const Greek_ALPHAaccent: RawKeysym = 0x7a1; |
2004 | #[doc (alias = "XK_Greek_EPSILONaccent" )] |
2005 | pub const Greek_EPSILONaccent: RawKeysym = 0x7a2; |
2006 | #[doc (alias = "XK_Greek_ETAaccent" )] |
2007 | pub const Greek_ETAaccent: RawKeysym = 0x7a3; |
2008 | #[doc (alias = "XK_Greek_IOTAaccent" )] |
2009 | pub const Greek_IOTAaccent: RawKeysym = 0x7a4; |
2010 | #[doc (alias = "XK_Greek_IOTAdieresis" )] |
2011 | pub const Greek_IOTAdieresis: RawKeysym = 0x7a5; |
2012 | #[doc (alias = "XK_Greek_IOTAdiaeresis" )] |
2013 | pub const Greek_IOTAdiaeresis: RawKeysym = 0x7a5; |
2014 | #[doc (alias = "XK_Greek_OMICRONaccent" )] |
2015 | pub const Greek_OMICRONaccent: RawKeysym = 0x7a7; |
2016 | #[doc (alias = "XK_Greek_UPSILONaccent" )] |
2017 | pub const Greek_UPSILONaccent: RawKeysym = 0x7a8; |
2018 | #[doc (alias = "XK_Greek_UPSILONdieresis" )] |
2019 | pub const Greek_UPSILONdieresis: RawKeysym = 0x7a9; |
2020 | #[doc (alias = "XK_Greek_OMEGAaccent" )] |
2021 | pub const Greek_OMEGAaccent: RawKeysym = 0x7ab; |
2022 | #[doc (alias = "XK_Greek_accentdieresis" )] |
2023 | pub const Greek_accentdieresis: RawKeysym = 0x7ae; |
2024 | #[doc (alias = "XK_Greek_horizbar" )] |
2025 | pub const Greek_horizbar: RawKeysym = 0x7af; |
2026 | #[doc (alias = "XK_Greek_alphaaccent" )] |
2027 | pub const Greek_alphaaccent: RawKeysym = 0x7b1; |
2028 | #[doc (alias = "XK_Greek_epsilonaccent" )] |
2029 | pub const Greek_epsilonaccent: RawKeysym = 0x7b2; |
2030 | #[doc (alias = "XK_Greek_etaaccent" )] |
2031 | pub const Greek_etaaccent: RawKeysym = 0x7b3; |
2032 | #[doc (alias = "XK_Greek_iotaaccent" )] |
2033 | pub const Greek_iotaaccent: RawKeysym = 0x7b4; |
2034 | #[doc (alias = "XK_Greek_iotadieresis" )] |
2035 | pub const Greek_iotadieresis: RawKeysym = 0x7b5; |
2036 | #[doc (alias = "XK_Greek_iotaaccentdieresis" )] |
2037 | pub const Greek_iotaaccentdieresis: RawKeysym = 0x7b6; |
2038 | #[doc (alias = "XK_Greek_omicronaccent" )] |
2039 | pub const Greek_omicronaccent: RawKeysym = 0x7b7; |
2040 | #[doc (alias = "XK_Greek_upsilonaccent" )] |
2041 | pub const Greek_upsilonaccent: RawKeysym = 0x7b8; |
2042 | #[doc (alias = "XK_Greek_upsilondieresis" )] |
2043 | pub const Greek_upsilondieresis: RawKeysym = 0x7b9; |
2044 | #[doc (alias = "XK_Greek_upsilonaccentdieresis" )] |
2045 | pub const Greek_upsilonaccentdieresis: RawKeysym = 0x7ba; |
2046 | #[doc (alias = "XK_Greek_omegaaccent" )] |
2047 | pub const Greek_omegaaccent: RawKeysym = 0x7bb; |
2048 | #[doc (alias = "XK_Greek_ALPHA" )] |
2049 | pub const Greek_ALPHA: RawKeysym = 0x7c1; |
2050 | #[doc (alias = "XK_Greek_BETA" )] |
2051 | pub const Greek_BETA: RawKeysym = 0x7c2; |
2052 | #[doc (alias = "XK_Greek_GAMMA" )] |
2053 | pub const Greek_GAMMA: RawKeysym = 0x7c3; |
2054 | #[doc (alias = "XK_Greek_DELTA" )] |
2055 | pub const Greek_DELTA: RawKeysym = 0x7c4; |
2056 | #[doc (alias = "XK_Greek_EPSILON" )] |
2057 | pub const Greek_EPSILON: RawKeysym = 0x7c5; |
2058 | #[doc (alias = "XK_Greek_ZETA" )] |
2059 | pub const Greek_ZETA: RawKeysym = 0x7c6; |
2060 | #[doc (alias = "XK_Greek_ETA" )] |
2061 | pub const Greek_ETA: RawKeysym = 0x7c7; |
2062 | #[doc (alias = "XK_Greek_THETA" )] |
2063 | pub const Greek_THETA: RawKeysym = 0x7c8; |
2064 | #[doc (alias = "XK_Greek_IOTA" )] |
2065 | pub const Greek_IOTA: RawKeysym = 0x7c9; |
2066 | #[doc (alias = "XK_Greek_KAPPA" )] |
2067 | pub const Greek_KAPPA: RawKeysym = 0x7ca; |
2068 | #[doc (alias = "XK_Greek_LAMDA" )] |
2069 | pub const Greek_LAMDA: RawKeysym = 0x7cb; |
2070 | #[doc (alias = "XK_Greek_LAMBDA" )] |
2071 | pub const Greek_LAMBDA: RawKeysym = 0x7cb; |
2072 | #[doc (alias = "XK_Greek_MU" )] |
2073 | pub const Greek_MU: RawKeysym = 0x7cc; |
2074 | #[doc (alias = "XK_Greek_NU" )] |
2075 | pub const Greek_NU: RawKeysym = 0x7cd; |
2076 | #[doc (alias = "XK_Greek_XI" )] |
2077 | pub const Greek_XI: RawKeysym = 0x7ce; |
2078 | #[doc (alias = "XK_Greek_OMICRON" )] |
2079 | pub const Greek_OMICRON: RawKeysym = 0x7cf; |
2080 | #[doc (alias = "XK_Greek_PI" )] |
2081 | pub const Greek_PI: RawKeysym = 0x7d0; |
2082 | #[doc (alias = "XK_Greek_RHO" )] |
2083 | pub const Greek_RHO: RawKeysym = 0x7d1; |
2084 | #[doc (alias = "XK_Greek_SIGMA" )] |
2085 | pub const Greek_SIGMA: RawKeysym = 0x7d2; |
2086 | #[doc (alias = "XK_Greek_TAU" )] |
2087 | pub const Greek_TAU: RawKeysym = 0x7d4; |
2088 | #[doc (alias = "XK_Greek_UPSILON" )] |
2089 | pub const Greek_UPSILON: RawKeysym = 0x7d5; |
2090 | #[doc (alias = "XK_Greek_PHI" )] |
2091 | pub const Greek_PHI: RawKeysym = 0x7d6; |
2092 | #[doc (alias = "XK_Greek_CHI" )] |
2093 | pub const Greek_CHI: RawKeysym = 0x7d7; |
2094 | #[doc (alias = "XK_Greek_PSI" )] |
2095 | pub const Greek_PSI: RawKeysym = 0x7d8; |
2096 | #[doc (alias = "XK_Greek_OMEGA" )] |
2097 | pub const Greek_OMEGA: RawKeysym = 0x7d9; |
2098 | #[doc (alias = "XK_Greek_alpha" )] |
2099 | pub const Greek_alpha: RawKeysym = 0x7e1; |
2100 | #[doc (alias = "XK_Greek_beta" )] |
2101 | pub const Greek_beta: RawKeysym = 0x7e2; |
2102 | #[doc (alias = "XK_Greek_gamma" )] |
2103 | pub const Greek_gamma: RawKeysym = 0x7e3; |
2104 | #[doc (alias = "XK_Greek_delta" )] |
2105 | pub const Greek_delta: RawKeysym = 0x7e4; |
2106 | #[doc (alias = "XK_Greek_epsilon" )] |
2107 | pub const Greek_epsilon: RawKeysym = 0x7e5; |
2108 | #[doc (alias = "XK_Greek_zeta" )] |
2109 | pub const Greek_zeta: RawKeysym = 0x7e6; |
2110 | #[doc (alias = "XK_Greek_eta" )] |
2111 | pub const Greek_eta: RawKeysym = 0x7e7; |
2112 | #[doc (alias = "XK_Greek_theta" )] |
2113 | pub const Greek_theta: RawKeysym = 0x7e8; |
2114 | #[doc (alias = "XK_Greek_iota" )] |
2115 | pub const Greek_iota: RawKeysym = 0x7e9; |
2116 | #[doc (alias = "XK_Greek_kappa" )] |
2117 | pub const Greek_kappa: RawKeysym = 0x7ea; |
2118 | #[doc (alias = "XK_Greek_lamda" )] |
2119 | pub const Greek_lamda: RawKeysym = 0x7eb; |
2120 | #[doc (alias = "XK_Greek_lambda" )] |
2121 | pub const Greek_lambda: RawKeysym = 0x7eb; |
2122 | #[doc (alias = "XK_Greek_mu" )] |
2123 | pub const Greek_mu: RawKeysym = 0x7ec; |
2124 | #[doc (alias = "XK_Greek_nu" )] |
2125 | pub const Greek_nu: RawKeysym = 0x7ed; |
2126 | #[doc (alias = "XK_Greek_xi" )] |
2127 | pub const Greek_xi: RawKeysym = 0x7ee; |
2128 | #[doc (alias = "XK_Greek_omicron" )] |
2129 | pub const Greek_omicron: RawKeysym = 0x7ef; |
2130 | #[doc (alias = "XK_Greek_pi" )] |
2131 | pub const Greek_pi: RawKeysym = 0x7f0; |
2132 | #[doc (alias = "XK_Greek_rho" )] |
2133 | pub const Greek_rho: RawKeysym = 0x7f1; |
2134 | #[doc (alias = "XK_Greek_sigma" )] |
2135 | pub const Greek_sigma: RawKeysym = 0x7f2; |
2136 | #[doc (alias = "XK_Greek_finalsmallsigma" )] |
2137 | pub const Greek_finalsmallsigma: RawKeysym = 0x7f3; |
2138 | #[doc (alias = "XK_Greek_tau" )] |
2139 | pub const Greek_tau: RawKeysym = 0x7f4; |
2140 | #[doc (alias = "XK_Greek_upsilon" )] |
2141 | pub const Greek_upsilon: RawKeysym = 0x7f5; |
2142 | #[doc (alias = "XK_Greek_phi" )] |
2143 | pub const Greek_phi: RawKeysym = 0x7f6; |
2144 | #[doc (alias = "XK_Greek_chi" )] |
2145 | pub const Greek_chi: RawKeysym = 0x7f7; |
2146 | #[doc (alias = "XK_Greek_psi" )] |
2147 | pub const Greek_psi: RawKeysym = 0x7f8; |
2148 | #[doc (alias = "XK_Greek_omega" )] |
2149 | pub const Greek_omega: RawKeysym = 0x7f9; |
2150 | #[doc (alias = "XK_Greek_switch" )] |
2151 | pub const Greek_switch: RawKeysym = 0xff7e; |
2152 | #[doc (alias = "XK_leftradical" )] |
2153 | pub const leftradical: RawKeysym = 0x8a1; |
2154 | #[doc (alias = "XK_topleftradical" )] |
2155 | pub const topleftradical: RawKeysym = 0x8a2; |
2156 | #[doc (alias = "XK_horizconnector" )] |
2157 | pub const horizconnector: RawKeysym = 0x8a3; |
2158 | #[doc (alias = "XK_topintegral" )] |
2159 | pub const topintegral: RawKeysym = 0x8a4; |
2160 | #[doc (alias = "XK_botintegral" )] |
2161 | pub const botintegral: RawKeysym = 0x8a5; |
2162 | #[doc (alias = "XK_vertconnector" )] |
2163 | pub const vertconnector: RawKeysym = 0x8a6; |
2164 | #[doc (alias = "XK_topleftsqbracket" )] |
2165 | pub const topleftsqbracket: RawKeysym = 0x8a7; |
2166 | #[doc (alias = "XK_botleftsqbracket" )] |
2167 | pub const botleftsqbracket: RawKeysym = 0x8a8; |
2168 | #[doc (alias = "XK_toprightsqbracket" )] |
2169 | pub const toprightsqbracket: RawKeysym = 0x8a9; |
2170 | #[doc (alias = "XK_botrightsqbracket" )] |
2171 | pub const botrightsqbracket: RawKeysym = 0x8aa; |
2172 | #[doc (alias = "XK_topleftparens" )] |
2173 | pub const topleftparens: RawKeysym = 0x8ab; |
2174 | #[doc (alias = "XK_botleftparens" )] |
2175 | pub const botleftparens: RawKeysym = 0x8ac; |
2176 | #[doc (alias = "XK_toprightparens" )] |
2177 | pub const toprightparens: RawKeysym = 0x8ad; |
2178 | #[doc (alias = "XK_botrightparens" )] |
2179 | pub const botrightparens: RawKeysym = 0x8ae; |
2180 | #[doc (alias = "XK_leftmiddlecurlybrace" )] |
2181 | pub const leftmiddlecurlybrace: RawKeysym = 0x8af; |
2182 | #[doc (alias = "XK_rightmiddlecurlybrace" )] |
2183 | pub const rightmiddlecurlybrace: RawKeysym = 0x8b0; |
2184 | #[doc (alias = "XK_topleftsummation" )] |
2185 | pub const topleftsummation: RawKeysym = 0x8b1; |
2186 | #[doc (alias = "XK_botleftsummation" )] |
2187 | pub const botleftsummation: RawKeysym = 0x8b2; |
2188 | #[doc (alias = "XK_topvertsummationconnector" )] |
2189 | pub const topvertsummationconnector: RawKeysym = 0x8b3; |
2190 | #[doc (alias = "XK_botvertsummationconnector" )] |
2191 | pub const botvertsummationconnector: RawKeysym = 0x8b4; |
2192 | #[doc (alias = "XK_toprightsummation" )] |
2193 | pub const toprightsummation: RawKeysym = 0x8b5; |
2194 | #[doc (alias = "XK_botrightsummation" )] |
2195 | pub const botrightsummation: RawKeysym = 0x8b6; |
2196 | #[doc (alias = "XK_rightmiddlesummation" )] |
2197 | pub const rightmiddlesummation: RawKeysym = 0x8b7; |
2198 | #[doc (alias = "XK_lessthanequal" )] |
2199 | pub const lessthanequal: RawKeysym = 0x8bc; |
2200 | #[doc (alias = "XK_notequal" )] |
2201 | pub const notequal: RawKeysym = 0x8bd; |
2202 | #[doc (alias = "XK_greaterthanequal" )] |
2203 | pub const greaterthanequal: RawKeysym = 0x8be; |
2204 | #[doc (alias = "XK_integral" )] |
2205 | pub const integral: RawKeysym = 0x8bf; |
2206 | #[doc (alias = "XK_therefore" )] |
2207 | pub const therefore: RawKeysym = 0x8c0; |
2208 | #[doc (alias = "XK_variation" )] |
2209 | pub const variation: RawKeysym = 0x8c1; |
2210 | #[doc (alias = "XK_infinity" )] |
2211 | pub const infinity: RawKeysym = 0x8c2; |
2212 | #[doc (alias = "XK_nabla" )] |
2213 | pub const nabla: RawKeysym = 0x8c5; |
2214 | #[doc (alias = "XK_approximate" )] |
2215 | pub const approximate: RawKeysym = 0x8c8; |
2216 | #[doc (alias = "XK_similarequal" )] |
2217 | pub const similarequal: RawKeysym = 0x8c9; |
2218 | #[doc (alias = "XK_ifonlyif" )] |
2219 | pub const ifonlyif: RawKeysym = 0x8cd; |
2220 | #[doc (alias = "XK_implies" )] |
2221 | pub const implies: RawKeysym = 0x8ce; |
2222 | #[doc (alias = "XK_identical" )] |
2223 | pub const identical: RawKeysym = 0x8cf; |
2224 | #[doc (alias = "XK_radical" )] |
2225 | pub const radical: RawKeysym = 0x8d6; |
2226 | #[doc (alias = "XK_includedin" )] |
2227 | pub const includedin: RawKeysym = 0x8da; |
2228 | #[doc (alias = "XK_includes" )] |
2229 | pub const includes: RawKeysym = 0x8db; |
2230 | #[doc (alias = "XK_intersection" )] |
2231 | pub const intersection: RawKeysym = 0x8dc; |
2232 | #[doc (alias = "XK_union" )] |
2233 | pub const union: RawKeysym = 0x8dd; |
2234 | #[doc (alias = "XK_logicaland" )] |
2235 | pub const logicaland: RawKeysym = 0x8de; |
2236 | #[doc (alias = "XK_logicalor" )] |
2237 | pub const logicalor: RawKeysym = 0x8df; |
2238 | #[doc (alias = "XK_partialderivative" )] |
2239 | pub const partialderivative: RawKeysym = 0x8ef; |
2240 | #[doc (alias = "XK_function" )] |
2241 | pub const function: RawKeysym = 0x8f6; |
2242 | #[doc (alias = "XK_leftarrow" )] |
2243 | pub const leftarrow: RawKeysym = 0x8fb; |
2244 | #[doc (alias = "XK_uparrow" )] |
2245 | pub const uparrow: RawKeysym = 0x8fc; |
2246 | #[doc (alias = "XK_rightarrow" )] |
2247 | pub const rightarrow: RawKeysym = 0x8fd; |
2248 | #[doc (alias = "XK_downarrow" )] |
2249 | pub const downarrow: RawKeysym = 0x8fe; |
2250 | #[doc (alias = "XK_blank" )] |
2251 | pub const blank: RawKeysym = 0x9df; |
2252 | #[doc (alias = "XK_soliddiamond" )] |
2253 | pub const soliddiamond: RawKeysym = 0x9e0; |
2254 | #[doc (alias = "XK_checkerboard" )] |
2255 | pub const checkerboard: RawKeysym = 0x9e1; |
2256 | #[doc (alias = "XK_ht" )] |
2257 | pub const ht: RawKeysym = 0x9e2; |
2258 | #[doc (alias = "XK_ff" )] |
2259 | pub const ff: RawKeysym = 0x9e3; |
2260 | #[doc (alias = "XK_cr" )] |
2261 | pub const cr: RawKeysym = 0x9e4; |
2262 | #[doc (alias = "XK_lf" )] |
2263 | pub const lf: RawKeysym = 0x9e5; |
2264 | #[doc (alias = "XK_nl" )] |
2265 | pub const nl: RawKeysym = 0x9e8; |
2266 | #[doc (alias = "XK_vt" )] |
2267 | pub const vt: RawKeysym = 0x9e9; |
2268 | #[doc (alias = "XK_lowrightcorner" )] |
2269 | pub const lowrightcorner: RawKeysym = 0x9ea; |
2270 | #[doc (alias = "XK_uprightcorner" )] |
2271 | pub const uprightcorner: RawKeysym = 0x9eb; |
2272 | #[doc (alias = "XK_upleftcorner" )] |
2273 | pub const upleftcorner: RawKeysym = 0x9ec; |
2274 | #[doc (alias = "XK_lowleftcorner" )] |
2275 | pub const lowleftcorner: RawKeysym = 0x9ed; |
2276 | #[doc (alias = "XK_crossinglines" )] |
2277 | pub const crossinglines: RawKeysym = 0x9ee; |
2278 | #[doc (alias = "XK_horizlinescan1" )] |
2279 | pub const horizlinescan1: RawKeysym = 0x9ef; |
2280 | #[doc (alias = "XK_horizlinescan3" )] |
2281 | pub const horizlinescan3: RawKeysym = 0x9f0; |
2282 | #[doc (alias = "XK_horizlinescan5" )] |
2283 | pub const horizlinescan5: RawKeysym = 0x9f1; |
2284 | #[doc (alias = "XK_horizlinescan7" )] |
2285 | pub const horizlinescan7: RawKeysym = 0x9f2; |
2286 | #[doc (alias = "XK_horizlinescan9" )] |
2287 | pub const horizlinescan9: RawKeysym = 0x9f3; |
2288 | #[doc (alias = "XK_leftt" )] |
2289 | pub const leftt: RawKeysym = 0x9f4; |
2290 | #[doc (alias = "XK_rightt" )] |
2291 | pub const rightt: RawKeysym = 0x9f5; |
2292 | #[doc (alias = "XK_bott" )] |
2293 | pub const bott: RawKeysym = 0x9f6; |
2294 | #[doc (alias = "XK_topt" )] |
2295 | pub const topt: RawKeysym = 0x9f7; |
2296 | #[doc (alias = "XK_vertbar" )] |
2297 | pub const vertbar: RawKeysym = 0x9f8; |
2298 | #[doc (alias = "XK_emspace" )] |
2299 | pub const emspace: RawKeysym = 0xaa1; |
2300 | #[doc (alias = "XK_enspace" )] |
2301 | pub const enspace: RawKeysym = 0xaa2; |
2302 | #[doc (alias = "XK_em3space" )] |
2303 | pub const em3space: RawKeysym = 0xaa3; |
2304 | #[doc (alias = "XK_em4space" )] |
2305 | pub const em4space: RawKeysym = 0xaa4; |
2306 | #[doc (alias = "XK_digitspace" )] |
2307 | pub const digitspace: RawKeysym = 0xaa5; |
2308 | #[doc (alias = "XK_punctspace" )] |
2309 | pub const punctspace: RawKeysym = 0xaa6; |
2310 | #[doc (alias = "XK_thinspace" )] |
2311 | pub const thinspace: RawKeysym = 0xaa7; |
2312 | #[doc (alias = "XK_hairspace" )] |
2313 | pub const hairspace: RawKeysym = 0xaa8; |
2314 | #[doc (alias = "XK_emdash" )] |
2315 | pub const emdash: RawKeysym = 0xaa9; |
2316 | #[doc (alias = "XK_endash" )] |
2317 | pub const endash: RawKeysym = 0xaaa; |
2318 | #[doc (alias = "XK_signifblank" )] |
2319 | pub const signifblank: RawKeysym = 0xaac; |
2320 | #[doc (alias = "XK_ellipsis" )] |
2321 | pub const ellipsis: RawKeysym = 0xaae; |
2322 | #[doc (alias = "XK_doubbaselinedot" )] |
2323 | pub const doubbaselinedot: RawKeysym = 0xaaf; |
2324 | #[doc (alias = "XK_onethird" )] |
2325 | pub const onethird: RawKeysym = 0xab0; |
2326 | #[doc (alias = "XK_twothirds" )] |
2327 | pub const twothirds: RawKeysym = 0xab1; |
2328 | #[doc (alias = "XK_onefifth" )] |
2329 | pub const onefifth: RawKeysym = 0xab2; |
2330 | #[doc (alias = "XK_twofifths" )] |
2331 | pub const twofifths: RawKeysym = 0xab3; |
2332 | #[doc (alias = "XK_threefifths" )] |
2333 | pub const threefifths: RawKeysym = 0xab4; |
2334 | #[doc (alias = "XK_fourfifths" )] |
2335 | pub const fourfifths: RawKeysym = 0xab5; |
2336 | #[doc (alias = "XK_onesixth" )] |
2337 | pub const onesixth: RawKeysym = 0xab6; |
2338 | #[doc (alias = "XK_fivesixths" )] |
2339 | pub const fivesixths: RawKeysym = 0xab7; |
2340 | #[doc (alias = "XK_careof" )] |
2341 | pub const careof: RawKeysym = 0xab8; |
2342 | #[doc (alias = "XK_figdash" )] |
2343 | pub const figdash: RawKeysym = 0xabb; |
2344 | #[doc (alias = "XK_leftanglebracket" )] |
2345 | pub const leftanglebracket: RawKeysym = 0xabc; |
2346 | #[doc (alias = "XK_decimalpoint" )] |
2347 | pub const decimalpoint: RawKeysym = 0xabd; |
2348 | #[doc (alias = "XK_rightanglebracket" )] |
2349 | pub const rightanglebracket: RawKeysym = 0xabe; |
2350 | #[doc (alias = "XK_marker" )] |
2351 | pub const marker: RawKeysym = 0xabf; |
2352 | #[doc (alias = "XK_oneeighth" )] |
2353 | pub const oneeighth: RawKeysym = 0xac3; |
2354 | #[doc (alias = "XK_threeeighths" )] |
2355 | pub const threeeighths: RawKeysym = 0xac4; |
2356 | #[doc (alias = "XK_fiveeighths" )] |
2357 | pub const fiveeighths: RawKeysym = 0xac5; |
2358 | #[doc (alias = "XK_seveneighths" )] |
2359 | pub const seveneighths: RawKeysym = 0xac6; |
2360 | #[doc (alias = "XK_trademark" )] |
2361 | pub const trademark: RawKeysym = 0xac9; |
2362 | #[doc (alias = "XK_signaturemark" )] |
2363 | pub const signaturemark: RawKeysym = 0xaca; |
2364 | #[doc (alias = "XK_trademarkincircle" )] |
2365 | pub const trademarkincircle: RawKeysym = 0xacb; |
2366 | #[doc (alias = "XK_leftopentriangle" )] |
2367 | pub const leftopentriangle: RawKeysym = 0xacc; |
2368 | #[doc (alias = "XK_rightopentriangle" )] |
2369 | pub const rightopentriangle: RawKeysym = 0xacd; |
2370 | #[doc (alias = "XK_emopencircle" )] |
2371 | pub const emopencircle: RawKeysym = 0xace; |
2372 | #[doc (alias = "XK_emopenrectangle" )] |
2373 | pub const emopenrectangle: RawKeysym = 0xacf; |
2374 | #[doc (alias = "XK_leftsinglequotemark" )] |
2375 | pub const leftsinglequotemark: RawKeysym = 0xad0; |
2376 | #[doc (alias = "XK_rightsinglequotemark" )] |
2377 | pub const rightsinglequotemark: RawKeysym = 0xad1; |
2378 | #[doc (alias = "XK_leftdoublequotemark" )] |
2379 | pub const leftdoublequotemark: RawKeysym = 0xad2; |
2380 | #[doc (alias = "XK_rightdoublequotemark" )] |
2381 | pub const rightdoublequotemark: RawKeysym = 0xad3; |
2382 | #[doc (alias = "XK_prescription" )] |
2383 | pub const prescription: RawKeysym = 0xad4; |
2384 | #[doc (alias = "XK_permille" )] |
2385 | pub const permille: RawKeysym = 0xad5; |
2386 | #[doc (alias = "XK_minutes" )] |
2387 | pub const minutes: RawKeysym = 0xad6; |
2388 | #[doc (alias = "XK_seconds" )] |
2389 | pub const seconds: RawKeysym = 0xad7; |
2390 | #[doc (alias = "XK_latincross" )] |
2391 | pub const latincross: RawKeysym = 0xad9; |
2392 | #[doc (alias = "XK_hexagram" )] |
2393 | pub const hexagram: RawKeysym = 0xada; |
2394 | #[doc (alias = "XK_filledrectbullet" )] |
2395 | pub const filledrectbullet: RawKeysym = 0xadb; |
2396 | #[doc (alias = "XK_filledlefttribullet" )] |
2397 | pub const filledlefttribullet: RawKeysym = 0xadc; |
2398 | #[doc (alias = "XK_filledrighttribullet" )] |
2399 | pub const filledrighttribullet: RawKeysym = 0xadd; |
2400 | #[doc (alias = "XK_emfilledcircle" )] |
2401 | pub const emfilledcircle: RawKeysym = 0xade; |
2402 | #[doc (alias = "XK_emfilledrect" )] |
2403 | pub const emfilledrect: RawKeysym = 0xadf; |
2404 | #[doc (alias = "XK_enopencircbullet" )] |
2405 | pub const enopencircbullet: RawKeysym = 0xae0; |
2406 | #[doc (alias = "XK_enopensquarebullet" )] |
2407 | pub const enopensquarebullet: RawKeysym = 0xae1; |
2408 | #[doc (alias = "XK_openrectbullet" )] |
2409 | pub const openrectbullet: RawKeysym = 0xae2; |
2410 | #[doc (alias = "XK_opentribulletup" )] |
2411 | pub const opentribulletup: RawKeysym = 0xae3; |
2412 | #[doc (alias = "XK_opentribulletdown" )] |
2413 | pub const opentribulletdown: RawKeysym = 0xae4; |
2414 | #[doc (alias = "XK_openstar" )] |
2415 | pub const openstar: RawKeysym = 0xae5; |
2416 | #[doc (alias = "XK_enfilledcircbullet" )] |
2417 | pub const enfilledcircbullet: RawKeysym = 0xae6; |
2418 | #[doc (alias = "XK_enfilledsqbullet" )] |
2419 | pub const enfilledsqbullet: RawKeysym = 0xae7; |
2420 | #[doc (alias = "XK_filledtribulletup" )] |
2421 | pub const filledtribulletup: RawKeysym = 0xae8; |
2422 | #[doc (alias = "XK_filledtribulletdown" )] |
2423 | pub const filledtribulletdown: RawKeysym = 0xae9; |
2424 | #[doc (alias = "XK_leftpointer" )] |
2425 | pub const leftpointer: RawKeysym = 0xaea; |
2426 | #[doc (alias = "XK_rightpointer" )] |
2427 | pub const rightpointer: RawKeysym = 0xaeb; |
2428 | #[doc (alias = "XK_club" )] |
2429 | pub const club: RawKeysym = 0xaec; |
2430 | #[doc (alias = "XK_diamond" )] |
2431 | pub const diamond: RawKeysym = 0xaed; |
2432 | #[doc (alias = "XK_heart" )] |
2433 | pub const heart: RawKeysym = 0xaee; |
2434 | #[doc (alias = "XK_maltesecross" )] |
2435 | pub const maltesecross: RawKeysym = 0xaf0; |
2436 | #[doc (alias = "XK_dagger" )] |
2437 | pub const dagger: RawKeysym = 0xaf1; |
2438 | #[doc (alias = "XK_doubledagger" )] |
2439 | pub const doubledagger: RawKeysym = 0xaf2; |
2440 | #[doc (alias = "XK_checkmark" )] |
2441 | pub const checkmark: RawKeysym = 0xaf3; |
2442 | #[doc (alias = "XK_ballotcross" )] |
2443 | pub const ballotcross: RawKeysym = 0xaf4; |
2444 | #[doc (alias = "XK_musicalsharp" )] |
2445 | pub const musicalsharp: RawKeysym = 0xaf5; |
2446 | #[doc (alias = "XK_musicalflat" )] |
2447 | pub const musicalflat: RawKeysym = 0xaf6; |
2448 | #[doc (alias = "XK_malesymbol" )] |
2449 | pub const malesymbol: RawKeysym = 0xaf7; |
2450 | #[doc (alias = "XK_femalesymbol" )] |
2451 | pub const femalesymbol: RawKeysym = 0xaf8; |
2452 | #[doc (alias = "XK_telephone" )] |
2453 | pub const telephone: RawKeysym = 0xaf9; |
2454 | #[doc (alias = "XK_telephonerecorder" )] |
2455 | pub const telephonerecorder: RawKeysym = 0xafa; |
2456 | #[doc (alias = "XK_phonographcopyright" )] |
2457 | pub const phonographcopyright: RawKeysym = 0xafb; |
2458 | #[doc (alias = "XK_caret" )] |
2459 | pub const caret: RawKeysym = 0xafc; |
2460 | #[doc (alias = "XK_singlelowquotemark" )] |
2461 | pub const singlelowquotemark: RawKeysym = 0xafd; |
2462 | #[doc (alias = "XK_doublelowquotemark" )] |
2463 | pub const doublelowquotemark: RawKeysym = 0xafe; |
2464 | #[doc (alias = "XK_cursor" )] |
2465 | pub const cursor: RawKeysym = 0xaff; |
2466 | #[doc (alias = "XK_leftcaret" )] |
2467 | pub const leftcaret: RawKeysym = 0xba3; |
2468 | #[doc (alias = "XK_rightcaret" )] |
2469 | pub const rightcaret: RawKeysym = 0xba6; |
2470 | #[doc (alias = "XK_downcaret" )] |
2471 | pub const downcaret: RawKeysym = 0xba8; |
2472 | #[doc (alias = "XK_upcaret" )] |
2473 | pub const upcaret: RawKeysym = 0xba9; |
2474 | #[doc (alias = "XK_overbar" )] |
2475 | pub const overbar: RawKeysym = 0xbc0; |
2476 | #[doc (alias = "XK_downtack" )] |
2477 | pub const downtack: RawKeysym = 0xbc2; |
2478 | #[doc (alias = "XK_upshoe" )] |
2479 | pub const upshoe: RawKeysym = 0xbc3; |
2480 | #[doc (alias = "XK_downstile" )] |
2481 | pub const downstile: RawKeysym = 0xbc4; |
2482 | #[doc (alias = "XK_underbar" )] |
2483 | pub const underbar: RawKeysym = 0xbc6; |
2484 | #[doc (alias = "XK_jot" )] |
2485 | pub const jot: RawKeysym = 0xbca; |
2486 | #[doc (alias = "XK_quad" )] |
2487 | pub const quad: RawKeysym = 0xbcc; |
2488 | #[doc (alias = "XK_uptack" )] |
2489 | pub const uptack: RawKeysym = 0xbce; |
2490 | #[doc (alias = "XK_circle" )] |
2491 | pub const circle: RawKeysym = 0xbcf; |
2492 | #[doc (alias = "XK_upstile" )] |
2493 | pub const upstile: RawKeysym = 0xbd3; |
2494 | #[doc (alias = "XK_downshoe" )] |
2495 | pub const downshoe: RawKeysym = 0xbd6; |
2496 | #[doc (alias = "XK_rightshoe" )] |
2497 | pub const rightshoe: RawKeysym = 0xbd8; |
2498 | #[doc (alias = "XK_leftshoe" )] |
2499 | pub const leftshoe: RawKeysym = 0xbda; |
2500 | #[doc (alias = "XK_lefttack" )] |
2501 | pub const lefttack: RawKeysym = 0xbdc; |
2502 | #[doc (alias = "XK_righttack" )] |
2503 | pub const righttack: RawKeysym = 0xbfc; |
2504 | #[doc (alias = "XK_hebrew_doublelowline" )] |
2505 | pub const hebrew_doublelowline: RawKeysym = 0xcdf; |
2506 | #[doc (alias = "XK_hebrew_aleph" )] |
2507 | pub const hebrew_aleph: RawKeysym = 0xce0; |
2508 | #[doc (alias = "XK_hebrew_bet" )] |
2509 | pub const hebrew_bet: RawKeysym = 0xce1; |
2510 | #[doc (alias = "XK_hebrew_beth" )] |
2511 | pub const hebrew_beth: RawKeysym = 0xce1; |
2512 | #[doc (alias = "XK_hebrew_gimel" )] |
2513 | pub const hebrew_gimel: RawKeysym = 0xce2; |
2514 | #[doc (alias = "XK_hebrew_gimmel" )] |
2515 | pub const hebrew_gimmel: RawKeysym = 0xce2; |
2516 | #[doc (alias = "XK_hebrew_dalet" )] |
2517 | pub const hebrew_dalet: RawKeysym = 0xce3; |
2518 | #[doc (alias = "XK_hebrew_daleth" )] |
2519 | pub const hebrew_daleth: RawKeysym = 0xce3; |
2520 | #[doc (alias = "XK_hebrew_he" )] |
2521 | pub const hebrew_he: RawKeysym = 0xce4; |
2522 | #[doc (alias = "XK_hebrew_waw" )] |
2523 | pub const hebrew_waw: RawKeysym = 0xce5; |
2524 | #[doc (alias = "XK_hebrew_zain" )] |
2525 | pub const hebrew_zain: RawKeysym = 0xce6; |
2526 | #[doc (alias = "XK_hebrew_zayin" )] |
2527 | pub const hebrew_zayin: RawKeysym = 0xce6; |
2528 | #[doc (alias = "XK_hebrew_chet" )] |
2529 | pub const hebrew_chet: RawKeysym = 0xce7; |
2530 | #[doc (alias = "XK_hebrew_het" )] |
2531 | pub const hebrew_het: RawKeysym = 0xce7; |
2532 | #[doc (alias = "XK_hebrew_tet" )] |
2533 | pub const hebrew_tet: RawKeysym = 0xce8; |
2534 | #[doc (alias = "XK_hebrew_teth" )] |
2535 | pub const hebrew_teth: RawKeysym = 0xce8; |
2536 | #[doc (alias = "XK_hebrew_yod" )] |
2537 | pub const hebrew_yod: RawKeysym = 0xce9; |
2538 | #[doc (alias = "XK_hebrew_finalkaph" )] |
2539 | pub const hebrew_finalkaph: RawKeysym = 0xcea; |
2540 | #[doc (alias = "XK_hebrew_kaph" )] |
2541 | pub const hebrew_kaph: RawKeysym = 0xceb; |
2542 | #[doc (alias = "XK_hebrew_lamed" )] |
2543 | pub const hebrew_lamed: RawKeysym = 0xcec; |
2544 | #[doc (alias = "XK_hebrew_finalmem" )] |
2545 | pub const hebrew_finalmem: RawKeysym = 0xced; |
2546 | #[doc (alias = "XK_hebrew_mem" )] |
2547 | pub const hebrew_mem: RawKeysym = 0xcee; |
2548 | #[doc (alias = "XK_hebrew_finalnun" )] |
2549 | pub const hebrew_finalnun: RawKeysym = 0xcef; |
2550 | #[doc (alias = "XK_hebrew_nun" )] |
2551 | pub const hebrew_nun: RawKeysym = 0xcf0; |
2552 | #[doc (alias = "XK_hebrew_samech" )] |
2553 | pub const hebrew_samech: RawKeysym = 0xcf1; |
2554 | #[doc (alias = "XK_hebrew_samekh" )] |
2555 | pub const hebrew_samekh: RawKeysym = 0xcf1; |
2556 | #[doc (alias = "XK_hebrew_ayin" )] |
2557 | pub const hebrew_ayin: RawKeysym = 0xcf2; |
2558 | #[doc (alias = "XK_hebrew_finalpe" )] |
2559 | pub const hebrew_finalpe: RawKeysym = 0xcf3; |
2560 | #[doc (alias = "XK_hebrew_pe" )] |
2561 | pub const hebrew_pe: RawKeysym = 0xcf4; |
2562 | #[doc (alias = "XK_hebrew_finalzade" )] |
2563 | pub const hebrew_finalzade: RawKeysym = 0xcf5; |
2564 | #[doc (alias = "XK_hebrew_finalzadi" )] |
2565 | pub const hebrew_finalzadi: RawKeysym = 0xcf5; |
2566 | #[doc (alias = "XK_hebrew_zade" )] |
2567 | pub const hebrew_zade: RawKeysym = 0xcf6; |
2568 | #[doc (alias = "XK_hebrew_zadi" )] |
2569 | pub const hebrew_zadi: RawKeysym = 0xcf6; |
2570 | #[doc (alias = "XK_hebrew_qoph" )] |
2571 | pub const hebrew_qoph: RawKeysym = 0xcf7; |
2572 | #[doc (alias = "XK_hebrew_kuf" )] |
2573 | pub const hebrew_kuf: RawKeysym = 0xcf7; |
2574 | #[doc (alias = "XK_hebrew_resh" )] |
2575 | pub const hebrew_resh: RawKeysym = 0xcf8; |
2576 | #[doc (alias = "XK_hebrew_shin" )] |
2577 | pub const hebrew_shin: RawKeysym = 0xcf9; |
2578 | #[doc (alias = "XK_hebrew_taw" )] |
2579 | pub const hebrew_taw: RawKeysym = 0xcfa; |
2580 | #[doc (alias = "XK_hebrew_taf" )] |
2581 | pub const hebrew_taf: RawKeysym = 0xcfa; |
2582 | #[doc (alias = "XK_Hebrew_switch" )] |
2583 | pub const Hebrew_switch: RawKeysym = 0xff7e; |
2584 | #[doc (alias = "XK_Thai_kokai" )] |
2585 | pub const Thai_kokai: RawKeysym = 0xda1; |
2586 | #[doc (alias = "XK_Thai_khokhai" )] |
2587 | pub const Thai_khokhai: RawKeysym = 0xda2; |
2588 | #[doc (alias = "XK_Thai_khokhuat" )] |
2589 | pub const Thai_khokhuat: RawKeysym = 0xda3; |
2590 | #[doc (alias = "XK_Thai_khokhwai" )] |
2591 | pub const Thai_khokhwai: RawKeysym = 0xda4; |
2592 | #[doc (alias = "XK_Thai_khokhon" )] |
2593 | pub const Thai_khokhon: RawKeysym = 0xda5; |
2594 | #[doc (alias = "XK_Thai_khorakhang" )] |
2595 | pub const Thai_khorakhang: RawKeysym = 0xda6; |
2596 | #[doc (alias = "XK_Thai_ngongu" )] |
2597 | pub const Thai_ngongu: RawKeysym = 0xda7; |
2598 | #[doc (alias = "XK_Thai_chochan" )] |
2599 | pub const Thai_chochan: RawKeysym = 0xda8; |
2600 | #[doc (alias = "XK_Thai_choching" )] |
2601 | pub const Thai_choching: RawKeysym = 0xda9; |
2602 | #[doc (alias = "XK_Thai_chochang" )] |
2603 | pub const Thai_chochang: RawKeysym = 0xdaa; |
2604 | #[doc (alias = "XK_Thai_soso" )] |
2605 | pub const Thai_soso: RawKeysym = 0xdab; |
2606 | #[doc (alias = "XK_Thai_chochoe" )] |
2607 | pub const Thai_chochoe: RawKeysym = 0xdac; |
2608 | #[doc (alias = "XK_Thai_yoying" )] |
2609 | pub const Thai_yoying: RawKeysym = 0xdad; |
2610 | #[doc (alias = "XK_Thai_dochada" )] |
2611 | pub const Thai_dochada: RawKeysym = 0xdae; |
2612 | #[doc (alias = "XK_Thai_topatak" )] |
2613 | pub const Thai_topatak: RawKeysym = 0xdaf; |
2614 | #[doc (alias = "XK_Thai_thothan" )] |
2615 | pub const Thai_thothan: RawKeysym = 0xdb0; |
2616 | #[doc (alias = "XK_Thai_thonangmontho" )] |
2617 | pub const Thai_thonangmontho: RawKeysym = 0xdb1; |
2618 | #[doc (alias = "XK_Thai_thophuthao" )] |
2619 | pub const Thai_thophuthao: RawKeysym = 0xdb2; |
2620 | #[doc (alias = "XK_Thai_nonen" )] |
2621 | pub const Thai_nonen: RawKeysym = 0xdb3; |
2622 | #[doc (alias = "XK_Thai_dodek" )] |
2623 | pub const Thai_dodek: RawKeysym = 0xdb4; |
2624 | #[doc (alias = "XK_Thai_totao" )] |
2625 | pub const Thai_totao: RawKeysym = 0xdb5; |
2626 | #[doc (alias = "XK_Thai_thothung" )] |
2627 | pub const Thai_thothung: RawKeysym = 0xdb6; |
2628 | #[doc (alias = "XK_Thai_thothahan" )] |
2629 | pub const Thai_thothahan: RawKeysym = 0xdb7; |
2630 | #[doc (alias = "XK_Thai_thothong" )] |
2631 | pub const Thai_thothong: RawKeysym = 0xdb8; |
2632 | #[doc (alias = "XK_Thai_nonu" )] |
2633 | pub const Thai_nonu: RawKeysym = 0xdb9; |
2634 | #[doc (alias = "XK_Thai_bobaimai" )] |
2635 | pub const Thai_bobaimai: RawKeysym = 0xdba; |
2636 | #[doc (alias = "XK_Thai_popla" )] |
2637 | pub const Thai_popla: RawKeysym = 0xdbb; |
2638 | #[doc (alias = "XK_Thai_phophung" )] |
2639 | pub const Thai_phophung: RawKeysym = 0xdbc; |
2640 | #[doc (alias = "XK_Thai_fofa" )] |
2641 | pub const Thai_fofa: RawKeysym = 0xdbd; |
2642 | #[doc (alias = "XK_Thai_phophan" )] |
2643 | pub const Thai_phophan: RawKeysym = 0xdbe; |
2644 | #[doc (alias = "XK_Thai_fofan" )] |
2645 | pub const Thai_fofan: RawKeysym = 0xdbf; |
2646 | #[doc (alias = "XK_Thai_phosamphao" )] |
2647 | pub const Thai_phosamphao: RawKeysym = 0xdc0; |
2648 | #[doc (alias = "XK_Thai_moma" )] |
2649 | pub const Thai_moma: RawKeysym = 0xdc1; |
2650 | #[doc (alias = "XK_Thai_yoyak" )] |
2651 | pub const Thai_yoyak: RawKeysym = 0xdc2; |
2652 | #[doc (alias = "XK_Thai_rorua" )] |
2653 | pub const Thai_rorua: RawKeysym = 0xdc3; |
2654 | #[doc (alias = "XK_Thai_ru" )] |
2655 | pub const Thai_ru: RawKeysym = 0xdc4; |
2656 | #[doc (alias = "XK_Thai_loling" )] |
2657 | pub const Thai_loling: RawKeysym = 0xdc5; |
2658 | #[doc (alias = "XK_Thai_lu" )] |
2659 | pub const Thai_lu: RawKeysym = 0xdc6; |
2660 | #[doc (alias = "XK_Thai_wowaen" )] |
2661 | pub const Thai_wowaen: RawKeysym = 0xdc7; |
2662 | #[doc (alias = "XK_Thai_sosala" )] |
2663 | pub const Thai_sosala: RawKeysym = 0xdc8; |
2664 | #[doc (alias = "XK_Thai_sorusi" )] |
2665 | pub const Thai_sorusi: RawKeysym = 0xdc9; |
2666 | #[doc (alias = "XK_Thai_sosua" )] |
2667 | pub const Thai_sosua: RawKeysym = 0xdca; |
2668 | #[doc (alias = "XK_Thai_hohip" )] |
2669 | pub const Thai_hohip: RawKeysym = 0xdcb; |
2670 | #[doc (alias = "XK_Thai_lochula" )] |
2671 | pub const Thai_lochula: RawKeysym = 0xdcc; |
2672 | #[doc (alias = "XK_Thai_oang" )] |
2673 | pub const Thai_oang: RawKeysym = 0xdcd; |
2674 | #[doc (alias = "XK_Thai_honokhuk" )] |
2675 | pub const Thai_honokhuk: RawKeysym = 0xdce; |
2676 | #[doc (alias = "XK_Thai_paiyannoi" )] |
2677 | pub const Thai_paiyannoi: RawKeysym = 0xdcf; |
2678 | #[doc (alias = "XK_Thai_saraa" )] |
2679 | pub const Thai_saraa: RawKeysym = 0xdd0; |
2680 | #[doc (alias = "XK_Thai_maihanakat" )] |
2681 | pub const Thai_maihanakat: RawKeysym = 0xdd1; |
2682 | #[doc (alias = "XK_Thai_saraaa" )] |
2683 | pub const Thai_saraaa: RawKeysym = 0xdd2; |
2684 | #[doc (alias = "XK_Thai_saraam" )] |
2685 | pub const Thai_saraam: RawKeysym = 0xdd3; |
2686 | #[doc (alias = "XK_Thai_sarai" )] |
2687 | pub const Thai_sarai: RawKeysym = 0xdd4; |
2688 | #[doc (alias = "XK_Thai_saraii" )] |
2689 | pub const Thai_saraii: RawKeysym = 0xdd5; |
2690 | #[doc (alias = "XK_Thai_saraue" )] |
2691 | pub const Thai_saraue: RawKeysym = 0xdd6; |
2692 | #[doc (alias = "XK_Thai_sarauee" )] |
2693 | pub const Thai_sarauee: RawKeysym = 0xdd7; |
2694 | #[doc (alias = "XK_Thai_sarau" )] |
2695 | pub const Thai_sarau: RawKeysym = 0xdd8; |
2696 | #[doc (alias = "XK_Thai_sarauu" )] |
2697 | pub const Thai_sarauu: RawKeysym = 0xdd9; |
2698 | #[doc (alias = "XK_Thai_phinthu" )] |
2699 | pub const Thai_phinthu: RawKeysym = 0xdda; |
2700 | #[doc (alias = "XK_Thai_maihanakat_maitho" )] |
2701 | pub const Thai_maihanakat_maitho: RawKeysym = 0xdde; |
2702 | #[doc (alias = "XK_Thai_baht" )] |
2703 | pub const Thai_baht: RawKeysym = 0xddf; |
2704 | #[doc (alias = "XK_Thai_sarae" )] |
2705 | pub const Thai_sarae: RawKeysym = 0xde0; |
2706 | #[doc (alias = "XK_Thai_saraae" )] |
2707 | pub const Thai_saraae: RawKeysym = 0xde1; |
2708 | #[doc (alias = "XK_Thai_sarao" )] |
2709 | pub const Thai_sarao: RawKeysym = 0xde2; |
2710 | #[doc (alias = "XK_Thai_saraaimaimuan" )] |
2711 | pub const Thai_saraaimaimuan: RawKeysym = 0xde3; |
2712 | #[doc (alias = "XK_Thai_saraaimaimalai" )] |
2713 | pub const Thai_saraaimaimalai: RawKeysym = 0xde4; |
2714 | #[doc (alias = "XK_Thai_lakkhangyao" )] |
2715 | pub const Thai_lakkhangyao: RawKeysym = 0xde5; |
2716 | #[doc (alias = "XK_Thai_maiyamok" )] |
2717 | pub const Thai_maiyamok: RawKeysym = 0xde6; |
2718 | #[doc (alias = "XK_Thai_maitaikhu" )] |
2719 | pub const Thai_maitaikhu: RawKeysym = 0xde7; |
2720 | #[doc (alias = "XK_Thai_maiek" )] |
2721 | pub const Thai_maiek: RawKeysym = 0xde8; |
2722 | #[doc (alias = "XK_Thai_maitho" )] |
2723 | pub const Thai_maitho: RawKeysym = 0xde9; |
2724 | #[doc (alias = "XK_Thai_maitri" )] |
2725 | pub const Thai_maitri: RawKeysym = 0xdea; |
2726 | #[doc (alias = "XK_Thai_maichattawa" )] |
2727 | pub const Thai_maichattawa: RawKeysym = 0xdeb; |
2728 | #[doc (alias = "XK_Thai_thanthakhat" )] |
2729 | pub const Thai_thanthakhat: RawKeysym = 0xdec; |
2730 | #[doc (alias = "XK_Thai_nikhahit" )] |
2731 | pub const Thai_nikhahit: RawKeysym = 0xded; |
2732 | #[doc (alias = "XK_Thai_leksun" )] |
2733 | pub const Thai_leksun: RawKeysym = 0xdf0; |
2734 | #[doc (alias = "XK_Thai_leknung" )] |
2735 | pub const Thai_leknung: RawKeysym = 0xdf1; |
2736 | #[doc (alias = "XK_Thai_leksong" )] |
2737 | pub const Thai_leksong: RawKeysym = 0xdf2; |
2738 | #[doc (alias = "XK_Thai_leksam" )] |
2739 | pub const Thai_leksam: RawKeysym = 0xdf3; |
2740 | #[doc (alias = "XK_Thai_leksi" )] |
2741 | pub const Thai_leksi: RawKeysym = 0xdf4; |
2742 | #[doc (alias = "XK_Thai_lekha" )] |
2743 | pub const Thai_lekha: RawKeysym = 0xdf5; |
2744 | #[doc (alias = "XK_Thai_lekhok" )] |
2745 | pub const Thai_lekhok: RawKeysym = 0xdf6; |
2746 | #[doc (alias = "XK_Thai_lekchet" )] |
2747 | pub const Thai_lekchet: RawKeysym = 0xdf7; |
2748 | #[doc (alias = "XK_Thai_lekpaet" )] |
2749 | pub const Thai_lekpaet: RawKeysym = 0xdf8; |
2750 | #[doc (alias = "XK_Thai_lekkao" )] |
2751 | pub const Thai_lekkao: RawKeysym = 0xdf9; |
2752 | #[doc (alias = "XK_Hangul" )] |
2753 | pub const Hangul: RawKeysym = 0xff31; |
2754 | #[doc (alias = "XK_Hangul_Start" )] |
2755 | pub const Hangul_Start: RawKeysym = 0xff32; |
2756 | #[doc (alias = "XK_Hangul_End" )] |
2757 | pub const Hangul_End: RawKeysym = 0xff33; |
2758 | #[doc (alias = "XK_Hangul_Hanja" )] |
2759 | pub const Hangul_Hanja: RawKeysym = 0xff34; |
2760 | #[doc (alias = "XK_Hangul_Jamo" )] |
2761 | pub const Hangul_Jamo: RawKeysym = 0xff35; |
2762 | #[doc (alias = "XK_Hangul_Romaja" )] |
2763 | pub const Hangul_Romaja: RawKeysym = 0xff36; |
2764 | #[doc (alias = "XK_Hangul_Codeinput" )] |
2765 | pub const Hangul_Codeinput: RawKeysym = 0xff37; |
2766 | #[doc (alias = "XK_Hangul_Jeonja" )] |
2767 | pub const Hangul_Jeonja: RawKeysym = 0xff38; |
2768 | #[doc (alias = "XK_Hangul_Banja" )] |
2769 | pub const Hangul_Banja: RawKeysym = 0xff39; |
2770 | #[doc (alias = "XK_Hangul_PreHanja" )] |
2771 | pub const Hangul_PreHanja: RawKeysym = 0xff3a; |
2772 | #[doc (alias = "XK_Hangul_PostHanja" )] |
2773 | pub const Hangul_PostHanja: RawKeysym = 0xff3b; |
2774 | #[doc (alias = "XK_Hangul_SingleCandidate" )] |
2775 | pub const Hangul_SingleCandidate: RawKeysym = 0xff3c; |
2776 | #[doc (alias = "XK_Hangul_MultipleCandidate" )] |
2777 | pub const Hangul_MultipleCandidate: RawKeysym = 0xff3d; |
2778 | #[doc (alias = "XK_Hangul_PreviousCandidate" )] |
2779 | pub const Hangul_PreviousCandidate: RawKeysym = 0xff3e; |
2780 | #[doc (alias = "XK_Hangul_Special" )] |
2781 | pub const Hangul_Special: RawKeysym = 0xff3f; |
2782 | #[doc (alias = "XK_Hangul_switch" )] |
2783 | pub const Hangul_switch: RawKeysym = 0xff7e; |
2784 | #[doc (alias = "XK_Hangul_Kiyeog" )] |
2785 | pub const Hangul_Kiyeog: RawKeysym = 0xea1; |
2786 | #[doc (alias = "XK_Hangul_SsangKiyeog" )] |
2787 | pub const Hangul_SsangKiyeog: RawKeysym = 0xea2; |
2788 | #[doc (alias = "XK_Hangul_KiyeogSios" )] |
2789 | pub const Hangul_KiyeogSios: RawKeysym = 0xea3; |
2790 | #[doc (alias = "XK_Hangul_Nieun" )] |
2791 | pub const Hangul_Nieun: RawKeysym = 0xea4; |
2792 | #[doc (alias = "XK_Hangul_NieunJieuj" )] |
2793 | pub const Hangul_NieunJieuj: RawKeysym = 0xea5; |
2794 | #[doc (alias = "XK_Hangul_NieunHieuh" )] |
2795 | pub const Hangul_NieunHieuh: RawKeysym = 0xea6; |
2796 | #[doc (alias = "XK_Hangul_Dikeud" )] |
2797 | pub const Hangul_Dikeud: RawKeysym = 0xea7; |
2798 | #[doc (alias = "XK_Hangul_SsangDikeud" )] |
2799 | pub const Hangul_SsangDikeud: RawKeysym = 0xea8; |
2800 | #[doc (alias = "XK_Hangul_Rieul" )] |
2801 | pub const Hangul_Rieul: RawKeysym = 0xea9; |
2802 | #[doc (alias = "XK_Hangul_RieulKiyeog" )] |
2803 | pub const Hangul_RieulKiyeog: RawKeysym = 0xeaa; |
2804 | #[doc (alias = "XK_Hangul_RieulMieum" )] |
2805 | pub const Hangul_RieulMieum: RawKeysym = 0xeab; |
2806 | #[doc (alias = "XK_Hangul_RieulPieub" )] |
2807 | pub const Hangul_RieulPieub: RawKeysym = 0xeac; |
2808 | #[doc (alias = "XK_Hangul_RieulSios" )] |
2809 | pub const Hangul_RieulSios: RawKeysym = 0xead; |
2810 | #[doc (alias = "XK_Hangul_RieulTieut" )] |
2811 | pub const Hangul_RieulTieut: RawKeysym = 0xeae; |
2812 | #[doc (alias = "XK_Hangul_RieulPhieuf" )] |
2813 | pub const Hangul_RieulPhieuf: RawKeysym = 0xeaf; |
2814 | #[doc (alias = "XK_Hangul_RieulHieuh" )] |
2815 | pub const Hangul_RieulHieuh: RawKeysym = 0xeb0; |
2816 | #[doc (alias = "XK_Hangul_Mieum" )] |
2817 | pub const Hangul_Mieum: RawKeysym = 0xeb1; |
2818 | #[doc (alias = "XK_Hangul_Pieub" )] |
2819 | pub const Hangul_Pieub: RawKeysym = 0xeb2; |
2820 | #[doc (alias = "XK_Hangul_SsangPieub" )] |
2821 | pub const Hangul_SsangPieub: RawKeysym = 0xeb3; |
2822 | #[doc (alias = "XK_Hangul_PieubSios" )] |
2823 | pub const Hangul_PieubSios: RawKeysym = 0xeb4; |
2824 | #[doc (alias = "XK_Hangul_Sios" )] |
2825 | pub const Hangul_Sios: RawKeysym = 0xeb5; |
2826 | #[doc (alias = "XK_Hangul_SsangSios" )] |
2827 | pub const Hangul_SsangSios: RawKeysym = 0xeb6; |
2828 | #[doc (alias = "XK_Hangul_Ieung" )] |
2829 | pub const Hangul_Ieung: RawKeysym = 0xeb7; |
2830 | #[doc (alias = "XK_Hangul_Jieuj" )] |
2831 | pub const Hangul_Jieuj: RawKeysym = 0xeb8; |
2832 | #[doc (alias = "XK_Hangul_SsangJieuj" )] |
2833 | pub const Hangul_SsangJieuj: RawKeysym = 0xeb9; |
2834 | #[doc (alias = "XK_Hangul_Cieuc" )] |
2835 | pub const Hangul_Cieuc: RawKeysym = 0xeba; |
2836 | #[doc (alias = "XK_Hangul_Khieuq" )] |
2837 | pub const Hangul_Khieuq: RawKeysym = 0xebb; |
2838 | #[doc (alias = "XK_Hangul_Tieut" )] |
2839 | pub const Hangul_Tieut: RawKeysym = 0xebc; |
2840 | #[doc (alias = "XK_Hangul_Phieuf" )] |
2841 | pub const Hangul_Phieuf: RawKeysym = 0xebd; |
2842 | #[doc (alias = "XK_Hangul_Hieuh" )] |
2843 | pub const Hangul_Hieuh: RawKeysym = 0xebe; |
2844 | #[doc (alias = "XK_Hangul_A" )] |
2845 | pub const Hangul_A: RawKeysym = 0xebf; |
2846 | #[doc (alias = "XK_Hangul_AE" )] |
2847 | pub const Hangul_AE: RawKeysym = 0xec0; |
2848 | #[doc (alias = "XK_Hangul_YA" )] |
2849 | pub const Hangul_YA: RawKeysym = 0xec1; |
2850 | #[doc (alias = "XK_Hangul_YAE" )] |
2851 | pub const Hangul_YAE: RawKeysym = 0xec2; |
2852 | #[doc (alias = "XK_Hangul_EO" )] |
2853 | pub const Hangul_EO: RawKeysym = 0xec3; |
2854 | #[doc (alias = "XK_Hangul_E" )] |
2855 | pub const Hangul_E: RawKeysym = 0xec4; |
2856 | #[doc (alias = "XK_Hangul_YEO" )] |
2857 | pub const Hangul_YEO: RawKeysym = 0xec5; |
2858 | #[doc (alias = "XK_Hangul_YE" )] |
2859 | pub const Hangul_YE: RawKeysym = 0xec6; |
2860 | #[doc (alias = "XK_Hangul_O" )] |
2861 | pub const Hangul_O: RawKeysym = 0xec7; |
2862 | #[doc (alias = "XK_Hangul_WA" )] |
2863 | pub const Hangul_WA: RawKeysym = 0xec8; |
2864 | #[doc (alias = "XK_Hangul_WAE" )] |
2865 | pub const Hangul_WAE: RawKeysym = 0xec9; |
2866 | #[doc (alias = "XK_Hangul_OE" )] |
2867 | pub const Hangul_OE: RawKeysym = 0xeca; |
2868 | #[doc (alias = "XK_Hangul_YO" )] |
2869 | pub const Hangul_YO: RawKeysym = 0xecb; |
2870 | #[doc (alias = "XK_Hangul_U" )] |
2871 | pub const Hangul_U: RawKeysym = 0xecc; |
2872 | #[doc (alias = "XK_Hangul_WEO" )] |
2873 | pub const Hangul_WEO: RawKeysym = 0xecd; |
2874 | #[doc (alias = "XK_Hangul_WE" )] |
2875 | pub const Hangul_WE: RawKeysym = 0xece; |
2876 | #[doc (alias = "XK_Hangul_WI" )] |
2877 | pub const Hangul_WI: RawKeysym = 0xecf; |
2878 | #[doc (alias = "XK_Hangul_YU" )] |
2879 | pub const Hangul_YU: RawKeysym = 0xed0; |
2880 | #[doc (alias = "XK_Hangul_EU" )] |
2881 | pub const Hangul_EU: RawKeysym = 0xed1; |
2882 | #[doc (alias = "XK_Hangul_YI" )] |
2883 | pub const Hangul_YI: RawKeysym = 0xed2; |
2884 | #[doc (alias = "XK_Hangul_I" )] |
2885 | pub const Hangul_I: RawKeysym = 0xed3; |
2886 | #[doc (alias = "XK_Hangul_J_Kiyeog" )] |
2887 | pub const Hangul_J_Kiyeog: RawKeysym = 0xed4; |
2888 | #[doc (alias = "XK_Hangul_J_SsangKiyeog" )] |
2889 | pub const Hangul_J_SsangKiyeog: RawKeysym = 0xed5; |
2890 | #[doc (alias = "XK_Hangul_J_KiyeogSios" )] |
2891 | pub const Hangul_J_KiyeogSios: RawKeysym = 0xed6; |
2892 | #[doc (alias = "XK_Hangul_J_Nieun" )] |
2893 | pub const Hangul_J_Nieun: RawKeysym = 0xed7; |
2894 | #[doc (alias = "XK_Hangul_J_NieunJieuj" )] |
2895 | pub const Hangul_J_NieunJieuj: RawKeysym = 0xed8; |
2896 | #[doc (alias = "XK_Hangul_J_NieunHieuh" )] |
2897 | pub const Hangul_J_NieunHieuh: RawKeysym = 0xed9; |
2898 | #[doc (alias = "XK_Hangul_J_Dikeud" )] |
2899 | pub const Hangul_J_Dikeud: RawKeysym = 0xeda; |
2900 | #[doc (alias = "XK_Hangul_J_Rieul" )] |
2901 | pub const Hangul_J_Rieul: RawKeysym = 0xedb; |
2902 | #[doc (alias = "XK_Hangul_J_RieulKiyeog" )] |
2903 | pub const Hangul_J_RieulKiyeog: RawKeysym = 0xedc; |
2904 | #[doc (alias = "XK_Hangul_J_RieulMieum" )] |
2905 | pub const Hangul_J_RieulMieum: RawKeysym = 0xedd; |
2906 | #[doc (alias = "XK_Hangul_J_RieulPieub" )] |
2907 | pub const Hangul_J_RieulPieub: RawKeysym = 0xede; |
2908 | #[doc (alias = "XK_Hangul_J_RieulSios" )] |
2909 | pub const Hangul_J_RieulSios: RawKeysym = 0xedf; |
2910 | #[doc (alias = "XK_Hangul_J_RieulTieut" )] |
2911 | pub const Hangul_J_RieulTieut: RawKeysym = 0xee0; |
2912 | #[doc (alias = "XK_Hangul_J_RieulPhieuf" )] |
2913 | pub const Hangul_J_RieulPhieuf: RawKeysym = 0xee1; |
2914 | #[doc (alias = "XK_Hangul_J_RieulHieuh" )] |
2915 | pub const Hangul_J_RieulHieuh: RawKeysym = 0xee2; |
2916 | #[doc (alias = "XK_Hangul_J_Mieum" )] |
2917 | pub const Hangul_J_Mieum: RawKeysym = 0xee3; |
2918 | #[doc (alias = "XK_Hangul_J_Pieub" )] |
2919 | pub const Hangul_J_Pieub: RawKeysym = 0xee4; |
2920 | #[doc (alias = "XK_Hangul_J_PieubSios" )] |
2921 | pub const Hangul_J_PieubSios: RawKeysym = 0xee5; |
2922 | #[doc (alias = "XK_Hangul_J_Sios" )] |
2923 | pub const Hangul_J_Sios: RawKeysym = 0xee6; |
2924 | #[doc (alias = "XK_Hangul_J_SsangSios" )] |
2925 | pub const Hangul_J_SsangSios: RawKeysym = 0xee7; |
2926 | #[doc (alias = "XK_Hangul_J_Ieung" )] |
2927 | pub const Hangul_J_Ieung: RawKeysym = 0xee8; |
2928 | #[doc (alias = "XK_Hangul_J_Jieuj" )] |
2929 | pub const Hangul_J_Jieuj: RawKeysym = 0xee9; |
2930 | #[doc (alias = "XK_Hangul_J_Cieuc" )] |
2931 | pub const Hangul_J_Cieuc: RawKeysym = 0xeea; |
2932 | #[doc (alias = "XK_Hangul_J_Khieuq" )] |
2933 | pub const Hangul_J_Khieuq: RawKeysym = 0xeeb; |
2934 | #[doc (alias = "XK_Hangul_J_Tieut" )] |
2935 | pub const Hangul_J_Tieut: RawKeysym = 0xeec; |
2936 | #[doc (alias = "XK_Hangul_J_Phieuf" )] |
2937 | pub const Hangul_J_Phieuf: RawKeysym = 0xeed; |
2938 | #[doc (alias = "XK_Hangul_J_Hieuh" )] |
2939 | pub const Hangul_J_Hieuh: RawKeysym = 0xeee; |
2940 | #[doc (alias = "XK_Hangul_RieulYeorinHieuh" )] |
2941 | pub const Hangul_RieulYeorinHieuh: RawKeysym = 0xeef; |
2942 | #[doc (alias = "XK_Hangul_SunkyeongeumMieum" )] |
2943 | pub const Hangul_SunkyeongeumMieum: RawKeysym = 0xef0; |
2944 | #[doc (alias = "XK_Hangul_SunkyeongeumPieub" )] |
2945 | pub const Hangul_SunkyeongeumPieub: RawKeysym = 0xef1; |
2946 | #[doc (alias = "XK_Hangul_PanSios" )] |
2947 | pub const Hangul_PanSios: RawKeysym = 0xef2; |
2948 | #[doc (alias = "XK_Hangul_KkogjiDalrinIeung" )] |
2949 | pub const Hangul_KkogjiDalrinIeung: RawKeysym = 0xef3; |
2950 | #[doc (alias = "XK_Hangul_SunkyeongeumPhieuf" )] |
2951 | pub const Hangul_SunkyeongeumPhieuf: RawKeysym = 0xef4; |
2952 | #[doc (alias = "XK_Hangul_YeorinHieuh" )] |
2953 | pub const Hangul_YeorinHieuh: RawKeysym = 0xef5; |
2954 | #[doc (alias = "XK_Hangul_AraeA" )] |
2955 | pub const Hangul_AraeA: RawKeysym = 0xef6; |
2956 | #[doc (alias = "XK_Hangul_AraeAE" )] |
2957 | pub const Hangul_AraeAE: RawKeysym = 0xef7; |
2958 | #[doc (alias = "XK_Hangul_J_PanSios" )] |
2959 | pub const Hangul_J_PanSios: RawKeysym = 0xef8; |
2960 | #[doc (alias = "XK_Hangul_J_KkogjiDalrinIeung" )] |
2961 | pub const Hangul_J_KkogjiDalrinIeung: RawKeysym = 0xef9; |
2962 | #[doc (alias = "XK_Hangul_J_YeorinHieuh" )] |
2963 | pub const Hangul_J_YeorinHieuh: RawKeysym = 0xefa; |
2964 | #[doc (alias = "XK_Korean_Won" )] |
2965 | pub const Korean_Won: RawKeysym = 0xeff; |
2966 | #[doc (alias = "XK_Armenian_ligature_ew" )] |
2967 | pub const Armenian_ligature_ew: RawKeysym = 0x1000587; |
2968 | #[doc (alias = "XK_Armenian_full_stop" )] |
2969 | pub const Armenian_full_stop: RawKeysym = 0x1000589; |
2970 | #[doc (alias = "XK_Armenian_verjaket" )] |
2971 | pub const Armenian_verjaket: RawKeysym = 0x1000589; |
2972 | #[doc (alias = "XK_Armenian_separation_mark" )] |
2973 | pub const Armenian_separation_mark: RawKeysym = 0x100055d; |
2974 | #[doc (alias = "XK_Armenian_but" )] |
2975 | pub const Armenian_but: RawKeysym = 0x100055d; |
2976 | #[doc (alias = "XK_Armenian_hyphen" )] |
2977 | pub const Armenian_hyphen: RawKeysym = 0x100058a; |
2978 | #[doc (alias = "XK_Armenian_yentamna" )] |
2979 | pub const Armenian_yentamna: RawKeysym = 0x100058a; |
2980 | #[doc (alias = "XK_Armenian_exclam" )] |
2981 | pub const Armenian_exclam: RawKeysym = 0x100055c; |
2982 | #[doc (alias = "XK_Armenian_amanak" )] |
2983 | pub const Armenian_amanak: RawKeysym = 0x100055c; |
2984 | #[doc (alias = "XK_Armenian_accent" )] |
2985 | pub const Armenian_accent: RawKeysym = 0x100055b; |
2986 | #[doc (alias = "XK_Armenian_shesht" )] |
2987 | pub const Armenian_shesht: RawKeysym = 0x100055b; |
2988 | #[doc (alias = "XK_Armenian_question" )] |
2989 | pub const Armenian_question: RawKeysym = 0x100055e; |
2990 | #[doc (alias = "XK_Armenian_paruyk" )] |
2991 | pub const Armenian_paruyk: RawKeysym = 0x100055e; |
2992 | #[doc (alias = "XK_Armenian_AYB" )] |
2993 | pub const Armenian_AYB: RawKeysym = 0x1000531; |
2994 | #[doc (alias = "XK_Armenian_ayb" )] |
2995 | pub const Armenian_ayb: RawKeysym = 0x1000561; |
2996 | #[doc (alias = "XK_Armenian_BEN" )] |
2997 | pub const Armenian_BEN: RawKeysym = 0x1000532; |
2998 | #[doc (alias = "XK_Armenian_ben" )] |
2999 | pub const Armenian_ben: RawKeysym = 0x1000562; |
3000 | #[doc (alias = "XK_Armenian_GIM" )] |
3001 | pub const Armenian_GIM: RawKeysym = 0x1000533; |
3002 | #[doc (alias = "XK_Armenian_gim" )] |
3003 | pub const Armenian_gim: RawKeysym = 0x1000563; |
3004 | #[doc (alias = "XK_Armenian_DA" )] |
3005 | pub const Armenian_DA: RawKeysym = 0x1000534; |
3006 | #[doc (alias = "XK_Armenian_da" )] |
3007 | pub const Armenian_da: RawKeysym = 0x1000564; |
3008 | #[doc (alias = "XK_Armenian_YECH" )] |
3009 | pub const Armenian_YECH: RawKeysym = 0x1000535; |
3010 | #[doc (alias = "XK_Armenian_yech" )] |
3011 | pub const Armenian_yech: RawKeysym = 0x1000565; |
3012 | #[doc (alias = "XK_Armenian_ZA" )] |
3013 | pub const Armenian_ZA: RawKeysym = 0x1000536; |
3014 | #[doc (alias = "XK_Armenian_za" )] |
3015 | pub const Armenian_za: RawKeysym = 0x1000566; |
3016 | #[doc (alias = "XK_Armenian_E" )] |
3017 | pub const Armenian_E: RawKeysym = 0x1000537; |
3018 | #[doc (alias = "XK_Armenian_e" )] |
3019 | pub const Armenian_e: RawKeysym = 0x1000567; |
3020 | #[doc (alias = "XK_Armenian_AT" )] |
3021 | pub const Armenian_AT: RawKeysym = 0x1000538; |
3022 | #[doc (alias = "XK_Armenian_at" )] |
3023 | pub const Armenian_at: RawKeysym = 0x1000568; |
3024 | #[doc (alias = "XK_Armenian_TO" )] |
3025 | pub const Armenian_TO: RawKeysym = 0x1000539; |
3026 | #[doc (alias = "XK_Armenian_to" )] |
3027 | pub const Armenian_to: RawKeysym = 0x1000569; |
3028 | #[doc (alias = "XK_Armenian_ZHE" )] |
3029 | pub const Armenian_ZHE: RawKeysym = 0x100053a; |
3030 | #[doc (alias = "XK_Armenian_zhe" )] |
3031 | pub const Armenian_zhe: RawKeysym = 0x100056a; |
3032 | #[doc (alias = "XK_Armenian_INI" )] |
3033 | pub const Armenian_INI: RawKeysym = 0x100053b; |
3034 | #[doc (alias = "XK_Armenian_ini" )] |
3035 | pub const Armenian_ini: RawKeysym = 0x100056b; |
3036 | #[doc (alias = "XK_Armenian_LYUN" )] |
3037 | pub const Armenian_LYUN: RawKeysym = 0x100053c; |
3038 | #[doc (alias = "XK_Armenian_lyun" )] |
3039 | pub const Armenian_lyun: RawKeysym = 0x100056c; |
3040 | #[doc (alias = "XK_Armenian_KHE" )] |
3041 | pub const Armenian_KHE: RawKeysym = 0x100053d; |
3042 | #[doc (alias = "XK_Armenian_khe" )] |
3043 | pub const Armenian_khe: RawKeysym = 0x100056d; |
3044 | #[doc (alias = "XK_Armenian_TSA" )] |
3045 | pub const Armenian_TSA: RawKeysym = 0x100053e; |
3046 | #[doc (alias = "XK_Armenian_tsa" )] |
3047 | pub const Armenian_tsa: RawKeysym = 0x100056e; |
3048 | #[doc (alias = "XK_Armenian_KEN" )] |
3049 | pub const Armenian_KEN: RawKeysym = 0x100053f; |
3050 | #[doc (alias = "XK_Armenian_ken" )] |
3051 | pub const Armenian_ken: RawKeysym = 0x100056f; |
3052 | #[doc (alias = "XK_Armenian_HO" )] |
3053 | pub const Armenian_HO: RawKeysym = 0x1000540; |
3054 | #[doc (alias = "XK_Armenian_ho" )] |
3055 | pub const Armenian_ho: RawKeysym = 0x1000570; |
3056 | #[doc (alias = "XK_Armenian_DZA" )] |
3057 | pub const Armenian_DZA: RawKeysym = 0x1000541; |
3058 | #[doc (alias = "XK_Armenian_dza" )] |
3059 | pub const Armenian_dza: RawKeysym = 0x1000571; |
3060 | #[doc (alias = "XK_Armenian_GHAT" )] |
3061 | pub const Armenian_GHAT: RawKeysym = 0x1000542; |
3062 | #[doc (alias = "XK_Armenian_ghat" )] |
3063 | pub const Armenian_ghat: RawKeysym = 0x1000572; |
3064 | #[doc (alias = "XK_Armenian_TCHE" )] |
3065 | pub const Armenian_TCHE: RawKeysym = 0x1000543; |
3066 | #[doc (alias = "XK_Armenian_tche" )] |
3067 | pub const Armenian_tche: RawKeysym = 0x1000573; |
3068 | #[doc (alias = "XK_Armenian_MEN" )] |
3069 | pub const Armenian_MEN: RawKeysym = 0x1000544; |
3070 | #[doc (alias = "XK_Armenian_men" )] |
3071 | pub const Armenian_men: RawKeysym = 0x1000574; |
3072 | #[doc (alias = "XK_Armenian_HI" )] |
3073 | pub const Armenian_HI: RawKeysym = 0x1000545; |
3074 | #[doc (alias = "XK_Armenian_hi" )] |
3075 | pub const Armenian_hi: RawKeysym = 0x1000575; |
3076 | #[doc (alias = "XK_Armenian_NU" )] |
3077 | pub const Armenian_NU: RawKeysym = 0x1000546; |
3078 | #[doc (alias = "XK_Armenian_nu" )] |
3079 | pub const Armenian_nu: RawKeysym = 0x1000576; |
3080 | #[doc (alias = "XK_Armenian_SHA" )] |
3081 | pub const Armenian_SHA: RawKeysym = 0x1000547; |
3082 | #[doc (alias = "XK_Armenian_sha" )] |
3083 | pub const Armenian_sha: RawKeysym = 0x1000577; |
3084 | #[doc (alias = "XK_Armenian_VO" )] |
3085 | pub const Armenian_VO: RawKeysym = 0x1000548; |
3086 | #[doc (alias = "XK_Armenian_vo" )] |
3087 | pub const Armenian_vo: RawKeysym = 0x1000578; |
3088 | #[doc (alias = "XK_Armenian_CHA" )] |
3089 | pub const Armenian_CHA: RawKeysym = 0x1000549; |
3090 | #[doc (alias = "XK_Armenian_cha" )] |
3091 | pub const Armenian_cha: RawKeysym = 0x1000579; |
3092 | #[doc (alias = "XK_Armenian_PE" )] |
3093 | pub const Armenian_PE: RawKeysym = 0x100054a; |
3094 | #[doc (alias = "XK_Armenian_pe" )] |
3095 | pub const Armenian_pe: RawKeysym = 0x100057a; |
3096 | #[doc (alias = "XK_Armenian_JE" )] |
3097 | pub const Armenian_JE: RawKeysym = 0x100054b; |
3098 | #[doc (alias = "XK_Armenian_je" )] |
3099 | pub const Armenian_je: RawKeysym = 0x100057b; |
3100 | #[doc (alias = "XK_Armenian_RA" )] |
3101 | pub const Armenian_RA: RawKeysym = 0x100054c; |
3102 | #[doc (alias = "XK_Armenian_ra" )] |
3103 | pub const Armenian_ra: RawKeysym = 0x100057c; |
3104 | #[doc (alias = "XK_Armenian_SE" )] |
3105 | pub const Armenian_SE: RawKeysym = 0x100054d; |
3106 | #[doc (alias = "XK_Armenian_se" )] |
3107 | pub const Armenian_se: RawKeysym = 0x100057d; |
3108 | #[doc (alias = "XK_Armenian_VEV" )] |
3109 | pub const Armenian_VEV: RawKeysym = 0x100054e; |
3110 | #[doc (alias = "XK_Armenian_vev" )] |
3111 | pub const Armenian_vev: RawKeysym = 0x100057e; |
3112 | #[doc (alias = "XK_Armenian_TYUN" )] |
3113 | pub const Armenian_TYUN: RawKeysym = 0x100054f; |
3114 | #[doc (alias = "XK_Armenian_tyun" )] |
3115 | pub const Armenian_tyun: RawKeysym = 0x100057f; |
3116 | #[doc (alias = "XK_Armenian_RE" )] |
3117 | pub const Armenian_RE: RawKeysym = 0x1000550; |
3118 | #[doc (alias = "XK_Armenian_re" )] |
3119 | pub const Armenian_re: RawKeysym = 0x1000580; |
3120 | #[doc (alias = "XK_Armenian_TSO" )] |
3121 | pub const Armenian_TSO: RawKeysym = 0x1000551; |
3122 | #[doc (alias = "XK_Armenian_tso" )] |
3123 | pub const Armenian_tso: RawKeysym = 0x1000581; |
3124 | #[doc (alias = "XK_Armenian_VYUN" )] |
3125 | pub const Armenian_VYUN: RawKeysym = 0x1000552; |
3126 | #[doc (alias = "XK_Armenian_vyun" )] |
3127 | pub const Armenian_vyun: RawKeysym = 0x1000582; |
3128 | #[doc (alias = "XK_Armenian_PYUR" )] |
3129 | pub const Armenian_PYUR: RawKeysym = 0x1000553; |
3130 | #[doc (alias = "XK_Armenian_pyur" )] |
3131 | pub const Armenian_pyur: RawKeysym = 0x1000583; |
3132 | #[doc (alias = "XK_Armenian_KE" )] |
3133 | pub const Armenian_KE: RawKeysym = 0x1000554; |
3134 | #[doc (alias = "XK_Armenian_ke" )] |
3135 | pub const Armenian_ke: RawKeysym = 0x1000584; |
3136 | #[doc (alias = "XK_Armenian_O" )] |
3137 | pub const Armenian_O: RawKeysym = 0x1000555; |
3138 | #[doc (alias = "XK_Armenian_o" )] |
3139 | pub const Armenian_o: RawKeysym = 0x1000585; |
3140 | #[doc (alias = "XK_Armenian_FE" )] |
3141 | pub const Armenian_FE: RawKeysym = 0x1000556; |
3142 | #[doc (alias = "XK_Armenian_fe" )] |
3143 | pub const Armenian_fe: RawKeysym = 0x1000586; |
3144 | #[doc (alias = "XK_Armenian_apostrophe" )] |
3145 | pub const Armenian_apostrophe: RawKeysym = 0x100055a; |
3146 | #[doc (alias = "XK_Georgian_an" )] |
3147 | pub const Georgian_an: RawKeysym = 0x10010d0; |
3148 | #[doc (alias = "XK_Georgian_ban" )] |
3149 | pub const Georgian_ban: RawKeysym = 0x10010d1; |
3150 | #[doc (alias = "XK_Georgian_gan" )] |
3151 | pub const Georgian_gan: RawKeysym = 0x10010d2; |
3152 | #[doc (alias = "XK_Georgian_don" )] |
3153 | pub const Georgian_don: RawKeysym = 0x10010d3; |
3154 | #[doc (alias = "XK_Georgian_en" )] |
3155 | pub const Georgian_en: RawKeysym = 0x10010d4; |
3156 | #[doc (alias = "XK_Georgian_vin" )] |
3157 | pub const Georgian_vin: RawKeysym = 0x10010d5; |
3158 | #[doc (alias = "XK_Georgian_zen" )] |
3159 | pub const Georgian_zen: RawKeysym = 0x10010d6; |
3160 | #[doc (alias = "XK_Georgian_tan" )] |
3161 | pub const Georgian_tan: RawKeysym = 0x10010d7; |
3162 | #[doc (alias = "XK_Georgian_in" )] |
3163 | pub const Georgian_in: RawKeysym = 0x10010d8; |
3164 | #[doc (alias = "XK_Georgian_kan" )] |
3165 | pub const Georgian_kan: RawKeysym = 0x10010d9; |
3166 | #[doc (alias = "XK_Georgian_las" )] |
3167 | pub const Georgian_las: RawKeysym = 0x10010da; |
3168 | #[doc (alias = "XK_Georgian_man" )] |
3169 | pub const Georgian_man: RawKeysym = 0x10010db; |
3170 | #[doc (alias = "XK_Georgian_nar" )] |
3171 | pub const Georgian_nar: RawKeysym = 0x10010dc; |
3172 | #[doc (alias = "XK_Georgian_on" )] |
3173 | pub const Georgian_on: RawKeysym = 0x10010dd; |
3174 | #[doc (alias = "XK_Georgian_par" )] |
3175 | pub const Georgian_par: RawKeysym = 0x10010de; |
3176 | #[doc (alias = "XK_Georgian_zhar" )] |
3177 | pub const Georgian_zhar: RawKeysym = 0x10010df; |
3178 | #[doc (alias = "XK_Georgian_rae" )] |
3179 | pub const Georgian_rae: RawKeysym = 0x10010e0; |
3180 | #[doc (alias = "XK_Georgian_san" )] |
3181 | pub const Georgian_san: RawKeysym = 0x10010e1; |
3182 | #[doc (alias = "XK_Georgian_tar" )] |
3183 | pub const Georgian_tar: RawKeysym = 0x10010e2; |
3184 | #[doc (alias = "XK_Georgian_un" )] |
3185 | pub const Georgian_un: RawKeysym = 0x10010e3; |
3186 | #[doc (alias = "XK_Georgian_phar" )] |
3187 | pub const Georgian_phar: RawKeysym = 0x10010e4; |
3188 | #[doc (alias = "XK_Georgian_khar" )] |
3189 | pub const Georgian_khar: RawKeysym = 0x10010e5; |
3190 | #[doc (alias = "XK_Georgian_ghan" )] |
3191 | pub const Georgian_ghan: RawKeysym = 0x10010e6; |
3192 | #[doc (alias = "XK_Georgian_qar" )] |
3193 | pub const Georgian_qar: RawKeysym = 0x10010e7; |
3194 | #[doc (alias = "XK_Georgian_shin" )] |
3195 | pub const Georgian_shin: RawKeysym = 0x10010e8; |
3196 | #[doc (alias = "XK_Georgian_chin" )] |
3197 | pub const Georgian_chin: RawKeysym = 0x10010e9; |
3198 | #[doc (alias = "XK_Georgian_can" )] |
3199 | pub const Georgian_can: RawKeysym = 0x10010ea; |
3200 | #[doc (alias = "XK_Georgian_jil" )] |
3201 | pub const Georgian_jil: RawKeysym = 0x10010eb; |
3202 | #[doc (alias = "XK_Georgian_cil" )] |
3203 | pub const Georgian_cil: RawKeysym = 0x10010ec; |
3204 | #[doc (alias = "XK_Georgian_char" )] |
3205 | pub const Georgian_char: RawKeysym = 0x10010ed; |
3206 | #[doc (alias = "XK_Georgian_xan" )] |
3207 | pub const Georgian_xan: RawKeysym = 0x10010ee; |
3208 | #[doc (alias = "XK_Georgian_jhan" )] |
3209 | pub const Georgian_jhan: RawKeysym = 0x10010ef; |
3210 | #[doc (alias = "XK_Georgian_hae" )] |
3211 | pub const Georgian_hae: RawKeysym = 0x10010f0; |
3212 | #[doc (alias = "XK_Georgian_he" )] |
3213 | pub const Georgian_he: RawKeysym = 0x10010f1; |
3214 | #[doc (alias = "XK_Georgian_hie" )] |
3215 | pub const Georgian_hie: RawKeysym = 0x10010f2; |
3216 | #[doc (alias = "XK_Georgian_we" )] |
3217 | pub const Georgian_we: RawKeysym = 0x10010f3; |
3218 | #[doc (alias = "XK_Georgian_har" )] |
3219 | pub const Georgian_har: RawKeysym = 0x10010f4; |
3220 | #[doc (alias = "XK_Georgian_hoe" )] |
3221 | pub const Georgian_hoe: RawKeysym = 0x10010f5; |
3222 | #[doc (alias = "XK_Georgian_fi" )] |
3223 | pub const Georgian_fi: RawKeysym = 0x10010f6; |
3224 | #[doc (alias = "XK_Xabovedot" )] |
3225 | pub const Xabovedot: RawKeysym = 0x1001e8a; |
3226 | #[doc (alias = "XK_Ibreve" )] |
3227 | pub const Ibreve: RawKeysym = 0x100012c; |
3228 | #[doc (alias = "XK_Zstroke" )] |
3229 | pub const Zstroke: RawKeysym = 0x10001b5; |
3230 | #[doc (alias = "XK_Gcaron" )] |
3231 | pub const Gcaron: RawKeysym = 0x10001e6; |
3232 | #[doc (alias = "XK_Ocaron" )] |
3233 | pub const Ocaron: RawKeysym = 0x10001d1; |
3234 | #[doc (alias = "XK_Obarred" )] |
3235 | pub const Obarred: RawKeysym = 0x100019f; |
3236 | #[doc (alias = "XK_xabovedot" )] |
3237 | pub const xabovedot: RawKeysym = 0x1001e8b; |
3238 | #[doc (alias = "XK_ibreve" )] |
3239 | pub const ibreve: RawKeysym = 0x100012d; |
3240 | #[doc (alias = "XK_zstroke" )] |
3241 | pub const zstroke: RawKeysym = 0x10001b6; |
3242 | #[doc (alias = "XK_gcaron" )] |
3243 | pub const gcaron: RawKeysym = 0x10001e7; |
3244 | #[doc (alias = "XK_ocaron" )] |
3245 | pub const ocaron: RawKeysym = 0x10001d2; |
3246 | #[doc (alias = "XK_obarred" )] |
3247 | pub const obarred: RawKeysym = 0x1000275; |
3248 | #[doc (alias = "XK_SCHWA" )] |
3249 | pub const SCHWA: RawKeysym = 0x100018f; |
3250 | #[doc (alias = "XK_schwa" )] |
3251 | pub const schwa: RawKeysym = 0x1000259; |
3252 | #[doc (alias = "XK_EZH" )] |
3253 | pub const EZH: RawKeysym = 0x10001b7; |
3254 | #[doc (alias = "XK_ezh" )] |
3255 | pub const ezh: RawKeysym = 0x1000292; |
3256 | #[doc (alias = "XK_Lbelowdot" )] |
3257 | pub const Lbelowdot: RawKeysym = 0x1001e36; |
3258 | #[doc (alias = "XK_lbelowdot" )] |
3259 | pub const lbelowdot: RawKeysym = 0x1001e37; |
3260 | #[doc (alias = "XK_Abelowdot" )] |
3261 | pub const Abelowdot: RawKeysym = 0x1001ea0; |
3262 | #[doc (alias = "XK_abelowdot" )] |
3263 | pub const abelowdot: RawKeysym = 0x1001ea1; |
3264 | #[doc (alias = "XK_Ahook" )] |
3265 | pub const Ahook: RawKeysym = 0x1001ea2; |
3266 | #[doc (alias = "XK_ahook" )] |
3267 | pub const ahook: RawKeysym = 0x1001ea3; |
3268 | #[doc (alias = "XK_Acircumflexacute" )] |
3269 | pub const Acircumflexacute: RawKeysym = 0x1001ea4; |
3270 | #[doc (alias = "XK_acircumflexacute" )] |
3271 | pub const acircumflexacute: RawKeysym = 0x1001ea5; |
3272 | #[doc (alias = "XK_Acircumflexgrave" )] |
3273 | pub const Acircumflexgrave: RawKeysym = 0x1001ea6; |
3274 | #[doc (alias = "XK_acircumflexgrave" )] |
3275 | pub const acircumflexgrave: RawKeysym = 0x1001ea7; |
3276 | #[doc (alias = "XK_Acircumflexhook" )] |
3277 | pub const Acircumflexhook: RawKeysym = 0x1001ea8; |
3278 | #[doc (alias = "XK_acircumflexhook" )] |
3279 | pub const acircumflexhook: RawKeysym = 0x1001ea9; |
3280 | #[doc (alias = "XK_Acircumflextilde" )] |
3281 | pub const Acircumflextilde: RawKeysym = 0x1001eaa; |
3282 | #[doc (alias = "XK_acircumflextilde" )] |
3283 | pub const acircumflextilde: RawKeysym = 0x1001eab; |
3284 | #[doc (alias = "XK_Acircumflexbelowdot" )] |
3285 | pub const Acircumflexbelowdot: RawKeysym = 0x1001eac; |
3286 | #[doc (alias = "XK_acircumflexbelowdot" )] |
3287 | pub const acircumflexbelowdot: RawKeysym = 0x1001ead; |
3288 | #[doc (alias = "XK_Abreveacute" )] |
3289 | pub const Abreveacute: RawKeysym = 0x1001eae; |
3290 | #[doc (alias = "XK_abreveacute" )] |
3291 | pub const abreveacute: RawKeysym = 0x1001eaf; |
3292 | #[doc (alias = "XK_Abrevegrave" )] |
3293 | pub const Abrevegrave: RawKeysym = 0x1001eb0; |
3294 | #[doc (alias = "XK_abrevegrave" )] |
3295 | pub const abrevegrave: RawKeysym = 0x1001eb1; |
3296 | #[doc (alias = "XK_Abrevehook" )] |
3297 | pub const Abrevehook: RawKeysym = 0x1001eb2; |
3298 | #[doc (alias = "XK_abrevehook" )] |
3299 | pub const abrevehook: RawKeysym = 0x1001eb3; |
3300 | #[doc (alias = "XK_Abrevetilde" )] |
3301 | pub const Abrevetilde: RawKeysym = 0x1001eb4; |
3302 | #[doc (alias = "XK_abrevetilde" )] |
3303 | pub const abrevetilde: RawKeysym = 0x1001eb5; |
3304 | #[doc (alias = "XK_Abrevebelowdot" )] |
3305 | pub const Abrevebelowdot: RawKeysym = 0x1001eb6; |
3306 | #[doc (alias = "XK_abrevebelowdot" )] |
3307 | pub const abrevebelowdot: RawKeysym = 0x1001eb7; |
3308 | #[doc (alias = "XK_Ebelowdot" )] |
3309 | pub const Ebelowdot: RawKeysym = 0x1001eb8; |
3310 | #[doc (alias = "XK_ebelowdot" )] |
3311 | pub const ebelowdot: RawKeysym = 0x1001eb9; |
3312 | #[doc (alias = "XK_Ehook" )] |
3313 | pub const Ehook: RawKeysym = 0x1001eba; |
3314 | #[doc (alias = "XK_ehook" )] |
3315 | pub const ehook: RawKeysym = 0x1001ebb; |
3316 | #[doc (alias = "XK_Etilde" )] |
3317 | pub const Etilde: RawKeysym = 0x1001ebc; |
3318 | #[doc (alias = "XK_etilde" )] |
3319 | pub const etilde: RawKeysym = 0x1001ebd; |
3320 | #[doc (alias = "XK_Ecircumflexacute" )] |
3321 | pub const Ecircumflexacute: RawKeysym = 0x1001ebe; |
3322 | #[doc (alias = "XK_ecircumflexacute" )] |
3323 | pub const ecircumflexacute: RawKeysym = 0x1001ebf; |
3324 | #[doc (alias = "XK_Ecircumflexgrave" )] |
3325 | pub const Ecircumflexgrave: RawKeysym = 0x1001ec0; |
3326 | #[doc (alias = "XK_ecircumflexgrave" )] |
3327 | pub const ecircumflexgrave: RawKeysym = 0x1001ec1; |
3328 | #[doc (alias = "XK_Ecircumflexhook" )] |
3329 | pub const Ecircumflexhook: RawKeysym = 0x1001ec2; |
3330 | #[doc (alias = "XK_ecircumflexhook" )] |
3331 | pub const ecircumflexhook: RawKeysym = 0x1001ec3; |
3332 | #[doc (alias = "XK_Ecircumflextilde" )] |
3333 | pub const Ecircumflextilde: RawKeysym = 0x1001ec4; |
3334 | #[doc (alias = "XK_ecircumflextilde" )] |
3335 | pub const ecircumflextilde: RawKeysym = 0x1001ec5; |
3336 | #[doc (alias = "XK_Ecircumflexbelowdot" )] |
3337 | pub const Ecircumflexbelowdot: RawKeysym = 0x1001ec6; |
3338 | #[doc (alias = "XK_ecircumflexbelowdot" )] |
3339 | pub const ecircumflexbelowdot: RawKeysym = 0x1001ec7; |
3340 | #[doc (alias = "XK_Ihook" )] |
3341 | pub const Ihook: RawKeysym = 0x1001ec8; |
3342 | #[doc (alias = "XK_ihook" )] |
3343 | pub const ihook: RawKeysym = 0x1001ec9; |
3344 | #[doc (alias = "XK_Ibelowdot" )] |
3345 | pub const Ibelowdot: RawKeysym = 0x1001eca; |
3346 | #[doc (alias = "XK_ibelowdot" )] |
3347 | pub const ibelowdot: RawKeysym = 0x1001ecb; |
3348 | #[doc (alias = "XK_Obelowdot" )] |
3349 | pub const Obelowdot: RawKeysym = 0x1001ecc; |
3350 | #[doc (alias = "XK_obelowdot" )] |
3351 | pub const obelowdot: RawKeysym = 0x1001ecd; |
3352 | #[doc (alias = "XK_Ohook" )] |
3353 | pub const Ohook: RawKeysym = 0x1001ece; |
3354 | #[doc (alias = "XK_ohook" )] |
3355 | pub const ohook: RawKeysym = 0x1001ecf; |
3356 | #[doc (alias = "XK_Ocircumflexacute" )] |
3357 | pub const Ocircumflexacute: RawKeysym = 0x1001ed0; |
3358 | #[doc (alias = "XK_ocircumflexacute" )] |
3359 | pub const ocircumflexacute: RawKeysym = 0x1001ed1; |
3360 | #[doc (alias = "XK_Ocircumflexgrave" )] |
3361 | pub const Ocircumflexgrave: RawKeysym = 0x1001ed2; |
3362 | #[doc (alias = "XK_ocircumflexgrave" )] |
3363 | pub const ocircumflexgrave: RawKeysym = 0x1001ed3; |
3364 | #[doc (alias = "XK_Ocircumflexhook" )] |
3365 | pub const Ocircumflexhook: RawKeysym = 0x1001ed4; |
3366 | #[doc (alias = "XK_ocircumflexhook" )] |
3367 | pub const ocircumflexhook: RawKeysym = 0x1001ed5; |
3368 | #[doc (alias = "XK_Ocircumflextilde" )] |
3369 | pub const Ocircumflextilde: RawKeysym = 0x1001ed6; |
3370 | #[doc (alias = "XK_ocircumflextilde" )] |
3371 | pub const ocircumflextilde: RawKeysym = 0x1001ed7; |
3372 | #[doc (alias = "XK_Ocircumflexbelowdot" )] |
3373 | pub const Ocircumflexbelowdot: RawKeysym = 0x1001ed8; |
3374 | #[doc (alias = "XK_ocircumflexbelowdot" )] |
3375 | pub const ocircumflexbelowdot: RawKeysym = 0x1001ed9; |
3376 | #[doc (alias = "XK_Ohornacute" )] |
3377 | pub const Ohornacute: RawKeysym = 0x1001eda; |
3378 | #[doc (alias = "XK_ohornacute" )] |
3379 | pub const ohornacute: RawKeysym = 0x1001edb; |
3380 | #[doc (alias = "XK_Ohorngrave" )] |
3381 | pub const Ohorngrave: RawKeysym = 0x1001edc; |
3382 | #[doc (alias = "XK_ohorngrave" )] |
3383 | pub const ohorngrave: RawKeysym = 0x1001edd; |
3384 | #[doc (alias = "XK_Ohornhook" )] |
3385 | pub const Ohornhook: RawKeysym = 0x1001ede; |
3386 | #[doc (alias = "XK_ohornhook" )] |
3387 | pub const ohornhook: RawKeysym = 0x1001edf; |
3388 | #[doc (alias = "XK_Ohorntilde" )] |
3389 | pub const Ohorntilde: RawKeysym = 0x1001ee0; |
3390 | #[doc (alias = "XK_ohorntilde" )] |
3391 | pub const ohorntilde: RawKeysym = 0x1001ee1; |
3392 | #[doc (alias = "XK_Ohornbelowdot" )] |
3393 | pub const Ohornbelowdot: RawKeysym = 0x1001ee2; |
3394 | #[doc (alias = "XK_ohornbelowdot" )] |
3395 | pub const ohornbelowdot: RawKeysym = 0x1001ee3; |
3396 | #[doc (alias = "XK_Ubelowdot" )] |
3397 | pub const Ubelowdot: RawKeysym = 0x1001ee4; |
3398 | #[doc (alias = "XK_ubelowdot" )] |
3399 | pub const ubelowdot: RawKeysym = 0x1001ee5; |
3400 | #[doc (alias = "XK_Uhook" )] |
3401 | pub const Uhook: RawKeysym = 0x1001ee6; |
3402 | #[doc (alias = "XK_uhook" )] |
3403 | pub const uhook: RawKeysym = 0x1001ee7; |
3404 | #[doc (alias = "XK_Uhornacute" )] |
3405 | pub const Uhornacute: RawKeysym = 0x1001ee8; |
3406 | #[doc (alias = "XK_uhornacute" )] |
3407 | pub const uhornacute: RawKeysym = 0x1001ee9; |
3408 | #[doc (alias = "XK_Uhorngrave" )] |
3409 | pub const Uhorngrave: RawKeysym = 0x1001eea; |
3410 | #[doc (alias = "XK_uhorngrave" )] |
3411 | pub const uhorngrave: RawKeysym = 0x1001eeb; |
3412 | #[doc (alias = "XK_Uhornhook" )] |
3413 | pub const Uhornhook: RawKeysym = 0x1001eec; |
3414 | #[doc (alias = "XK_uhornhook" )] |
3415 | pub const uhornhook: RawKeysym = 0x1001eed; |
3416 | #[doc (alias = "XK_Uhorntilde" )] |
3417 | pub const Uhorntilde: RawKeysym = 0x1001eee; |
3418 | #[doc (alias = "XK_uhorntilde" )] |
3419 | pub const uhorntilde: RawKeysym = 0x1001eef; |
3420 | #[doc (alias = "XK_Uhornbelowdot" )] |
3421 | pub const Uhornbelowdot: RawKeysym = 0x1001ef0; |
3422 | #[doc (alias = "XK_uhornbelowdot" )] |
3423 | pub const uhornbelowdot: RawKeysym = 0x1001ef1; |
3424 | #[doc (alias = "XK_Ybelowdot" )] |
3425 | pub const Ybelowdot: RawKeysym = 0x1001ef4; |
3426 | #[doc (alias = "XK_ybelowdot" )] |
3427 | pub const ybelowdot: RawKeysym = 0x1001ef5; |
3428 | #[doc (alias = "XK_Yhook" )] |
3429 | pub const Yhook: RawKeysym = 0x1001ef6; |
3430 | #[doc (alias = "XK_yhook" )] |
3431 | pub const yhook: RawKeysym = 0x1001ef7; |
3432 | #[doc (alias = "XK_Ytilde" )] |
3433 | pub const Ytilde: RawKeysym = 0x1001ef8; |
3434 | #[doc (alias = "XK_ytilde" )] |
3435 | pub const ytilde: RawKeysym = 0x1001ef9; |
3436 | #[doc (alias = "XK_Ohorn" )] |
3437 | pub const Ohorn: RawKeysym = 0x10001a0; |
3438 | #[doc (alias = "XK_ohorn" )] |
3439 | pub const ohorn: RawKeysym = 0x10001a1; |
3440 | #[doc (alias = "XK_Uhorn" )] |
3441 | pub const Uhorn: RawKeysym = 0x10001af; |
3442 | #[doc (alias = "XK_uhorn" )] |
3443 | pub const uhorn: RawKeysym = 0x10001b0; |
3444 | #[doc (alias = "XK_combining_tilde" )] |
3445 | pub const combining_tilde: RawKeysym = 0x1000303; |
3446 | #[doc (alias = "XK_combining_grave" )] |
3447 | pub const combining_grave: RawKeysym = 0x1000300; |
3448 | #[doc (alias = "XK_combining_acute" )] |
3449 | pub const combining_acute: RawKeysym = 0x1000301; |
3450 | #[doc (alias = "XK_combining_hook" )] |
3451 | pub const combining_hook: RawKeysym = 0x1000309; |
3452 | #[doc (alias = "XK_combining_belowdot" )] |
3453 | pub const combining_belowdot: RawKeysym = 0x1000323; |
3454 | #[doc (alias = "XK_EcuSign" )] |
3455 | pub const EcuSign: RawKeysym = 0x10020a0; |
3456 | #[doc (alias = "XK_ColonSign" )] |
3457 | pub const ColonSign: RawKeysym = 0x10020a1; |
3458 | #[doc (alias = "XK_CruzeiroSign" )] |
3459 | pub const CruzeiroSign: RawKeysym = 0x10020a2; |
3460 | #[doc (alias = "XK_FFrancSign" )] |
3461 | pub const FFrancSign: RawKeysym = 0x10020a3; |
3462 | #[doc (alias = "XK_LiraSign" )] |
3463 | pub const LiraSign: RawKeysym = 0x10020a4; |
3464 | #[doc (alias = "XK_MillSign" )] |
3465 | pub const MillSign: RawKeysym = 0x10020a5; |
3466 | #[doc (alias = "XK_NairaSign" )] |
3467 | pub const NairaSign: RawKeysym = 0x10020a6; |
3468 | #[doc (alias = "XK_PesetaSign" )] |
3469 | pub const PesetaSign: RawKeysym = 0x10020a7; |
3470 | #[doc (alias = "XK_RupeeSign" )] |
3471 | pub const RupeeSign: RawKeysym = 0x10020a8; |
3472 | #[doc (alias = "XK_WonSign" )] |
3473 | pub const WonSign: RawKeysym = 0x10020a9; |
3474 | #[doc (alias = "XK_NewSheqelSign" )] |
3475 | pub const NewSheqelSign: RawKeysym = 0x10020aa; |
3476 | #[doc (alias = "XK_DongSign" )] |
3477 | pub const DongSign: RawKeysym = 0x10020ab; |
3478 | #[doc (alias = "XK_EuroSign" )] |
3479 | pub const EuroSign: RawKeysym = 0x20ac; |
3480 | #[doc (alias = "XK_zerosuperior" )] |
3481 | pub const zerosuperior: RawKeysym = 0x1002070; |
3482 | #[doc (alias = "XK_foursuperior" )] |
3483 | pub const foursuperior: RawKeysym = 0x1002074; |
3484 | #[doc (alias = "XK_fivesuperior" )] |
3485 | pub const fivesuperior: RawKeysym = 0x1002075; |
3486 | #[doc (alias = "XK_sixsuperior" )] |
3487 | pub const sixsuperior: RawKeysym = 0x1002076; |
3488 | #[doc (alias = "XK_sevensuperior" )] |
3489 | pub const sevensuperior: RawKeysym = 0x1002077; |
3490 | #[doc (alias = "XK_eightsuperior" )] |
3491 | pub const eightsuperior: RawKeysym = 0x1002078; |
3492 | #[doc (alias = "XK_ninesuperior" )] |
3493 | pub const ninesuperior: RawKeysym = 0x1002079; |
3494 | #[doc (alias = "XK_zerosubscript" )] |
3495 | pub const zerosubscript: RawKeysym = 0x1002080; |
3496 | #[doc (alias = "XK_onesubscript" )] |
3497 | pub const onesubscript: RawKeysym = 0x1002081; |
3498 | #[doc (alias = "XK_twosubscript" )] |
3499 | pub const twosubscript: RawKeysym = 0x1002082; |
3500 | #[doc (alias = "XK_threesubscript" )] |
3501 | pub const threesubscript: RawKeysym = 0x1002083; |
3502 | #[doc (alias = "XK_foursubscript" )] |
3503 | pub const foursubscript: RawKeysym = 0x1002084; |
3504 | #[doc (alias = "XK_fivesubscript" )] |
3505 | pub const fivesubscript: RawKeysym = 0x1002085; |
3506 | #[doc (alias = "XK_sixsubscript" )] |
3507 | pub const sixsubscript: RawKeysym = 0x1002086; |
3508 | #[doc (alias = "XK_sevensubscript" )] |
3509 | pub const sevensubscript: RawKeysym = 0x1002087; |
3510 | #[doc (alias = "XK_eightsubscript" )] |
3511 | pub const eightsubscript: RawKeysym = 0x1002088; |
3512 | #[doc (alias = "XK_ninesubscript" )] |
3513 | pub const ninesubscript: RawKeysym = 0x1002089; |
3514 | #[doc (alias = "XK_partdifferential" )] |
3515 | pub const partdifferential: RawKeysym = 0x1002202; |
3516 | #[doc (alias = "XK_emptyset" )] |
3517 | pub const emptyset: RawKeysym = 0x1002205; |
3518 | #[doc (alias = "XK_elementof" )] |
3519 | pub const elementof: RawKeysym = 0x1002208; |
3520 | #[doc (alias = "XK_notelementof" )] |
3521 | pub const notelementof: RawKeysym = 0x1002209; |
3522 | #[doc (alias = "XK_containsas" )] |
3523 | pub const containsas: RawKeysym = 0x100220b; |
3524 | #[doc (alias = "XK_squareroot" )] |
3525 | pub const squareroot: RawKeysym = 0x100221a; |
3526 | #[doc (alias = "XK_cuberoot" )] |
3527 | pub const cuberoot: RawKeysym = 0x100221b; |
3528 | #[doc (alias = "XK_fourthroot" )] |
3529 | pub const fourthroot: RawKeysym = 0x100221c; |
3530 | #[doc (alias = "XK_dintegral" )] |
3531 | pub const dintegral: RawKeysym = 0x100222c; |
3532 | #[doc (alias = "XK_tintegral" )] |
3533 | pub const tintegral: RawKeysym = 0x100222d; |
3534 | #[doc (alias = "XK_because" )] |
3535 | pub const because: RawKeysym = 0x1002235; |
3536 | #[doc (alias = "XK_approxeq" )] |
3537 | pub const approxeq: RawKeysym = 0x1002248; |
3538 | #[doc (alias = "XK_notapproxeq" )] |
3539 | pub const notapproxeq: RawKeysym = 0x1002247; |
3540 | #[doc (alias = "XK_notidentical" )] |
3541 | pub const notidentical: RawKeysym = 0x1002262; |
3542 | #[doc (alias = "XK_stricteq" )] |
3543 | pub const stricteq: RawKeysym = 0x1002263; |
3544 | #[doc (alias = "XK_braille_dot_1" )] |
3545 | pub const braille_dot_1: RawKeysym = 0xfff1; |
3546 | #[doc (alias = "XK_braille_dot_2" )] |
3547 | pub const braille_dot_2: RawKeysym = 0xfff2; |
3548 | #[doc (alias = "XK_braille_dot_3" )] |
3549 | pub const braille_dot_3: RawKeysym = 0xfff3; |
3550 | #[doc (alias = "XK_braille_dot_4" )] |
3551 | pub const braille_dot_4: RawKeysym = 0xfff4; |
3552 | #[doc (alias = "XK_braille_dot_5" )] |
3553 | pub const braille_dot_5: RawKeysym = 0xfff5; |
3554 | #[doc (alias = "XK_braille_dot_6" )] |
3555 | pub const braille_dot_6: RawKeysym = 0xfff6; |
3556 | #[doc (alias = "XK_braille_dot_7" )] |
3557 | pub const braille_dot_7: RawKeysym = 0xfff7; |
3558 | #[doc (alias = "XK_braille_dot_8" )] |
3559 | pub const braille_dot_8: RawKeysym = 0xfff8; |
3560 | #[doc (alias = "XK_braille_dot_9" )] |
3561 | pub const braille_dot_9: RawKeysym = 0xfff9; |
3562 | #[doc (alias = "XK_braille_dot_10" )] |
3563 | pub const braille_dot_10: RawKeysym = 0xfffa; |
3564 | #[doc (alias = "XK_braille_blank" )] |
3565 | pub const braille_blank: RawKeysym = 0x1002800; |
3566 | #[doc (alias = "XK_braille_dots_1" )] |
3567 | pub const braille_dots_1: RawKeysym = 0x1002801; |
3568 | #[doc (alias = "XK_braille_dots_2" )] |
3569 | pub const braille_dots_2: RawKeysym = 0x1002802; |
3570 | #[doc (alias = "XK_braille_dots_12" )] |
3571 | pub const braille_dots_12: RawKeysym = 0x1002803; |
3572 | #[doc (alias = "XK_braille_dots_3" )] |
3573 | pub const braille_dots_3: RawKeysym = 0x1002804; |
3574 | #[doc (alias = "XK_braille_dots_13" )] |
3575 | pub const braille_dots_13: RawKeysym = 0x1002805; |
3576 | #[doc (alias = "XK_braille_dots_23" )] |
3577 | pub const braille_dots_23: RawKeysym = 0x1002806; |
3578 | #[doc (alias = "XK_braille_dots_123" )] |
3579 | pub const braille_dots_123: RawKeysym = 0x1002807; |
3580 | #[doc (alias = "XK_braille_dots_4" )] |
3581 | pub const braille_dots_4: RawKeysym = 0x1002808; |
3582 | #[doc (alias = "XK_braille_dots_14" )] |
3583 | pub const braille_dots_14: RawKeysym = 0x1002809; |
3584 | #[doc (alias = "XK_braille_dots_24" )] |
3585 | pub const braille_dots_24: RawKeysym = 0x100280a; |
3586 | #[doc (alias = "XK_braille_dots_124" )] |
3587 | pub const braille_dots_124: RawKeysym = 0x100280b; |
3588 | #[doc (alias = "XK_braille_dots_34" )] |
3589 | pub const braille_dots_34: RawKeysym = 0x100280c; |
3590 | #[doc (alias = "XK_braille_dots_134" )] |
3591 | pub const braille_dots_134: RawKeysym = 0x100280d; |
3592 | #[doc (alias = "XK_braille_dots_234" )] |
3593 | pub const braille_dots_234: RawKeysym = 0x100280e; |
3594 | #[doc (alias = "XK_braille_dots_1234" )] |
3595 | pub const braille_dots_1234: RawKeysym = 0x100280f; |
3596 | #[doc (alias = "XK_braille_dots_5" )] |
3597 | pub const braille_dots_5: RawKeysym = 0x1002810; |
3598 | #[doc (alias = "XK_braille_dots_15" )] |
3599 | pub const braille_dots_15: RawKeysym = 0x1002811; |
3600 | #[doc (alias = "XK_braille_dots_25" )] |
3601 | pub const braille_dots_25: RawKeysym = 0x1002812; |
3602 | #[doc (alias = "XK_braille_dots_125" )] |
3603 | pub const braille_dots_125: RawKeysym = 0x1002813; |
3604 | #[doc (alias = "XK_braille_dots_35" )] |
3605 | pub const braille_dots_35: RawKeysym = 0x1002814; |
3606 | #[doc (alias = "XK_braille_dots_135" )] |
3607 | pub const braille_dots_135: RawKeysym = 0x1002815; |
3608 | #[doc (alias = "XK_braille_dots_235" )] |
3609 | pub const braille_dots_235: RawKeysym = 0x1002816; |
3610 | #[doc (alias = "XK_braille_dots_1235" )] |
3611 | pub const braille_dots_1235: RawKeysym = 0x1002817; |
3612 | #[doc (alias = "XK_braille_dots_45" )] |
3613 | pub const braille_dots_45: RawKeysym = 0x1002818; |
3614 | #[doc (alias = "XK_braille_dots_145" )] |
3615 | pub const braille_dots_145: RawKeysym = 0x1002819; |
3616 | #[doc (alias = "XK_braille_dots_245" )] |
3617 | pub const braille_dots_245: RawKeysym = 0x100281a; |
3618 | #[doc (alias = "XK_braille_dots_1245" )] |
3619 | pub const braille_dots_1245: RawKeysym = 0x100281b; |
3620 | #[doc (alias = "XK_braille_dots_345" )] |
3621 | pub const braille_dots_345: RawKeysym = 0x100281c; |
3622 | #[doc (alias = "XK_braille_dots_1345" )] |
3623 | pub const braille_dots_1345: RawKeysym = 0x100281d; |
3624 | #[doc (alias = "XK_braille_dots_2345" )] |
3625 | pub const braille_dots_2345: RawKeysym = 0x100281e; |
3626 | #[doc (alias = "XK_braille_dots_12345" )] |
3627 | pub const braille_dots_12345: RawKeysym = 0x100281f; |
3628 | #[doc (alias = "XK_braille_dots_6" )] |
3629 | pub const braille_dots_6: RawKeysym = 0x1002820; |
3630 | #[doc (alias = "XK_braille_dots_16" )] |
3631 | pub const braille_dots_16: RawKeysym = 0x1002821; |
3632 | #[doc (alias = "XK_braille_dots_26" )] |
3633 | pub const braille_dots_26: RawKeysym = 0x1002822; |
3634 | #[doc (alias = "XK_braille_dots_126" )] |
3635 | pub const braille_dots_126: RawKeysym = 0x1002823; |
3636 | #[doc (alias = "XK_braille_dots_36" )] |
3637 | pub const braille_dots_36: RawKeysym = 0x1002824; |
3638 | #[doc (alias = "XK_braille_dots_136" )] |
3639 | pub const braille_dots_136: RawKeysym = 0x1002825; |
3640 | #[doc (alias = "XK_braille_dots_236" )] |
3641 | pub const braille_dots_236: RawKeysym = 0x1002826; |
3642 | #[doc (alias = "XK_braille_dots_1236" )] |
3643 | pub const braille_dots_1236: RawKeysym = 0x1002827; |
3644 | #[doc (alias = "XK_braille_dots_46" )] |
3645 | pub const braille_dots_46: RawKeysym = 0x1002828; |
3646 | #[doc (alias = "XK_braille_dots_146" )] |
3647 | pub const braille_dots_146: RawKeysym = 0x1002829; |
3648 | #[doc (alias = "XK_braille_dots_246" )] |
3649 | pub const braille_dots_246: RawKeysym = 0x100282a; |
3650 | #[doc (alias = "XK_braille_dots_1246" )] |
3651 | pub const braille_dots_1246: RawKeysym = 0x100282b; |
3652 | #[doc (alias = "XK_braille_dots_346" )] |
3653 | pub const braille_dots_346: RawKeysym = 0x100282c; |
3654 | #[doc (alias = "XK_braille_dots_1346" )] |
3655 | pub const braille_dots_1346: RawKeysym = 0x100282d; |
3656 | #[doc (alias = "XK_braille_dots_2346" )] |
3657 | pub const braille_dots_2346: RawKeysym = 0x100282e; |
3658 | #[doc (alias = "XK_braille_dots_12346" )] |
3659 | pub const braille_dots_12346: RawKeysym = 0x100282f; |
3660 | #[doc (alias = "XK_braille_dots_56" )] |
3661 | pub const braille_dots_56: RawKeysym = 0x1002830; |
3662 | #[doc (alias = "XK_braille_dots_156" )] |
3663 | pub const braille_dots_156: RawKeysym = 0x1002831; |
3664 | #[doc (alias = "XK_braille_dots_256" )] |
3665 | pub const braille_dots_256: RawKeysym = 0x1002832; |
3666 | #[doc (alias = "XK_braille_dots_1256" )] |
3667 | pub const braille_dots_1256: RawKeysym = 0x1002833; |
3668 | #[doc (alias = "XK_braille_dots_356" )] |
3669 | pub const braille_dots_356: RawKeysym = 0x1002834; |
3670 | #[doc (alias = "XK_braille_dots_1356" )] |
3671 | pub const braille_dots_1356: RawKeysym = 0x1002835; |
3672 | #[doc (alias = "XK_braille_dots_2356" )] |
3673 | pub const braille_dots_2356: RawKeysym = 0x1002836; |
3674 | #[doc (alias = "XK_braille_dots_12356" )] |
3675 | pub const braille_dots_12356: RawKeysym = 0x1002837; |
3676 | #[doc (alias = "XK_braille_dots_456" )] |
3677 | pub const braille_dots_456: RawKeysym = 0x1002838; |
3678 | #[doc (alias = "XK_braille_dots_1456" )] |
3679 | pub const braille_dots_1456: RawKeysym = 0x1002839; |
3680 | #[doc (alias = "XK_braille_dots_2456" )] |
3681 | pub const braille_dots_2456: RawKeysym = 0x100283a; |
3682 | #[doc (alias = "XK_braille_dots_12456" )] |
3683 | pub const braille_dots_12456: RawKeysym = 0x100283b; |
3684 | #[doc (alias = "XK_braille_dots_3456" )] |
3685 | pub const braille_dots_3456: RawKeysym = 0x100283c; |
3686 | #[doc (alias = "XK_braille_dots_13456" )] |
3687 | pub const braille_dots_13456: RawKeysym = 0x100283d; |
3688 | #[doc (alias = "XK_braille_dots_23456" )] |
3689 | pub const braille_dots_23456: RawKeysym = 0x100283e; |
3690 | #[doc (alias = "XK_braille_dots_123456" )] |
3691 | pub const braille_dots_123456: RawKeysym = 0x100283f; |
3692 | #[doc (alias = "XK_braille_dots_7" )] |
3693 | pub const braille_dots_7: RawKeysym = 0x1002840; |
3694 | #[doc (alias = "XK_braille_dots_17" )] |
3695 | pub const braille_dots_17: RawKeysym = 0x1002841; |
3696 | #[doc (alias = "XK_braille_dots_27" )] |
3697 | pub const braille_dots_27: RawKeysym = 0x1002842; |
3698 | #[doc (alias = "XK_braille_dots_127" )] |
3699 | pub const braille_dots_127: RawKeysym = 0x1002843; |
3700 | #[doc (alias = "XK_braille_dots_37" )] |
3701 | pub const braille_dots_37: RawKeysym = 0x1002844; |
3702 | #[doc (alias = "XK_braille_dots_137" )] |
3703 | pub const braille_dots_137: RawKeysym = 0x1002845; |
3704 | #[doc (alias = "XK_braille_dots_237" )] |
3705 | pub const braille_dots_237: RawKeysym = 0x1002846; |
3706 | #[doc (alias = "XK_braille_dots_1237" )] |
3707 | pub const braille_dots_1237: RawKeysym = 0x1002847; |
3708 | #[doc (alias = "XK_braille_dots_47" )] |
3709 | pub const braille_dots_47: RawKeysym = 0x1002848; |
3710 | #[doc (alias = "XK_braille_dots_147" )] |
3711 | pub const braille_dots_147: RawKeysym = 0x1002849; |
3712 | #[doc (alias = "XK_braille_dots_247" )] |
3713 | pub const braille_dots_247: RawKeysym = 0x100284a; |
3714 | #[doc (alias = "XK_braille_dots_1247" )] |
3715 | pub const braille_dots_1247: RawKeysym = 0x100284b; |
3716 | #[doc (alias = "XK_braille_dots_347" )] |
3717 | pub const braille_dots_347: RawKeysym = 0x100284c; |
3718 | #[doc (alias = "XK_braille_dots_1347" )] |
3719 | pub const braille_dots_1347: RawKeysym = 0x100284d; |
3720 | #[doc (alias = "XK_braille_dots_2347" )] |
3721 | pub const braille_dots_2347: RawKeysym = 0x100284e; |
3722 | #[doc (alias = "XK_braille_dots_12347" )] |
3723 | pub const braille_dots_12347: RawKeysym = 0x100284f; |
3724 | #[doc (alias = "XK_braille_dots_57" )] |
3725 | pub const braille_dots_57: RawKeysym = 0x1002850; |
3726 | #[doc (alias = "XK_braille_dots_157" )] |
3727 | pub const braille_dots_157: RawKeysym = 0x1002851; |
3728 | #[doc (alias = "XK_braille_dots_257" )] |
3729 | pub const braille_dots_257: RawKeysym = 0x1002852; |
3730 | #[doc (alias = "XK_braille_dots_1257" )] |
3731 | pub const braille_dots_1257: RawKeysym = 0x1002853; |
3732 | #[doc (alias = "XK_braille_dots_357" )] |
3733 | pub const braille_dots_357: RawKeysym = 0x1002854; |
3734 | #[doc (alias = "XK_braille_dots_1357" )] |
3735 | pub const braille_dots_1357: RawKeysym = 0x1002855; |
3736 | #[doc (alias = "XK_braille_dots_2357" )] |
3737 | pub const braille_dots_2357: RawKeysym = 0x1002856; |
3738 | #[doc (alias = "XK_braille_dots_12357" )] |
3739 | pub const braille_dots_12357: RawKeysym = 0x1002857; |
3740 | #[doc (alias = "XK_braille_dots_457" )] |
3741 | pub const braille_dots_457: RawKeysym = 0x1002858; |
3742 | #[doc (alias = "XK_braille_dots_1457" )] |
3743 | pub const braille_dots_1457: RawKeysym = 0x1002859; |
3744 | #[doc (alias = "XK_braille_dots_2457" )] |
3745 | pub const braille_dots_2457: RawKeysym = 0x100285a; |
3746 | #[doc (alias = "XK_braille_dots_12457" )] |
3747 | pub const braille_dots_12457: RawKeysym = 0x100285b; |
3748 | #[doc (alias = "XK_braille_dots_3457" )] |
3749 | pub const braille_dots_3457: RawKeysym = 0x100285c; |
3750 | #[doc (alias = "XK_braille_dots_13457" )] |
3751 | pub const braille_dots_13457: RawKeysym = 0x100285d; |
3752 | #[doc (alias = "XK_braille_dots_23457" )] |
3753 | pub const braille_dots_23457: RawKeysym = 0x100285e; |
3754 | #[doc (alias = "XK_braille_dots_123457" )] |
3755 | pub const braille_dots_123457: RawKeysym = 0x100285f; |
3756 | #[doc (alias = "XK_braille_dots_67" )] |
3757 | pub const braille_dots_67: RawKeysym = 0x1002860; |
3758 | #[doc (alias = "XK_braille_dots_167" )] |
3759 | pub const braille_dots_167: RawKeysym = 0x1002861; |
3760 | #[doc (alias = "XK_braille_dots_267" )] |
3761 | pub const braille_dots_267: RawKeysym = 0x1002862; |
3762 | #[doc (alias = "XK_braille_dots_1267" )] |
3763 | pub const braille_dots_1267: RawKeysym = 0x1002863; |
3764 | #[doc (alias = "XK_braille_dots_367" )] |
3765 | pub const braille_dots_367: RawKeysym = 0x1002864; |
3766 | #[doc (alias = "XK_braille_dots_1367" )] |
3767 | pub const braille_dots_1367: RawKeysym = 0x1002865; |
3768 | #[doc (alias = "XK_braille_dots_2367" )] |
3769 | pub const braille_dots_2367: RawKeysym = 0x1002866; |
3770 | #[doc (alias = "XK_braille_dots_12367" )] |
3771 | pub const braille_dots_12367: RawKeysym = 0x1002867; |
3772 | #[doc (alias = "XK_braille_dots_467" )] |
3773 | pub const braille_dots_467: RawKeysym = 0x1002868; |
3774 | #[doc (alias = "XK_braille_dots_1467" )] |
3775 | pub const braille_dots_1467: RawKeysym = 0x1002869; |
3776 | #[doc (alias = "XK_braille_dots_2467" )] |
3777 | pub const braille_dots_2467: RawKeysym = 0x100286a; |
3778 | #[doc (alias = "XK_braille_dots_12467" )] |
3779 | pub const braille_dots_12467: RawKeysym = 0x100286b; |
3780 | #[doc (alias = "XK_braille_dots_3467" )] |
3781 | pub const braille_dots_3467: RawKeysym = 0x100286c; |
3782 | #[doc (alias = "XK_braille_dots_13467" )] |
3783 | pub const braille_dots_13467: RawKeysym = 0x100286d; |
3784 | #[doc (alias = "XK_braille_dots_23467" )] |
3785 | pub const braille_dots_23467: RawKeysym = 0x100286e; |
3786 | #[doc (alias = "XK_braille_dots_123467" )] |
3787 | pub const braille_dots_123467: RawKeysym = 0x100286f; |
3788 | #[doc (alias = "XK_braille_dots_567" )] |
3789 | pub const braille_dots_567: RawKeysym = 0x1002870; |
3790 | #[doc (alias = "XK_braille_dots_1567" )] |
3791 | pub const braille_dots_1567: RawKeysym = 0x1002871; |
3792 | #[doc (alias = "XK_braille_dots_2567" )] |
3793 | pub const braille_dots_2567: RawKeysym = 0x1002872; |
3794 | #[doc (alias = "XK_braille_dots_12567" )] |
3795 | pub const braille_dots_12567: RawKeysym = 0x1002873; |
3796 | #[doc (alias = "XK_braille_dots_3567" )] |
3797 | pub const braille_dots_3567: RawKeysym = 0x1002874; |
3798 | #[doc (alias = "XK_braille_dots_13567" )] |
3799 | pub const braille_dots_13567: RawKeysym = 0x1002875; |
3800 | #[doc (alias = "XK_braille_dots_23567" )] |
3801 | pub const braille_dots_23567: RawKeysym = 0x1002876; |
3802 | #[doc (alias = "XK_braille_dots_123567" )] |
3803 | pub const braille_dots_123567: RawKeysym = 0x1002877; |
3804 | #[doc (alias = "XK_braille_dots_4567" )] |
3805 | pub const braille_dots_4567: RawKeysym = 0x1002878; |
3806 | #[doc (alias = "XK_braille_dots_14567" )] |
3807 | pub const braille_dots_14567: RawKeysym = 0x1002879; |
3808 | #[doc (alias = "XK_braille_dots_24567" )] |
3809 | pub const braille_dots_24567: RawKeysym = 0x100287a; |
3810 | #[doc (alias = "XK_braille_dots_124567" )] |
3811 | pub const braille_dots_124567: RawKeysym = 0x100287b; |
3812 | #[doc (alias = "XK_braille_dots_34567" )] |
3813 | pub const braille_dots_34567: RawKeysym = 0x100287c; |
3814 | #[doc (alias = "XK_braille_dots_134567" )] |
3815 | pub const braille_dots_134567: RawKeysym = 0x100287d; |
3816 | #[doc (alias = "XK_braille_dots_234567" )] |
3817 | pub const braille_dots_234567: RawKeysym = 0x100287e; |
3818 | #[doc (alias = "XK_braille_dots_1234567" )] |
3819 | pub const braille_dots_1234567: RawKeysym = 0x100287f; |
3820 | #[doc (alias = "XK_braille_dots_8" )] |
3821 | pub const braille_dots_8: RawKeysym = 0x1002880; |
3822 | #[doc (alias = "XK_braille_dots_18" )] |
3823 | pub const braille_dots_18: RawKeysym = 0x1002881; |
3824 | #[doc (alias = "XK_braille_dots_28" )] |
3825 | pub const braille_dots_28: RawKeysym = 0x1002882; |
3826 | #[doc (alias = "XK_braille_dots_128" )] |
3827 | pub const braille_dots_128: RawKeysym = 0x1002883; |
3828 | #[doc (alias = "XK_braille_dots_38" )] |
3829 | pub const braille_dots_38: RawKeysym = 0x1002884; |
3830 | #[doc (alias = "XK_braille_dots_138" )] |
3831 | pub const braille_dots_138: RawKeysym = 0x1002885; |
3832 | #[doc (alias = "XK_braille_dots_238" )] |
3833 | pub const braille_dots_238: RawKeysym = 0x1002886; |
3834 | #[doc (alias = "XK_braille_dots_1238" )] |
3835 | pub const braille_dots_1238: RawKeysym = 0x1002887; |
3836 | #[doc (alias = "XK_braille_dots_48" )] |
3837 | pub const braille_dots_48: RawKeysym = 0x1002888; |
3838 | #[doc (alias = "XK_braille_dots_148" )] |
3839 | pub const braille_dots_148: RawKeysym = 0x1002889; |
3840 | #[doc (alias = "XK_braille_dots_248" )] |
3841 | pub const braille_dots_248: RawKeysym = 0x100288a; |
3842 | #[doc (alias = "XK_braille_dots_1248" )] |
3843 | pub const braille_dots_1248: RawKeysym = 0x100288b; |
3844 | #[doc (alias = "XK_braille_dots_348" )] |
3845 | pub const braille_dots_348: RawKeysym = 0x100288c; |
3846 | #[doc (alias = "XK_braille_dots_1348" )] |
3847 | pub const braille_dots_1348: RawKeysym = 0x100288d; |
3848 | #[doc (alias = "XK_braille_dots_2348" )] |
3849 | pub const braille_dots_2348: RawKeysym = 0x100288e; |
3850 | #[doc (alias = "XK_braille_dots_12348" )] |
3851 | pub const braille_dots_12348: RawKeysym = 0x100288f; |
3852 | #[doc (alias = "XK_braille_dots_58" )] |
3853 | pub const braille_dots_58: RawKeysym = 0x1002890; |
3854 | #[doc (alias = "XK_braille_dots_158" )] |
3855 | pub const braille_dots_158: RawKeysym = 0x1002891; |
3856 | #[doc (alias = "XK_braille_dots_258" )] |
3857 | pub const braille_dots_258: RawKeysym = 0x1002892; |
3858 | #[doc (alias = "XK_braille_dots_1258" )] |
3859 | pub const braille_dots_1258: RawKeysym = 0x1002893; |
3860 | #[doc (alias = "XK_braille_dots_358" )] |
3861 | pub const braille_dots_358: RawKeysym = 0x1002894; |
3862 | #[doc (alias = "XK_braille_dots_1358" )] |
3863 | pub const braille_dots_1358: RawKeysym = 0x1002895; |
3864 | #[doc (alias = "XK_braille_dots_2358" )] |
3865 | pub const braille_dots_2358: RawKeysym = 0x1002896; |
3866 | #[doc (alias = "XK_braille_dots_12358" )] |
3867 | pub const braille_dots_12358: RawKeysym = 0x1002897; |
3868 | #[doc (alias = "XK_braille_dots_458" )] |
3869 | pub const braille_dots_458: RawKeysym = 0x1002898; |
3870 | #[doc (alias = "XK_braille_dots_1458" )] |
3871 | pub const braille_dots_1458: RawKeysym = 0x1002899; |
3872 | #[doc (alias = "XK_braille_dots_2458" )] |
3873 | pub const braille_dots_2458: RawKeysym = 0x100289a; |
3874 | #[doc (alias = "XK_braille_dots_12458" )] |
3875 | pub const braille_dots_12458: RawKeysym = 0x100289b; |
3876 | #[doc (alias = "XK_braille_dots_3458" )] |
3877 | pub const braille_dots_3458: RawKeysym = 0x100289c; |
3878 | #[doc (alias = "XK_braille_dots_13458" )] |
3879 | pub const braille_dots_13458: RawKeysym = 0x100289d; |
3880 | #[doc (alias = "XK_braille_dots_23458" )] |
3881 | pub const braille_dots_23458: RawKeysym = 0x100289e; |
3882 | #[doc (alias = "XK_braille_dots_123458" )] |
3883 | pub const braille_dots_123458: RawKeysym = 0x100289f; |
3884 | #[doc (alias = "XK_braille_dots_68" )] |
3885 | pub const braille_dots_68: RawKeysym = 0x10028a0; |
3886 | #[doc (alias = "XK_braille_dots_168" )] |
3887 | pub const braille_dots_168: RawKeysym = 0x10028a1; |
3888 | #[doc (alias = "XK_braille_dots_268" )] |
3889 | pub const braille_dots_268: RawKeysym = 0x10028a2; |
3890 | #[doc (alias = "XK_braille_dots_1268" )] |
3891 | pub const braille_dots_1268: RawKeysym = 0x10028a3; |
3892 | #[doc (alias = "XK_braille_dots_368" )] |
3893 | pub const braille_dots_368: RawKeysym = 0x10028a4; |
3894 | #[doc (alias = "XK_braille_dots_1368" )] |
3895 | pub const braille_dots_1368: RawKeysym = 0x10028a5; |
3896 | #[doc (alias = "XK_braille_dots_2368" )] |
3897 | pub const braille_dots_2368: RawKeysym = 0x10028a6; |
3898 | #[doc (alias = "XK_braille_dots_12368" )] |
3899 | pub const braille_dots_12368: RawKeysym = 0x10028a7; |
3900 | #[doc (alias = "XK_braille_dots_468" )] |
3901 | pub const braille_dots_468: RawKeysym = 0x10028a8; |
3902 | #[doc (alias = "XK_braille_dots_1468" )] |
3903 | pub const braille_dots_1468: RawKeysym = 0x10028a9; |
3904 | #[doc (alias = "XK_braille_dots_2468" )] |
3905 | pub const braille_dots_2468: RawKeysym = 0x10028aa; |
3906 | #[doc (alias = "XK_braille_dots_12468" )] |
3907 | pub const braille_dots_12468: RawKeysym = 0x10028ab; |
3908 | #[doc (alias = "XK_braille_dots_3468" )] |
3909 | pub const braille_dots_3468: RawKeysym = 0x10028ac; |
3910 | #[doc (alias = "XK_braille_dots_13468" )] |
3911 | pub const braille_dots_13468: RawKeysym = 0x10028ad; |
3912 | #[doc (alias = "XK_braille_dots_23468" )] |
3913 | pub const braille_dots_23468: RawKeysym = 0x10028ae; |
3914 | #[doc (alias = "XK_braille_dots_123468" )] |
3915 | pub const braille_dots_123468: RawKeysym = 0x10028af; |
3916 | #[doc (alias = "XK_braille_dots_568" )] |
3917 | pub const braille_dots_568: RawKeysym = 0x10028b0; |
3918 | #[doc (alias = "XK_braille_dots_1568" )] |
3919 | pub const braille_dots_1568: RawKeysym = 0x10028b1; |
3920 | #[doc (alias = "XK_braille_dots_2568" )] |
3921 | pub const braille_dots_2568: RawKeysym = 0x10028b2; |
3922 | #[doc (alias = "XK_braille_dots_12568" )] |
3923 | pub const braille_dots_12568: RawKeysym = 0x10028b3; |
3924 | #[doc (alias = "XK_braille_dots_3568" )] |
3925 | pub const braille_dots_3568: RawKeysym = 0x10028b4; |
3926 | #[doc (alias = "XK_braille_dots_13568" )] |
3927 | pub const braille_dots_13568: RawKeysym = 0x10028b5; |
3928 | #[doc (alias = "XK_braille_dots_23568" )] |
3929 | pub const braille_dots_23568: RawKeysym = 0x10028b6; |
3930 | #[doc (alias = "XK_braille_dots_123568" )] |
3931 | pub const braille_dots_123568: RawKeysym = 0x10028b7; |
3932 | #[doc (alias = "XK_braille_dots_4568" )] |
3933 | pub const braille_dots_4568: RawKeysym = 0x10028b8; |
3934 | #[doc (alias = "XK_braille_dots_14568" )] |
3935 | pub const braille_dots_14568: RawKeysym = 0x10028b9; |
3936 | #[doc (alias = "XK_braille_dots_24568" )] |
3937 | pub const braille_dots_24568: RawKeysym = 0x10028ba; |
3938 | #[doc (alias = "XK_braille_dots_124568" )] |
3939 | pub const braille_dots_124568: RawKeysym = 0x10028bb; |
3940 | #[doc (alias = "XK_braille_dots_34568" )] |
3941 | pub const braille_dots_34568: RawKeysym = 0x10028bc; |
3942 | #[doc (alias = "XK_braille_dots_134568" )] |
3943 | pub const braille_dots_134568: RawKeysym = 0x10028bd; |
3944 | #[doc (alias = "XK_braille_dots_234568" )] |
3945 | pub const braille_dots_234568: RawKeysym = 0x10028be; |
3946 | #[doc (alias = "XK_braille_dots_1234568" )] |
3947 | pub const braille_dots_1234568: RawKeysym = 0x10028bf; |
3948 | #[doc (alias = "XK_braille_dots_78" )] |
3949 | pub const braille_dots_78: RawKeysym = 0x10028c0; |
3950 | #[doc (alias = "XK_braille_dots_178" )] |
3951 | pub const braille_dots_178: RawKeysym = 0x10028c1; |
3952 | #[doc (alias = "XK_braille_dots_278" )] |
3953 | pub const braille_dots_278: RawKeysym = 0x10028c2; |
3954 | #[doc (alias = "XK_braille_dots_1278" )] |
3955 | pub const braille_dots_1278: RawKeysym = 0x10028c3; |
3956 | #[doc (alias = "XK_braille_dots_378" )] |
3957 | pub const braille_dots_378: RawKeysym = 0x10028c4; |
3958 | #[doc (alias = "XK_braille_dots_1378" )] |
3959 | pub const braille_dots_1378: RawKeysym = 0x10028c5; |
3960 | #[doc (alias = "XK_braille_dots_2378" )] |
3961 | pub const braille_dots_2378: RawKeysym = 0x10028c6; |
3962 | #[doc (alias = "XK_braille_dots_12378" )] |
3963 | pub const braille_dots_12378: RawKeysym = 0x10028c7; |
3964 | #[doc (alias = "XK_braille_dots_478" )] |
3965 | pub const braille_dots_478: RawKeysym = 0x10028c8; |
3966 | #[doc (alias = "XK_braille_dots_1478" )] |
3967 | pub const braille_dots_1478: RawKeysym = 0x10028c9; |
3968 | #[doc (alias = "XK_braille_dots_2478" )] |
3969 | pub const braille_dots_2478: RawKeysym = 0x10028ca; |
3970 | #[doc (alias = "XK_braille_dots_12478" )] |
3971 | pub const braille_dots_12478: RawKeysym = 0x10028cb; |
3972 | #[doc (alias = "XK_braille_dots_3478" )] |
3973 | pub const braille_dots_3478: RawKeysym = 0x10028cc; |
3974 | #[doc (alias = "XK_braille_dots_13478" )] |
3975 | pub const braille_dots_13478: RawKeysym = 0x10028cd; |
3976 | #[doc (alias = "XK_braille_dots_23478" )] |
3977 | pub const braille_dots_23478: RawKeysym = 0x10028ce; |
3978 | #[doc (alias = "XK_braille_dots_123478" )] |
3979 | pub const braille_dots_123478: RawKeysym = 0x10028cf; |
3980 | #[doc (alias = "XK_braille_dots_578" )] |
3981 | pub const braille_dots_578: RawKeysym = 0x10028d0; |
3982 | #[doc (alias = "XK_braille_dots_1578" )] |
3983 | pub const braille_dots_1578: RawKeysym = 0x10028d1; |
3984 | #[doc (alias = "XK_braille_dots_2578" )] |
3985 | pub const braille_dots_2578: RawKeysym = 0x10028d2; |
3986 | #[doc (alias = "XK_braille_dots_12578" )] |
3987 | pub const braille_dots_12578: RawKeysym = 0x10028d3; |
3988 | #[doc (alias = "XK_braille_dots_3578" )] |
3989 | pub const braille_dots_3578: RawKeysym = 0x10028d4; |
3990 | #[doc (alias = "XK_braille_dots_13578" )] |
3991 | pub const braille_dots_13578: RawKeysym = 0x10028d5; |
3992 | #[doc (alias = "XK_braille_dots_23578" )] |
3993 | pub const braille_dots_23578: RawKeysym = 0x10028d6; |
3994 | #[doc (alias = "XK_braille_dots_123578" )] |
3995 | pub const braille_dots_123578: RawKeysym = 0x10028d7; |
3996 | #[doc (alias = "XK_braille_dots_4578" )] |
3997 | pub const braille_dots_4578: RawKeysym = 0x10028d8; |
3998 | #[doc (alias = "XK_braille_dots_14578" )] |
3999 | pub const braille_dots_14578: RawKeysym = 0x10028d9; |
4000 | #[doc (alias = "XK_braille_dots_24578" )] |
4001 | pub const braille_dots_24578: RawKeysym = 0x10028da; |
4002 | #[doc (alias = "XK_braille_dots_124578" )] |
4003 | pub const braille_dots_124578: RawKeysym = 0x10028db; |
4004 | #[doc (alias = "XK_braille_dots_34578" )] |
4005 | pub const braille_dots_34578: RawKeysym = 0x10028dc; |
4006 | #[doc (alias = "XK_braille_dots_134578" )] |
4007 | pub const braille_dots_134578: RawKeysym = 0x10028dd; |
4008 | #[doc (alias = "XK_braille_dots_234578" )] |
4009 | pub const braille_dots_234578: RawKeysym = 0x10028de; |
4010 | #[doc (alias = "XK_braille_dots_1234578" )] |
4011 | pub const braille_dots_1234578: RawKeysym = 0x10028df; |
4012 | #[doc (alias = "XK_braille_dots_678" )] |
4013 | pub const braille_dots_678: RawKeysym = 0x10028e0; |
4014 | #[doc (alias = "XK_braille_dots_1678" )] |
4015 | pub const braille_dots_1678: RawKeysym = 0x10028e1; |
4016 | #[doc (alias = "XK_braille_dots_2678" )] |
4017 | pub const braille_dots_2678: RawKeysym = 0x10028e2; |
4018 | #[doc (alias = "XK_braille_dots_12678" )] |
4019 | pub const braille_dots_12678: RawKeysym = 0x10028e3; |
4020 | #[doc (alias = "XK_braille_dots_3678" )] |
4021 | pub const braille_dots_3678: RawKeysym = 0x10028e4; |
4022 | #[doc (alias = "XK_braille_dots_13678" )] |
4023 | pub const braille_dots_13678: RawKeysym = 0x10028e5; |
4024 | #[doc (alias = "XK_braille_dots_23678" )] |
4025 | pub const braille_dots_23678: RawKeysym = 0x10028e6; |
4026 | #[doc (alias = "XK_braille_dots_123678" )] |
4027 | pub const braille_dots_123678: RawKeysym = 0x10028e7; |
4028 | #[doc (alias = "XK_braille_dots_4678" )] |
4029 | pub const braille_dots_4678: RawKeysym = 0x10028e8; |
4030 | #[doc (alias = "XK_braille_dots_14678" )] |
4031 | pub const braille_dots_14678: RawKeysym = 0x10028e9; |
4032 | #[doc (alias = "XK_braille_dots_24678" )] |
4033 | pub const braille_dots_24678: RawKeysym = 0x10028ea; |
4034 | #[doc (alias = "XK_braille_dots_124678" )] |
4035 | pub const braille_dots_124678: RawKeysym = 0x10028eb; |
4036 | #[doc (alias = "XK_braille_dots_34678" )] |
4037 | pub const braille_dots_34678: RawKeysym = 0x10028ec; |
4038 | #[doc (alias = "XK_braille_dots_134678" )] |
4039 | pub const braille_dots_134678: RawKeysym = 0x10028ed; |
4040 | #[doc (alias = "XK_braille_dots_234678" )] |
4041 | pub const braille_dots_234678: RawKeysym = 0x10028ee; |
4042 | #[doc (alias = "XK_braille_dots_1234678" )] |
4043 | pub const braille_dots_1234678: RawKeysym = 0x10028ef; |
4044 | #[doc (alias = "XK_braille_dots_5678" )] |
4045 | pub const braille_dots_5678: RawKeysym = 0x10028f0; |
4046 | #[doc (alias = "XK_braille_dots_15678" )] |
4047 | pub const braille_dots_15678: RawKeysym = 0x10028f1; |
4048 | #[doc (alias = "XK_braille_dots_25678" )] |
4049 | pub const braille_dots_25678: RawKeysym = 0x10028f2; |
4050 | #[doc (alias = "XK_braille_dots_125678" )] |
4051 | pub const braille_dots_125678: RawKeysym = 0x10028f3; |
4052 | #[doc (alias = "XK_braille_dots_35678" )] |
4053 | pub const braille_dots_35678: RawKeysym = 0x10028f4; |
4054 | #[doc (alias = "XK_braille_dots_135678" )] |
4055 | pub const braille_dots_135678: RawKeysym = 0x10028f5; |
4056 | #[doc (alias = "XK_braille_dots_235678" )] |
4057 | pub const braille_dots_235678: RawKeysym = 0x10028f6; |
4058 | #[doc (alias = "XK_braille_dots_1235678" )] |
4059 | pub const braille_dots_1235678: RawKeysym = 0x10028f7; |
4060 | #[doc (alias = "XK_braille_dots_45678" )] |
4061 | pub const braille_dots_45678: RawKeysym = 0x10028f8; |
4062 | #[doc (alias = "XK_braille_dots_145678" )] |
4063 | pub const braille_dots_145678: RawKeysym = 0x10028f9; |
4064 | #[doc (alias = "XK_braille_dots_245678" )] |
4065 | pub const braille_dots_245678: RawKeysym = 0x10028fa; |
4066 | #[doc (alias = "XK_braille_dots_1245678" )] |
4067 | pub const braille_dots_1245678: RawKeysym = 0x10028fb; |
4068 | #[doc (alias = "XK_braille_dots_345678" )] |
4069 | pub const braille_dots_345678: RawKeysym = 0x10028fc; |
4070 | #[doc (alias = "XK_braille_dots_1345678" )] |
4071 | pub const braille_dots_1345678: RawKeysym = 0x10028fd; |
4072 | #[doc (alias = "XK_braille_dots_2345678" )] |
4073 | pub const braille_dots_2345678: RawKeysym = 0x10028fe; |
4074 | #[doc (alias = "XK_braille_dots_12345678" )] |
4075 | pub const braille_dots_12345678: RawKeysym = 0x10028ff; |
4076 | #[doc (alias = "XK_Sinh_ng" )] |
4077 | pub const Sinh_ng: RawKeysym = 0x1000d82; |
4078 | #[doc (alias = "XK_Sinh_h2" )] |
4079 | pub const Sinh_h2: RawKeysym = 0x1000d83; |
4080 | #[doc (alias = "XK_Sinh_a" )] |
4081 | pub const Sinh_a: RawKeysym = 0x1000d85; |
4082 | #[doc (alias = "XK_Sinh_aa" )] |
4083 | pub const Sinh_aa: RawKeysym = 0x1000d86; |
4084 | #[doc (alias = "XK_Sinh_ae" )] |
4085 | pub const Sinh_ae: RawKeysym = 0x1000d87; |
4086 | #[doc (alias = "XK_Sinh_aee" )] |
4087 | pub const Sinh_aee: RawKeysym = 0x1000d88; |
4088 | #[doc (alias = "XK_Sinh_i" )] |
4089 | pub const Sinh_i: RawKeysym = 0x1000d89; |
4090 | #[doc (alias = "XK_Sinh_ii" )] |
4091 | pub const Sinh_ii: RawKeysym = 0x1000d8a; |
4092 | #[doc (alias = "XK_Sinh_u" )] |
4093 | pub const Sinh_u: RawKeysym = 0x1000d8b; |
4094 | #[doc (alias = "XK_Sinh_uu" )] |
4095 | pub const Sinh_uu: RawKeysym = 0x1000d8c; |
4096 | #[doc (alias = "XK_Sinh_ri" )] |
4097 | pub const Sinh_ri: RawKeysym = 0x1000d8d; |
4098 | #[doc (alias = "XK_Sinh_rii" )] |
4099 | pub const Sinh_rii: RawKeysym = 0x1000d8e; |
4100 | #[doc (alias = "XK_Sinh_lu" )] |
4101 | pub const Sinh_lu: RawKeysym = 0x1000d8f; |
4102 | #[doc (alias = "XK_Sinh_luu" )] |
4103 | pub const Sinh_luu: RawKeysym = 0x1000d90; |
4104 | #[doc (alias = "XK_Sinh_e" )] |
4105 | pub const Sinh_e: RawKeysym = 0x1000d91; |
4106 | #[doc (alias = "XK_Sinh_ee" )] |
4107 | pub const Sinh_ee: RawKeysym = 0x1000d92; |
4108 | #[doc (alias = "XK_Sinh_ai" )] |
4109 | pub const Sinh_ai: RawKeysym = 0x1000d93; |
4110 | #[doc (alias = "XK_Sinh_o" )] |
4111 | pub const Sinh_o: RawKeysym = 0x1000d94; |
4112 | #[doc (alias = "XK_Sinh_oo" )] |
4113 | pub const Sinh_oo: RawKeysym = 0x1000d95; |
4114 | #[doc (alias = "XK_Sinh_au" )] |
4115 | pub const Sinh_au: RawKeysym = 0x1000d96; |
4116 | #[doc (alias = "XK_Sinh_ka" )] |
4117 | pub const Sinh_ka: RawKeysym = 0x1000d9a; |
4118 | #[doc (alias = "XK_Sinh_kha" )] |
4119 | pub const Sinh_kha: RawKeysym = 0x1000d9b; |
4120 | #[doc (alias = "XK_Sinh_ga" )] |
4121 | pub const Sinh_ga: RawKeysym = 0x1000d9c; |
4122 | #[doc (alias = "XK_Sinh_gha" )] |
4123 | pub const Sinh_gha: RawKeysym = 0x1000d9d; |
4124 | #[doc (alias = "XK_Sinh_ng2" )] |
4125 | pub const Sinh_ng2: RawKeysym = 0x1000d9e; |
4126 | #[doc (alias = "XK_Sinh_nga" )] |
4127 | pub const Sinh_nga: RawKeysym = 0x1000d9f; |
4128 | #[doc (alias = "XK_Sinh_ca" )] |
4129 | pub const Sinh_ca: RawKeysym = 0x1000da0; |
4130 | #[doc (alias = "XK_Sinh_cha" )] |
4131 | pub const Sinh_cha: RawKeysym = 0x1000da1; |
4132 | #[doc (alias = "XK_Sinh_ja" )] |
4133 | pub const Sinh_ja: RawKeysym = 0x1000da2; |
4134 | #[doc (alias = "XK_Sinh_jha" )] |
4135 | pub const Sinh_jha: RawKeysym = 0x1000da3; |
4136 | #[doc (alias = "XK_Sinh_nya" )] |
4137 | pub const Sinh_nya: RawKeysym = 0x1000da4; |
4138 | #[doc (alias = "XK_Sinh_jnya" )] |
4139 | pub const Sinh_jnya: RawKeysym = 0x1000da5; |
4140 | #[doc (alias = "XK_Sinh_nja" )] |
4141 | pub const Sinh_nja: RawKeysym = 0x1000da6; |
4142 | #[doc (alias = "XK_Sinh_tta" )] |
4143 | pub const Sinh_tta: RawKeysym = 0x1000da7; |
4144 | #[doc (alias = "XK_Sinh_ttha" )] |
4145 | pub const Sinh_ttha: RawKeysym = 0x1000da8; |
4146 | #[doc (alias = "XK_Sinh_dda" )] |
4147 | pub const Sinh_dda: RawKeysym = 0x1000da9; |
4148 | #[doc (alias = "XK_Sinh_ddha" )] |
4149 | pub const Sinh_ddha: RawKeysym = 0x1000daa; |
4150 | #[doc (alias = "XK_Sinh_nna" )] |
4151 | pub const Sinh_nna: RawKeysym = 0x1000dab; |
4152 | #[doc (alias = "XK_Sinh_ndda" )] |
4153 | pub const Sinh_ndda: RawKeysym = 0x1000dac; |
4154 | #[doc (alias = "XK_Sinh_tha" )] |
4155 | pub const Sinh_tha: RawKeysym = 0x1000dad; |
4156 | #[doc (alias = "XK_Sinh_thha" )] |
4157 | pub const Sinh_thha: RawKeysym = 0x1000dae; |
4158 | #[doc (alias = "XK_Sinh_dha" )] |
4159 | pub const Sinh_dha: RawKeysym = 0x1000daf; |
4160 | #[doc (alias = "XK_Sinh_dhha" )] |
4161 | pub const Sinh_dhha: RawKeysym = 0x1000db0; |
4162 | #[doc (alias = "XK_Sinh_na" )] |
4163 | pub const Sinh_na: RawKeysym = 0x1000db1; |
4164 | #[doc (alias = "XK_Sinh_ndha" )] |
4165 | pub const Sinh_ndha: RawKeysym = 0x1000db3; |
4166 | #[doc (alias = "XK_Sinh_pa" )] |
4167 | pub const Sinh_pa: RawKeysym = 0x1000db4; |
4168 | #[doc (alias = "XK_Sinh_pha" )] |
4169 | pub const Sinh_pha: RawKeysym = 0x1000db5; |
4170 | #[doc (alias = "XK_Sinh_ba" )] |
4171 | pub const Sinh_ba: RawKeysym = 0x1000db6; |
4172 | #[doc (alias = "XK_Sinh_bha" )] |
4173 | pub const Sinh_bha: RawKeysym = 0x1000db7; |
4174 | #[doc (alias = "XK_Sinh_ma" )] |
4175 | pub const Sinh_ma: RawKeysym = 0x1000db8; |
4176 | #[doc (alias = "XK_Sinh_mba" )] |
4177 | pub const Sinh_mba: RawKeysym = 0x1000db9; |
4178 | #[doc (alias = "XK_Sinh_ya" )] |
4179 | pub const Sinh_ya: RawKeysym = 0x1000dba; |
4180 | #[doc (alias = "XK_Sinh_ra" )] |
4181 | pub const Sinh_ra: RawKeysym = 0x1000dbb; |
4182 | #[doc (alias = "XK_Sinh_la" )] |
4183 | pub const Sinh_la: RawKeysym = 0x1000dbd; |
4184 | #[doc (alias = "XK_Sinh_va" )] |
4185 | pub const Sinh_va: RawKeysym = 0x1000dc0; |
4186 | #[doc (alias = "XK_Sinh_sha" )] |
4187 | pub const Sinh_sha: RawKeysym = 0x1000dc1; |
4188 | #[doc (alias = "XK_Sinh_ssha" )] |
4189 | pub const Sinh_ssha: RawKeysym = 0x1000dc2; |
4190 | #[doc (alias = "XK_Sinh_sa" )] |
4191 | pub const Sinh_sa: RawKeysym = 0x1000dc3; |
4192 | #[doc (alias = "XK_Sinh_ha" )] |
4193 | pub const Sinh_ha: RawKeysym = 0x1000dc4; |
4194 | #[doc (alias = "XK_Sinh_lla" )] |
4195 | pub const Sinh_lla: RawKeysym = 0x1000dc5; |
4196 | #[doc (alias = "XK_Sinh_fa" )] |
4197 | pub const Sinh_fa: RawKeysym = 0x1000dc6; |
4198 | #[doc (alias = "XK_Sinh_al" )] |
4199 | pub const Sinh_al: RawKeysym = 0x1000dca; |
4200 | #[doc (alias = "XK_Sinh_aa2" )] |
4201 | pub const Sinh_aa2: RawKeysym = 0x1000dcf; |
4202 | #[doc (alias = "XK_Sinh_ae2" )] |
4203 | pub const Sinh_ae2: RawKeysym = 0x1000dd0; |
4204 | #[doc (alias = "XK_Sinh_aee2" )] |
4205 | pub const Sinh_aee2: RawKeysym = 0x1000dd1; |
4206 | #[doc (alias = "XK_Sinh_i2" )] |
4207 | pub const Sinh_i2: RawKeysym = 0x1000dd2; |
4208 | #[doc (alias = "XK_Sinh_ii2" )] |
4209 | pub const Sinh_ii2: RawKeysym = 0x1000dd3; |
4210 | #[doc (alias = "XK_Sinh_u2" )] |
4211 | pub const Sinh_u2: RawKeysym = 0x1000dd4; |
4212 | #[doc (alias = "XK_Sinh_uu2" )] |
4213 | pub const Sinh_uu2: RawKeysym = 0x1000dd6; |
4214 | #[doc (alias = "XK_Sinh_ru2" )] |
4215 | pub const Sinh_ru2: RawKeysym = 0x1000dd8; |
4216 | #[doc (alias = "XK_Sinh_e2" )] |
4217 | pub const Sinh_e2: RawKeysym = 0x1000dd9; |
4218 | #[doc (alias = "XK_Sinh_ee2" )] |
4219 | pub const Sinh_ee2: RawKeysym = 0x1000dda; |
4220 | #[doc (alias = "XK_Sinh_ai2" )] |
4221 | pub const Sinh_ai2: RawKeysym = 0x1000ddb; |
4222 | #[doc (alias = "XK_Sinh_o2" )] |
4223 | pub const Sinh_o2: RawKeysym = 0x1000ddc; |
4224 | #[doc (alias = "XK_Sinh_oo2" )] |
4225 | pub const Sinh_oo2: RawKeysym = 0x1000ddd; |
4226 | #[doc (alias = "XK_Sinh_au2" )] |
4227 | pub const Sinh_au2: RawKeysym = 0x1000dde; |
4228 | #[doc (alias = "XK_Sinh_lu2" )] |
4229 | pub const Sinh_lu2: RawKeysym = 0x1000ddf; |
4230 | #[doc (alias = "XK_Sinh_ruu2" )] |
4231 | pub const Sinh_ruu2: RawKeysym = 0x1000df2; |
4232 | #[doc (alias = "XK_Sinh_luu2" )] |
4233 | pub const Sinh_luu2: RawKeysym = 0x1000df3; |
4234 | #[doc (alias = "XK_Sinh_kunddaliya" )] |
4235 | pub const Sinh_kunddaliya: RawKeysym = 0x1000df4; |
4236 | #[doc (alias = "XF86XK_ModeLock" )] |
4237 | pub const XF86_ModeLock: RawKeysym = 0x1008ff01; |
4238 | #[doc (alias = "XF86XK_MonBrightnessUp" )] |
4239 | pub const XF86_MonBrightnessUp: RawKeysym = 0x1008ff02; |
4240 | #[doc (alias = "XF86XK_MonBrightnessDown" )] |
4241 | pub const XF86_MonBrightnessDown: RawKeysym = 0x1008ff03; |
4242 | #[doc (alias = "XF86XK_KbdLightOnOff" )] |
4243 | pub const XF86_KbdLightOnOff: RawKeysym = 0x1008ff04; |
4244 | #[doc (alias = "XF86XK_KbdBrightnessUp" )] |
4245 | pub const XF86_KbdBrightnessUp: RawKeysym = 0x1008ff05; |
4246 | #[doc (alias = "XF86XK_KbdBrightnessDown" )] |
4247 | pub const XF86_KbdBrightnessDown: RawKeysym = 0x1008ff06; |
4248 | #[doc (alias = "XF86XK_MonBrightnessCycle" )] |
4249 | pub const XF86_MonBrightnessCycle: RawKeysym = 0x1008ff07; |
4250 | #[doc (alias = "XF86XK_Standby" )] |
4251 | pub const XF86_Standby: RawKeysym = 0x1008ff10; |
4252 | #[doc (alias = "XF86XK_AudioLowerVolume" )] |
4253 | pub const XF86_AudioLowerVolume: RawKeysym = 0x1008ff11; |
4254 | #[doc (alias = "XF86XK_AudioMute" )] |
4255 | pub const XF86_AudioMute: RawKeysym = 0x1008ff12; |
4256 | #[doc (alias = "XF86XK_AudioRaiseVolume" )] |
4257 | pub const XF86_AudioRaiseVolume: RawKeysym = 0x1008ff13; |
4258 | #[doc (alias = "XF86XK_AudioPlay" )] |
4259 | pub const XF86_AudioPlay: RawKeysym = 0x1008ff14; |
4260 | #[doc (alias = "XF86XK_AudioStop" )] |
4261 | pub const XF86_AudioStop: RawKeysym = 0x1008ff15; |
4262 | #[doc (alias = "XF86XK_AudioPrev" )] |
4263 | pub const XF86_AudioPrev: RawKeysym = 0x1008ff16; |
4264 | #[doc (alias = "XF86XK_AudioNext" )] |
4265 | pub const XF86_AudioNext: RawKeysym = 0x1008ff17; |
4266 | #[doc (alias = "XF86XK_HomePage" )] |
4267 | pub const XF86_HomePage: RawKeysym = 0x1008ff18; |
4268 | #[doc (alias = "XF86XK_Mail" )] |
4269 | pub const XF86_Mail: RawKeysym = 0x1008ff19; |
4270 | #[doc (alias = "XF86XK_Start" )] |
4271 | pub const XF86_Start: RawKeysym = 0x1008ff1a; |
4272 | #[doc (alias = "XF86XK_Search" )] |
4273 | pub const XF86_Search: RawKeysym = 0x1008ff1b; |
4274 | #[doc (alias = "XF86XK_AudioRecord" )] |
4275 | pub const XF86_AudioRecord: RawKeysym = 0x1008ff1c; |
4276 | #[doc (alias = "XF86XK_Calculator" )] |
4277 | pub const XF86_Calculator: RawKeysym = 0x1008ff1d; |
4278 | #[doc (alias = "XF86XK_Memo" )] |
4279 | pub const XF86_Memo: RawKeysym = 0x1008ff1e; |
4280 | #[doc (alias = "XF86XK_ToDoList" )] |
4281 | pub const XF86_ToDoList: RawKeysym = 0x1008ff1f; |
4282 | #[doc (alias = "XF86XK_Calendar" )] |
4283 | pub const XF86_Calendar: RawKeysym = 0x1008ff20; |
4284 | #[doc (alias = "XF86XK_PowerDown" )] |
4285 | pub const XF86_PowerDown: RawKeysym = 0x1008ff21; |
4286 | #[doc (alias = "XF86XK_ContrastAdjust" )] |
4287 | pub const XF86_ContrastAdjust: RawKeysym = 0x1008ff22; |
4288 | #[doc (alias = "XF86XK_RockerUp" )] |
4289 | pub const XF86_RockerUp: RawKeysym = 0x1008ff23; |
4290 | #[doc (alias = "XF86XK_RockerDown" )] |
4291 | pub const XF86_RockerDown: RawKeysym = 0x1008ff24; |
4292 | #[doc (alias = "XF86XK_RockerEnter" )] |
4293 | pub const XF86_RockerEnter: RawKeysym = 0x1008ff25; |
4294 | #[doc (alias = "XF86XK_Back" )] |
4295 | pub const XF86_Back: RawKeysym = 0x1008ff26; |
4296 | #[doc (alias = "XF86XK_Forward" )] |
4297 | pub const XF86_Forward: RawKeysym = 0x1008ff27; |
4298 | #[doc (alias = "XF86XK_Stop" )] |
4299 | pub const XF86_Stop: RawKeysym = 0x1008ff28; |
4300 | #[doc (alias = "XF86XK_Refresh" )] |
4301 | pub const XF86_Refresh: RawKeysym = 0x1008ff29; |
4302 | #[doc (alias = "XF86XK_PowerOff" )] |
4303 | pub const XF86_PowerOff: RawKeysym = 0x1008ff2a; |
4304 | #[doc (alias = "XF86XK_WakeUp" )] |
4305 | pub const XF86_WakeUp: RawKeysym = 0x1008ff2b; |
4306 | #[doc (alias = "XF86XK_Eject" )] |
4307 | pub const XF86_Eject: RawKeysym = 0x1008ff2c; |
4308 | #[doc (alias = "XF86XK_ScreenSaver" )] |
4309 | pub const XF86_ScreenSaver: RawKeysym = 0x1008ff2d; |
4310 | #[doc (alias = "XF86XK_WWW" )] |
4311 | pub const XF86_WWW: RawKeysym = 0x1008ff2e; |
4312 | #[doc (alias = "XF86XK_Sleep" )] |
4313 | pub const XF86_Sleep: RawKeysym = 0x1008ff2f; |
4314 | #[doc (alias = "XF86XK_Favorites" )] |
4315 | pub const XF86_Favorites: RawKeysym = 0x1008ff30; |
4316 | #[doc (alias = "XF86XK_AudioPause" )] |
4317 | pub const XF86_AudioPause: RawKeysym = 0x1008ff31; |
4318 | #[doc (alias = "XF86XK_AudioMedia" )] |
4319 | pub const XF86_AudioMedia: RawKeysym = 0x1008ff32; |
4320 | #[doc (alias = "XF86XK_MyComputer" )] |
4321 | pub const XF86_MyComputer: RawKeysym = 0x1008ff33; |
4322 | #[doc (alias = "XF86XK_VendorHome" )] |
4323 | pub const XF86_VendorHome: RawKeysym = 0x1008ff34; |
4324 | #[doc (alias = "XF86XK_LightBulb" )] |
4325 | pub const XF86_LightBulb: RawKeysym = 0x1008ff35; |
4326 | #[doc (alias = "XF86XK_Shop" )] |
4327 | pub const XF86_Shop: RawKeysym = 0x1008ff36; |
4328 | #[doc (alias = "XF86XK_History" )] |
4329 | pub const XF86_History: RawKeysym = 0x1008ff37; |
4330 | #[doc (alias = "XF86XK_OpenURL" )] |
4331 | pub const XF86_OpenURL: RawKeysym = 0x1008ff38; |
4332 | #[doc (alias = "XF86XK_AddFavorite" )] |
4333 | pub const XF86_AddFavorite: RawKeysym = 0x1008ff39; |
4334 | #[doc (alias = "XF86XK_HotLinks" )] |
4335 | pub const XF86_HotLinks: RawKeysym = 0x1008ff3a; |
4336 | #[doc (alias = "XF86XK_BrightnessAdjust" )] |
4337 | pub const XF86_BrightnessAdjust: RawKeysym = 0x1008ff3b; |
4338 | #[doc (alias = "XF86XK_Finance" )] |
4339 | pub const XF86_Finance: RawKeysym = 0x1008ff3c; |
4340 | #[doc (alias = "XF86XK_Community" )] |
4341 | pub const XF86_Community: RawKeysym = 0x1008ff3d; |
4342 | #[doc (alias = "XF86XK_AudioRewind" )] |
4343 | pub const XF86_AudioRewind: RawKeysym = 0x1008ff3e; |
4344 | #[doc (alias = "XF86XK_BackForward" )] |
4345 | pub const XF86_BackForward: RawKeysym = 0x1008ff3f; |
4346 | #[doc (alias = "XF86XK_Launch0" )] |
4347 | pub const XF86_Launch0: RawKeysym = 0x1008ff40; |
4348 | #[doc (alias = "XF86XK_Launch1" )] |
4349 | pub const XF86_Launch1: RawKeysym = 0x1008ff41; |
4350 | #[doc (alias = "XF86XK_Launch2" )] |
4351 | pub const XF86_Launch2: RawKeysym = 0x1008ff42; |
4352 | #[doc (alias = "XF86XK_Launch3" )] |
4353 | pub const XF86_Launch3: RawKeysym = 0x1008ff43; |
4354 | #[doc (alias = "XF86XK_Launch4" )] |
4355 | pub const XF86_Launch4: RawKeysym = 0x1008ff44; |
4356 | #[doc (alias = "XF86XK_Launch5" )] |
4357 | pub const XF86_Launch5: RawKeysym = 0x1008ff45; |
4358 | #[doc (alias = "XF86XK_Launch6" )] |
4359 | pub const XF86_Launch6: RawKeysym = 0x1008ff46; |
4360 | #[doc (alias = "XF86XK_Launch7" )] |
4361 | pub const XF86_Launch7: RawKeysym = 0x1008ff47; |
4362 | #[doc (alias = "XF86XK_Launch8" )] |
4363 | pub const XF86_Launch8: RawKeysym = 0x1008ff48; |
4364 | #[doc (alias = "XF86XK_Launch9" )] |
4365 | pub const XF86_Launch9: RawKeysym = 0x1008ff49; |
4366 | #[doc (alias = "XF86XK_LaunchA" )] |
4367 | pub const XF86_LaunchA: RawKeysym = 0x1008ff4a; |
4368 | #[doc (alias = "XF86XK_LaunchB" )] |
4369 | pub const XF86_LaunchB: RawKeysym = 0x1008ff4b; |
4370 | #[doc (alias = "XF86XK_LaunchC" )] |
4371 | pub const XF86_LaunchC: RawKeysym = 0x1008ff4c; |
4372 | #[doc (alias = "XF86XK_LaunchD" )] |
4373 | pub const XF86_LaunchD: RawKeysym = 0x1008ff4d; |
4374 | #[doc (alias = "XF86XK_LaunchE" )] |
4375 | pub const XF86_LaunchE: RawKeysym = 0x1008ff4e; |
4376 | #[doc (alias = "XF86XK_LaunchF" )] |
4377 | pub const XF86_LaunchF: RawKeysym = 0x1008ff4f; |
4378 | #[doc (alias = "XF86XK_ApplicationLeft" )] |
4379 | pub const XF86_ApplicationLeft: RawKeysym = 0x1008ff50; |
4380 | #[doc (alias = "XF86XK_ApplicationRight" )] |
4381 | pub const XF86_ApplicationRight: RawKeysym = 0x1008ff51; |
4382 | #[doc (alias = "XF86XK_Book" )] |
4383 | pub const XF86_Book: RawKeysym = 0x1008ff52; |
4384 | #[doc (alias = "XF86XK_CD" )] |
4385 | pub const XF86_CD: RawKeysym = 0x1008ff53; |
4386 | #[doc (alias = "XF86XK_Calculater" )] |
4387 | pub const XF86_Calculater: RawKeysym = 0x1008ff54; |
4388 | #[doc (alias = "XF86XK_Clear" )] |
4389 | pub const XF86_Clear: RawKeysym = 0x1008ff55; |
4390 | #[doc (alias = "XF86XK_Close" )] |
4391 | pub const XF86_Close: RawKeysym = 0x1008ff56; |
4392 | #[doc (alias = "XF86XK_Copy" )] |
4393 | pub const XF86_Copy: RawKeysym = 0x1008ff57; |
4394 | #[doc (alias = "XF86XK_Cut" )] |
4395 | pub const XF86_Cut: RawKeysym = 0x1008ff58; |
4396 | #[doc (alias = "XF86XK_Display" )] |
4397 | pub const XF86_Display: RawKeysym = 0x1008ff59; |
4398 | #[doc (alias = "XF86XK_DOS" )] |
4399 | pub const XF86_DOS: RawKeysym = 0x1008ff5a; |
4400 | #[doc (alias = "XF86XK_Documents" )] |
4401 | pub const XF86_Documents: RawKeysym = 0x1008ff5b; |
4402 | #[doc (alias = "XF86XK_Excel" )] |
4403 | pub const XF86_Excel: RawKeysym = 0x1008ff5c; |
4404 | #[doc (alias = "XF86XK_Explorer" )] |
4405 | pub const XF86_Explorer: RawKeysym = 0x1008ff5d; |
4406 | #[doc (alias = "XF86XK_Game" )] |
4407 | pub const XF86_Game: RawKeysym = 0x1008ff5e; |
4408 | #[doc (alias = "XF86XK_Go" )] |
4409 | pub const XF86_Go: RawKeysym = 0x1008ff5f; |
4410 | #[doc (alias = "XF86XK_iTouch" )] |
4411 | pub const XF86_iTouch: RawKeysym = 0x1008ff60; |
4412 | #[doc (alias = "XF86XK_LogOff" )] |
4413 | pub const XF86_LogOff: RawKeysym = 0x1008ff61; |
4414 | #[doc (alias = "XF86XK_Market" )] |
4415 | pub const XF86_Market: RawKeysym = 0x1008ff62; |
4416 | #[doc (alias = "XF86XK_Meeting" )] |
4417 | pub const XF86_Meeting: RawKeysym = 0x1008ff63; |
4418 | #[doc (alias = "XF86XK_MenuKB" )] |
4419 | pub const XF86_MenuKB: RawKeysym = 0x1008ff65; |
4420 | #[doc (alias = "XF86XK_MenuPB" )] |
4421 | pub const XF86_MenuPB: RawKeysym = 0x1008ff66; |
4422 | #[doc (alias = "XF86XK_MySites" )] |
4423 | pub const XF86_MySites: RawKeysym = 0x1008ff67; |
4424 | #[doc (alias = "XF86XK_New" )] |
4425 | pub const XF86_New: RawKeysym = 0x1008ff68; |
4426 | #[doc (alias = "XF86XK_News" )] |
4427 | pub const XF86_News: RawKeysym = 0x1008ff69; |
4428 | #[doc (alias = "XF86XK_OfficeHome" )] |
4429 | pub const XF86_OfficeHome: RawKeysym = 0x1008ff6a; |
4430 | #[doc (alias = "XF86XK_Open" )] |
4431 | pub const XF86_Open: RawKeysym = 0x1008ff6b; |
4432 | #[doc (alias = "XF86XK_Option" )] |
4433 | pub const XF86_Option: RawKeysym = 0x1008ff6c; |
4434 | #[doc (alias = "XF86XK_Paste" )] |
4435 | pub const XF86_Paste: RawKeysym = 0x1008ff6d; |
4436 | #[doc (alias = "XF86XK_Phone" )] |
4437 | pub const XF86_Phone: RawKeysym = 0x1008ff6e; |
4438 | #[doc (alias = "XF86XK_Q" )] |
4439 | pub const XF86_Q: RawKeysym = 0x1008ff70; |
4440 | #[doc (alias = "XF86XK_Reply" )] |
4441 | pub const XF86_Reply: RawKeysym = 0x1008ff72; |
4442 | #[doc (alias = "XF86XK_Reload" )] |
4443 | pub const XF86_Reload: RawKeysym = 0x1008ff73; |
4444 | #[doc (alias = "XF86XK_RotateWindows" )] |
4445 | pub const XF86_RotateWindows: RawKeysym = 0x1008ff74; |
4446 | #[doc (alias = "XF86XK_RotationPB" )] |
4447 | pub const XF86_RotationPB: RawKeysym = 0x1008ff75; |
4448 | #[doc (alias = "XF86XK_RotationKB" )] |
4449 | pub const XF86_RotationKB: RawKeysym = 0x1008ff76; |
4450 | #[doc (alias = "XF86XK_Save" )] |
4451 | pub const XF86_Save: RawKeysym = 0x1008ff77; |
4452 | #[doc (alias = "XF86XK_ScrollUp" )] |
4453 | pub const XF86_ScrollUp: RawKeysym = 0x1008ff78; |
4454 | #[doc (alias = "XF86XK_ScrollDown" )] |
4455 | pub const XF86_ScrollDown: RawKeysym = 0x1008ff79; |
4456 | #[doc (alias = "XF86XK_ScrollClick" )] |
4457 | pub const XF86_ScrollClick: RawKeysym = 0x1008ff7a; |
4458 | #[doc (alias = "XF86XK_Send" )] |
4459 | pub const XF86_Send: RawKeysym = 0x1008ff7b; |
4460 | #[doc (alias = "XF86XK_Spell" )] |
4461 | pub const XF86_Spell: RawKeysym = 0x1008ff7c; |
4462 | #[doc (alias = "XF86XK_SplitScreen" )] |
4463 | pub const XF86_SplitScreen: RawKeysym = 0x1008ff7d; |
4464 | #[doc (alias = "XF86XK_Support" )] |
4465 | pub const XF86_Support: RawKeysym = 0x1008ff7e; |
4466 | #[doc (alias = "XF86XK_TaskPane" )] |
4467 | pub const XF86_TaskPane: RawKeysym = 0x1008ff7f; |
4468 | #[doc (alias = "XF86XK_Terminal" )] |
4469 | pub const XF86_Terminal: RawKeysym = 0x1008ff80; |
4470 | #[doc (alias = "XF86XK_Tools" )] |
4471 | pub const XF86_Tools: RawKeysym = 0x1008ff81; |
4472 | #[doc (alias = "XF86XK_Travel" )] |
4473 | pub const XF86_Travel: RawKeysym = 0x1008ff82; |
4474 | #[doc (alias = "XF86XK_UserPB" )] |
4475 | pub const XF86_UserPB: RawKeysym = 0x1008ff84; |
4476 | #[doc (alias = "XF86XK_User1KB" )] |
4477 | pub const XF86_User1KB: RawKeysym = 0x1008ff85; |
4478 | #[doc (alias = "XF86XK_User2KB" )] |
4479 | pub const XF86_User2KB: RawKeysym = 0x1008ff86; |
4480 | #[doc (alias = "XF86XK_Video" )] |
4481 | pub const XF86_Video: RawKeysym = 0x1008ff87; |
4482 | #[doc (alias = "XF86XK_WheelButton" )] |
4483 | pub const XF86_WheelButton: RawKeysym = 0x1008ff88; |
4484 | #[doc (alias = "XF86XK_Word" )] |
4485 | pub const XF86_Word: RawKeysym = 0x1008ff89; |
4486 | #[doc (alias = "XF86XK_Xfer" )] |
4487 | pub const XF86_Xfer: RawKeysym = 0x1008ff8a; |
4488 | #[doc (alias = "XF86XK_ZoomIn" )] |
4489 | pub const XF86_ZoomIn: RawKeysym = 0x1008ff8b; |
4490 | #[doc (alias = "XF86XK_ZoomOut" )] |
4491 | pub const XF86_ZoomOut: RawKeysym = 0x1008ff8c; |
4492 | #[doc (alias = "XF86XK_Away" )] |
4493 | pub const XF86_Away: RawKeysym = 0x1008ff8d; |
4494 | #[doc (alias = "XF86XK_Messenger" )] |
4495 | pub const XF86_Messenger: RawKeysym = 0x1008ff8e; |
4496 | #[doc (alias = "XF86XK_WebCam" )] |
4497 | pub const XF86_WebCam: RawKeysym = 0x1008ff8f; |
4498 | #[doc (alias = "XF86XK_MailForward" )] |
4499 | pub const XF86_MailForward: RawKeysym = 0x1008ff90; |
4500 | #[doc (alias = "XF86XK_Pictures" )] |
4501 | pub const XF86_Pictures: RawKeysym = 0x1008ff91; |
4502 | #[doc (alias = "XF86XK_Music" )] |
4503 | pub const XF86_Music: RawKeysym = 0x1008ff92; |
4504 | #[doc (alias = "XF86XK_Battery" )] |
4505 | pub const XF86_Battery: RawKeysym = 0x1008ff93; |
4506 | #[doc (alias = "XF86XK_Bluetooth" )] |
4507 | pub const XF86_Bluetooth: RawKeysym = 0x1008ff94; |
4508 | #[doc (alias = "XF86XK_WLAN" )] |
4509 | pub const XF86_WLAN: RawKeysym = 0x1008ff95; |
4510 | #[doc (alias = "XF86XK_UWB" )] |
4511 | pub const XF86_UWB: RawKeysym = 0x1008ff96; |
4512 | #[doc (alias = "XF86XK_AudioForward" )] |
4513 | pub const XF86_AudioForward: RawKeysym = 0x1008ff97; |
4514 | #[doc (alias = "XF86XK_AudioRepeat" )] |
4515 | pub const XF86_AudioRepeat: RawKeysym = 0x1008ff98; |
4516 | #[doc (alias = "XF86XK_AudioRandomPlay" )] |
4517 | pub const XF86_AudioRandomPlay: RawKeysym = 0x1008ff99; |
4518 | #[doc (alias = "XF86XK_Subtitle" )] |
4519 | pub const XF86_Subtitle: RawKeysym = 0x1008ff9a; |
4520 | #[doc (alias = "XF86XK_AudioCycleTrack" )] |
4521 | pub const XF86_AudioCycleTrack: RawKeysym = 0x1008ff9b; |
4522 | #[doc (alias = "XF86XK_CycleAngle" )] |
4523 | pub const XF86_CycleAngle: RawKeysym = 0x1008ff9c; |
4524 | #[doc (alias = "XF86XK_FrameBack" )] |
4525 | pub const XF86_FrameBack: RawKeysym = 0x1008ff9d; |
4526 | #[doc (alias = "XF86XK_FrameForward" )] |
4527 | pub const XF86_FrameForward: RawKeysym = 0x1008ff9e; |
4528 | #[doc (alias = "XF86XK_Time" )] |
4529 | pub const XF86_Time: RawKeysym = 0x1008ff9f; |
4530 | #[doc (alias = "XF86XK_Select" )] |
4531 | pub const XF86_Select: RawKeysym = 0x1008ffa0; |
4532 | #[doc (alias = "XF86XK_View" )] |
4533 | pub const XF86_View: RawKeysym = 0x1008ffa1; |
4534 | #[doc (alias = "XF86XK_TopMenu" )] |
4535 | pub const XF86_TopMenu: RawKeysym = 0x1008ffa2; |
4536 | #[doc (alias = "XF86XK_Red" )] |
4537 | pub const XF86_Red: RawKeysym = 0x1008ffa3; |
4538 | #[doc (alias = "XF86XK_Green" )] |
4539 | pub const XF86_Green: RawKeysym = 0x1008ffa4; |
4540 | #[doc (alias = "XF86XK_Yellow" )] |
4541 | pub const XF86_Yellow: RawKeysym = 0x1008ffa5; |
4542 | #[doc (alias = "XF86XK_Blue" )] |
4543 | pub const XF86_Blue: RawKeysym = 0x1008ffa6; |
4544 | #[doc (alias = "XF86XK_Suspend" )] |
4545 | pub const XF86_Suspend: RawKeysym = 0x1008ffa7; |
4546 | #[doc (alias = "XF86XK_Hibernate" )] |
4547 | pub const XF86_Hibernate: RawKeysym = 0x1008ffa8; |
4548 | #[doc (alias = "XF86XK_TouchpadToggle" )] |
4549 | pub const XF86_TouchpadToggle: RawKeysym = 0x1008ffa9; |
4550 | #[doc (alias = "XF86XK_TouchpadOn" )] |
4551 | pub const XF86_TouchpadOn: RawKeysym = 0x1008ffb0; |
4552 | #[doc (alias = "XF86XK_TouchpadOff" )] |
4553 | pub const XF86_TouchpadOff: RawKeysym = 0x1008ffb1; |
4554 | #[doc (alias = "XF86XK_AudioMicMute" )] |
4555 | pub const XF86_AudioMicMute: RawKeysym = 0x1008ffb2; |
4556 | #[doc (alias = "XF86XK_Keyboard" )] |
4557 | pub const XF86_Keyboard: RawKeysym = 0x1008ffb3; |
4558 | #[doc (alias = "XF86XK_WWAN" )] |
4559 | pub const XF86_WWAN: RawKeysym = 0x1008ffb4; |
4560 | #[doc (alias = "XF86XK_RFKill" )] |
4561 | pub const XF86_RFKill: RawKeysym = 0x1008ffb5; |
4562 | #[doc (alias = "XF86XK_AudioPreset" )] |
4563 | pub const XF86_AudioPreset: RawKeysym = 0x1008ffb6; |
4564 | #[doc (alias = "XF86XK_RotationLockToggle" )] |
4565 | pub const XF86_RotationLockToggle: RawKeysym = 0x1008ffb7; |
4566 | #[doc (alias = "XF86XK_FullScreen" )] |
4567 | pub const XF86_FullScreen: RawKeysym = 0x1008ffb8; |
4568 | #[doc (alias = "XF86XK_Switch_VT_1" )] |
4569 | pub const XF86_Switch_VT_1: RawKeysym = 0x1008fe01; |
4570 | #[doc (alias = "XF86XK_Switch_VT_2" )] |
4571 | pub const XF86_Switch_VT_2: RawKeysym = 0x1008fe02; |
4572 | #[doc (alias = "XF86XK_Switch_VT_3" )] |
4573 | pub const XF86_Switch_VT_3: RawKeysym = 0x1008fe03; |
4574 | #[doc (alias = "XF86XK_Switch_VT_4" )] |
4575 | pub const XF86_Switch_VT_4: RawKeysym = 0x1008fe04; |
4576 | #[doc (alias = "XF86XK_Switch_VT_5" )] |
4577 | pub const XF86_Switch_VT_5: RawKeysym = 0x1008fe05; |
4578 | #[doc (alias = "XF86XK_Switch_VT_6" )] |
4579 | pub const XF86_Switch_VT_6: RawKeysym = 0x1008fe06; |
4580 | #[doc (alias = "XF86XK_Switch_VT_7" )] |
4581 | pub const XF86_Switch_VT_7: RawKeysym = 0x1008fe07; |
4582 | #[doc (alias = "XF86XK_Switch_VT_8" )] |
4583 | pub const XF86_Switch_VT_8: RawKeysym = 0x1008fe08; |
4584 | #[doc (alias = "XF86XK_Switch_VT_9" )] |
4585 | pub const XF86_Switch_VT_9: RawKeysym = 0x1008fe09; |
4586 | #[doc (alias = "XF86XK_Switch_VT_10" )] |
4587 | pub const XF86_Switch_VT_10: RawKeysym = 0x1008fe0a; |
4588 | #[doc (alias = "XF86XK_Switch_VT_11" )] |
4589 | pub const XF86_Switch_VT_11: RawKeysym = 0x1008fe0b; |
4590 | #[doc (alias = "XF86XK_Switch_VT_12" )] |
4591 | pub const XF86_Switch_VT_12: RawKeysym = 0x1008fe0c; |
4592 | #[doc (alias = "XF86XK_Ungrab" )] |
4593 | pub const XF86_Ungrab: RawKeysym = 0x1008fe20; |
4594 | #[doc (alias = "XF86XK_ClearGrab" )] |
4595 | pub const XF86_ClearGrab: RawKeysym = 0x1008fe21; |
4596 | #[doc (alias = "XF86XK_Next_VMode" )] |
4597 | pub const XF86_Next_VMode: RawKeysym = 0x1008fe22; |
4598 | #[doc (alias = "XF86XK_Prev_VMode" )] |
4599 | pub const XF86_Prev_VMode: RawKeysym = 0x1008fe23; |
4600 | #[doc (alias = "XF86XK_LogWindowTree" )] |
4601 | pub const XF86_LogWindowTree: RawKeysym = 0x1008fe24; |
4602 | #[doc (alias = "XF86XK_LogGrabInfo" )] |
4603 | pub const XF86_LogGrabInfo: RawKeysym = 0x1008fe25; |
4604 | #[doc (alias = "XF86XK_BrightnessAuto" )] |
4605 | pub const XF86_BrightnessAuto: RawKeysym = 0x100810f4; |
4606 | #[doc (alias = "XF86XK_DisplayOff" )] |
4607 | pub const XF86_DisplayOff: RawKeysym = 0x100810f5; |
4608 | #[doc (alias = "XF86XK_Info" )] |
4609 | pub const XF86_Info: RawKeysym = 0x10081166; |
4610 | #[doc (alias = "XF86XK_AspectRatio" )] |
4611 | pub const XF86_AspectRatio: RawKeysym = 0x10081177; |
4612 | #[doc (alias = "XF86XK_DVD" )] |
4613 | pub const XF86_DVD: RawKeysym = 0x10081185; |
4614 | #[doc (alias = "XF86XK_Audio" )] |
4615 | pub const XF86_Audio: RawKeysym = 0x10081188; |
4616 | #[doc (alias = "XF86XK_ChannelUp" )] |
4617 | pub const XF86_ChannelUp: RawKeysym = 0x10081192; |
4618 | #[doc (alias = "XF86XK_ChannelDown" )] |
4619 | pub const XF86_ChannelDown: RawKeysym = 0x10081193; |
4620 | #[doc (alias = "XF86XK_Break" )] |
4621 | pub const XF86_Break: RawKeysym = 0x1008119b; |
4622 | #[doc (alias = "XF86XK_VideoPhone" )] |
4623 | pub const XF86_VideoPhone: RawKeysym = 0x100811a0; |
4624 | #[doc (alias = "XF86XK_ZoomReset" )] |
4625 | pub const XF86_ZoomReset: RawKeysym = 0x100811a4; |
4626 | #[doc (alias = "XF86XK_Editor" )] |
4627 | pub const XF86_Editor: RawKeysym = 0x100811a6; |
4628 | #[doc (alias = "XF86XK_GraphicsEditor" )] |
4629 | pub const XF86_GraphicsEditor: RawKeysym = 0x100811a8; |
4630 | #[doc (alias = "XF86XK_Presentation" )] |
4631 | pub const XF86_Presentation: RawKeysym = 0x100811a9; |
4632 | #[doc (alias = "XF86XK_Database" )] |
4633 | pub const XF86_Database: RawKeysym = 0x100811aa; |
4634 | #[doc (alias = "XF86XK_Voicemail" )] |
4635 | pub const XF86_Voicemail: RawKeysym = 0x100811ac; |
4636 | #[doc (alias = "XF86XK_Addressbook" )] |
4637 | pub const XF86_Addressbook: RawKeysym = 0x100811ad; |
4638 | #[doc (alias = "XF86XK_DisplayToggle" )] |
4639 | pub const XF86_DisplayToggle: RawKeysym = 0x100811af; |
4640 | #[doc (alias = "XF86XK_SpellCheck" )] |
4641 | pub const XF86_SpellCheck: RawKeysym = 0x100811b0; |
4642 | #[doc (alias = "XF86XK_ContextMenu" )] |
4643 | pub const XF86_ContextMenu: RawKeysym = 0x100811b6; |
4644 | #[doc (alias = "XF86XK_MediaRepeat" )] |
4645 | pub const XF86_MediaRepeat: RawKeysym = 0x100811b7; |
4646 | #[doc (alias = "XF86XK_10ChannelsUp" )] |
4647 | pub const XF86_10ChannelsUp: RawKeysym = 0x100811b8; |
4648 | #[doc (alias = "XF86XK_10ChannelsDown" )] |
4649 | pub const XF86_10ChannelsDown: RawKeysym = 0x100811b9; |
4650 | #[doc (alias = "XF86XK_Images" )] |
4651 | pub const XF86_Images: RawKeysym = 0x100811ba; |
4652 | #[doc (alias = "XF86XK_NotificationCenter" )] |
4653 | pub const XF86_NotificationCenter: RawKeysym = 0x100811bc; |
4654 | #[doc (alias = "XF86XK_PickupPhone" )] |
4655 | pub const XF86_PickupPhone: RawKeysym = 0x100811bd; |
4656 | #[doc (alias = "XF86XK_HangupPhone" )] |
4657 | pub const XF86_HangupPhone: RawKeysym = 0x100811be; |
4658 | #[doc (alias = "XF86XK_Fn" )] |
4659 | pub const XF86_Fn: RawKeysym = 0x100811d0; |
4660 | #[doc (alias = "XF86XK_Fn_Esc" )] |
4661 | pub const XF86_Fn_Esc: RawKeysym = 0x100811d1; |
4662 | #[doc (alias = "XF86XK_FnRightShift" )] |
4663 | pub const XF86_FnRightShift: RawKeysym = 0x100811e5; |
4664 | #[doc (alias = "XF86XK_Numeric0" )] |
4665 | pub const XF86_Numeric0: RawKeysym = 0x10081200; |
4666 | #[doc (alias = "XF86XK_Numeric1" )] |
4667 | pub const XF86_Numeric1: RawKeysym = 0x10081201; |
4668 | #[doc (alias = "XF86XK_Numeric2" )] |
4669 | pub const XF86_Numeric2: RawKeysym = 0x10081202; |
4670 | #[doc (alias = "XF86XK_Numeric3" )] |
4671 | pub const XF86_Numeric3: RawKeysym = 0x10081203; |
4672 | #[doc (alias = "XF86XK_Numeric4" )] |
4673 | pub const XF86_Numeric4: RawKeysym = 0x10081204; |
4674 | #[doc (alias = "XF86XK_Numeric5" )] |
4675 | pub const XF86_Numeric5: RawKeysym = 0x10081205; |
4676 | #[doc (alias = "XF86XK_Numeric6" )] |
4677 | pub const XF86_Numeric6: RawKeysym = 0x10081206; |
4678 | #[doc (alias = "XF86XK_Numeric7" )] |
4679 | pub const XF86_Numeric7: RawKeysym = 0x10081207; |
4680 | #[doc (alias = "XF86XK_Numeric8" )] |
4681 | pub const XF86_Numeric8: RawKeysym = 0x10081208; |
4682 | #[doc (alias = "XF86XK_Numeric9" )] |
4683 | pub const XF86_Numeric9: RawKeysym = 0x10081209; |
4684 | #[doc (alias = "XF86XK_NumericStar" )] |
4685 | pub const XF86_NumericStar: RawKeysym = 0x1008120a; |
4686 | #[doc (alias = "XF86XK_NumericPound" )] |
4687 | pub const XF86_NumericPound: RawKeysym = 0x1008120b; |
4688 | #[doc (alias = "XF86XK_NumericA" )] |
4689 | pub const XF86_NumericA: RawKeysym = 0x1008120c; |
4690 | #[doc (alias = "XF86XK_NumericB" )] |
4691 | pub const XF86_NumericB: RawKeysym = 0x1008120d; |
4692 | #[doc (alias = "XF86XK_NumericC" )] |
4693 | pub const XF86_NumericC: RawKeysym = 0x1008120e; |
4694 | #[doc (alias = "XF86XK_NumericD" )] |
4695 | pub const XF86_NumericD: RawKeysym = 0x1008120f; |
4696 | #[doc (alias = "XF86XK_CameraFocus" )] |
4697 | pub const XF86_CameraFocus: RawKeysym = 0x10081210; |
4698 | #[doc (alias = "XF86XK_WPSButton" )] |
4699 | pub const XF86_WPSButton: RawKeysym = 0x10081211; |
4700 | #[doc (alias = "XF86XK_CameraZoomIn" )] |
4701 | pub const XF86_CameraZoomIn: RawKeysym = 0x10081215; |
4702 | #[doc (alias = "XF86XK_CameraZoomOut" )] |
4703 | pub const XF86_CameraZoomOut: RawKeysym = 0x10081216; |
4704 | #[doc (alias = "XF86XK_CameraUp" )] |
4705 | pub const XF86_CameraUp: RawKeysym = 0x10081217; |
4706 | #[doc (alias = "XF86XK_CameraDown" )] |
4707 | pub const XF86_CameraDown: RawKeysym = 0x10081218; |
4708 | #[doc (alias = "XF86XK_CameraLeft" )] |
4709 | pub const XF86_CameraLeft: RawKeysym = 0x10081219; |
4710 | #[doc (alias = "XF86XK_CameraRight" )] |
4711 | pub const XF86_CameraRight: RawKeysym = 0x1008121a; |
4712 | #[doc (alias = "XF86XK_AttendantOn" )] |
4713 | pub const XF86_AttendantOn: RawKeysym = 0x1008121b; |
4714 | #[doc (alias = "XF86XK_AttendantOff" )] |
4715 | pub const XF86_AttendantOff: RawKeysym = 0x1008121c; |
4716 | #[doc (alias = "XF86XK_AttendantToggle" )] |
4717 | pub const XF86_AttendantToggle: RawKeysym = 0x1008121d; |
4718 | #[doc (alias = "XF86XK_LightsToggle" )] |
4719 | pub const XF86_LightsToggle: RawKeysym = 0x1008121e; |
4720 | #[doc (alias = "XF86XK_ALSToggle" )] |
4721 | pub const XF86_ALSToggle: RawKeysym = 0x10081230; |
4722 | #[doc (alias = "XF86XK_Buttonconfig" )] |
4723 | pub const XF86_Buttonconfig: RawKeysym = 0x10081240; |
4724 | #[doc (alias = "XF86XK_Taskmanager" )] |
4725 | pub const XF86_Taskmanager: RawKeysym = 0x10081241; |
4726 | #[doc (alias = "XF86XK_Journal" )] |
4727 | pub const XF86_Journal: RawKeysym = 0x10081242; |
4728 | #[doc (alias = "XF86XK_ControlPanel" )] |
4729 | pub const XF86_ControlPanel: RawKeysym = 0x10081243; |
4730 | #[doc (alias = "XF86XK_AppSelect" )] |
4731 | pub const XF86_AppSelect: RawKeysym = 0x10081244; |
4732 | #[doc (alias = "XF86XK_Screensaver" )] |
4733 | pub const XF86_Screensaver: RawKeysym = 0x10081245; |
4734 | #[doc (alias = "XF86XK_VoiceCommand" )] |
4735 | pub const XF86_VoiceCommand: RawKeysym = 0x10081246; |
4736 | #[doc (alias = "XF86XK_Assistant" )] |
4737 | pub const XF86_Assistant: RawKeysym = 0x10081247; |
4738 | #[doc (alias = "XF86XK_BrightnessMin" )] |
4739 | pub const XF86_BrightnessMin: RawKeysym = 0x10081250; |
4740 | #[doc (alias = "XF86XK_BrightnessMax" )] |
4741 | pub const XF86_BrightnessMax: RawKeysym = 0x10081251; |
4742 | #[doc (alias = "XF86XK_KbdInputAssistPrev" )] |
4743 | pub const XF86_KbdInputAssistPrev: RawKeysym = 0x10081260; |
4744 | #[doc (alias = "XF86XK_KbdInputAssistNext" )] |
4745 | pub const XF86_KbdInputAssistNext: RawKeysym = 0x10081261; |
4746 | #[doc (alias = "XF86XK_KbdInputAssistPrevgroup" )] |
4747 | pub const XF86_KbdInputAssistPrevgroup: RawKeysym = 0x10081262; |
4748 | #[doc (alias = "XF86XK_KbdInputAssistNextgroup" )] |
4749 | pub const XF86_KbdInputAssistNextgroup: RawKeysym = 0x10081263; |
4750 | #[doc (alias = "XF86XK_KbdInputAssistAccept" )] |
4751 | pub const XF86_KbdInputAssistAccept: RawKeysym = 0x10081264; |
4752 | #[doc (alias = "XF86XK_KbdInputAssistCancel" )] |
4753 | pub const XF86_KbdInputAssistCancel: RawKeysym = 0x10081265; |
4754 | #[doc (alias = "XF86XK_RightUp" )] |
4755 | pub const XF86_RightUp: RawKeysym = 0x10081266; |
4756 | #[doc (alias = "XF86XK_RightDown" )] |
4757 | pub const XF86_RightDown: RawKeysym = 0x10081267; |
4758 | #[doc (alias = "XF86XK_LeftUp" )] |
4759 | pub const XF86_LeftUp: RawKeysym = 0x10081268; |
4760 | #[doc (alias = "XF86XK_LeftDown" )] |
4761 | pub const XF86_LeftDown: RawKeysym = 0x10081269; |
4762 | #[doc (alias = "XF86XK_RootMenu" )] |
4763 | pub const XF86_RootMenu: RawKeysym = 0x1008126a; |
4764 | #[doc (alias = "XF86XK_MediaTopMenu" )] |
4765 | pub const XF86_MediaTopMenu: RawKeysym = 0x1008126b; |
4766 | #[doc (alias = "XF86XK_Numeric11" )] |
4767 | pub const XF86_Numeric11: RawKeysym = 0x1008126c; |
4768 | #[doc (alias = "XF86XK_Numeric12" )] |
4769 | pub const XF86_Numeric12: RawKeysym = 0x1008126d; |
4770 | #[doc (alias = "XF86XK_AudioDesc" )] |
4771 | pub const XF86_AudioDesc: RawKeysym = 0x1008126e; |
4772 | #[doc (alias = "XF86XK_3DMode" )] |
4773 | pub const XF86_3DMode: RawKeysym = 0x1008126f; |
4774 | #[doc (alias = "XF86XK_NextFavorite" )] |
4775 | pub const XF86_NextFavorite: RawKeysym = 0x10081270; |
4776 | #[doc (alias = "XF86XK_StopRecord" )] |
4777 | pub const XF86_StopRecord: RawKeysym = 0x10081271; |
4778 | #[doc (alias = "XF86XK_PauseRecord" )] |
4779 | pub const XF86_PauseRecord: RawKeysym = 0x10081272; |
4780 | #[doc (alias = "XF86XK_VOD" )] |
4781 | pub const XF86_VOD: RawKeysym = 0x10081273; |
4782 | #[doc (alias = "XF86XK_Unmute" )] |
4783 | pub const XF86_Unmute: RawKeysym = 0x10081274; |
4784 | #[doc (alias = "XF86XK_FastReverse" )] |
4785 | pub const XF86_FastReverse: RawKeysym = 0x10081275; |
4786 | #[doc (alias = "XF86XK_SlowReverse" )] |
4787 | pub const XF86_SlowReverse: RawKeysym = 0x10081276; |
4788 | #[doc (alias = "XF86XK_Data" )] |
4789 | pub const XF86_Data: RawKeysym = 0x10081277; |
4790 | #[doc (alias = "XF86XK_OnScreenKeyboard" )] |
4791 | pub const XF86_OnScreenKeyboard: RawKeysym = 0x10081278; |
4792 | #[doc (alias = "XF86XK_PrivacyScreenToggle" )] |
4793 | pub const XF86_PrivacyScreenToggle: RawKeysym = 0x10081279; |
4794 | #[doc (alias = "XF86XK_SelectiveScreenshot" )] |
4795 | pub const XF86_SelectiveScreenshot: RawKeysym = 0x1008127a; |
4796 | #[doc (alias = "XF86XK_Macro1" )] |
4797 | pub const XF86_Macro1: RawKeysym = 0x10081290; |
4798 | #[doc (alias = "XF86XK_Macro2" )] |
4799 | pub const XF86_Macro2: RawKeysym = 0x10081291; |
4800 | #[doc (alias = "XF86XK_Macro3" )] |
4801 | pub const XF86_Macro3: RawKeysym = 0x10081292; |
4802 | #[doc (alias = "XF86XK_Macro4" )] |
4803 | pub const XF86_Macro4: RawKeysym = 0x10081293; |
4804 | #[doc (alias = "XF86XK_Macro5" )] |
4805 | pub const XF86_Macro5: RawKeysym = 0x10081294; |
4806 | #[doc (alias = "XF86XK_Macro6" )] |
4807 | pub const XF86_Macro6: RawKeysym = 0x10081295; |
4808 | #[doc (alias = "XF86XK_Macro7" )] |
4809 | pub const XF86_Macro7: RawKeysym = 0x10081296; |
4810 | #[doc (alias = "XF86XK_Macro8" )] |
4811 | pub const XF86_Macro8: RawKeysym = 0x10081297; |
4812 | #[doc (alias = "XF86XK_Macro9" )] |
4813 | pub const XF86_Macro9: RawKeysym = 0x10081298; |
4814 | #[doc (alias = "XF86XK_Macro10" )] |
4815 | pub const XF86_Macro10: RawKeysym = 0x10081299; |
4816 | #[doc (alias = "XF86XK_Macro11" )] |
4817 | pub const XF86_Macro11: RawKeysym = 0x1008129a; |
4818 | #[doc (alias = "XF86XK_Macro12" )] |
4819 | pub const XF86_Macro12: RawKeysym = 0x1008129b; |
4820 | #[doc (alias = "XF86XK_Macro13" )] |
4821 | pub const XF86_Macro13: RawKeysym = 0x1008129c; |
4822 | #[doc (alias = "XF86XK_Macro14" )] |
4823 | pub const XF86_Macro14: RawKeysym = 0x1008129d; |
4824 | #[doc (alias = "XF86XK_Macro15" )] |
4825 | pub const XF86_Macro15: RawKeysym = 0x1008129e; |
4826 | #[doc (alias = "XF86XK_Macro16" )] |
4827 | pub const XF86_Macro16: RawKeysym = 0x1008129f; |
4828 | #[doc (alias = "XF86XK_Macro17" )] |
4829 | pub const XF86_Macro17: RawKeysym = 0x100812a0; |
4830 | #[doc (alias = "XF86XK_Macro18" )] |
4831 | pub const XF86_Macro18: RawKeysym = 0x100812a1; |
4832 | #[doc (alias = "XF86XK_Macro19" )] |
4833 | pub const XF86_Macro19: RawKeysym = 0x100812a2; |
4834 | #[doc (alias = "XF86XK_Macro20" )] |
4835 | pub const XF86_Macro20: RawKeysym = 0x100812a3; |
4836 | #[doc (alias = "XF86XK_Macro21" )] |
4837 | pub const XF86_Macro21: RawKeysym = 0x100812a4; |
4838 | #[doc (alias = "XF86XK_Macro22" )] |
4839 | pub const XF86_Macro22: RawKeysym = 0x100812a5; |
4840 | #[doc (alias = "XF86XK_Macro23" )] |
4841 | pub const XF86_Macro23: RawKeysym = 0x100812a6; |
4842 | #[doc (alias = "XF86XK_Macro24" )] |
4843 | pub const XF86_Macro24: RawKeysym = 0x100812a7; |
4844 | #[doc (alias = "XF86XK_Macro25" )] |
4845 | pub const XF86_Macro25: RawKeysym = 0x100812a8; |
4846 | #[doc (alias = "XF86XK_Macro26" )] |
4847 | pub const XF86_Macro26: RawKeysym = 0x100812a9; |
4848 | #[doc (alias = "XF86XK_Macro27" )] |
4849 | pub const XF86_Macro27: RawKeysym = 0x100812aa; |
4850 | #[doc (alias = "XF86XK_Macro28" )] |
4851 | pub const XF86_Macro28: RawKeysym = 0x100812ab; |
4852 | #[doc (alias = "XF86XK_Macro29" )] |
4853 | pub const XF86_Macro29: RawKeysym = 0x100812ac; |
4854 | #[doc (alias = "XF86XK_Macro30" )] |
4855 | pub const XF86_Macro30: RawKeysym = 0x100812ad; |
4856 | #[doc (alias = "XF86XK_MacroRecordStart" )] |
4857 | pub const XF86_MacroRecordStart: RawKeysym = 0x100812b0; |
4858 | #[doc (alias = "XF86XK_MacroRecordStop" )] |
4859 | pub const XF86_MacroRecordStop: RawKeysym = 0x100812b1; |
4860 | #[doc (alias = "XF86XK_MacroPresetCycle" )] |
4861 | pub const XF86_MacroPresetCycle: RawKeysym = 0x100812b2; |
4862 | #[doc (alias = "XF86XK_MacroPreset1" )] |
4863 | pub const XF86_MacroPreset1: RawKeysym = 0x100812b3; |
4864 | #[doc (alias = "XF86XK_MacroPreset2" )] |
4865 | pub const XF86_MacroPreset2: RawKeysym = 0x100812b4; |
4866 | #[doc (alias = "XF86XK_MacroPreset3" )] |
4867 | pub const XF86_MacroPreset3: RawKeysym = 0x100812b5; |
4868 | #[doc (alias = "XF86XK_KbdLcdMenu1" )] |
4869 | pub const XF86_KbdLcdMenu1: RawKeysym = 0x100812b8; |
4870 | #[doc (alias = "XF86XK_KbdLcdMenu2" )] |
4871 | pub const XF86_KbdLcdMenu2: RawKeysym = 0x100812b9; |
4872 | #[doc (alias = "XF86XK_KbdLcdMenu3" )] |
4873 | pub const XF86_KbdLcdMenu3: RawKeysym = 0x100812ba; |
4874 | #[doc (alias = "XF86XK_KbdLcdMenu4" )] |
4875 | pub const XF86_KbdLcdMenu4: RawKeysym = 0x100812bb; |
4876 | #[doc (alias = "XF86XK_KbdLcdMenu5" )] |
4877 | pub const XF86_KbdLcdMenu5: RawKeysym = 0x100812bc; |
4878 | #[doc (alias = "SunXK_FA_Grave" )] |
4879 | pub const SUN_FA_Grave: RawKeysym = 0x1005ff00; |
4880 | #[doc (alias = "SunXK_FA_Circum" )] |
4881 | pub const SUN_FA_Circum: RawKeysym = 0x1005ff01; |
4882 | #[doc (alias = "SunXK_FA_Tilde" )] |
4883 | pub const SUN_FA_Tilde: RawKeysym = 0x1005ff02; |
4884 | #[doc (alias = "SunXK_FA_Acute" )] |
4885 | pub const SUN_FA_Acute: RawKeysym = 0x1005ff03; |
4886 | #[doc (alias = "SunXK_FA_Diaeresis" )] |
4887 | pub const SUN_FA_Diaeresis: RawKeysym = 0x1005ff04; |
4888 | #[doc (alias = "SunXK_FA_Cedilla" )] |
4889 | pub const SUN_FA_Cedilla: RawKeysym = 0x1005ff05; |
4890 | #[doc (alias = "SunXK_F36" )] |
4891 | pub const SUN_F36: RawKeysym = 0x1005ff10; |
4892 | #[doc (alias = "SunXK_F37" )] |
4893 | pub const SUN_F37: RawKeysym = 0x1005ff11; |
4894 | #[doc (alias = "SunXK_Sys_Req" )] |
4895 | pub const SUN_Sys_Req: RawKeysym = 0x1005ff60; |
4896 | #[doc (alias = "SunXK_Print_Screen" )] |
4897 | pub const SUN_Print_Screen: RawKeysym = 0xff61; |
4898 | #[doc (alias = "SunXK_Compose" )] |
4899 | pub const SUN_Compose: RawKeysym = 0xff20; |
4900 | #[doc (alias = "SunXK_AltGraph" )] |
4901 | pub const SUN_AltGraph: RawKeysym = 0xff7e; |
4902 | #[doc (alias = "SunXK_PageUp" )] |
4903 | pub const SUN_PageUp: RawKeysym = 0xff55; |
4904 | #[doc (alias = "SunXK_PageDown" )] |
4905 | pub const SUN_PageDown: RawKeysym = 0xff56; |
4906 | #[doc (alias = "SunXK_Undo" )] |
4907 | pub const SUN_Undo: RawKeysym = 0xff65; |
4908 | #[doc (alias = "SunXK_Again" )] |
4909 | pub const SUN_Again: RawKeysym = 0xff66; |
4910 | #[doc (alias = "SunXK_Find" )] |
4911 | pub const SUN_Find: RawKeysym = 0xff68; |
4912 | #[doc (alias = "SunXK_Stop" )] |
4913 | pub const SUN_Stop: RawKeysym = 0xff69; |
4914 | #[doc (alias = "SunXK_Props" )] |
4915 | pub const SUN_Props: RawKeysym = 0x1005ff70; |
4916 | #[doc (alias = "SunXK_Front" )] |
4917 | pub const SUN_Front: RawKeysym = 0x1005ff71; |
4918 | #[doc (alias = "SunXK_Copy" )] |
4919 | pub const SUN_Copy: RawKeysym = 0x1005ff72; |
4920 | #[doc (alias = "SunXK_Open" )] |
4921 | pub const SUN_Open: RawKeysym = 0x1005ff73; |
4922 | #[doc (alias = "SunXK_Paste" )] |
4923 | pub const SUN_Paste: RawKeysym = 0x1005ff74; |
4924 | #[doc (alias = "SunXK_Cut" )] |
4925 | pub const SUN_Cut: RawKeysym = 0x1005ff75; |
4926 | #[doc (alias = "SunXK_PowerSwitch" )] |
4927 | pub const SUN_PowerSwitch: RawKeysym = 0x1005ff76; |
4928 | #[doc (alias = "SunXK_AudioLowerVolume" )] |
4929 | pub const SUN_AudioLowerVolume: RawKeysym = 0x1005ff77; |
4930 | #[doc (alias = "SunXK_AudioMute" )] |
4931 | pub const SUN_AudioMute: RawKeysym = 0x1005ff78; |
4932 | #[doc (alias = "SunXK_AudioRaiseVolume" )] |
4933 | pub const SUN_AudioRaiseVolume: RawKeysym = 0x1005ff79; |
4934 | #[doc (alias = "SunXK_VideoDegauss" )] |
4935 | pub const SUN_VideoDegauss: RawKeysym = 0x1005ff7a; |
4936 | #[doc (alias = "SunXK_VideoLowerBrightness" )] |
4937 | pub const SUN_VideoLowerBrightness: RawKeysym = 0x1005ff7b; |
4938 | #[doc (alias = "SunXK_VideoRaiseBrightness" )] |
4939 | pub const SUN_VideoRaiseBrightness: RawKeysym = 0x1005ff7c; |
4940 | #[doc (alias = "SunXK_PowerSwitchShift" )] |
4941 | pub const SUN_PowerSwitchShift: RawKeysym = 0x1005ff7d; |
4942 | #[doc (alias = "DXK_ring_accent" )] |
4943 | pub const D_ring_accent: RawKeysym = 0x1000feb0; |
4944 | #[doc (alias = "DXK_circumflex_accent" )] |
4945 | pub const D_circumflex_accent: RawKeysym = 0x1000fe5e; |
4946 | #[doc (alias = "DXK_cedilla_accent" )] |
4947 | pub const D_cedilla_accent: RawKeysym = 0x1000fe2c; |
4948 | #[doc (alias = "DXK_acute_accent" )] |
4949 | pub const D_acute_accent: RawKeysym = 0x1000fe27; |
4950 | #[doc (alias = "DXK_grave_accent" )] |
4951 | pub const D_grave_accent: RawKeysym = 0x1000fe60; |
4952 | #[doc (alias = "DXK_tilde" )] |
4953 | pub const D_tilde: RawKeysym = 0x1000fe7e; |
4954 | #[doc (alias = "DXK_diaeresis" )] |
4955 | pub const D_diaeresis: RawKeysym = 0x1000fe22; |
4956 | #[doc (alias = "DXK_Remove" )] |
4957 | pub const D_Remove: RawKeysym = 0x1000ff00; |
4958 | #[doc (alias = "hpXK_ClearLine" )] |
4959 | pub const HP_ClearLine: RawKeysym = 0x1000ff6f; |
4960 | #[doc (alias = "hpXK_InsertLine" )] |
4961 | pub const HP_InsertLine: RawKeysym = 0x1000ff70; |
4962 | #[doc (alias = "hpXK_DeleteLine" )] |
4963 | pub const HP_DeleteLine: RawKeysym = 0x1000ff71; |
4964 | #[doc (alias = "hpXK_InsertChar" )] |
4965 | pub const HP_InsertChar: RawKeysym = 0x1000ff72; |
4966 | #[doc (alias = "hpXK_DeleteChar" )] |
4967 | pub const HP_DeleteChar: RawKeysym = 0x1000ff73; |
4968 | #[doc (alias = "hpXK_BackTab" )] |
4969 | pub const HP_BackTab: RawKeysym = 0x1000ff74; |
4970 | #[doc (alias = "hpXK_KP_BackTab" )] |
4971 | pub const HP_KP_BackTab: RawKeysym = 0x1000ff75; |
4972 | #[doc (alias = "hpXK_Modelock1" )] |
4973 | pub const HP_Modelock1: RawKeysym = 0x1000ff48; |
4974 | #[doc (alias = "hpXK_Modelock2" )] |
4975 | pub const HP_Modelock2: RawKeysym = 0x1000ff49; |
4976 | #[doc (alias = "hpXK_Reset" )] |
4977 | pub const HP_Reset: RawKeysym = 0x1000ff6c; |
4978 | #[doc (alias = "hpXK_System" )] |
4979 | pub const HP_System: RawKeysym = 0x1000ff6d; |
4980 | #[doc (alias = "hpXK_User" )] |
4981 | pub const HP_User: RawKeysym = 0x1000ff6e; |
4982 | #[doc (alias = "hpXK_mute_acute" )] |
4983 | pub const HP_mute_acute: RawKeysym = 0x100000a8; |
4984 | #[doc (alias = "hpXK_mute_grave" )] |
4985 | pub const HP_mute_grave: RawKeysym = 0x100000a9; |
4986 | #[doc (alias = "hpXK_mute_asciicircum" )] |
4987 | pub const HP_mute_asciicircum: RawKeysym = 0x100000aa; |
4988 | #[doc (alias = "hpXK_mute_diaeresis" )] |
4989 | pub const HP_mute_diaeresis: RawKeysym = 0x100000ab; |
4990 | #[doc (alias = "hpXK_mute_asciitilde" )] |
4991 | pub const HP_mute_asciitilde: RawKeysym = 0x100000ac; |
4992 | #[doc (alias = "hpXK_lira" )] |
4993 | pub const HP_lira: RawKeysym = 0x100000af; |
4994 | #[doc (alias = "hpXK_guilder" )] |
4995 | pub const HP_guilder: RawKeysym = 0x100000be; |
4996 | #[doc (alias = "hpXK_IO" )] |
4997 | pub const HP_IO: RawKeysym = 0x100000ee; |
4998 | #[doc (alias = "hpXK_longminus" )] |
4999 | pub const HP_longminus: RawKeysym = 0x100000f6; |
5000 | #[doc (alias = "hpXK_block" )] |
5001 | pub const HP_block: RawKeysym = 0x100000fc; |
5002 | #[doc (alias = "osfXK_Copy" )] |
5003 | pub const OSF_Copy: RawKeysym = 0x1004ff02; |
5004 | #[doc (alias = "osfXK_Cut" )] |
5005 | pub const OSF_Cut: RawKeysym = 0x1004ff03; |
5006 | #[doc (alias = "osfXK_Paste" )] |
5007 | pub const OSF_Paste: RawKeysym = 0x1004ff04; |
5008 | #[doc (alias = "osfXK_BackTab" )] |
5009 | pub const OSF_BackTab: RawKeysym = 0x1004ff07; |
5010 | #[doc (alias = "osfXK_BackSpace" )] |
5011 | pub const OSF_BackSpace: RawKeysym = 0x1004ff08; |
5012 | #[doc (alias = "osfXK_Clear" )] |
5013 | pub const OSF_Clear: RawKeysym = 0x1004ff0b; |
5014 | #[doc (alias = "osfXK_Escape" )] |
5015 | pub const OSF_Escape: RawKeysym = 0x1004ff1b; |
5016 | #[doc (alias = "osfXK_AddMode" )] |
5017 | pub const OSF_AddMode: RawKeysym = 0x1004ff31; |
5018 | #[doc (alias = "osfXK_PrimaryPaste" )] |
5019 | pub const OSF_PrimaryPaste: RawKeysym = 0x1004ff32; |
5020 | #[doc (alias = "osfXK_QuickPaste" )] |
5021 | pub const OSF_QuickPaste: RawKeysym = 0x1004ff33; |
5022 | #[doc (alias = "osfXK_PageLeft" )] |
5023 | pub const OSF_PageLeft: RawKeysym = 0x1004ff40; |
5024 | #[doc (alias = "osfXK_PageUp" )] |
5025 | pub const OSF_PageUp: RawKeysym = 0x1004ff41; |
5026 | #[doc (alias = "osfXK_PageDown" )] |
5027 | pub const OSF_PageDown: RawKeysym = 0x1004ff42; |
5028 | #[doc (alias = "osfXK_PageRight" )] |
5029 | pub const OSF_PageRight: RawKeysym = 0x1004ff43; |
5030 | #[doc (alias = "osfXK_Activate" )] |
5031 | pub const OSF_Activate: RawKeysym = 0x1004ff44; |
5032 | #[doc (alias = "osfXK_MenuBar" )] |
5033 | pub const OSF_MenuBar: RawKeysym = 0x1004ff45; |
5034 | #[doc (alias = "osfXK_Left" )] |
5035 | pub const OSF_Left: RawKeysym = 0x1004ff51; |
5036 | #[doc (alias = "osfXK_Up" )] |
5037 | pub const OSF_Up: RawKeysym = 0x1004ff52; |
5038 | #[doc (alias = "osfXK_Right" )] |
5039 | pub const OSF_Right: RawKeysym = 0x1004ff53; |
5040 | #[doc (alias = "osfXK_Down" )] |
5041 | pub const OSF_Down: RawKeysym = 0x1004ff54; |
5042 | #[doc (alias = "osfXK_EndLine" )] |
5043 | pub const OSF_EndLine: RawKeysym = 0x1004ff57; |
5044 | #[doc (alias = "osfXK_BeginLine" )] |
5045 | pub const OSF_BeginLine: RawKeysym = 0x1004ff58; |
5046 | #[doc (alias = "osfXK_EndData" )] |
5047 | pub const OSF_EndData: RawKeysym = 0x1004ff59; |
5048 | #[doc (alias = "osfXK_BeginData" )] |
5049 | pub const OSF_BeginData: RawKeysym = 0x1004ff5a; |
5050 | #[doc (alias = "osfXK_PrevMenu" )] |
5051 | pub const OSF_PrevMenu: RawKeysym = 0x1004ff5b; |
5052 | #[doc (alias = "osfXK_NextMenu" )] |
5053 | pub const OSF_NextMenu: RawKeysym = 0x1004ff5c; |
5054 | #[doc (alias = "osfXK_PrevField" )] |
5055 | pub const OSF_PrevField: RawKeysym = 0x1004ff5d; |
5056 | #[doc (alias = "osfXK_NextField" )] |
5057 | pub const OSF_NextField: RawKeysym = 0x1004ff5e; |
5058 | #[doc (alias = "osfXK_Select" )] |
5059 | pub const OSF_Select: RawKeysym = 0x1004ff60; |
5060 | #[doc (alias = "osfXK_Insert" )] |
5061 | pub const OSF_Insert: RawKeysym = 0x1004ff63; |
5062 | #[doc (alias = "osfXK_Undo" )] |
5063 | pub const OSF_Undo: RawKeysym = 0x1004ff65; |
5064 | #[doc (alias = "osfXK_Menu" )] |
5065 | pub const OSF_Menu: RawKeysym = 0x1004ff67; |
5066 | #[doc (alias = "osfXK_Cancel" )] |
5067 | pub const OSF_Cancel: RawKeysym = 0x1004ff69; |
5068 | #[doc (alias = "osfXK_Help" )] |
5069 | pub const OSF_Help: RawKeysym = 0x1004ff6a; |
5070 | #[doc (alias = "osfXK_SelectAll" )] |
5071 | pub const OSF_SelectAll: RawKeysym = 0x1004ff71; |
5072 | #[doc (alias = "osfXK_DeselectAll" )] |
5073 | pub const OSF_DeselectAll: RawKeysym = 0x1004ff72; |
5074 | #[doc (alias = "osfXK_Reselect" )] |
5075 | pub const OSF_Reselect: RawKeysym = 0x1004ff73; |
5076 | #[doc (alias = "osfXK_Extend" )] |
5077 | pub const OSF_Extend: RawKeysym = 0x1004ff74; |
5078 | #[doc (alias = "osfXK_Restore" )] |
5079 | pub const OSF_Restore: RawKeysym = 0x1004ff78; |
5080 | #[doc (alias = "osfXK_Delete" )] |
5081 | pub const OSF_Delete: RawKeysym = 0x1004ffff; |
5082 | #[doc (alias = "XK_Reset" )] |
5083 | pub const Reset: RawKeysym = 0x1000ff6c; |
5084 | #[doc (alias = "XK_System" )] |
5085 | pub const System: RawKeysym = 0x1000ff6d; |
5086 | #[doc (alias = "XK_User" )] |
5087 | pub const User: RawKeysym = 0x1000ff6e; |
5088 | #[doc (alias = "XK_ClearLine" )] |
5089 | pub const ClearLine: RawKeysym = 0x1000ff6f; |
5090 | #[doc (alias = "XK_InsertLine" )] |
5091 | pub const InsertLine: RawKeysym = 0x1000ff70; |
5092 | #[doc (alias = "XK_DeleteLine" )] |
5093 | pub const DeleteLine: RawKeysym = 0x1000ff71; |
5094 | #[doc (alias = "XK_InsertChar" )] |
5095 | pub const InsertChar: RawKeysym = 0x1000ff72; |
5096 | #[doc (alias = "XK_DeleteChar" )] |
5097 | pub const DeleteChar: RawKeysym = 0x1000ff73; |
5098 | #[doc (alias = "XK_BackTab" )] |
5099 | pub const BackTab: RawKeysym = 0x1000ff74; |
5100 | #[doc (alias = "XK_KP_BackTab" )] |
5101 | pub const KP_BackTab: RawKeysym = 0x1000ff75; |
5102 | #[doc (alias = "XK_Ext16bit_L" )] |
5103 | pub const Ext16bit_L: RawKeysym = 0x1000ff76; |
5104 | #[doc (alias = "XK_Ext16bit_R" )] |
5105 | pub const Ext16bit_R: RawKeysym = 0x1000ff77; |
5106 | #[doc (alias = "XK_mute_acute" )] |
5107 | pub const mute_acute: RawKeysym = 0x100000a8; |
5108 | #[doc (alias = "XK_mute_grave" )] |
5109 | pub const mute_grave: RawKeysym = 0x100000a9; |
5110 | #[doc (alias = "XK_mute_asciicircum" )] |
5111 | pub const mute_asciicircum: RawKeysym = 0x100000aa; |
5112 | #[doc (alias = "XK_mute_diaeresis" )] |
5113 | pub const mute_diaeresis: RawKeysym = 0x100000ab; |
5114 | #[doc (alias = "XK_mute_asciitilde" )] |
5115 | pub const mute_asciitilde: RawKeysym = 0x100000ac; |
5116 | #[doc (alias = "XK_lira" )] |
5117 | pub const lira: RawKeysym = 0x100000af; |
5118 | #[doc (alias = "XK_guilder" )] |
5119 | pub const guilder: RawKeysym = 0x100000be; |
5120 | #[doc (alias = "XK_IO" )] |
5121 | pub const IO: RawKeysym = 0x100000ee; |
5122 | #[doc (alias = "XK_longminus" )] |
5123 | pub const longminus: RawKeysym = 0x100000f6; |
5124 | #[doc (alias = "XK_block" )] |
5125 | pub const block: RawKeysym = 0x100000fc; |
5126 | } |
5127 | impl Keysym { |
5128 | #[doc (alias = "XK_VoidSymbol" )] |
5129 | pub const VoidSymbol: Keysym = Keysym(key::VoidSymbol); |
5130 | #[doc (alias = "XK_BackSpace" )] |
5131 | pub const BackSpace: Keysym = Keysym(key::BackSpace); |
5132 | #[doc (alias = "XK_Tab" )] |
5133 | pub const Tab: Keysym = Keysym(key::Tab); |
5134 | #[doc (alias = "XK_Linefeed" )] |
5135 | pub const Linefeed: Keysym = Keysym(key::Linefeed); |
5136 | #[doc (alias = "XK_Clear" )] |
5137 | pub const Clear: Keysym = Keysym(key::Clear); |
5138 | #[doc (alias = "XK_Return" )] |
5139 | pub const Return: Keysym = Keysym(key::Return); |
5140 | #[doc (alias = "XK_Pause" )] |
5141 | pub const Pause: Keysym = Keysym(key::Pause); |
5142 | #[doc (alias = "XK_Scroll_Lock" )] |
5143 | pub const Scroll_Lock: Keysym = Keysym(key::Scroll_Lock); |
5144 | #[doc (alias = "XK_Sys_Req" )] |
5145 | pub const Sys_Req: Keysym = Keysym(key::Sys_Req); |
5146 | #[doc (alias = "XK_Escape" )] |
5147 | pub const Escape: Keysym = Keysym(key::Escape); |
5148 | #[doc (alias = "XK_Delete" )] |
5149 | pub const Delete: Keysym = Keysym(key::Delete); |
5150 | #[doc (alias = "XK_Multi_key" )] |
5151 | pub const Multi_key: Keysym = Keysym(key::Multi_key); |
5152 | #[doc (alias = "XK_Codeinput" )] |
5153 | pub const Codeinput: Keysym = Keysym(key::Codeinput); |
5154 | #[doc (alias = "XK_SingleCandidate" )] |
5155 | pub const SingleCandidate: Keysym = Keysym(key::SingleCandidate); |
5156 | #[doc (alias = "XK_MultipleCandidate" )] |
5157 | pub const MultipleCandidate: Keysym = Keysym(key::MultipleCandidate); |
5158 | #[doc (alias = "XK_PreviousCandidate" )] |
5159 | pub const PreviousCandidate: Keysym = Keysym(key::PreviousCandidate); |
5160 | #[doc (alias = "XK_Kanji" )] |
5161 | pub const Kanji: Keysym = Keysym(key::Kanji); |
5162 | #[doc (alias = "XK_Muhenkan" )] |
5163 | pub const Muhenkan: Keysym = Keysym(key::Muhenkan); |
5164 | #[doc (alias = "XK_Henkan_Mode" )] |
5165 | pub const Henkan_Mode: Keysym = Keysym(key::Henkan_Mode); |
5166 | #[doc (alias = "XK_Henkan" )] |
5167 | pub const Henkan: Keysym = Keysym(key::Henkan); |
5168 | #[doc (alias = "XK_Romaji" )] |
5169 | pub const Romaji: Keysym = Keysym(key::Romaji); |
5170 | #[doc (alias = "XK_Hiragana" )] |
5171 | pub const Hiragana: Keysym = Keysym(key::Hiragana); |
5172 | #[doc (alias = "XK_Katakana" )] |
5173 | pub const Katakana: Keysym = Keysym(key::Katakana); |
5174 | #[doc (alias = "XK_Hiragana_Katakana" )] |
5175 | pub const Hiragana_Katakana: Keysym = Keysym(key::Hiragana_Katakana); |
5176 | #[doc (alias = "XK_Zenkaku" )] |
5177 | pub const Zenkaku: Keysym = Keysym(key::Zenkaku); |
5178 | #[doc (alias = "XK_Hankaku" )] |
5179 | pub const Hankaku: Keysym = Keysym(key::Hankaku); |
5180 | #[doc (alias = "XK_Zenkaku_Hankaku" )] |
5181 | pub const Zenkaku_Hankaku: Keysym = Keysym(key::Zenkaku_Hankaku); |
5182 | #[doc (alias = "XK_Touroku" )] |
5183 | pub const Touroku: Keysym = Keysym(key::Touroku); |
5184 | #[doc (alias = "XK_Massyo" )] |
5185 | pub const Massyo: Keysym = Keysym(key::Massyo); |
5186 | #[doc (alias = "XK_Kana_Lock" )] |
5187 | pub const Kana_Lock: Keysym = Keysym(key::Kana_Lock); |
5188 | #[doc (alias = "XK_Kana_Shift" )] |
5189 | pub const Kana_Shift: Keysym = Keysym(key::Kana_Shift); |
5190 | #[doc (alias = "XK_Eisu_Shift" )] |
5191 | pub const Eisu_Shift: Keysym = Keysym(key::Eisu_Shift); |
5192 | #[doc (alias = "XK_Eisu_toggle" )] |
5193 | pub const Eisu_toggle: Keysym = Keysym(key::Eisu_toggle); |
5194 | #[doc (alias = "XK_Kanji_Bangou" )] |
5195 | pub const Kanji_Bangou: Keysym = Keysym(key::Kanji_Bangou); |
5196 | #[doc (alias = "XK_Zen_Koho" )] |
5197 | pub const Zen_Koho: Keysym = Keysym(key::Zen_Koho); |
5198 | #[doc (alias = "XK_Mae_Koho" )] |
5199 | pub const Mae_Koho: Keysym = Keysym(key::Mae_Koho); |
5200 | #[doc (alias = "XK_Home" )] |
5201 | pub const Home: Keysym = Keysym(key::Home); |
5202 | #[doc (alias = "XK_Left" )] |
5203 | pub const Left: Keysym = Keysym(key::Left); |
5204 | #[doc (alias = "XK_Up" )] |
5205 | pub const Up: Keysym = Keysym(key::Up); |
5206 | #[doc (alias = "XK_Right" )] |
5207 | pub const Right: Keysym = Keysym(key::Right); |
5208 | #[doc (alias = "XK_Down" )] |
5209 | pub const Down: Keysym = Keysym(key::Down); |
5210 | #[doc (alias = "XK_Prior" )] |
5211 | pub const Prior: Keysym = Keysym(key::Prior); |
5212 | #[doc (alias = "XK_Page_Up" )] |
5213 | pub const Page_Up: Keysym = Keysym(key::Page_Up); |
5214 | #[doc (alias = "XK_Next" )] |
5215 | pub const Next: Keysym = Keysym(key::Next); |
5216 | #[doc (alias = "XK_Page_Down" )] |
5217 | pub const Page_Down: Keysym = Keysym(key::Page_Down); |
5218 | #[doc (alias = "XK_End" )] |
5219 | pub const End: Keysym = Keysym(key::End); |
5220 | #[doc (alias = "XK_Begin" )] |
5221 | pub const Begin: Keysym = Keysym(key::Begin); |
5222 | #[doc (alias = "XK_Select" )] |
5223 | pub const Select: Keysym = Keysym(key::Select); |
5224 | #[doc (alias = "XK_Print" )] |
5225 | pub const Print: Keysym = Keysym(key::Print); |
5226 | #[doc (alias = "XK_Execute" )] |
5227 | pub const Execute: Keysym = Keysym(key::Execute); |
5228 | #[doc (alias = "XK_Insert" )] |
5229 | pub const Insert: Keysym = Keysym(key::Insert); |
5230 | #[doc (alias = "XK_Undo" )] |
5231 | pub const Undo: Keysym = Keysym(key::Undo); |
5232 | #[doc (alias = "XK_Redo" )] |
5233 | pub const Redo: Keysym = Keysym(key::Redo); |
5234 | #[doc (alias = "XK_Menu" )] |
5235 | pub const Menu: Keysym = Keysym(key::Menu); |
5236 | #[doc (alias = "XK_Find" )] |
5237 | pub const Find: Keysym = Keysym(key::Find); |
5238 | #[doc (alias = "XK_Cancel" )] |
5239 | pub const Cancel: Keysym = Keysym(key::Cancel); |
5240 | #[doc (alias = "XK_Help" )] |
5241 | pub const Help: Keysym = Keysym(key::Help); |
5242 | #[doc (alias = "XK_Break" )] |
5243 | pub const Break: Keysym = Keysym(key::Break); |
5244 | #[doc (alias = "XK_Mode_switch" )] |
5245 | pub const Mode_switch: Keysym = Keysym(key::Mode_switch); |
5246 | #[doc (alias = "XK_script_switch" )] |
5247 | pub const script_switch: Keysym = Keysym(key::script_switch); |
5248 | #[doc (alias = "XK_Num_Lock" )] |
5249 | pub const Num_Lock: Keysym = Keysym(key::Num_Lock); |
5250 | #[doc (alias = "XK_KP_Space" )] |
5251 | pub const KP_Space: Keysym = Keysym(key::KP_Space); |
5252 | #[doc (alias = "XK_KP_Tab" )] |
5253 | pub const KP_Tab: Keysym = Keysym(key::KP_Tab); |
5254 | #[doc (alias = "XK_KP_Enter" )] |
5255 | pub const KP_Enter: Keysym = Keysym(key::KP_Enter); |
5256 | #[doc (alias = "XK_KP_F1" )] |
5257 | pub const KP_F1: Keysym = Keysym(key::KP_F1); |
5258 | #[doc (alias = "XK_KP_F2" )] |
5259 | pub const KP_F2: Keysym = Keysym(key::KP_F2); |
5260 | #[doc (alias = "XK_KP_F3" )] |
5261 | pub const KP_F3: Keysym = Keysym(key::KP_F3); |
5262 | #[doc (alias = "XK_KP_F4" )] |
5263 | pub const KP_F4: Keysym = Keysym(key::KP_F4); |
5264 | #[doc (alias = "XK_KP_Home" )] |
5265 | pub const KP_Home: Keysym = Keysym(key::KP_Home); |
5266 | #[doc (alias = "XK_KP_Left" )] |
5267 | pub const KP_Left: Keysym = Keysym(key::KP_Left); |
5268 | #[doc (alias = "XK_KP_Up" )] |
5269 | pub const KP_Up: Keysym = Keysym(key::KP_Up); |
5270 | #[doc (alias = "XK_KP_Right" )] |
5271 | pub const KP_Right: Keysym = Keysym(key::KP_Right); |
5272 | #[doc (alias = "XK_KP_Down" )] |
5273 | pub const KP_Down: Keysym = Keysym(key::KP_Down); |
5274 | #[doc (alias = "XK_KP_Prior" )] |
5275 | pub const KP_Prior: Keysym = Keysym(key::KP_Prior); |
5276 | #[doc (alias = "XK_KP_Page_Up" )] |
5277 | pub const KP_Page_Up: Keysym = Keysym(key::KP_Page_Up); |
5278 | #[doc (alias = "XK_KP_Next" )] |
5279 | pub const KP_Next: Keysym = Keysym(key::KP_Next); |
5280 | #[doc (alias = "XK_KP_Page_Down" )] |
5281 | pub const KP_Page_Down: Keysym = Keysym(key::KP_Page_Down); |
5282 | #[doc (alias = "XK_KP_End" )] |
5283 | pub const KP_End: Keysym = Keysym(key::KP_End); |
5284 | #[doc (alias = "XK_KP_Begin" )] |
5285 | pub const KP_Begin: Keysym = Keysym(key::KP_Begin); |
5286 | #[doc (alias = "XK_KP_Insert" )] |
5287 | pub const KP_Insert: Keysym = Keysym(key::KP_Insert); |
5288 | #[doc (alias = "XK_KP_Delete" )] |
5289 | pub const KP_Delete: Keysym = Keysym(key::KP_Delete); |
5290 | #[doc (alias = "XK_KP_Equal" )] |
5291 | pub const KP_Equal: Keysym = Keysym(key::KP_Equal); |
5292 | #[doc (alias = "XK_KP_Multiply" )] |
5293 | pub const KP_Multiply: Keysym = Keysym(key::KP_Multiply); |
5294 | #[doc (alias = "XK_KP_Add" )] |
5295 | pub const KP_Add: Keysym = Keysym(key::KP_Add); |
5296 | #[doc (alias = "XK_KP_Separator" )] |
5297 | pub const KP_Separator: Keysym = Keysym(key::KP_Separator); |
5298 | #[doc (alias = "XK_KP_Subtract" )] |
5299 | pub const KP_Subtract: Keysym = Keysym(key::KP_Subtract); |
5300 | #[doc (alias = "XK_KP_Decimal" )] |
5301 | pub const KP_Decimal: Keysym = Keysym(key::KP_Decimal); |
5302 | #[doc (alias = "XK_KP_Divide" )] |
5303 | pub const KP_Divide: Keysym = Keysym(key::KP_Divide); |
5304 | #[doc (alias = "XK_KP_0" )] |
5305 | pub const KP_0: Keysym = Keysym(key::KP_0); |
5306 | #[doc (alias = "XK_KP_1" )] |
5307 | pub const KP_1: Keysym = Keysym(key::KP_1); |
5308 | #[doc (alias = "XK_KP_2" )] |
5309 | pub const KP_2: Keysym = Keysym(key::KP_2); |
5310 | #[doc (alias = "XK_KP_3" )] |
5311 | pub const KP_3: Keysym = Keysym(key::KP_3); |
5312 | #[doc (alias = "XK_KP_4" )] |
5313 | pub const KP_4: Keysym = Keysym(key::KP_4); |
5314 | #[doc (alias = "XK_KP_5" )] |
5315 | pub const KP_5: Keysym = Keysym(key::KP_5); |
5316 | #[doc (alias = "XK_KP_6" )] |
5317 | pub const KP_6: Keysym = Keysym(key::KP_6); |
5318 | #[doc (alias = "XK_KP_7" )] |
5319 | pub const KP_7: Keysym = Keysym(key::KP_7); |
5320 | #[doc (alias = "XK_KP_8" )] |
5321 | pub const KP_8: Keysym = Keysym(key::KP_8); |
5322 | #[doc (alias = "XK_KP_9" )] |
5323 | pub const KP_9: Keysym = Keysym(key::KP_9); |
5324 | #[doc (alias = "XK_F1" )] |
5325 | pub const F1: Keysym = Keysym(key::F1); |
5326 | #[doc (alias = "XK_F2" )] |
5327 | pub const F2: Keysym = Keysym(key::F2); |
5328 | #[doc (alias = "XK_F3" )] |
5329 | pub const F3: Keysym = Keysym(key::F3); |
5330 | #[doc (alias = "XK_F4" )] |
5331 | pub const F4: Keysym = Keysym(key::F4); |
5332 | #[doc (alias = "XK_F5" )] |
5333 | pub const F5: Keysym = Keysym(key::F5); |
5334 | #[doc (alias = "XK_F6" )] |
5335 | pub const F6: Keysym = Keysym(key::F6); |
5336 | #[doc (alias = "XK_F7" )] |
5337 | pub const F7: Keysym = Keysym(key::F7); |
5338 | #[doc (alias = "XK_F8" )] |
5339 | pub const F8: Keysym = Keysym(key::F8); |
5340 | #[doc (alias = "XK_F9" )] |
5341 | pub const F9: Keysym = Keysym(key::F9); |
5342 | #[doc (alias = "XK_F10" )] |
5343 | pub const F10: Keysym = Keysym(key::F10); |
5344 | #[doc (alias = "XK_F11" )] |
5345 | pub const F11: Keysym = Keysym(key::F11); |
5346 | #[doc (alias = "XK_L1" )] |
5347 | pub const L1: Keysym = Keysym(key::L1); |
5348 | #[doc (alias = "XK_F12" )] |
5349 | pub const F12: Keysym = Keysym(key::F12); |
5350 | #[doc (alias = "XK_L2" )] |
5351 | pub const L2: Keysym = Keysym(key::L2); |
5352 | #[doc (alias = "XK_F13" )] |
5353 | pub const F13: Keysym = Keysym(key::F13); |
5354 | #[doc (alias = "XK_L3" )] |
5355 | pub const L3: Keysym = Keysym(key::L3); |
5356 | #[doc (alias = "XK_F14" )] |
5357 | pub const F14: Keysym = Keysym(key::F14); |
5358 | #[doc (alias = "XK_L4" )] |
5359 | pub const L4: Keysym = Keysym(key::L4); |
5360 | #[doc (alias = "XK_F15" )] |
5361 | pub const F15: Keysym = Keysym(key::F15); |
5362 | #[doc (alias = "XK_L5" )] |
5363 | pub const L5: Keysym = Keysym(key::L5); |
5364 | #[doc (alias = "XK_F16" )] |
5365 | pub const F16: Keysym = Keysym(key::F16); |
5366 | #[doc (alias = "XK_L6" )] |
5367 | pub const L6: Keysym = Keysym(key::L6); |
5368 | #[doc (alias = "XK_F17" )] |
5369 | pub const F17: Keysym = Keysym(key::F17); |
5370 | #[doc (alias = "XK_L7" )] |
5371 | pub const L7: Keysym = Keysym(key::L7); |
5372 | #[doc (alias = "XK_F18" )] |
5373 | pub const F18: Keysym = Keysym(key::F18); |
5374 | #[doc (alias = "XK_L8" )] |
5375 | pub const L8: Keysym = Keysym(key::L8); |
5376 | #[doc (alias = "XK_F19" )] |
5377 | pub const F19: Keysym = Keysym(key::F19); |
5378 | #[doc (alias = "XK_L9" )] |
5379 | pub const L9: Keysym = Keysym(key::L9); |
5380 | #[doc (alias = "XK_F20" )] |
5381 | pub const F20: Keysym = Keysym(key::F20); |
5382 | #[doc (alias = "XK_L10" )] |
5383 | pub const L10: Keysym = Keysym(key::L10); |
5384 | #[doc (alias = "XK_F21" )] |
5385 | pub const F21: Keysym = Keysym(key::F21); |
5386 | #[doc (alias = "XK_R1" )] |
5387 | pub const R1: Keysym = Keysym(key::R1); |
5388 | #[doc (alias = "XK_F22" )] |
5389 | pub const F22: Keysym = Keysym(key::F22); |
5390 | #[doc (alias = "XK_R2" )] |
5391 | pub const R2: Keysym = Keysym(key::R2); |
5392 | #[doc (alias = "XK_F23" )] |
5393 | pub const F23: Keysym = Keysym(key::F23); |
5394 | #[doc (alias = "XK_R3" )] |
5395 | pub const R3: Keysym = Keysym(key::R3); |
5396 | #[doc (alias = "XK_F24" )] |
5397 | pub const F24: Keysym = Keysym(key::F24); |
5398 | #[doc (alias = "XK_R4" )] |
5399 | pub const R4: Keysym = Keysym(key::R4); |
5400 | #[doc (alias = "XK_F25" )] |
5401 | pub const F25: Keysym = Keysym(key::F25); |
5402 | #[doc (alias = "XK_R5" )] |
5403 | pub const R5: Keysym = Keysym(key::R5); |
5404 | #[doc (alias = "XK_F26" )] |
5405 | pub const F26: Keysym = Keysym(key::F26); |
5406 | #[doc (alias = "XK_R6" )] |
5407 | pub const R6: Keysym = Keysym(key::R6); |
5408 | #[doc (alias = "XK_F27" )] |
5409 | pub const F27: Keysym = Keysym(key::F27); |
5410 | #[doc (alias = "XK_R7" )] |
5411 | pub const R7: Keysym = Keysym(key::R7); |
5412 | #[doc (alias = "XK_F28" )] |
5413 | pub const F28: Keysym = Keysym(key::F28); |
5414 | #[doc (alias = "XK_R8" )] |
5415 | pub const R8: Keysym = Keysym(key::R8); |
5416 | #[doc (alias = "XK_F29" )] |
5417 | pub const F29: Keysym = Keysym(key::F29); |
5418 | #[doc (alias = "XK_R9" )] |
5419 | pub const R9: Keysym = Keysym(key::R9); |
5420 | #[doc (alias = "XK_F30" )] |
5421 | pub const F30: Keysym = Keysym(key::F30); |
5422 | #[doc (alias = "XK_R10" )] |
5423 | pub const R10: Keysym = Keysym(key::R10); |
5424 | #[doc (alias = "XK_F31" )] |
5425 | pub const F31: Keysym = Keysym(key::F31); |
5426 | #[doc (alias = "XK_R11" )] |
5427 | pub const R11: Keysym = Keysym(key::R11); |
5428 | #[doc (alias = "XK_F32" )] |
5429 | pub const F32: Keysym = Keysym(key::F32); |
5430 | #[doc (alias = "XK_R12" )] |
5431 | pub const R12: Keysym = Keysym(key::R12); |
5432 | #[doc (alias = "XK_F33" )] |
5433 | pub const F33: Keysym = Keysym(key::F33); |
5434 | #[doc (alias = "XK_R13" )] |
5435 | pub const R13: Keysym = Keysym(key::R13); |
5436 | #[doc (alias = "XK_F34" )] |
5437 | pub const F34: Keysym = Keysym(key::F34); |
5438 | #[doc (alias = "XK_R14" )] |
5439 | pub const R14: Keysym = Keysym(key::R14); |
5440 | #[doc (alias = "XK_F35" )] |
5441 | pub const F35: Keysym = Keysym(key::F35); |
5442 | #[doc (alias = "XK_R15" )] |
5443 | pub const R15: Keysym = Keysym(key::R15); |
5444 | #[doc (alias = "XK_Shift_L" )] |
5445 | pub const Shift_L: Keysym = Keysym(key::Shift_L); |
5446 | #[doc (alias = "XK_Shift_R" )] |
5447 | pub const Shift_R: Keysym = Keysym(key::Shift_R); |
5448 | #[doc (alias = "XK_Control_L" )] |
5449 | pub const Control_L: Keysym = Keysym(key::Control_L); |
5450 | #[doc (alias = "XK_Control_R" )] |
5451 | pub const Control_R: Keysym = Keysym(key::Control_R); |
5452 | #[doc (alias = "XK_Caps_Lock" )] |
5453 | pub const Caps_Lock: Keysym = Keysym(key::Caps_Lock); |
5454 | #[doc (alias = "XK_Shift_Lock" )] |
5455 | pub const Shift_Lock: Keysym = Keysym(key::Shift_Lock); |
5456 | #[doc (alias = "XK_Meta_L" )] |
5457 | pub const Meta_L: Keysym = Keysym(key::Meta_L); |
5458 | #[doc (alias = "XK_Meta_R" )] |
5459 | pub const Meta_R: Keysym = Keysym(key::Meta_R); |
5460 | #[doc (alias = "XK_Alt_L" )] |
5461 | pub const Alt_L: Keysym = Keysym(key::Alt_L); |
5462 | #[doc (alias = "XK_Alt_R" )] |
5463 | pub const Alt_R: Keysym = Keysym(key::Alt_R); |
5464 | #[doc (alias = "XK_Super_L" )] |
5465 | pub const Super_L: Keysym = Keysym(key::Super_L); |
5466 | #[doc (alias = "XK_Super_R" )] |
5467 | pub const Super_R: Keysym = Keysym(key::Super_R); |
5468 | #[doc (alias = "XK_Hyper_L" )] |
5469 | pub const Hyper_L: Keysym = Keysym(key::Hyper_L); |
5470 | #[doc (alias = "XK_Hyper_R" )] |
5471 | pub const Hyper_R: Keysym = Keysym(key::Hyper_R); |
5472 | #[doc (alias = "XK_ISO_Lock" )] |
5473 | pub const ISO_Lock: Keysym = Keysym(key::ISO_Lock); |
5474 | #[doc (alias = "XK_ISO_Level2_Latch" )] |
5475 | pub const ISO_Level2_Latch: Keysym = Keysym(key::ISO_Level2_Latch); |
5476 | #[doc (alias = "XK_ISO_Level3_Shift" )] |
5477 | pub const ISO_Level3_Shift: Keysym = Keysym(key::ISO_Level3_Shift); |
5478 | #[doc (alias = "XK_ISO_Level3_Latch" )] |
5479 | pub const ISO_Level3_Latch: Keysym = Keysym(key::ISO_Level3_Latch); |
5480 | #[doc (alias = "XK_ISO_Level3_Lock" )] |
5481 | pub const ISO_Level3_Lock: Keysym = Keysym(key::ISO_Level3_Lock); |
5482 | #[doc (alias = "XK_ISO_Level5_Shift" )] |
5483 | pub const ISO_Level5_Shift: Keysym = Keysym(key::ISO_Level5_Shift); |
5484 | #[doc (alias = "XK_ISO_Level5_Latch" )] |
5485 | pub const ISO_Level5_Latch: Keysym = Keysym(key::ISO_Level5_Latch); |
5486 | #[doc (alias = "XK_ISO_Level5_Lock" )] |
5487 | pub const ISO_Level5_Lock: Keysym = Keysym(key::ISO_Level5_Lock); |
5488 | #[doc (alias = "XK_ISO_Group_Shift" )] |
5489 | pub const ISO_Group_Shift: Keysym = Keysym(key::ISO_Group_Shift); |
5490 | #[doc (alias = "XK_ISO_Group_Latch" )] |
5491 | pub const ISO_Group_Latch: Keysym = Keysym(key::ISO_Group_Latch); |
5492 | #[doc (alias = "XK_ISO_Group_Lock" )] |
5493 | pub const ISO_Group_Lock: Keysym = Keysym(key::ISO_Group_Lock); |
5494 | #[doc (alias = "XK_ISO_Next_Group" )] |
5495 | pub const ISO_Next_Group: Keysym = Keysym(key::ISO_Next_Group); |
5496 | #[doc (alias = "XK_ISO_Next_Group_Lock" )] |
5497 | pub const ISO_Next_Group_Lock: Keysym = Keysym(key::ISO_Next_Group_Lock); |
5498 | #[doc (alias = "XK_ISO_Prev_Group" )] |
5499 | pub const ISO_Prev_Group: Keysym = Keysym(key::ISO_Prev_Group); |
5500 | #[doc (alias = "XK_ISO_Prev_Group_Lock" )] |
5501 | pub const ISO_Prev_Group_Lock: Keysym = Keysym(key::ISO_Prev_Group_Lock); |
5502 | #[doc (alias = "XK_ISO_First_Group" )] |
5503 | pub const ISO_First_Group: Keysym = Keysym(key::ISO_First_Group); |
5504 | #[doc (alias = "XK_ISO_First_Group_Lock" )] |
5505 | pub const ISO_First_Group_Lock: Keysym = Keysym(key::ISO_First_Group_Lock); |
5506 | #[doc (alias = "XK_ISO_Last_Group" )] |
5507 | pub const ISO_Last_Group: Keysym = Keysym(key::ISO_Last_Group); |
5508 | #[doc (alias = "XK_ISO_Last_Group_Lock" )] |
5509 | pub const ISO_Last_Group_Lock: Keysym = Keysym(key::ISO_Last_Group_Lock); |
5510 | #[doc (alias = "XK_ISO_Left_Tab" )] |
5511 | pub const ISO_Left_Tab: Keysym = Keysym(key::ISO_Left_Tab); |
5512 | #[doc (alias = "XK_ISO_Move_Line_Up" )] |
5513 | pub const ISO_Move_Line_Up: Keysym = Keysym(key::ISO_Move_Line_Up); |
5514 | #[doc (alias = "XK_ISO_Move_Line_Down" )] |
5515 | pub const ISO_Move_Line_Down: Keysym = Keysym(key::ISO_Move_Line_Down); |
5516 | #[doc (alias = "XK_ISO_Partial_Line_Up" )] |
5517 | pub const ISO_Partial_Line_Up: Keysym = Keysym(key::ISO_Partial_Line_Up); |
5518 | #[doc (alias = "XK_ISO_Partial_Line_Down" )] |
5519 | pub const ISO_Partial_Line_Down: Keysym = Keysym(key::ISO_Partial_Line_Down); |
5520 | #[doc (alias = "XK_ISO_Partial_Space_Left" )] |
5521 | pub const ISO_Partial_Space_Left: Keysym = Keysym(key::ISO_Partial_Space_Left); |
5522 | #[doc (alias = "XK_ISO_Partial_Space_Right" )] |
5523 | pub const ISO_Partial_Space_Right: Keysym = Keysym(key::ISO_Partial_Space_Right); |
5524 | #[doc (alias = "XK_ISO_Set_Margin_Left" )] |
5525 | pub const ISO_Set_Margin_Left: Keysym = Keysym(key::ISO_Set_Margin_Left); |
5526 | #[doc (alias = "XK_ISO_Set_Margin_Right" )] |
5527 | pub const ISO_Set_Margin_Right: Keysym = Keysym(key::ISO_Set_Margin_Right); |
5528 | #[doc (alias = "XK_ISO_Release_Margin_Left" )] |
5529 | pub const ISO_Release_Margin_Left: Keysym = Keysym(key::ISO_Release_Margin_Left); |
5530 | #[doc (alias = "XK_ISO_Release_Margin_Right" )] |
5531 | pub const ISO_Release_Margin_Right: Keysym = Keysym(key::ISO_Release_Margin_Right); |
5532 | #[doc (alias = "XK_ISO_Release_Both_Margins" )] |
5533 | pub const ISO_Release_Both_Margins: Keysym = Keysym(key::ISO_Release_Both_Margins); |
5534 | #[doc (alias = "XK_ISO_Fast_Cursor_Left" )] |
5535 | pub const ISO_Fast_Cursor_Left: Keysym = Keysym(key::ISO_Fast_Cursor_Left); |
5536 | #[doc (alias = "XK_ISO_Fast_Cursor_Right" )] |
5537 | pub const ISO_Fast_Cursor_Right: Keysym = Keysym(key::ISO_Fast_Cursor_Right); |
5538 | #[doc (alias = "XK_ISO_Fast_Cursor_Up" )] |
5539 | pub const ISO_Fast_Cursor_Up: Keysym = Keysym(key::ISO_Fast_Cursor_Up); |
5540 | #[doc (alias = "XK_ISO_Fast_Cursor_Down" )] |
5541 | pub const ISO_Fast_Cursor_Down: Keysym = Keysym(key::ISO_Fast_Cursor_Down); |
5542 | #[doc (alias = "XK_ISO_Continuous_Underline" )] |
5543 | pub const ISO_Continuous_Underline: Keysym = Keysym(key::ISO_Continuous_Underline); |
5544 | #[doc (alias = "XK_ISO_Discontinuous_Underline" )] |
5545 | pub const ISO_Discontinuous_Underline: Keysym = Keysym(key::ISO_Discontinuous_Underline); |
5546 | #[doc (alias = "XK_ISO_Emphasize" )] |
5547 | pub const ISO_Emphasize: Keysym = Keysym(key::ISO_Emphasize); |
5548 | #[doc (alias = "XK_ISO_Center_Object" )] |
5549 | pub const ISO_Center_Object: Keysym = Keysym(key::ISO_Center_Object); |
5550 | #[doc (alias = "XK_ISO_Enter" )] |
5551 | pub const ISO_Enter: Keysym = Keysym(key::ISO_Enter); |
5552 | #[doc (alias = "XK_dead_grave" )] |
5553 | pub const dead_grave: Keysym = Keysym(key::dead_grave); |
5554 | #[doc (alias = "XK_dead_acute" )] |
5555 | pub const dead_acute: Keysym = Keysym(key::dead_acute); |
5556 | #[doc (alias = "XK_dead_circumflex" )] |
5557 | pub const dead_circumflex: Keysym = Keysym(key::dead_circumflex); |
5558 | #[doc (alias = "XK_dead_tilde" )] |
5559 | pub const dead_tilde: Keysym = Keysym(key::dead_tilde); |
5560 | #[doc (alias = "XK_dead_perispomeni" )] |
5561 | pub const dead_perispomeni: Keysym = Keysym(key::dead_perispomeni); |
5562 | #[doc (alias = "XK_dead_macron" )] |
5563 | pub const dead_macron: Keysym = Keysym(key::dead_macron); |
5564 | #[doc (alias = "XK_dead_breve" )] |
5565 | pub const dead_breve: Keysym = Keysym(key::dead_breve); |
5566 | #[doc (alias = "XK_dead_abovedot" )] |
5567 | pub const dead_abovedot: Keysym = Keysym(key::dead_abovedot); |
5568 | #[doc (alias = "XK_dead_diaeresis" )] |
5569 | pub const dead_diaeresis: Keysym = Keysym(key::dead_diaeresis); |
5570 | #[doc (alias = "XK_dead_abovering" )] |
5571 | pub const dead_abovering: Keysym = Keysym(key::dead_abovering); |
5572 | #[doc (alias = "XK_dead_doubleacute" )] |
5573 | pub const dead_doubleacute: Keysym = Keysym(key::dead_doubleacute); |
5574 | #[doc (alias = "XK_dead_caron" )] |
5575 | pub const dead_caron: Keysym = Keysym(key::dead_caron); |
5576 | #[doc (alias = "XK_dead_cedilla" )] |
5577 | pub const dead_cedilla: Keysym = Keysym(key::dead_cedilla); |
5578 | #[doc (alias = "XK_dead_ogonek" )] |
5579 | pub const dead_ogonek: Keysym = Keysym(key::dead_ogonek); |
5580 | #[doc (alias = "XK_dead_iota" )] |
5581 | pub const dead_iota: Keysym = Keysym(key::dead_iota); |
5582 | #[doc (alias = "XK_dead_voiced_sound" )] |
5583 | pub const dead_voiced_sound: Keysym = Keysym(key::dead_voiced_sound); |
5584 | #[doc (alias = "XK_dead_semivoiced_sound" )] |
5585 | pub const dead_semivoiced_sound: Keysym = Keysym(key::dead_semivoiced_sound); |
5586 | #[doc (alias = "XK_dead_belowdot" )] |
5587 | pub const dead_belowdot: Keysym = Keysym(key::dead_belowdot); |
5588 | #[doc (alias = "XK_dead_hook" )] |
5589 | pub const dead_hook: Keysym = Keysym(key::dead_hook); |
5590 | #[doc (alias = "XK_dead_horn" )] |
5591 | pub const dead_horn: Keysym = Keysym(key::dead_horn); |
5592 | #[doc (alias = "XK_dead_stroke" )] |
5593 | pub const dead_stroke: Keysym = Keysym(key::dead_stroke); |
5594 | #[doc (alias = "XK_dead_abovecomma" )] |
5595 | pub const dead_abovecomma: Keysym = Keysym(key::dead_abovecomma); |
5596 | #[doc (alias = "XK_dead_psili" )] |
5597 | pub const dead_psili: Keysym = Keysym(key::dead_psili); |
5598 | #[doc (alias = "XK_dead_abovereversedcomma" )] |
5599 | pub const dead_abovereversedcomma: Keysym = Keysym(key::dead_abovereversedcomma); |
5600 | #[doc (alias = "XK_dead_dasia" )] |
5601 | pub const dead_dasia: Keysym = Keysym(key::dead_dasia); |
5602 | #[doc (alias = "XK_dead_doublegrave" )] |
5603 | pub const dead_doublegrave: Keysym = Keysym(key::dead_doublegrave); |
5604 | #[doc (alias = "XK_dead_belowring" )] |
5605 | pub const dead_belowring: Keysym = Keysym(key::dead_belowring); |
5606 | #[doc (alias = "XK_dead_belowmacron" )] |
5607 | pub const dead_belowmacron: Keysym = Keysym(key::dead_belowmacron); |
5608 | #[doc (alias = "XK_dead_belowcircumflex" )] |
5609 | pub const dead_belowcircumflex: Keysym = Keysym(key::dead_belowcircumflex); |
5610 | #[doc (alias = "XK_dead_belowtilde" )] |
5611 | pub const dead_belowtilde: Keysym = Keysym(key::dead_belowtilde); |
5612 | #[doc (alias = "XK_dead_belowbreve" )] |
5613 | pub const dead_belowbreve: Keysym = Keysym(key::dead_belowbreve); |
5614 | #[doc (alias = "XK_dead_belowdiaeresis" )] |
5615 | pub const dead_belowdiaeresis: Keysym = Keysym(key::dead_belowdiaeresis); |
5616 | #[doc (alias = "XK_dead_invertedbreve" )] |
5617 | pub const dead_invertedbreve: Keysym = Keysym(key::dead_invertedbreve); |
5618 | #[doc (alias = "XK_dead_belowcomma" )] |
5619 | pub const dead_belowcomma: Keysym = Keysym(key::dead_belowcomma); |
5620 | #[doc (alias = "XK_dead_currency" )] |
5621 | pub const dead_currency: Keysym = Keysym(key::dead_currency); |
5622 | #[doc (alias = "XK_dead_lowline" )] |
5623 | pub const dead_lowline: Keysym = Keysym(key::dead_lowline); |
5624 | #[doc (alias = "XK_dead_aboveverticalline" )] |
5625 | pub const dead_aboveverticalline: Keysym = Keysym(key::dead_aboveverticalline); |
5626 | #[doc (alias = "XK_dead_belowverticalline" )] |
5627 | pub const dead_belowverticalline: Keysym = Keysym(key::dead_belowverticalline); |
5628 | #[doc (alias = "XK_dead_longsolidusoverlay" )] |
5629 | pub const dead_longsolidusoverlay: Keysym = Keysym(key::dead_longsolidusoverlay); |
5630 | #[doc (alias = "XK_dead_a" )] |
5631 | pub const dead_a: Keysym = Keysym(key::dead_a); |
5632 | #[doc (alias = "XK_dead_A" )] |
5633 | pub const dead_A: Keysym = Keysym(key::dead_A); |
5634 | #[doc (alias = "XK_dead_e" )] |
5635 | pub const dead_e: Keysym = Keysym(key::dead_e); |
5636 | #[doc (alias = "XK_dead_E" )] |
5637 | pub const dead_E: Keysym = Keysym(key::dead_E); |
5638 | #[doc (alias = "XK_dead_i" )] |
5639 | pub const dead_i: Keysym = Keysym(key::dead_i); |
5640 | #[doc (alias = "XK_dead_I" )] |
5641 | pub const dead_I: Keysym = Keysym(key::dead_I); |
5642 | #[doc (alias = "XK_dead_o" )] |
5643 | pub const dead_o: Keysym = Keysym(key::dead_o); |
5644 | #[doc (alias = "XK_dead_O" )] |
5645 | pub const dead_O: Keysym = Keysym(key::dead_O); |
5646 | #[doc (alias = "XK_dead_u" )] |
5647 | pub const dead_u: Keysym = Keysym(key::dead_u); |
5648 | #[doc (alias = "XK_dead_U" )] |
5649 | pub const dead_U: Keysym = Keysym(key::dead_U); |
5650 | #[doc (alias = "XK_dead_small_schwa" )] |
5651 | pub const dead_small_schwa: Keysym = Keysym(key::dead_small_schwa); |
5652 | #[doc (alias = "XK_dead_capital_schwa" )] |
5653 | pub const dead_capital_schwa: Keysym = Keysym(key::dead_capital_schwa); |
5654 | #[doc (alias = "XK_dead_greek" )] |
5655 | pub const dead_greek: Keysym = Keysym(key::dead_greek); |
5656 | #[doc (alias = "XK_First_Virtual_Screen" )] |
5657 | pub const First_Virtual_Screen: Keysym = Keysym(key::First_Virtual_Screen); |
5658 | #[doc (alias = "XK_Prev_Virtual_Screen" )] |
5659 | pub const Prev_Virtual_Screen: Keysym = Keysym(key::Prev_Virtual_Screen); |
5660 | #[doc (alias = "XK_Next_Virtual_Screen" )] |
5661 | pub const Next_Virtual_Screen: Keysym = Keysym(key::Next_Virtual_Screen); |
5662 | #[doc (alias = "XK_Last_Virtual_Screen" )] |
5663 | pub const Last_Virtual_Screen: Keysym = Keysym(key::Last_Virtual_Screen); |
5664 | #[doc (alias = "XK_Terminate_Server" )] |
5665 | pub const Terminate_Server: Keysym = Keysym(key::Terminate_Server); |
5666 | #[doc (alias = "XK_AccessX_Enable" )] |
5667 | pub const AccessX_Enable: Keysym = Keysym(key::AccessX_Enable); |
5668 | #[doc (alias = "XK_AccessX_Feedback_Enable" )] |
5669 | pub const AccessX_Feedback_Enable: Keysym = Keysym(key::AccessX_Feedback_Enable); |
5670 | #[doc (alias = "XK_RepeatKeys_Enable" )] |
5671 | pub const RepeatKeys_Enable: Keysym = Keysym(key::RepeatKeys_Enable); |
5672 | #[doc (alias = "XK_SlowKeys_Enable" )] |
5673 | pub const SlowKeys_Enable: Keysym = Keysym(key::SlowKeys_Enable); |
5674 | #[doc (alias = "XK_BounceKeys_Enable" )] |
5675 | pub const BounceKeys_Enable: Keysym = Keysym(key::BounceKeys_Enable); |
5676 | #[doc (alias = "XK_StickyKeys_Enable" )] |
5677 | pub const StickyKeys_Enable: Keysym = Keysym(key::StickyKeys_Enable); |
5678 | #[doc (alias = "XK_MouseKeys_Enable" )] |
5679 | pub const MouseKeys_Enable: Keysym = Keysym(key::MouseKeys_Enable); |
5680 | #[doc (alias = "XK_MouseKeys_Accel_Enable" )] |
5681 | pub const MouseKeys_Accel_Enable: Keysym = Keysym(key::MouseKeys_Accel_Enable); |
5682 | #[doc (alias = "XK_Overlay1_Enable" )] |
5683 | pub const Overlay1_Enable: Keysym = Keysym(key::Overlay1_Enable); |
5684 | #[doc (alias = "XK_Overlay2_Enable" )] |
5685 | pub const Overlay2_Enable: Keysym = Keysym(key::Overlay2_Enable); |
5686 | #[doc (alias = "XK_AudibleBell_Enable" )] |
5687 | pub const AudibleBell_Enable: Keysym = Keysym(key::AudibleBell_Enable); |
5688 | #[doc (alias = "XK_Pointer_Left" )] |
5689 | pub const Pointer_Left: Keysym = Keysym(key::Pointer_Left); |
5690 | #[doc (alias = "XK_Pointer_Right" )] |
5691 | pub const Pointer_Right: Keysym = Keysym(key::Pointer_Right); |
5692 | #[doc (alias = "XK_Pointer_Up" )] |
5693 | pub const Pointer_Up: Keysym = Keysym(key::Pointer_Up); |
5694 | #[doc (alias = "XK_Pointer_Down" )] |
5695 | pub const Pointer_Down: Keysym = Keysym(key::Pointer_Down); |
5696 | #[doc (alias = "XK_Pointer_UpLeft" )] |
5697 | pub const Pointer_UpLeft: Keysym = Keysym(key::Pointer_UpLeft); |
5698 | #[doc (alias = "XK_Pointer_UpRight" )] |
5699 | pub const Pointer_UpRight: Keysym = Keysym(key::Pointer_UpRight); |
5700 | #[doc (alias = "XK_Pointer_DownLeft" )] |
5701 | pub const Pointer_DownLeft: Keysym = Keysym(key::Pointer_DownLeft); |
5702 | #[doc (alias = "XK_Pointer_DownRight" )] |
5703 | pub const Pointer_DownRight: Keysym = Keysym(key::Pointer_DownRight); |
5704 | #[doc (alias = "XK_Pointer_Button_Dflt" )] |
5705 | pub const Pointer_Button_Dflt: Keysym = Keysym(key::Pointer_Button_Dflt); |
5706 | #[doc (alias = "XK_Pointer_Button1" )] |
5707 | pub const Pointer_Button1: Keysym = Keysym(key::Pointer_Button1); |
5708 | #[doc (alias = "XK_Pointer_Button2" )] |
5709 | pub const Pointer_Button2: Keysym = Keysym(key::Pointer_Button2); |
5710 | #[doc (alias = "XK_Pointer_Button3" )] |
5711 | pub const Pointer_Button3: Keysym = Keysym(key::Pointer_Button3); |
5712 | #[doc (alias = "XK_Pointer_Button4" )] |
5713 | pub const Pointer_Button4: Keysym = Keysym(key::Pointer_Button4); |
5714 | #[doc (alias = "XK_Pointer_Button5" )] |
5715 | pub const Pointer_Button5: Keysym = Keysym(key::Pointer_Button5); |
5716 | #[doc (alias = "XK_Pointer_DblClick_Dflt" )] |
5717 | pub const Pointer_DblClick_Dflt: Keysym = Keysym(key::Pointer_DblClick_Dflt); |
5718 | #[doc (alias = "XK_Pointer_DblClick1" )] |
5719 | pub const Pointer_DblClick1: Keysym = Keysym(key::Pointer_DblClick1); |
5720 | #[doc (alias = "XK_Pointer_DblClick2" )] |
5721 | pub const Pointer_DblClick2: Keysym = Keysym(key::Pointer_DblClick2); |
5722 | #[doc (alias = "XK_Pointer_DblClick3" )] |
5723 | pub const Pointer_DblClick3: Keysym = Keysym(key::Pointer_DblClick3); |
5724 | #[doc (alias = "XK_Pointer_DblClick4" )] |
5725 | pub const Pointer_DblClick4: Keysym = Keysym(key::Pointer_DblClick4); |
5726 | #[doc (alias = "XK_Pointer_DblClick5" )] |
5727 | pub const Pointer_DblClick5: Keysym = Keysym(key::Pointer_DblClick5); |
5728 | #[doc (alias = "XK_Pointer_Drag_Dflt" )] |
5729 | pub const Pointer_Drag_Dflt: Keysym = Keysym(key::Pointer_Drag_Dflt); |
5730 | #[doc (alias = "XK_Pointer_Drag1" )] |
5731 | pub const Pointer_Drag1: Keysym = Keysym(key::Pointer_Drag1); |
5732 | #[doc (alias = "XK_Pointer_Drag2" )] |
5733 | pub const Pointer_Drag2: Keysym = Keysym(key::Pointer_Drag2); |
5734 | #[doc (alias = "XK_Pointer_Drag3" )] |
5735 | pub const Pointer_Drag3: Keysym = Keysym(key::Pointer_Drag3); |
5736 | #[doc (alias = "XK_Pointer_Drag4" )] |
5737 | pub const Pointer_Drag4: Keysym = Keysym(key::Pointer_Drag4); |
5738 | #[doc (alias = "XK_Pointer_Drag5" )] |
5739 | pub const Pointer_Drag5: Keysym = Keysym(key::Pointer_Drag5); |
5740 | #[doc (alias = "XK_Pointer_EnableKeys" )] |
5741 | pub const Pointer_EnableKeys: Keysym = Keysym(key::Pointer_EnableKeys); |
5742 | #[doc (alias = "XK_Pointer_Accelerate" )] |
5743 | pub const Pointer_Accelerate: Keysym = Keysym(key::Pointer_Accelerate); |
5744 | #[doc (alias = "XK_Pointer_DfltBtnNext" )] |
5745 | pub const Pointer_DfltBtnNext: Keysym = Keysym(key::Pointer_DfltBtnNext); |
5746 | #[doc (alias = "XK_Pointer_DfltBtnPrev" )] |
5747 | pub const Pointer_DfltBtnPrev: Keysym = Keysym(key::Pointer_DfltBtnPrev); |
5748 | #[doc (alias = "XK_ch" )] |
5749 | pub const ch: Keysym = Keysym(key::ch); |
5750 | #[doc (alias = "XK_Ch" )] |
5751 | pub const Ch: Keysym = Keysym(key::Ch); |
5752 | #[doc (alias = "XK_CH" )] |
5753 | pub const CH: Keysym = Keysym(key::CH); |
5754 | #[doc (alias = "XK_c_h" )] |
5755 | pub const c_h: Keysym = Keysym(key::c_h); |
5756 | #[doc (alias = "XK_C_h" )] |
5757 | pub const C_h: Keysym = Keysym(key::C_h); |
5758 | #[doc (alias = "XK_C_H" )] |
5759 | pub const C_H: Keysym = Keysym(key::C_H); |
5760 | #[doc (alias = "XK_3270_Duplicate" )] |
5761 | pub const _3270_Duplicate: Keysym = Keysym(key::_3270_Duplicate); |
5762 | #[doc (alias = "XK_3270_FieldMark" )] |
5763 | pub const _3270_FieldMark: Keysym = Keysym(key::_3270_FieldMark); |
5764 | #[doc (alias = "XK_3270_Right2" )] |
5765 | pub const _3270_Right2: Keysym = Keysym(key::_3270_Right2); |
5766 | #[doc (alias = "XK_3270_Left2" )] |
5767 | pub const _3270_Left2: Keysym = Keysym(key::_3270_Left2); |
5768 | #[doc (alias = "XK_3270_BackTab" )] |
5769 | pub const _3270_BackTab: Keysym = Keysym(key::_3270_BackTab); |
5770 | #[doc (alias = "XK_3270_EraseEOF" )] |
5771 | pub const _3270_EraseEOF: Keysym = Keysym(key::_3270_EraseEOF); |
5772 | #[doc (alias = "XK_3270_EraseInput" )] |
5773 | pub const _3270_EraseInput: Keysym = Keysym(key::_3270_EraseInput); |
5774 | #[doc (alias = "XK_3270_Reset" )] |
5775 | pub const _3270_Reset: Keysym = Keysym(key::_3270_Reset); |
5776 | #[doc (alias = "XK_3270_Quit" )] |
5777 | pub const _3270_Quit: Keysym = Keysym(key::_3270_Quit); |
5778 | #[doc (alias = "XK_3270_PA1" )] |
5779 | pub const _3270_PA1: Keysym = Keysym(key::_3270_PA1); |
5780 | #[doc (alias = "XK_3270_PA2" )] |
5781 | pub const _3270_PA2: Keysym = Keysym(key::_3270_PA2); |
5782 | #[doc (alias = "XK_3270_PA3" )] |
5783 | pub const _3270_PA3: Keysym = Keysym(key::_3270_PA3); |
5784 | #[doc (alias = "XK_3270_Test" )] |
5785 | pub const _3270_Test: Keysym = Keysym(key::_3270_Test); |
5786 | #[doc (alias = "XK_3270_Attn" )] |
5787 | pub const _3270_Attn: Keysym = Keysym(key::_3270_Attn); |
5788 | #[doc (alias = "XK_3270_CursorBlink" )] |
5789 | pub const _3270_CursorBlink: Keysym = Keysym(key::_3270_CursorBlink); |
5790 | #[doc (alias = "XK_3270_AltCursor" )] |
5791 | pub const _3270_AltCursor: Keysym = Keysym(key::_3270_AltCursor); |
5792 | #[doc (alias = "XK_3270_KeyClick" )] |
5793 | pub const _3270_KeyClick: Keysym = Keysym(key::_3270_KeyClick); |
5794 | #[doc (alias = "XK_3270_Jump" )] |
5795 | pub const _3270_Jump: Keysym = Keysym(key::_3270_Jump); |
5796 | #[doc (alias = "XK_3270_Ident" )] |
5797 | pub const _3270_Ident: Keysym = Keysym(key::_3270_Ident); |
5798 | #[doc (alias = "XK_3270_Rule" )] |
5799 | pub const _3270_Rule: Keysym = Keysym(key::_3270_Rule); |
5800 | #[doc (alias = "XK_3270_Copy" )] |
5801 | pub const _3270_Copy: Keysym = Keysym(key::_3270_Copy); |
5802 | #[doc (alias = "XK_3270_Play" )] |
5803 | pub const _3270_Play: Keysym = Keysym(key::_3270_Play); |
5804 | #[doc (alias = "XK_3270_Setup" )] |
5805 | pub const _3270_Setup: Keysym = Keysym(key::_3270_Setup); |
5806 | #[doc (alias = "XK_3270_Record" )] |
5807 | pub const _3270_Record: Keysym = Keysym(key::_3270_Record); |
5808 | #[doc (alias = "XK_3270_ChangeScreen" )] |
5809 | pub const _3270_ChangeScreen: Keysym = Keysym(key::_3270_ChangeScreen); |
5810 | #[doc (alias = "XK_3270_DeleteWord" )] |
5811 | pub const _3270_DeleteWord: Keysym = Keysym(key::_3270_DeleteWord); |
5812 | #[doc (alias = "XK_3270_ExSelect" )] |
5813 | pub const _3270_ExSelect: Keysym = Keysym(key::_3270_ExSelect); |
5814 | #[doc (alias = "XK_3270_CursorSelect" )] |
5815 | pub const _3270_CursorSelect: Keysym = Keysym(key::_3270_CursorSelect); |
5816 | #[doc (alias = "XK_3270_PrintScreen" )] |
5817 | pub const _3270_PrintScreen: Keysym = Keysym(key::_3270_PrintScreen); |
5818 | #[doc (alias = "XK_3270_Enter" )] |
5819 | pub const _3270_Enter: Keysym = Keysym(key::_3270_Enter); |
5820 | #[doc (alias = "XK_space" )] |
5821 | pub const space: Keysym = Keysym(key::space); |
5822 | #[doc (alias = "XK_exclam" )] |
5823 | pub const exclam: Keysym = Keysym(key::exclam); |
5824 | #[doc (alias = "XK_quotedbl" )] |
5825 | pub const quotedbl: Keysym = Keysym(key::quotedbl); |
5826 | #[doc (alias = "XK_numbersign" )] |
5827 | pub const numbersign: Keysym = Keysym(key::numbersign); |
5828 | #[doc (alias = "XK_dollar" )] |
5829 | pub const dollar: Keysym = Keysym(key::dollar); |
5830 | #[doc (alias = "XK_percent" )] |
5831 | pub const percent: Keysym = Keysym(key::percent); |
5832 | #[doc (alias = "XK_ampersand" )] |
5833 | pub const ampersand: Keysym = Keysym(key::ampersand); |
5834 | #[doc (alias = "XK_apostrophe" )] |
5835 | pub const apostrophe: Keysym = Keysym(key::apostrophe); |
5836 | #[doc (alias = "XK_quoteright" )] |
5837 | pub const quoteright: Keysym = Keysym(key::quoteright); |
5838 | #[doc (alias = "XK_parenleft" )] |
5839 | pub const parenleft: Keysym = Keysym(key::parenleft); |
5840 | #[doc (alias = "XK_parenright" )] |
5841 | pub const parenright: Keysym = Keysym(key::parenright); |
5842 | #[doc (alias = "XK_asterisk" )] |
5843 | pub const asterisk: Keysym = Keysym(key::asterisk); |
5844 | #[doc (alias = "XK_plus" )] |
5845 | pub const plus: Keysym = Keysym(key::plus); |
5846 | #[doc (alias = "XK_comma" )] |
5847 | pub const comma: Keysym = Keysym(key::comma); |
5848 | #[doc (alias = "XK_minus" )] |
5849 | pub const minus: Keysym = Keysym(key::minus); |
5850 | #[doc (alias = "XK_period" )] |
5851 | pub const period: Keysym = Keysym(key::period); |
5852 | #[doc (alias = "XK_slash" )] |
5853 | pub const slash: Keysym = Keysym(key::slash); |
5854 | #[doc (alias = "XK_0" )] |
5855 | pub const _0: Keysym = Keysym(key::_0); |
5856 | #[doc (alias = "XK_1" )] |
5857 | pub const _1: Keysym = Keysym(key::_1); |
5858 | #[doc (alias = "XK_2" )] |
5859 | pub const _2: Keysym = Keysym(key::_2); |
5860 | #[doc (alias = "XK_3" )] |
5861 | pub const _3: Keysym = Keysym(key::_3); |
5862 | #[doc (alias = "XK_4" )] |
5863 | pub const _4: Keysym = Keysym(key::_4); |
5864 | #[doc (alias = "XK_5" )] |
5865 | pub const _5: Keysym = Keysym(key::_5); |
5866 | #[doc (alias = "XK_6" )] |
5867 | pub const _6: Keysym = Keysym(key::_6); |
5868 | #[doc (alias = "XK_7" )] |
5869 | pub const _7: Keysym = Keysym(key::_7); |
5870 | #[doc (alias = "XK_8" )] |
5871 | pub const _8: Keysym = Keysym(key::_8); |
5872 | #[doc (alias = "XK_9" )] |
5873 | pub const _9: Keysym = Keysym(key::_9); |
5874 | #[doc (alias = "XK_colon" )] |
5875 | pub const colon: Keysym = Keysym(key::colon); |
5876 | #[doc (alias = "XK_semicolon" )] |
5877 | pub const semicolon: Keysym = Keysym(key::semicolon); |
5878 | #[doc (alias = "XK_less" )] |
5879 | pub const less: Keysym = Keysym(key::less); |
5880 | #[doc (alias = "XK_equal" )] |
5881 | pub const equal: Keysym = Keysym(key::equal); |
5882 | #[doc (alias = "XK_greater" )] |
5883 | pub const greater: Keysym = Keysym(key::greater); |
5884 | #[doc (alias = "XK_question" )] |
5885 | pub const question: Keysym = Keysym(key::question); |
5886 | #[doc (alias = "XK_at" )] |
5887 | pub const at: Keysym = Keysym(key::at); |
5888 | #[doc (alias = "XK_A" )] |
5889 | pub const A: Keysym = Keysym(key::A); |
5890 | #[doc (alias = "XK_B" )] |
5891 | pub const B: Keysym = Keysym(key::B); |
5892 | #[doc (alias = "XK_C" )] |
5893 | pub const C: Keysym = Keysym(key::C); |
5894 | #[doc (alias = "XK_D" )] |
5895 | pub const D: Keysym = Keysym(key::D); |
5896 | #[doc (alias = "XK_E" )] |
5897 | pub const E: Keysym = Keysym(key::E); |
5898 | #[doc (alias = "XK_F" )] |
5899 | pub const F: Keysym = Keysym(key::F); |
5900 | #[doc (alias = "XK_G" )] |
5901 | pub const G: Keysym = Keysym(key::G); |
5902 | #[doc (alias = "XK_H" )] |
5903 | pub const H: Keysym = Keysym(key::H); |
5904 | #[doc (alias = "XK_I" )] |
5905 | pub const I: Keysym = Keysym(key::I); |
5906 | #[doc (alias = "XK_J" )] |
5907 | pub const J: Keysym = Keysym(key::J); |
5908 | #[doc (alias = "XK_K" )] |
5909 | pub const K: Keysym = Keysym(key::K); |
5910 | #[doc (alias = "XK_L" )] |
5911 | pub const L: Keysym = Keysym(key::L); |
5912 | #[doc (alias = "XK_M" )] |
5913 | pub const M: Keysym = Keysym(key::M); |
5914 | #[doc (alias = "XK_N" )] |
5915 | pub const N: Keysym = Keysym(key::N); |
5916 | #[doc (alias = "XK_O" )] |
5917 | pub const O: Keysym = Keysym(key::O); |
5918 | #[doc (alias = "XK_P" )] |
5919 | pub const P: Keysym = Keysym(key::P); |
5920 | #[doc (alias = "XK_Q" )] |
5921 | pub const Q: Keysym = Keysym(key::Q); |
5922 | #[doc (alias = "XK_R" )] |
5923 | pub const R: Keysym = Keysym(key::R); |
5924 | #[doc (alias = "XK_S" )] |
5925 | pub const S: Keysym = Keysym(key::S); |
5926 | #[doc (alias = "XK_T" )] |
5927 | pub const T: Keysym = Keysym(key::T); |
5928 | #[doc (alias = "XK_U" )] |
5929 | pub const U: Keysym = Keysym(key::U); |
5930 | #[doc (alias = "XK_V" )] |
5931 | pub const V: Keysym = Keysym(key::V); |
5932 | #[doc (alias = "XK_W" )] |
5933 | pub const W: Keysym = Keysym(key::W); |
5934 | #[doc (alias = "XK_X" )] |
5935 | pub const X: Keysym = Keysym(key::X); |
5936 | #[doc (alias = "XK_Y" )] |
5937 | pub const Y: Keysym = Keysym(key::Y); |
5938 | #[doc (alias = "XK_Z" )] |
5939 | pub const Z: Keysym = Keysym(key::Z); |
5940 | #[doc (alias = "XK_bracketleft" )] |
5941 | pub const bracketleft: Keysym = Keysym(key::bracketleft); |
5942 | #[doc (alias = "XK_backslash" )] |
5943 | pub const backslash: Keysym = Keysym(key::backslash); |
5944 | #[doc (alias = "XK_bracketright" )] |
5945 | pub const bracketright: Keysym = Keysym(key::bracketright); |
5946 | #[doc (alias = "XK_asciicircum" )] |
5947 | pub const asciicircum: Keysym = Keysym(key::asciicircum); |
5948 | #[doc (alias = "XK_underscore" )] |
5949 | pub const underscore: Keysym = Keysym(key::underscore); |
5950 | #[doc (alias = "XK_grave" )] |
5951 | pub const grave: Keysym = Keysym(key::grave); |
5952 | #[doc (alias = "XK_quoteleft" )] |
5953 | pub const quoteleft: Keysym = Keysym(key::quoteleft); |
5954 | #[doc (alias = "XK_a" )] |
5955 | pub const a: Keysym = Keysym(key::a); |
5956 | #[doc (alias = "XK_b" )] |
5957 | pub const b: Keysym = Keysym(key::b); |
5958 | #[doc (alias = "XK_c" )] |
5959 | pub const c: Keysym = Keysym(key::c); |
5960 | #[doc (alias = "XK_d" )] |
5961 | pub const d: Keysym = Keysym(key::d); |
5962 | #[doc (alias = "XK_e" )] |
5963 | pub const e: Keysym = Keysym(key::e); |
5964 | #[doc (alias = "XK_f" )] |
5965 | pub const f: Keysym = Keysym(key::f); |
5966 | #[doc (alias = "XK_g" )] |
5967 | pub const g: Keysym = Keysym(key::g); |
5968 | #[doc (alias = "XK_h" )] |
5969 | pub const h: Keysym = Keysym(key::h); |
5970 | #[doc (alias = "XK_i" )] |
5971 | pub const i: Keysym = Keysym(key::i); |
5972 | #[doc (alias = "XK_j" )] |
5973 | pub const j: Keysym = Keysym(key::j); |
5974 | #[doc (alias = "XK_k" )] |
5975 | pub const k: Keysym = Keysym(key::k); |
5976 | #[doc (alias = "XK_l" )] |
5977 | pub const l: Keysym = Keysym(key::l); |
5978 | #[doc (alias = "XK_m" )] |
5979 | pub const m: Keysym = Keysym(key::m); |
5980 | #[doc (alias = "XK_n" )] |
5981 | pub const n: Keysym = Keysym(key::n); |
5982 | #[doc (alias = "XK_o" )] |
5983 | pub const o: Keysym = Keysym(key::o); |
5984 | #[doc (alias = "XK_p" )] |
5985 | pub const p: Keysym = Keysym(key::p); |
5986 | #[doc (alias = "XK_q" )] |
5987 | pub const q: Keysym = Keysym(key::q); |
5988 | #[doc (alias = "XK_r" )] |
5989 | pub const r: Keysym = Keysym(key::r); |
5990 | #[doc (alias = "XK_s" )] |
5991 | pub const s: Keysym = Keysym(key::s); |
5992 | #[doc (alias = "XK_t" )] |
5993 | pub const t: Keysym = Keysym(key::t); |
5994 | #[doc (alias = "XK_u" )] |
5995 | pub const u: Keysym = Keysym(key::u); |
5996 | #[doc (alias = "XK_v" )] |
5997 | pub const v: Keysym = Keysym(key::v); |
5998 | #[doc (alias = "XK_w" )] |
5999 | pub const w: Keysym = Keysym(key::w); |
6000 | #[doc (alias = "XK_x" )] |
6001 | pub const x: Keysym = Keysym(key::x); |
6002 | #[doc (alias = "XK_y" )] |
6003 | pub const y: Keysym = Keysym(key::y); |
6004 | #[doc (alias = "XK_z" )] |
6005 | pub const z: Keysym = Keysym(key::z); |
6006 | #[doc (alias = "XK_braceleft" )] |
6007 | pub const braceleft: Keysym = Keysym(key::braceleft); |
6008 | #[doc (alias = "XK_bar" )] |
6009 | pub const bar: Keysym = Keysym(key::bar); |
6010 | #[doc (alias = "XK_braceright" )] |
6011 | pub const braceright: Keysym = Keysym(key::braceright); |
6012 | #[doc (alias = "XK_asciitilde" )] |
6013 | pub const asciitilde: Keysym = Keysym(key::asciitilde); |
6014 | #[doc (alias = "XK_nobreakspace" )] |
6015 | pub const nobreakspace: Keysym = Keysym(key::nobreakspace); |
6016 | #[doc (alias = "XK_exclamdown" )] |
6017 | pub const exclamdown: Keysym = Keysym(key::exclamdown); |
6018 | #[doc (alias = "XK_cent" )] |
6019 | pub const cent: Keysym = Keysym(key::cent); |
6020 | #[doc (alias = "XK_sterling" )] |
6021 | pub const sterling: Keysym = Keysym(key::sterling); |
6022 | #[doc (alias = "XK_currency" )] |
6023 | pub const currency: Keysym = Keysym(key::currency); |
6024 | #[doc (alias = "XK_yen" )] |
6025 | pub const yen: Keysym = Keysym(key::yen); |
6026 | #[doc (alias = "XK_brokenbar" )] |
6027 | pub const brokenbar: Keysym = Keysym(key::brokenbar); |
6028 | #[doc (alias = "XK_section" )] |
6029 | pub const section: Keysym = Keysym(key::section); |
6030 | #[doc (alias = "XK_diaeresis" )] |
6031 | pub const diaeresis: Keysym = Keysym(key::diaeresis); |
6032 | #[doc (alias = "XK_copyright" )] |
6033 | pub const copyright: Keysym = Keysym(key::copyright); |
6034 | #[doc (alias = "XK_ordfeminine" )] |
6035 | pub const ordfeminine: Keysym = Keysym(key::ordfeminine); |
6036 | #[doc (alias = "XK_guillemotleft" )] |
6037 | pub const guillemotleft: Keysym = Keysym(key::guillemotleft); |
6038 | #[doc (alias = "XK_notsign" )] |
6039 | pub const notsign: Keysym = Keysym(key::notsign); |
6040 | #[doc (alias = "XK_hyphen" )] |
6041 | pub const hyphen: Keysym = Keysym(key::hyphen); |
6042 | #[doc (alias = "XK_registered" )] |
6043 | pub const registered: Keysym = Keysym(key::registered); |
6044 | #[doc (alias = "XK_macron" )] |
6045 | pub const macron: Keysym = Keysym(key::macron); |
6046 | #[doc (alias = "XK_degree" )] |
6047 | pub const degree: Keysym = Keysym(key::degree); |
6048 | #[doc (alias = "XK_plusminus" )] |
6049 | pub const plusminus: Keysym = Keysym(key::plusminus); |
6050 | #[doc (alias = "XK_twosuperior" )] |
6051 | pub const twosuperior: Keysym = Keysym(key::twosuperior); |
6052 | #[doc (alias = "XK_threesuperior" )] |
6053 | pub const threesuperior: Keysym = Keysym(key::threesuperior); |
6054 | #[doc (alias = "XK_acute" )] |
6055 | pub const acute: Keysym = Keysym(key::acute); |
6056 | #[doc (alias = "XK_mu" )] |
6057 | pub const mu: Keysym = Keysym(key::mu); |
6058 | #[doc (alias = "XK_paragraph" )] |
6059 | pub const paragraph: Keysym = Keysym(key::paragraph); |
6060 | #[doc (alias = "XK_periodcentered" )] |
6061 | pub const periodcentered: Keysym = Keysym(key::periodcentered); |
6062 | #[doc (alias = "XK_cedilla" )] |
6063 | pub const cedilla: Keysym = Keysym(key::cedilla); |
6064 | #[doc (alias = "XK_onesuperior" )] |
6065 | pub const onesuperior: Keysym = Keysym(key::onesuperior); |
6066 | #[doc (alias = "XK_masculine" )] |
6067 | pub const masculine: Keysym = Keysym(key::masculine); |
6068 | #[doc (alias = "XK_guillemotright" )] |
6069 | pub const guillemotright: Keysym = Keysym(key::guillemotright); |
6070 | #[doc (alias = "XK_onequarter" )] |
6071 | pub const onequarter: Keysym = Keysym(key::onequarter); |
6072 | #[doc (alias = "XK_onehalf" )] |
6073 | pub const onehalf: Keysym = Keysym(key::onehalf); |
6074 | #[doc (alias = "XK_threequarters" )] |
6075 | pub const threequarters: Keysym = Keysym(key::threequarters); |
6076 | #[doc (alias = "XK_questiondown" )] |
6077 | pub const questiondown: Keysym = Keysym(key::questiondown); |
6078 | #[doc (alias = "XK_Agrave" )] |
6079 | pub const Agrave: Keysym = Keysym(key::Agrave); |
6080 | #[doc (alias = "XK_Aacute" )] |
6081 | pub const Aacute: Keysym = Keysym(key::Aacute); |
6082 | #[doc (alias = "XK_Acircumflex" )] |
6083 | pub const Acircumflex: Keysym = Keysym(key::Acircumflex); |
6084 | #[doc (alias = "XK_Atilde" )] |
6085 | pub const Atilde: Keysym = Keysym(key::Atilde); |
6086 | #[doc (alias = "XK_Adiaeresis" )] |
6087 | pub const Adiaeresis: Keysym = Keysym(key::Adiaeresis); |
6088 | #[doc (alias = "XK_Aring" )] |
6089 | pub const Aring: Keysym = Keysym(key::Aring); |
6090 | #[doc (alias = "XK_AE" )] |
6091 | pub const AE: Keysym = Keysym(key::AE); |
6092 | #[doc (alias = "XK_Ccedilla" )] |
6093 | pub const Ccedilla: Keysym = Keysym(key::Ccedilla); |
6094 | #[doc (alias = "XK_Egrave" )] |
6095 | pub const Egrave: Keysym = Keysym(key::Egrave); |
6096 | #[doc (alias = "XK_Eacute" )] |
6097 | pub const Eacute: Keysym = Keysym(key::Eacute); |
6098 | #[doc (alias = "XK_Ecircumflex" )] |
6099 | pub const Ecircumflex: Keysym = Keysym(key::Ecircumflex); |
6100 | #[doc (alias = "XK_Ediaeresis" )] |
6101 | pub const Ediaeresis: Keysym = Keysym(key::Ediaeresis); |
6102 | #[doc (alias = "XK_Igrave" )] |
6103 | pub const Igrave: Keysym = Keysym(key::Igrave); |
6104 | #[doc (alias = "XK_Iacute" )] |
6105 | pub const Iacute: Keysym = Keysym(key::Iacute); |
6106 | #[doc (alias = "XK_Icircumflex" )] |
6107 | pub const Icircumflex: Keysym = Keysym(key::Icircumflex); |
6108 | #[doc (alias = "XK_Idiaeresis" )] |
6109 | pub const Idiaeresis: Keysym = Keysym(key::Idiaeresis); |
6110 | #[doc (alias = "XK_ETH" )] |
6111 | pub const ETH: Keysym = Keysym(key::ETH); |
6112 | #[doc (alias = "XK_Eth" )] |
6113 | pub const Eth: Keysym = Keysym(key::Eth); |
6114 | #[doc (alias = "XK_Ntilde" )] |
6115 | pub const Ntilde: Keysym = Keysym(key::Ntilde); |
6116 | #[doc (alias = "XK_Ograve" )] |
6117 | pub const Ograve: Keysym = Keysym(key::Ograve); |
6118 | #[doc (alias = "XK_Oacute" )] |
6119 | pub const Oacute: Keysym = Keysym(key::Oacute); |
6120 | #[doc (alias = "XK_Ocircumflex" )] |
6121 | pub const Ocircumflex: Keysym = Keysym(key::Ocircumflex); |
6122 | #[doc (alias = "XK_Otilde" )] |
6123 | pub const Otilde: Keysym = Keysym(key::Otilde); |
6124 | #[doc (alias = "XK_Odiaeresis" )] |
6125 | pub const Odiaeresis: Keysym = Keysym(key::Odiaeresis); |
6126 | #[doc (alias = "XK_multiply" )] |
6127 | pub const multiply: Keysym = Keysym(key::multiply); |
6128 | #[doc (alias = "XK_Oslash" )] |
6129 | pub const Oslash: Keysym = Keysym(key::Oslash); |
6130 | #[doc (alias = "XK_Ooblique" )] |
6131 | pub const Ooblique: Keysym = Keysym(key::Ooblique); |
6132 | #[doc (alias = "XK_Ugrave" )] |
6133 | pub const Ugrave: Keysym = Keysym(key::Ugrave); |
6134 | #[doc (alias = "XK_Uacute" )] |
6135 | pub const Uacute: Keysym = Keysym(key::Uacute); |
6136 | #[doc (alias = "XK_Ucircumflex" )] |
6137 | pub const Ucircumflex: Keysym = Keysym(key::Ucircumflex); |
6138 | #[doc (alias = "XK_Udiaeresis" )] |
6139 | pub const Udiaeresis: Keysym = Keysym(key::Udiaeresis); |
6140 | #[doc (alias = "XK_Yacute" )] |
6141 | pub const Yacute: Keysym = Keysym(key::Yacute); |
6142 | #[doc (alias = "XK_THORN" )] |
6143 | pub const THORN: Keysym = Keysym(key::THORN); |
6144 | #[doc (alias = "XK_Thorn" )] |
6145 | pub const Thorn: Keysym = Keysym(key::Thorn); |
6146 | #[doc (alias = "XK_ssharp" )] |
6147 | pub const ssharp: Keysym = Keysym(key::ssharp); |
6148 | #[doc (alias = "XK_agrave" )] |
6149 | pub const agrave: Keysym = Keysym(key::agrave); |
6150 | #[doc (alias = "XK_aacute" )] |
6151 | pub const aacute: Keysym = Keysym(key::aacute); |
6152 | #[doc (alias = "XK_acircumflex" )] |
6153 | pub const acircumflex: Keysym = Keysym(key::acircumflex); |
6154 | #[doc (alias = "XK_atilde" )] |
6155 | pub const atilde: Keysym = Keysym(key::atilde); |
6156 | #[doc (alias = "XK_adiaeresis" )] |
6157 | pub const adiaeresis: Keysym = Keysym(key::adiaeresis); |
6158 | #[doc (alias = "XK_aring" )] |
6159 | pub const aring: Keysym = Keysym(key::aring); |
6160 | #[doc (alias = "XK_ae" )] |
6161 | pub const ae: Keysym = Keysym(key::ae); |
6162 | #[doc (alias = "XK_ccedilla" )] |
6163 | pub const ccedilla: Keysym = Keysym(key::ccedilla); |
6164 | #[doc (alias = "XK_egrave" )] |
6165 | pub const egrave: Keysym = Keysym(key::egrave); |
6166 | #[doc (alias = "XK_eacute" )] |
6167 | pub const eacute: Keysym = Keysym(key::eacute); |
6168 | #[doc (alias = "XK_ecircumflex" )] |
6169 | pub const ecircumflex: Keysym = Keysym(key::ecircumflex); |
6170 | #[doc (alias = "XK_ediaeresis" )] |
6171 | pub const ediaeresis: Keysym = Keysym(key::ediaeresis); |
6172 | #[doc (alias = "XK_igrave" )] |
6173 | pub const igrave: Keysym = Keysym(key::igrave); |
6174 | #[doc (alias = "XK_iacute" )] |
6175 | pub const iacute: Keysym = Keysym(key::iacute); |
6176 | #[doc (alias = "XK_icircumflex" )] |
6177 | pub const icircumflex: Keysym = Keysym(key::icircumflex); |
6178 | #[doc (alias = "XK_idiaeresis" )] |
6179 | pub const idiaeresis: Keysym = Keysym(key::idiaeresis); |
6180 | #[doc (alias = "XK_eth" )] |
6181 | pub const eth: Keysym = Keysym(key::eth); |
6182 | #[doc (alias = "XK_ntilde" )] |
6183 | pub const ntilde: Keysym = Keysym(key::ntilde); |
6184 | #[doc (alias = "XK_ograve" )] |
6185 | pub const ograve: Keysym = Keysym(key::ograve); |
6186 | #[doc (alias = "XK_oacute" )] |
6187 | pub const oacute: Keysym = Keysym(key::oacute); |
6188 | #[doc (alias = "XK_ocircumflex" )] |
6189 | pub const ocircumflex: Keysym = Keysym(key::ocircumflex); |
6190 | #[doc (alias = "XK_otilde" )] |
6191 | pub const otilde: Keysym = Keysym(key::otilde); |
6192 | #[doc (alias = "XK_odiaeresis" )] |
6193 | pub const odiaeresis: Keysym = Keysym(key::odiaeresis); |
6194 | #[doc (alias = "XK_division" )] |
6195 | pub const division: Keysym = Keysym(key::division); |
6196 | #[doc (alias = "XK_oslash" )] |
6197 | pub const oslash: Keysym = Keysym(key::oslash); |
6198 | #[doc (alias = "XK_ooblique" )] |
6199 | pub const ooblique: Keysym = Keysym(key::ooblique); |
6200 | #[doc (alias = "XK_ugrave" )] |
6201 | pub const ugrave: Keysym = Keysym(key::ugrave); |
6202 | #[doc (alias = "XK_uacute" )] |
6203 | pub const uacute: Keysym = Keysym(key::uacute); |
6204 | #[doc (alias = "XK_ucircumflex" )] |
6205 | pub const ucircumflex: Keysym = Keysym(key::ucircumflex); |
6206 | #[doc (alias = "XK_udiaeresis" )] |
6207 | pub const udiaeresis: Keysym = Keysym(key::udiaeresis); |
6208 | #[doc (alias = "XK_yacute" )] |
6209 | pub const yacute: Keysym = Keysym(key::yacute); |
6210 | #[doc (alias = "XK_thorn" )] |
6211 | pub const thorn: Keysym = Keysym(key::thorn); |
6212 | #[doc (alias = "XK_ydiaeresis" )] |
6213 | pub const ydiaeresis: Keysym = Keysym(key::ydiaeresis); |
6214 | #[doc (alias = "XK_Aogonek" )] |
6215 | pub const Aogonek: Keysym = Keysym(key::Aogonek); |
6216 | #[doc (alias = "XK_breve" )] |
6217 | pub const breve: Keysym = Keysym(key::breve); |
6218 | #[doc (alias = "XK_Lstroke" )] |
6219 | pub const Lstroke: Keysym = Keysym(key::Lstroke); |
6220 | #[doc (alias = "XK_Lcaron" )] |
6221 | pub const Lcaron: Keysym = Keysym(key::Lcaron); |
6222 | #[doc (alias = "XK_Sacute" )] |
6223 | pub const Sacute: Keysym = Keysym(key::Sacute); |
6224 | #[doc (alias = "XK_Scaron" )] |
6225 | pub const Scaron: Keysym = Keysym(key::Scaron); |
6226 | #[doc (alias = "XK_Scedilla" )] |
6227 | pub const Scedilla: Keysym = Keysym(key::Scedilla); |
6228 | #[doc (alias = "XK_Tcaron" )] |
6229 | pub const Tcaron: Keysym = Keysym(key::Tcaron); |
6230 | #[doc (alias = "XK_Zacute" )] |
6231 | pub const Zacute: Keysym = Keysym(key::Zacute); |
6232 | #[doc (alias = "XK_Zcaron" )] |
6233 | pub const Zcaron: Keysym = Keysym(key::Zcaron); |
6234 | #[doc (alias = "XK_Zabovedot" )] |
6235 | pub const Zabovedot: Keysym = Keysym(key::Zabovedot); |
6236 | #[doc (alias = "XK_aogonek" )] |
6237 | pub const aogonek: Keysym = Keysym(key::aogonek); |
6238 | #[doc (alias = "XK_ogonek" )] |
6239 | pub const ogonek: Keysym = Keysym(key::ogonek); |
6240 | #[doc (alias = "XK_lstroke" )] |
6241 | pub const lstroke: Keysym = Keysym(key::lstroke); |
6242 | #[doc (alias = "XK_lcaron" )] |
6243 | pub const lcaron: Keysym = Keysym(key::lcaron); |
6244 | #[doc (alias = "XK_sacute" )] |
6245 | pub const sacute: Keysym = Keysym(key::sacute); |
6246 | #[doc (alias = "XK_caron" )] |
6247 | pub const caron: Keysym = Keysym(key::caron); |
6248 | #[doc (alias = "XK_scaron" )] |
6249 | pub const scaron: Keysym = Keysym(key::scaron); |
6250 | #[doc (alias = "XK_scedilla" )] |
6251 | pub const scedilla: Keysym = Keysym(key::scedilla); |
6252 | #[doc (alias = "XK_tcaron" )] |
6253 | pub const tcaron: Keysym = Keysym(key::tcaron); |
6254 | #[doc (alias = "XK_zacute" )] |
6255 | pub const zacute: Keysym = Keysym(key::zacute); |
6256 | #[doc (alias = "XK_doubleacute" )] |
6257 | pub const doubleacute: Keysym = Keysym(key::doubleacute); |
6258 | #[doc (alias = "XK_zcaron" )] |
6259 | pub const zcaron: Keysym = Keysym(key::zcaron); |
6260 | #[doc (alias = "XK_zabovedot" )] |
6261 | pub const zabovedot: Keysym = Keysym(key::zabovedot); |
6262 | #[doc (alias = "XK_Racute" )] |
6263 | pub const Racute: Keysym = Keysym(key::Racute); |
6264 | #[doc (alias = "XK_Abreve" )] |
6265 | pub const Abreve: Keysym = Keysym(key::Abreve); |
6266 | #[doc (alias = "XK_Lacute" )] |
6267 | pub const Lacute: Keysym = Keysym(key::Lacute); |
6268 | #[doc (alias = "XK_Cacute" )] |
6269 | pub const Cacute: Keysym = Keysym(key::Cacute); |
6270 | #[doc (alias = "XK_Ccaron" )] |
6271 | pub const Ccaron: Keysym = Keysym(key::Ccaron); |
6272 | #[doc (alias = "XK_Eogonek" )] |
6273 | pub const Eogonek: Keysym = Keysym(key::Eogonek); |
6274 | #[doc (alias = "XK_Ecaron" )] |
6275 | pub const Ecaron: Keysym = Keysym(key::Ecaron); |
6276 | #[doc (alias = "XK_Dcaron" )] |
6277 | pub const Dcaron: Keysym = Keysym(key::Dcaron); |
6278 | #[doc (alias = "XK_Dstroke" )] |
6279 | pub const Dstroke: Keysym = Keysym(key::Dstroke); |
6280 | #[doc (alias = "XK_Nacute" )] |
6281 | pub const Nacute: Keysym = Keysym(key::Nacute); |
6282 | #[doc (alias = "XK_Ncaron" )] |
6283 | pub const Ncaron: Keysym = Keysym(key::Ncaron); |
6284 | #[doc (alias = "XK_Odoubleacute" )] |
6285 | pub const Odoubleacute: Keysym = Keysym(key::Odoubleacute); |
6286 | #[doc (alias = "XK_Rcaron" )] |
6287 | pub const Rcaron: Keysym = Keysym(key::Rcaron); |
6288 | #[doc (alias = "XK_Uring" )] |
6289 | pub const Uring: Keysym = Keysym(key::Uring); |
6290 | #[doc (alias = "XK_Udoubleacute" )] |
6291 | pub const Udoubleacute: Keysym = Keysym(key::Udoubleacute); |
6292 | #[doc (alias = "XK_Tcedilla" )] |
6293 | pub const Tcedilla: Keysym = Keysym(key::Tcedilla); |
6294 | #[doc (alias = "XK_racute" )] |
6295 | pub const racute: Keysym = Keysym(key::racute); |
6296 | #[doc (alias = "XK_abreve" )] |
6297 | pub const abreve: Keysym = Keysym(key::abreve); |
6298 | #[doc (alias = "XK_lacute" )] |
6299 | pub const lacute: Keysym = Keysym(key::lacute); |
6300 | #[doc (alias = "XK_cacute" )] |
6301 | pub const cacute: Keysym = Keysym(key::cacute); |
6302 | #[doc (alias = "XK_ccaron" )] |
6303 | pub const ccaron: Keysym = Keysym(key::ccaron); |
6304 | #[doc (alias = "XK_eogonek" )] |
6305 | pub const eogonek: Keysym = Keysym(key::eogonek); |
6306 | #[doc (alias = "XK_ecaron" )] |
6307 | pub const ecaron: Keysym = Keysym(key::ecaron); |
6308 | #[doc (alias = "XK_dcaron" )] |
6309 | pub const dcaron: Keysym = Keysym(key::dcaron); |
6310 | #[doc (alias = "XK_dstroke" )] |
6311 | pub const dstroke: Keysym = Keysym(key::dstroke); |
6312 | #[doc (alias = "XK_nacute" )] |
6313 | pub const nacute: Keysym = Keysym(key::nacute); |
6314 | #[doc (alias = "XK_ncaron" )] |
6315 | pub const ncaron: Keysym = Keysym(key::ncaron); |
6316 | #[doc (alias = "XK_odoubleacute" )] |
6317 | pub const odoubleacute: Keysym = Keysym(key::odoubleacute); |
6318 | #[doc (alias = "XK_rcaron" )] |
6319 | pub const rcaron: Keysym = Keysym(key::rcaron); |
6320 | #[doc (alias = "XK_uring" )] |
6321 | pub const uring: Keysym = Keysym(key::uring); |
6322 | #[doc (alias = "XK_udoubleacute" )] |
6323 | pub const udoubleacute: Keysym = Keysym(key::udoubleacute); |
6324 | #[doc (alias = "XK_tcedilla" )] |
6325 | pub const tcedilla: Keysym = Keysym(key::tcedilla); |
6326 | #[doc (alias = "XK_abovedot" )] |
6327 | pub const abovedot: Keysym = Keysym(key::abovedot); |
6328 | #[doc (alias = "XK_Hstroke" )] |
6329 | pub const Hstroke: Keysym = Keysym(key::Hstroke); |
6330 | #[doc (alias = "XK_Hcircumflex" )] |
6331 | pub const Hcircumflex: Keysym = Keysym(key::Hcircumflex); |
6332 | #[doc (alias = "XK_Iabovedot" )] |
6333 | pub const Iabovedot: Keysym = Keysym(key::Iabovedot); |
6334 | #[doc (alias = "XK_Gbreve" )] |
6335 | pub const Gbreve: Keysym = Keysym(key::Gbreve); |
6336 | #[doc (alias = "XK_Jcircumflex" )] |
6337 | pub const Jcircumflex: Keysym = Keysym(key::Jcircumflex); |
6338 | #[doc (alias = "XK_hstroke" )] |
6339 | pub const hstroke: Keysym = Keysym(key::hstroke); |
6340 | #[doc (alias = "XK_hcircumflex" )] |
6341 | pub const hcircumflex: Keysym = Keysym(key::hcircumflex); |
6342 | #[doc (alias = "XK_idotless" )] |
6343 | pub const idotless: Keysym = Keysym(key::idotless); |
6344 | #[doc (alias = "XK_gbreve" )] |
6345 | pub const gbreve: Keysym = Keysym(key::gbreve); |
6346 | #[doc (alias = "XK_jcircumflex" )] |
6347 | pub const jcircumflex: Keysym = Keysym(key::jcircumflex); |
6348 | #[doc (alias = "XK_Cabovedot" )] |
6349 | pub const Cabovedot: Keysym = Keysym(key::Cabovedot); |
6350 | #[doc (alias = "XK_Ccircumflex" )] |
6351 | pub const Ccircumflex: Keysym = Keysym(key::Ccircumflex); |
6352 | #[doc (alias = "XK_Gabovedot" )] |
6353 | pub const Gabovedot: Keysym = Keysym(key::Gabovedot); |
6354 | #[doc (alias = "XK_Gcircumflex" )] |
6355 | pub const Gcircumflex: Keysym = Keysym(key::Gcircumflex); |
6356 | #[doc (alias = "XK_Ubreve" )] |
6357 | pub const Ubreve: Keysym = Keysym(key::Ubreve); |
6358 | #[doc (alias = "XK_Scircumflex" )] |
6359 | pub const Scircumflex: Keysym = Keysym(key::Scircumflex); |
6360 | #[doc (alias = "XK_cabovedot" )] |
6361 | pub const cabovedot: Keysym = Keysym(key::cabovedot); |
6362 | #[doc (alias = "XK_ccircumflex" )] |
6363 | pub const ccircumflex: Keysym = Keysym(key::ccircumflex); |
6364 | #[doc (alias = "XK_gabovedot" )] |
6365 | pub const gabovedot: Keysym = Keysym(key::gabovedot); |
6366 | #[doc (alias = "XK_gcircumflex" )] |
6367 | pub const gcircumflex: Keysym = Keysym(key::gcircumflex); |
6368 | #[doc (alias = "XK_ubreve" )] |
6369 | pub const ubreve: Keysym = Keysym(key::ubreve); |
6370 | #[doc (alias = "XK_scircumflex" )] |
6371 | pub const scircumflex: Keysym = Keysym(key::scircumflex); |
6372 | #[doc (alias = "XK_kra" )] |
6373 | pub const kra: Keysym = Keysym(key::kra); |
6374 | #[doc (alias = "XK_kappa" )] |
6375 | pub const kappa: Keysym = Keysym(key::kappa); |
6376 | #[doc (alias = "XK_Rcedilla" )] |
6377 | pub const Rcedilla: Keysym = Keysym(key::Rcedilla); |
6378 | #[doc (alias = "XK_Itilde" )] |
6379 | pub const Itilde: Keysym = Keysym(key::Itilde); |
6380 | #[doc (alias = "XK_Lcedilla" )] |
6381 | pub const Lcedilla: Keysym = Keysym(key::Lcedilla); |
6382 | #[doc (alias = "XK_Emacron" )] |
6383 | pub const Emacron: Keysym = Keysym(key::Emacron); |
6384 | #[doc (alias = "XK_Gcedilla" )] |
6385 | pub const Gcedilla: Keysym = Keysym(key::Gcedilla); |
6386 | #[doc (alias = "XK_Tslash" )] |
6387 | pub const Tslash: Keysym = Keysym(key::Tslash); |
6388 | #[doc (alias = "XK_rcedilla" )] |
6389 | pub const rcedilla: Keysym = Keysym(key::rcedilla); |
6390 | #[doc (alias = "XK_itilde" )] |
6391 | pub const itilde: Keysym = Keysym(key::itilde); |
6392 | #[doc (alias = "XK_lcedilla" )] |
6393 | pub const lcedilla: Keysym = Keysym(key::lcedilla); |
6394 | #[doc (alias = "XK_emacron" )] |
6395 | pub const emacron: Keysym = Keysym(key::emacron); |
6396 | #[doc (alias = "XK_gcedilla" )] |
6397 | pub const gcedilla: Keysym = Keysym(key::gcedilla); |
6398 | #[doc (alias = "XK_tslash" )] |
6399 | pub const tslash: Keysym = Keysym(key::tslash); |
6400 | #[doc (alias = "XK_ENG" )] |
6401 | pub const ENG: Keysym = Keysym(key::ENG); |
6402 | #[doc (alias = "XK_eng" )] |
6403 | pub const eng: Keysym = Keysym(key::eng); |
6404 | #[doc (alias = "XK_Amacron" )] |
6405 | pub const Amacron: Keysym = Keysym(key::Amacron); |
6406 | #[doc (alias = "XK_Iogonek" )] |
6407 | pub const Iogonek: Keysym = Keysym(key::Iogonek); |
6408 | #[doc (alias = "XK_Eabovedot" )] |
6409 | pub const Eabovedot: Keysym = Keysym(key::Eabovedot); |
6410 | #[doc (alias = "XK_Imacron" )] |
6411 | pub const Imacron: Keysym = Keysym(key::Imacron); |
6412 | #[doc (alias = "XK_Ncedilla" )] |
6413 | pub const Ncedilla: Keysym = Keysym(key::Ncedilla); |
6414 | #[doc (alias = "XK_Omacron" )] |
6415 | pub const Omacron: Keysym = Keysym(key::Omacron); |
6416 | #[doc (alias = "XK_Kcedilla" )] |
6417 | pub const Kcedilla: Keysym = Keysym(key::Kcedilla); |
6418 | #[doc (alias = "XK_Uogonek" )] |
6419 | pub const Uogonek: Keysym = Keysym(key::Uogonek); |
6420 | #[doc (alias = "XK_Utilde" )] |
6421 | pub const Utilde: Keysym = Keysym(key::Utilde); |
6422 | #[doc (alias = "XK_Umacron" )] |
6423 | pub const Umacron: Keysym = Keysym(key::Umacron); |
6424 | #[doc (alias = "XK_amacron" )] |
6425 | pub const amacron: Keysym = Keysym(key::amacron); |
6426 | #[doc (alias = "XK_iogonek" )] |
6427 | pub const iogonek: Keysym = Keysym(key::iogonek); |
6428 | #[doc (alias = "XK_eabovedot" )] |
6429 | pub const eabovedot: Keysym = Keysym(key::eabovedot); |
6430 | #[doc (alias = "XK_imacron" )] |
6431 | pub const imacron: Keysym = Keysym(key::imacron); |
6432 | #[doc (alias = "XK_ncedilla" )] |
6433 | pub const ncedilla: Keysym = Keysym(key::ncedilla); |
6434 | #[doc (alias = "XK_omacron" )] |
6435 | pub const omacron: Keysym = Keysym(key::omacron); |
6436 | #[doc (alias = "XK_kcedilla" )] |
6437 | pub const kcedilla: Keysym = Keysym(key::kcedilla); |
6438 | #[doc (alias = "XK_uogonek" )] |
6439 | pub const uogonek: Keysym = Keysym(key::uogonek); |
6440 | #[doc (alias = "XK_utilde" )] |
6441 | pub const utilde: Keysym = Keysym(key::utilde); |
6442 | #[doc (alias = "XK_umacron" )] |
6443 | pub const umacron: Keysym = Keysym(key::umacron); |
6444 | #[doc (alias = "XK_Wcircumflex" )] |
6445 | pub const Wcircumflex: Keysym = Keysym(key::Wcircumflex); |
6446 | #[doc (alias = "XK_wcircumflex" )] |
6447 | pub const wcircumflex: Keysym = Keysym(key::wcircumflex); |
6448 | #[doc (alias = "XK_Ycircumflex" )] |
6449 | pub const Ycircumflex: Keysym = Keysym(key::Ycircumflex); |
6450 | #[doc (alias = "XK_ycircumflex" )] |
6451 | pub const ycircumflex: Keysym = Keysym(key::ycircumflex); |
6452 | #[doc (alias = "XK_Babovedot" )] |
6453 | pub const Babovedot: Keysym = Keysym(key::Babovedot); |
6454 | #[doc (alias = "XK_babovedot" )] |
6455 | pub const babovedot: Keysym = Keysym(key::babovedot); |
6456 | #[doc (alias = "XK_Dabovedot" )] |
6457 | pub const Dabovedot: Keysym = Keysym(key::Dabovedot); |
6458 | #[doc (alias = "XK_dabovedot" )] |
6459 | pub const dabovedot: Keysym = Keysym(key::dabovedot); |
6460 | #[doc (alias = "XK_Fabovedot" )] |
6461 | pub const Fabovedot: Keysym = Keysym(key::Fabovedot); |
6462 | #[doc (alias = "XK_fabovedot" )] |
6463 | pub const fabovedot: Keysym = Keysym(key::fabovedot); |
6464 | #[doc (alias = "XK_Mabovedot" )] |
6465 | pub const Mabovedot: Keysym = Keysym(key::Mabovedot); |
6466 | #[doc (alias = "XK_mabovedot" )] |
6467 | pub const mabovedot: Keysym = Keysym(key::mabovedot); |
6468 | #[doc (alias = "XK_Pabovedot" )] |
6469 | pub const Pabovedot: Keysym = Keysym(key::Pabovedot); |
6470 | #[doc (alias = "XK_pabovedot" )] |
6471 | pub const pabovedot: Keysym = Keysym(key::pabovedot); |
6472 | #[doc (alias = "XK_Sabovedot" )] |
6473 | pub const Sabovedot: Keysym = Keysym(key::Sabovedot); |
6474 | #[doc (alias = "XK_sabovedot" )] |
6475 | pub const sabovedot: Keysym = Keysym(key::sabovedot); |
6476 | #[doc (alias = "XK_Tabovedot" )] |
6477 | pub const Tabovedot: Keysym = Keysym(key::Tabovedot); |
6478 | #[doc (alias = "XK_tabovedot" )] |
6479 | pub const tabovedot: Keysym = Keysym(key::tabovedot); |
6480 | #[doc (alias = "XK_Wgrave" )] |
6481 | pub const Wgrave: Keysym = Keysym(key::Wgrave); |
6482 | #[doc (alias = "XK_wgrave" )] |
6483 | pub const wgrave: Keysym = Keysym(key::wgrave); |
6484 | #[doc (alias = "XK_Wacute" )] |
6485 | pub const Wacute: Keysym = Keysym(key::Wacute); |
6486 | #[doc (alias = "XK_wacute" )] |
6487 | pub const wacute: Keysym = Keysym(key::wacute); |
6488 | #[doc (alias = "XK_Wdiaeresis" )] |
6489 | pub const Wdiaeresis: Keysym = Keysym(key::Wdiaeresis); |
6490 | #[doc (alias = "XK_wdiaeresis" )] |
6491 | pub const wdiaeresis: Keysym = Keysym(key::wdiaeresis); |
6492 | #[doc (alias = "XK_Ygrave" )] |
6493 | pub const Ygrave: Keysym = Keysym(key::Ygrave); |
6494 | #[doc (alias = "XK_ygrave" )] |
6495 | pub const ygrave: Keysym = Keysym(key::ygrave); |
6496 | #[doc (alias = "XK_OE" )] |
6497 | pub const OE: Keysym = Keysym(key::OE); |
6498 | #[doc (alias = "XK_oe" )] |
6499 | pub const oe: Keysym = Keysym(key::oe); |
6500 | #[doc (alias = "XK_Ydiaeresis" )] |
6501 | pub const Ydiaeresis: Keysym = Keysym(key::Ydiaeresis); |
6502 | #[doc (alias = "XK_overline" )] |
6503 | pub const overline: Keysym = Keysym(key::overline); |
6504 | #[doc (alias = "XK_kana_fullstop" )] |
6505 | pub const kana_fullstop: Keysym = Keysym(key::kana_fullstop); |
6506 | #[doc (alias = "XK_kana_openingbracket" )] |
6507 | pub const kana_openingbracket: Keysym = Keysym(key::kana_openingbracket); |
6508 | #[doc (alias = "XK_kana_closingbracket" )] |
6509 | pub const kana_closingbracket: Keysym = Keysym(key::kana_closingbracket); |
6510 | #[doc (alias = "XK_kana_comma" )] |
6511 | pub const kana_comma: Keysym = Keysym(key::kana_comma); |
6512 | #[doc (alias = "XK_kana_conjunctive" )] |
6513 | pub const kana_conjunctive: Keysym = Keysym(key::kana_conjunctive); |
6514 | #[doc (alias = "XK_kana_middledot" )] |
6515 | pub const kana_middledot: Keysym = Keysym(key::kana_middledot); |
6516 | #[doc (alias = "XK_kana_WO" )] |
6517 | pub const kana_WO: Keysym = Keysym(key::kana_WO); |
6518 | #[doc (alias = "XK_kana_a" )] |
6519 | pub const kana_a: Keysym = Keysym(key::kana_a); |
6520 | #[doc (alias = "XK_kana_i" )] |
6521 | pub const kana_i: Keysym = Keysym(key::kana_i); |
6522 | #[doc (alias = "XK_kana_u" )] |
6523 | pub const kana_u: Keysym = Keysym(key::kana_u); |
6524 | #[doc (alias = "XK_kana_e" )] |
6525 | pub const kana_e: Keysym = Keysym(key::kana_e); |
6526 | #[doc (alias = "XK_kana_o" )] |
6527 | pub const kana_o: Keysym = Keysym(key::kana_o); |
6528 | #[doc (alias = "XK_kana_ya" )] |
6529 | pub const kana_ya: Keysym = Keysym(key::kana_ya); |
6530 | #[doc (alias = "XK_kana_yu" )] |
6531 | pub const kana_yu: Keysym = Keysym(key::kana_yu); |
6532 | #[doc (alias = "XK_kana_yo" )] |
6533 | pub const kana_yo: Keysym = Keysym(key::kana_yo); |
6534 | #[doc (alias = "XK_kana_tsu" )] |
6535 | pub const kana_tsu: Keysym = Keysym(key::kana_tsu); |
6536 | #[doc (alias = "XK_kana_tu" )] |
6537 | pub const kana_tu: Keysym = Keysym(key::kana_tu); |
6538 | #[doc (alias = "XK_prolongedsound" )] |
6539 | pub const prolongedsound: Keysym = Keysym(key::prolongedsound); |
6540 | #[doc (alias = "XK_kana_A" )] |
6541 | pub const kana_A: Keysym = Keysym(key::kana_A); |
6542 | #[doc (alias = "XK_kana_I" )] |
6543 | pub const kana_I: Keysym = Keysym(key::kana_I); |
6544 | #[doc (alias = "XK_kana_U" )] |
6545 | pub const kana_U: Keysym = Keysym(key::kana_U); |
6546 | #[doc (alias = "XK_kana_E" )] |
6547 | pub const kana_E: Keysym = Keysym(key::kana_E); |
6548 | #[doc (alias = "XK_kana_O" )] |
6549 | pub const kana_O: Keysym = Keysym(key::kana_O); |
6550 | #[doc (alias = "XK_kana_KA" )] |
6551 | pub const kana_KA: Keysym = Keysym(key::kana_KA); |
6552 | #[doc (alias = "XK_kana_KI" )] |
6553 | pub const kana_KI: Keysym = Keysym(key::kana_KI); |
6554 | #[doc (alias = "XK_kana_KU" )] |
6555 | pub const kana_KU: Keysym = Keysym(key::kana_KU); |
6556 | #[doc (alias = "XK_kana_KE" )] |
6557 | pub const kana_KE: Keysym = Keysym(key::kana_KE); |
6558 | #[doc (alias = "XK_kana_KO" )] |
6559 | pub const kana_KO: Keysym = Keysym(key::kana_KO); |
6560 | #[doc (alias = "XK_kana_SA" )] |
6561 | pub const kana_SA: Keysym = Keysym(key::kana_SA); |
6562 | #[doc (alias = "XK_kana_SHI" )] |
6563 | pub const kana_SHI: Keysym = Keysym(key::kana_SHI); |
6564 | #[doc (alias = "XK_kana_SU" )] |
6565 | pub const kana_SU: Keysym = Keysym(key::kana_SU); |
6566 | #[doc (alias = "XK_kana_SE" )] |
6567 | pub const kana_SE: Keysym = Keysym(key::kana_SE); |
6568 | #[doc (alias = "XK_kana_SO" )] |
6569 | pub const kana_SO: Keysym = Keysym(key::kana_SO); |
6570 | #[doc (alias = "XK_kana_TA" )] |
6571 | pub const kana_TA: Keysym = Keysym(key::kana_TA); |
6572 | #[doc (alias = "XK_kana_CHI" )] |
6573 | pub const kana_CHI: Keysym = Keysym(key::kana_CHI); |
6574 | #[doc (alias = "XK_kana_TI" )] |
6575 | pub const kana_TI: Keysym = Keysym(key::kana_TI); |
6576 | #[doc (alias = "XK_kana_TSU" )] |
6577 | pub const kana_TSU: Keysym = Keysym(key::kana_TSU); |
6578 | #[doc (alias = "XK_kana_TU" )] |
6579 | pub const kana_TU: Keysym = Keysym(key::kana_TU); |
6580 | #[doc (alias = "XK_kana_TE" )] |
6581 | pub const kana_TE: Keysym = Keysym(key::kana_TE); |
6582 | #[doc (alias = "XK_kana_TO" )] |
6583 | pub const kana_TO: Keysym = Keysym(key::kana_TO); |
6584 | #[doc (alias = "XK_kana_NA" )] |
6585 | pub const kana_NA: Keysym = Keysym(key::kana_NA); |
6586 | #[doc (alias = "XK_kana_NI" )] |
6587 | pub const kana_NI: Keysym = Keysym(key::kana_NI); |
6588 | #[doc (alias = "XK_kana_NU" )] |
6589 | pub const kana_NU: Keysym = Keysym(key::kana_NU); |
6590 | #[doc (alias = "XK_kana_NE" )] |
6591 | pub const kana_NE: Keysym = Keysym(key::kana_NE); |
6592 | #[doc (alias = "XK_kana_NO" )] |
6593 | pub const kana_NO: Keysym = Keysym(key::kana_NO); |
6594 | #[doc (alias = "XK_kana_HA" )] |
6595 | pub const kana_HA: Keysym = Keysym(key::kana_HA); |
6596 | #[doc (alias = "XK_kana_HI" )] |
6597 | pub const kana_HI: Keysym = Keysym(key::kana_HI); |
6598 | #[doc (alias = "XK_kana_FU" )] |
6599 | pub const kana_FU: Keysym = Keysym(key::kana_FU); |
6600 | #[doc (alias = "XK_kana_HU" )] |
6601 | pub const kana_HU: Keysym = Keysym(key::kana_HU); |
6602 | #[doc (alias = "XK_kana_HE" )] |
6603 | pub const kana_HE: Keysym = Keysym(key::kana_HE); |
6604 | #[doc (alias = "XK_kana_HO" )] |
6605 | pub const kana_HO: Keysym = Keysym(key::kana_HO); |
6606 | #[doc (alias = "XK_kana_MA" )] |
6607 | pub const kana_MA: Keysym = Keysym(key::kana_MA); |
6608 | #[doc (alias = "XK_kana_MI" )] |
6609 | pub const kana_MI: Keysym = Keysym(key::kana_MI); |
6610 | #[doc (alias = "XK_kana_MU" )] |
6611 | pub const kana_MU: Keysym = Keysym(key::kana_MU); |
6612 | #[doc (alias = "XK_kana_ME" )] |
6613 | pub const kana_ME: Keysym = Keysym(key::kana_ME); |
6614 | #[doc (alias = "XK_kana_MO" )] |
6615 | pub const kana_MO: Keysym = Keysym(key::kana_MO); |
6616 | #[doc (alias = "XK_kana_YA" )] |
6617 | pub const kana_YA: Keysym = Keysym(key::kana_YA); |
6618 | #[doc (alias = "XK_kana_YU" )] |
6619 | pub const kana_YU: Keysym = Keysym(key::kana_YU); |
6620 | #[doc (alias = "XK_kana_YO" )] |
6621 | pub const kana_YO: Keysym = Keysym(key::kana_YO); |
6622 | #[doc (alias = "XK_kana_RA" )] |
6623 | pub const kana_RA: Keysym = Keysym(key::kana_RA); |
6624 | #[doc (alias = "XK_kana_RI" )] |
6625 | pub const kana_RI: Keysym = Keysym(key::kana_RI); |
6626 | #[doc (alias = "XK_kana_RU" )] |
6627 | pub const kana_RU: Keysym = Keysym(key::kana_RU); |
6628 | #[doc (alias = "XK_kana_RE" )] |
6629 | pub const kana_RE: Keysym = Keysym(key::kana_RE); |
6630 | #[doc (alias = "XK_kana_RO" )] |
6631 | pub const kana_RO: Keysym = Keysym(key::kana_RO); |
6632 | #[doc (alias = "XK_kana_WA" )] |
6633 | pub const kana_WA: Keysym = Keysym(key::kana_WA); |
6634 | #[doc (alias = "XK_kana_N" )] |
6635 | pub const kana_N: Keysym = Keysym(key::kana_N); |
6636 | #[doc (alias = "XK_voicedsound" )] |
6637 | pub const voicedsound: Keysym = Keysym(key::voicedsound); |
6638 | #[doc (alias = "XK_semivoicedsound" )] |
6639 | pub const semivoicedsound: Keysym = Keysym(key::semivoicedsound); |
6640 | #[doc (alias = "XK_kana_switch" )] |
6641 | pub const kana_switch: Keysym = Keysym(key::kana_switch); |
6642 | #[doc (alias = "XK_Farsi_0" )] |
6643 | pub const Farsi_0: Keysym = Keysym(key::Farsi_0); |
6644 | #[doc (alias = "XK_Farsi_1" )] |
6645 | pub const Farsi_1: Keysym = Keysym(key::Farsi_1); |
6646 | #[doc (alias = "XK_Farsi_2" )] |
6647 | pub const Farsi_2: Keysym = Keysym(key::Farsi_2); |
6648 | #[doc (alias = "XK_Farsi_3" )] |
6649 | pub const Farsi_3: Keysym = Keysym(key::Farsi_3); |
6650 | #[doc (alias = "XK_Farsi_4" )] |
6651 | pub const Farsi_4: Keysym = Keysym(key::Farsi_4); |
6652 | #[doc (alias = "XK_Farsi_5" )] |
6653 | pub const Farsi_5: Keysym = Keysym(key::Farsi_5); |
6654 | #[doc (alias = "XK_Farsi_6" )] |
6655 | pub const Farsi_6: Keysym = Keysym(key::Farsi_6); |
6656 | #[doc (alias = "XK_Farsi_7" )] |
6657 | pub const Farsi_7: Keysym = Keysym(key::Farsi_7); |
6658 | #[doc (alias = "XK_Farsi_8" )] |
6659 | pub const Farsi_8: Keysym = Keysym(key::Farsi_8); |
6660 | #[doc (alias = "XK_Farsi_9" )] |
6661 | pub const Farsi_9: Keysym = Keysym(key::Farsi_9); |
6662 | #[doc (alias = "XK_Arabic_percent" )] |
6663 | pub const Arabic_percent: Keysym = Keysym(key::Arabic_percent); |
6664 | #[doc (alias = "XK_Arabic_superscript_alef" )] |
6665 | pub const Arabic_superscript_alef: Keysym = Keysym(key::Arabic_superscript_alef); |
6666 | #[doc (alias = "XK_Arabic_tteh" )] |
6667 | pub const Arabic_tteh: Keysym = Keysym(key::Arabic_tteh); |
6668 | #[doc (alias = "XK_Arabic_peh" )] |
6669 | pub const Arabic_peh: Keysym = Keysym(key::Arabic_peh); |
6670 | #[doc (alias = "XK_Arabic_tcheh" )] |
6671 | pub const Arabic_tcheh: Keysym = Keysym(key::Arabic_tcheh); |
6672 | #[doc (alias = "XK_Arabic_ddal" )] |
6673 | pub const Arabic_ddal: Keysym = Keysym(key::Arabic_ddal); |
6674 | #[doc (alias = "XK_Arabic_rreh" )] |
6675 | pub const Arabic_rreh: Keysym = Keysym(key::Arabic_rreh); |
6676 | #[doc (alias = "XK_Arabic_comma" )] |
6677 | pub const Arabic_comma: Keysym = Keysym(key::Arabic_comma); |
6678 | #[doc (alias = "XK_Arabic_fullstop" )] |
6679 | pub const Arabic_fullstop: Keysym = Keysym(key::Arabic_fullstop); |
6680 | #[doc (alias = "XK_Arabic_0" )] |
6681 | pub const Arabic_0: Keysym = Keysym(key::Arabic_0); |
6682 | #[doc (alias = "XK_Arabic_1" )] |
6683 | pub const Arabic_1: Keysym = Keysym(key::Arabic_1); |
6684 | #[doc (alias = "XK_Arabic_2" )] |
6685 | pub const Arabic_2: Keysym = Keysym(key::Arabic_2); |
6686 | #[doc (alias = "XK_Arabic_3" )] |
6687 | pub const Arabic_3: Keysym = Keysym(key::Arabic_3); |
6688 | #[doc (alias = "XK_Arabic_4" )] |
6689 | pub const Arabic_4: Keysym = Keysym(key::Arabic_4); |
6690 | #[doc (alias = "XK_Arabic_5" )] |
6691 | pub const Arabic_5: Keysym = Keysym(key::Arabic_5); |
6692 | #[doc (alias = "XK_Arabic_6" )] |
6693 | pub const Arabic_6: Keysym = Keysym(key::Arabic_6); |
6694 | #[doc (alias = "XK_Arabic_7" )] |
6695 | pub const Arabic_7: Keysym = Keysym(key::Arabic_7); |
6696 | #[doc (alias = "XK_Arabic_8" )] |
6697 | pub const Arabic_8: Keysym = Keysym(key::Arabic_8); |
6698 | #[doc (alias = "XK_Arabic_9" )] |
6699 | pub const Arabic_9: Keysym = Keysym(key::Arabic_9); |
6700 | #[doc (alias = "XK_Arabic_semicolon" )] |
6701 | pub const Arabic_semicolon: Keysym = Keysym(key::Arabic_semicolon); |
6702 | #[doc (alias = "XK_Arabic_question_mark" )] |
6703 | pub const Arabic_question_mark: Keysym = Keysym(key::Arabic_question_mark); |
6704 | #[doc (alias = "XK_Arabic_hamza" )] |
6705 | pub const Arabic_hamza: Keysym = Keysym(key::Arabic_hamza); |
6706 | #[doc (alias = "XK_Arabic_maddaonalef" )] |
6707 | pub const Arabic_maddaonalef: Keysym = Keysym(key::Arabic_maddaonalef); |
6708 | #[doc (alias = "XK_Arabic_hamzaonalef" )] |
6709 | pub const Arabic_hamzaonalef: Keysym = Keysym(key::Arabic_hamzaonalef); |
6710 | #[doc (alias = "XK_Arabic_hamzaonwaw" )] |
6711 | pub const Arabic_hamzaonwaw: Keysym = Keysym(key::Arabic_hamzaonwaw); |
6712 | #[doc (alias = "XK_Arabic_hamzaunderalef" )] |
6713 | pub const Arabic_hamzaunderalef: Keysym = Keysym(key::Arabic_hamzaunderalef); |
6714 | #[doc (alias = "XK_Arabic_hamzaonyeh" )] |
6715 | pub const Arabic_hamzaonyeh: Keysym = Keysym(key::Arabic_hamzaonyeh); |
6716 | #[doc (alias = "XK_Arabic_alef" )] |
6717 | pub const Arabic_alef: Keysym = Keysym(key::Arabic_alef); |
6718 | #[doc (alias = "XK_Arabic_beh" )] |
6719 | pub const Arabic_beh: Keysym = Keysym(key::Arabic_beh); |
6720 | #[doc (alias = "XK_Arabic_tehmarbuta" )] |
6721 | pub const Arabic_tehmarbuta: Keysym = Keysym(key::Arabic_tehmarbuta); |
6722 | #[doc (alias = "XK_Arabic_teh" )] |
6723 | pub const Arabic_teh: Keysym = Keysym(key::Arabic_teh); |
6724 | #[doc (alias = "XK_Arabic_theh" )] |
6725 | pub const Arabic_theh: Keysym = Keysym(key::Arabic_theh); |
6726 | #[doc (alias = "XK_Arabic_jeem" )] |
6727 | pub const Arabic_jeem: Keysym = Keysym(key::Arabic_jeem); |
6728 | #[doc (alias = "XK_Arabic_hah" )] |
6729 | pub const Arabic_hah: Keysym = Keysym(key::Arabic_hah); |
6730 | #[doc (alias = "XK_Arabic_khah" )] |
6731 | pub const Arabic_khah: Keysym = Keysym(key::Arabic_khah); |
6732 | #[doc (alias = "XK_Arabic_dal" )] |
6733 | pub const Arabic_dal: Keysym = Keysym(key::Arabic_dal); |
6734 | #[doc (alias = "XK_Arabic_thal" )] |
6735 | pub const Arabic_thal: Keysym = Keysym(key::Arabic_thal); |
6736 | #[doc (alias = "XK_Arabic_ra" )] |
6737 | pub const Arabic_ra: Keysym = Keysym(key::Arabic_ra); |
6738 | #[doc (alias = "XK_Arabic_zain" )] |
6739 | pub const Arabic_zain: Keysym = Keysym(key::Arabic_zain); |
6740 | #[doc (alias = "XK_Arabic_seen" )] |
6741 | pub const Arabic_seen: Keysym = Keysym(key::Arabic_seen); |
6742 | #[doc (alias = "XK_Arabic_sheen" )] |
6743 | pub const Arabic_sheen: Keysym = Keysym(key::Arabic_sheen); |
6744 | #[doc (alias = "XK_Arabic_sad" )] |
6745 | pub const Arabic_sad: Keysym = Keysym(key::Arabic_sad); |
6746 | #[doc (alias = "XK_Arabic_dad" )] |
6747 | pub const Arabic_dad: Keysym = Keysym(key::Arabic_dad); |
6748 | #[doc (alias = "XK_Arabic_tah" )] |
6749 | pub const Arabic_tah: Keysym = Keysym(key::Arabic_tah); |
6750 | #[doc (alias = "XK_Arabic_zah" )] |
6751 | pub const Arabic_zah: Keysym = Keysym(key::Arabic_zah); |
6752 | #[doc (alias = "XK_Arabic_ain" )] |
6753 | pub const Arabic_ain: Keysym = Keysym(key::Arabic_ain); |
6754 | #[doc (alias = "XK_Arabic_ghain" )] |
6755 | pub const Arabic_ghain: Keysym = Keysym(key::Arabic_ghain); |
6756 | #[doc (alias = "XK_Arabic_tatweel" )] |
6757 | pub const Arabic_tatweel: Keysym = Keysym(key::Arabic_tatweel); |
6758 | #[doc (alias = "XK_Arabic_feh" )] |
6759 | pub const Arabic_feh: Keysym = Keysym(key::Arabic_feh); |
6760 | #[doc (alias = "XK_Arabic_qaf" )] |
6761 | pub const Arabic_qaf: Keysym = Keysym(key::Arabic_qaf); |
6762 | #[doc (alias = "XK_Arabic_kaf" )] |
6763 | pub const Arabic_kaf: Keysym = Keysym(key::Arabic_kaf); |
6764 | #[doc (alias = "XK_Arabic_lam" )] |
6765 | pub const Arabic_lam: Keysym = Keysym(key::Arabic_lam); |
6766 | #[doc (alias = "XK_Arabic_meem" )] |
6767 | pub const Arabic_meem: Keysym = Keysym(key::Arabic_meem); |
6768 | #[doc (alias = "XK_Arabic_noon" )] |
6769 | pub const Arabic_noon: Keysym = Keysym(key::Arabic_noon); |
6770 | #[doc (alias = "XK_Arabic_ha" )] |
6771 | pub const Arabic_ha: Keysym = Keysym(key::Arabic_ha); |
6772 | #[doc (alias = "XK_Arabic_heh" )] |
6773 | pub const Arabic_heh: Keysym = Keysym(key::Arabic_heh); |
6774 | #[doc (alias = "XK_Arabic_waw" )] |
6775 | pub const Arabic_waw: Keysym = Keysym(key::Arabic_waw); |
6776 | #[doc (alias = "XK_Arabic_alefmaksura" )] |
6777 | pub const Arabic_alefmaksura: Keysym = Keysym(key::Arabic_alefmaksura); |
6778 | #[doc (alias = "XK_Arabic_yeh" )] |
6779 | pub const Arabic_yeh: Keysym = Keysym(key::Arabic_yeh); |
6780 | #[doc (alias = "XK_Arabic_fathatan" )] |
6781 | pub const Arabic_fathatan: Keysym = Keysym(key::Arabic_fathatan); |
6782 | #[doc (alias = "XK_Arabic_dammatan" )] |
6783 | pub const Arabic_dammatan: Keysym = Keysym(key::Arabic_dammatan); |
6784 | #[doc (alias = "XK_Arabic_kasratan" )] |
6785 | pub const Arabic_kasratan: Keysym = Keysym(key::Arabic_kasratan); |
6786 | #[doc (alias = "XK_Arabic_fatha" )] |
6787 | pub const Arabic_fatha: Keysym = Keysym(key::Arabic_fatha); |
6788 | #[doc (alias = "XK_Arabic_damma" )] |
6789 | pub const Arabic_damma: Keysym = Keysym(key::Arabic_damma); |
6790 | #[doc (alias = "XK_Arabic_kasra" )] |
6791 | pub const Arabic_kasra: Keysym = Keysym(key::Arabic_kasra); |
6792 | #[doc (alias = "XK_Arabic_shadda" )] |
6793 | pub const Arabic_shadda: Keysym = Keysym(key::Arabic_shadda); |
6794 | #[doc (alias = "XK_Arabic_sukun" )] |
6795 | pub const Arabic_sukun: Keysym = Keysym(key::Arabic_sukun); |
6796 | #[doc (alias = "XK_Arabic_madda_above" )] |
6797 | pub const Arabic_madda_above: Keysym = Keysym(key::Arabic_madda_above); |
6798 | #[doc (alias = "XK_Arabic_hamza_above" )] |
6799 | pub const Arabic_hamza_above: Keysym = Keysym(key::Arabic_hamza_above); |
6800 | #[doc (alias = "XK_Arabic_hamza_below" )] |
6801 | pub const Arabic_hamza_below: Keysym = Keysym(key::Arabic_hamza_below); |
6802 | #[doc (alias = "XK_Arabic_jeh" )] |
6803 | pub const Arabic_jeh: Keysym = Keysym(key::Arabic_jeh); |
6804 | #[doc (alias = "XK_Arabic_veh" )] |
6805 | pub const Arabic_veh: Keysym = Keysym(key::Arabic_veh); |
6806 | #[doc (alias = "XK_Arabic_keheh" )] |
6807 | pub const Arabic_keheh: Keysym = Keysym(key::Arabic_keheh); |
6808 | #[doc (alias = "XK_Arabic_gaf" )] |
6809 | pub const Arabic_gaf: Keysym = Keysym(key::Arabic_gaf); |
6810 | #[doc (alias = "XK_Arabic_noon_ghunna" )] |
6811 | pub const Arabic_noon_ghunna: Keysym = Keysym(key::Arabic_noon_ghunna); |
6812 | #[doc (alias = "XK_Arabic_heh_doachashmee" )] |
6813 | pub const Arabic_heh_doachashmee: Keysym = Keysym(key::Arabic_heh_doachashmee); |
6814 | #[doc (alias = "XK_Farsi_yeh" )] |
6815 | pub const Farsi_yeh: Keysym = Keysym(key::Farsi_yeh); |
6816 | #[doc (alias = "XK_Arabic_farsi_yeh" )] |
6817 | pub const Arabic_farsi_yeh: Keysym = Keysym(key::Arabic_farsi_yeh); |
6818 | #[doc (alias = "XK_Arabic_yeh_baree" )] |
6819 | pub const Arabic_yeh_baree: Keysym = Keysym(key::Arabic_yeh_baree); |
6820 | #[doc (alias = "XK_Arabic_heh_goal" )] |
6821 | pub const Arabic_heh_goal: Keysym = Keysym(key::Arabic_heh_goal); |
6822 | #[doc (alias = "XK_Arabic_switch" )] |
6823 | pub const Arabic_switch: Keysym = Keysym(key::Arabic_switch); |
6824 | #[doc (alias = "XK_Cyrillic_GHE_bar" )] |
6825 | pub const Cyrillic_GHE_bar: Keysym = Keysym(key::Cyrillic_GHE_bar); |
6826 | #[doc (alias = "XK_Cyrillic_ghe_bar" )] |
6827 | pub const Cyrillic_ghe_bar: Keysym = Keysym(key::Cyrillic_ghe_bar); |
6828 | #[doc (alias = "XK_Cyrillic_ZHE_descender" )] |
6829 | pub const Cyrillic_ZHE_descender: Keysym = Keysym(key::Cyrillic_ZHE_descender); |
6830 | #[doc (alias = "XK_Cyrillic_zhe_descender" )] |
6831 | pub const Cyrillic_zhe_descender: Keysym = Keysym(key::Cyrillic_zhe_descender); |
6832 | #[doc (alias = "XK_Cyrillic_KA_descender" )] |
6833 | pub const Cyrillic_KA_descender: Keysym = Keysym(key::Cyrillic_KA_descender); |
6834 | #[doc (alias = "XK_Cyrillic_ka_descender" )] |
6835 | pub const Cyrillic_ka_descender: Keysym = Keysym(key::Cyrillic_ka_descender); |
6836 | #[doc (alias = "XK_Cyrillic_KA_vertstroke" )] |
6837 | pub const Cyrillic_KA_vertstroke: Keysym = Keysym(key::Cyrillic_KA_vertstroke); |
6838 | #[doc (alias = "XK_Cyrillic_ka_vertstroke" )] |
6839 | pub const Cyrillic_ka_vertstroke: Keysym = Keysym(key::Cyrillic_ka_vertstroke); |
6840 | #[doc (alias = "XK_Cyrillic_EN_descender" )] |
6841 | pub const Cyrillic_EN_descender: Keysym = Keysym(key::Cyrillic_EN_descender); |
6842 | #[doc (alias = "XK_Cyrillic_en_descender" )] |
6843 | pub const Cyrillic_en_descender: Keysym = Keysym(key::Cyrillic_en_descender); |
6844 | #[doc (alias = "XK_Cyrillic_U_straight" )] |
6845 | pub const Cyrillic_U_straight: Keysym = Keysym(key::Cyrillic_U_straight); |
6846 | #[doc (alias = "XK_Cyrillic_u_straight" )] |
6847 | pub const Cyrillic_u_straight: Keysym = Keysym(key::Cyrillic_u_straight); |
6848 | #[doc (alias = "XK_Cyrillic_U_straight_bar" )] |
6849 | pub const Cyrillic_U_straight_bar: Keysym = Keysym(key::Cyrillic_U_straight_bar); |
6850 | #[doc (alias = "XK_Cyrillic_u_straight_bar" )] |
6851 | pub const Cyrillic_u_straight_bar: Keysym = Keysym(key::Cyrillic_u_straight_bar); |
6852 | #[doc (alias = "XK_Cyrillic_HA_descender" )] |
6853 | pub const Cyrillic_HA_descender: Keysym = Keysym(key::Cyrillic_HA_descender); |
6854 | #[doc (alias = "XK_Cyrillic_ha_descender" )] |
6855 | pub const Cyrillic_ha_descender: Keysym = Keysym(key::Cyrillic_ha_descender); |
6856 | #[doc (alias = "XK_Cyrillic_CHE_descender" )] |
6857 | pub const Cyrillic_CHE_descender: Keysym = Keysym(key::Cyrillic_CHE_descender); |
6858 | #[doc (alias = "XK_Cyrillic_che_descender" )] |
6859 | pub const Cyrillic_che_descender: Keysym = Keysym(key::Cyrillic_che_descender); |
6860 | #[doc (alias = "XK_Cyrillic_CHE_vertstroke" )] |
6861 | pub const Cyrillic_CHE_vertstroke: Keysym = Keysym(key::Cyrillic_CHE_vertstroke); |
6862 | #[doc (alias = "XK_Cyrillic_che_vertstroke" )] |
6863 | pub const Cyrillic_che_vertstroke: Keysym = Keysym(key::Cyrillic_che_vertstroke); |
6864 | #[doc (alias = "XK_Cyrillic_SHHA" )] |
6865 | pub const Cyrillic_SHHA: Keysym = Keysym(key::Cyrillic_SHHA); |
6866 | #[doc (alias = "XK_Cyrillic_shha" )] |
6867 | pub const Cyrillic_shha: Keysym = Keysym(key::Cyrillic_shha); |
6868 | #[doc (alias = "XK_Cyrillic_SCHWA" )] |
6869 | pub const Cyrillic_SCHWA: Keysym = Keysym(key::Cyrillic_SCHWA); |
6870 | #[doc (alias = "XK_Cyrillic_schwa" )] |
6871 | pub const Cyrillic_schwa: Keysym = Keysym(key::Cyrillic_schwa); |
6872 | #[doc (alias = "XK_Cyrillic_I_macron" )] |
6873 | pub const Cyrillic_I_macron: Keysym = Keysym(key::Cyrillic_I_macron); |
6874 | #[doc (alias = "XK_Cyrillic_i_macron" )] |
6875 | pub const Cyrillic_i_macron: Keysym = Keysym(key::Cyrillic_i_macron); |
6876 | #[doc (alias = "XK_Cyrillic_O_bar" )] |
6877 | pub const Cyrillic_O_bar: Keysym = Keysym(key::Cyrillic_O_bar); |
6878 | #[doc (alias = "XK_Cyrillic_o_bar" )] |
6879 | pub const Cyrillic_o_bar: Keysym = Keysym(key::Cyrillic_o_bar); |
6880 | #[doc (alias = "XK_Cyrillic_U_macron" )] |
6881 | pub const Cyrillic_U_macron: Keysym = Keysym(key::Cyrillic_U_macron); |
6882 | #[doc (alias = "XK_Cyrillic_u_macron" )] |
6883 | pub const Cyrillic_u_macron: Keysym = Keysym(key::Cyrillic_u_macron); |
6884 | #[doc (alias = "XK_Serbian_dje" )] |
6885 | pub const Serbian_dje: Keysym = Keysym(key::Serbian_dje); |
6886 | #[doc (alias = "XK_Macedonia_gje" )] |
6887 | pub const Macedonia_gje: Keysym = Keysym(key::Macedonia_gje); |
6888 | #[doc (alias = "XK_Cyrillic_io" )] |
6889 | pub const Cyrillic_io: Keysym = Keysym(key::Cyrillic_io); |
6890 | #[doc (alias = "XK_Ukrainian_ie" )] |
6891 | pub const Ukrainian_ie: Keysym = Keysym(key::Ukrainian_ie); |
6892 | #[doc (alias = "XK_Ukranian_je" )] |
6893 | pub const Ukranian_je: Keysym = Keysym(key::Ukranian_je); |
6894 | #[doc (alias = "XK_Macedonia_dse" )] |
6895 | pub const Macedonia_dse: Keysym = Keysym(key::Macedonia_dse); |
6896 | #[doc (alias = "XK_Ukrainian_i" )] |
6897 | pub const Ukrainian_i: Keysym = Keysym(key::Ukrainian_i); |
6898 | #[doc (alias = "XK_Ukranian_i" )] |
6899 | pub const Ukranian_i: Keysym = Keysym(key::Ukranian_i); |
6900 | #[doc (alias = "XK_Ukrainian_yi" )] |
6901 | pub const Ukrainian_yi: Keysym = Keysym(key::Ukrainian_yi); |
6902 | #[doc (alias = "XK_Ukranian_yi" )] |
6903 | pub const Ukranian_yi: Keysym = Keysym(key::Ukranian_yi); |
6904 | #[doc (alias = "XK_Cyrillic_je" )] |
6905 | pub const Cyrillic_je: Keysym = Keysym(key::Cyrillic_je); |
6906 | #[doc (alias = "XK_Serbian_je" )] |
6907 | pub const Serbian_je: Keysym = Keysym(key::Serbian_je); |
6908 | #[doc (alias = "XK_Cyrillic_lje" )] |
6909 | pub const Cyrillic_lje: Keysym = Keysym(key::Cyrillic_lje); |
6910 | #[doc (alias = "XK_Serbian_lje" )] |
6911 | pub const Serbian_lje: Keysym = Keysym(key::Serbian_lje); |
6912 | #[doc (alias = "XK_Cyrillic_nje" )] |
6913 | pub const Cyrillic_nje: Keysym = Keysym(key::Cyrillic_nje); |
6914 | #[doc (alias = "XK_Serbian_nje" )] |
6915 | pub const Serbian_nje: Keysym = Keysym(key::Serbian_nje); |
6916 | #[doc (alias = "XK_Serbian_tshe" )] |
6917 | pub const Serbian_tshe: Keysym = Keysym(key::Serbian_tshe); |
6918 | #[doc (alias = "XK_Macedonia_kje" )] |
6919 | pub const Macedonia_kje: Keysym = Keysym(key::Macedonia_kje); |
6920 | #[doc (alias = "XK_Ukrainian_ghe_with_upturn" )] |
6921 | pub const Ukrainian_ghe_with_upturn: Keysym = Keysym(key::Ukrainian_ghe_with_upturn); |
6922 | #[doc (alias = "XK_Byelorussian_shortu" )] |
6923 | pub const Byelorussian_shortu: Keysym = Keysym(key::Byelorussian_shortu); |
6924 | #[doc (alias = "XK_Cyrillic_dzhe" )] |
6925 | pub const Cyrillic_dzhe: Keysym = Keysym(key::Cyrillic_dzhe); |
6926 | #[doc (alias = "XK_Serbian_dze" )] |
6927 | pub const Serbian_dze: Keysym = Keysym(key::Serbian_dze); |
6928 | #[doc (alias = "XK_numerosign" )] |
6929 | pub const numerosign: Keysym = Keysym(key::numerosign); |
6930 | #[doc (alias = "XK_Serbian_DJE" )] |
6931 | pub const Serbian_DJE: Keysym = Keysym(key::Serbian_DJE); |
6932 | #[doc (alias = "XK_Macedonia_GJE" )] |
6933 | pub const Macedonia_GJE: Keysym = Keysym(key::Macedonia_GJE); |
6934 | #[doc (alias = "XK_Cyrillic_IO" )] |
6935 | pub const Cyrillic_IO: Keysym = Keysym(key::Cyrillic_IO); |
6936 | #[doc (alias = "XK_Ukrainian_IE" )] |
6937 | pub const Ukrainian_IE: Keysym = Keysym(key::Ukrainian_IE); |
6938 | #[doc (alias = "XK_Ukranian_JE" )] |
6939 | pub const Ukranian_JE: Keysym = Keysym(key::Ukranian_JE); |
6940 | #[doc (alias = "XK_Macedonia_DSE" )] |
6941 | pub const Macedonia_DSE: Keysym = Keysym(key::Macedonia_DSE); |
6942 | #[doc (alias = "XK_Ukrainian_I" )] |
6943 | pub const Ukrainian_I: Keysym = Keysym(key::Ukrainian_I); |
6944 | #[doc (alias = "XK_Ukranian_I" )] |
6945 | pub const Ukranian_I: Keysym = Keysym(key::Ukranian_I); |
6946 | #[doc (alias = "XK_Ukrainian_YI" )] |
6947 | pub const Ukrainian_YI: Keysym = Keysym(key::Ukrainian_YI); |
6948 | #[doc (alias = "XK_Ukranian_YI" )] |
6949 | pub const Ukranian_YI: Keysym = Keysym(key::Ukranian_YI); |
6950 | #[doc (alias = "XK_Cyrillic_JE" )] |
6951 | pub const Cyrillic_JE: Keysym = Keysym(key::Cyrillic_JE); |
6952 | #[doc (alias = "XK_Serbian_JE" )] |
6953 | pub const Serbian_JE: Keysym = Keysym(key::Serbian_JE); |
6954 | #[doc (alias = "XK_Cyrillic_LJE" )] |
6955 | pub const Cyrillic_LJE: Keysym = Keysym(key::Cyrillic_LJE); |
6956 | #[doc (alias = "XK_Serbian_LJE" )] |
6957 | pub const Serbian_LJE: Keysym = Keysym(key::Serbian_LJE); |
6958 | #[doc (alias = "XK_Cyrillic_NJE" )] |
6959 | pub const Cyrillic_NJE: Keysym = Keysym(key::Cyrillic_NJE); |
6960 | #[doc (alias = "XK_Serbian_NJE" )] |
6961 | pub const Serbian_NJE: Keysym = Keysym(key::Serbian_NJE); |
6962 | #[doc (alias = "XK_Serbian_TSHE" )] |
6963 | pub const Serbian_TSHE: Keysym = Keysym(key::Serbian_TSHE); |
6964 | #[doc (alias = "XK_Macedonia_KJE" )] |
6965 | pub const Macedonia_KJE: Keysym = Keysym(key::Macedonia_KJE); |
6966 | #[doc (alias = "XK_Ukrainian_GHE_WITH_UPTURN" )] |
6967 | pub const Ukrainian_GHE_WITH_UPTURN: Keysym = Keysym(key::Ukrainian_GHE_WITH_UPTURN); |
6968 | #[doc (alias = "XK_Byelorussian_SHORTU" )] |
6969 | pub const Byelorussian_SHORTU: Keysym = Keysym(key::Byelorussian_SHORTU); |
6970 | #[doc (alias = "XK_Cyrillic_DZHE" )] |
6971 | pub const Cyrillic_DZHE: Keysym = Keysym(key::Cyrillic_DZHE); |
6972 | #[doc (alias = "XK_Serbian_DZE" )] |
6973 | pub const Serbian_DZE: Keysym = Keysym(key::Serbian_DZE); |
6974 | #[doc (alias = "XK_Cyrillic_yu" )] |
6975 | pub const Cyrillic_yu: Keysym = Keysym(key::Cyrillic_yu); |
6976 | #[doc (alias = "XK_Cyrillic_a" )] |
6977 | pub const Cyrillic_a: Keysym = Keysym(key::Cyrillic_a); |
6978 | #[doc (alias = "XK_Cyrillic_be" )] |
6979 | pub const Cyrillic_be: Keysym = Keysym(key::Cyrillic_be); |
6980 | #[doc (alias = "XK_Cyrillic_tse" )] |
6981 | pub const Cyrillic_tse: Keysym = Keysym(key::Cyrillic_tse); |
6982 | #[doc (alias = "XK_Cyrillic_de" )] |
6983 | pub const Cyrillic_de: Keysym = Keysym(key::Cyrillic_de); |
6984 | #[doc (alias = "XK_Cyrillic_ie" )] |
6985 | pub const Cyrillic_ie: Keysym = Keysym(key::Cyrillic_ie); |
6986 | #[doc (alias = "XK_Cyrillic_ef" )] |
6987 | pub const Cyrillic_ef: Keysym = Keysym(key::Cyrillic_ef); |
6988 | #[doc (alias = "XK_Cyrillic_ghe" )] |
6989 | pub const Cyrillic_ghe: Keysym = Keysym(key::Cyrillic_ghe); |
6990 | #[doc (alias = "XK_Cyrillic_ha" )] |
6991 | pub const Cyrillic_ha: Keysym = Keysym(key::Cyrillic_ha); |
6992 | #[doc (alias = "XK_Cyrillic_i" )] |
6993 | pub const Cyrillic_i: Keysym = Keysym(key::Cyrillic_i); |
6994 | #[doc (alias = "XK_Cyrillic_shorti" )] |
6995 | pub const Cyrillic_shorti: Keysym = Keysym(key::Cyrillic_shorti); |
6996 | #[doc (alias = "XK_Cyrillic_ka" )] |
6997 | pub const Cyrillic_ka: Keysym = Keysym(key::Cyrillic_ka); |
6998 | #[doc (alias = "XK_Cyrillic_el" )] |
6999 | pub const Cyrillic_el: Keysym = Keysym(key::Cyrillic_el); |
7000 | #[doc (alias = "XK_Cyrillic_em" )] |
7001 | pub const Cyrillic_em: Keysym = Keysym(key::Cyrillic_em); |
7002 | #[doc (alias = "XK_Cyrillic_en" )] |
7003 | pub const Cyrillic_en: Keysym = Keysym(key::Cyrillic_en); |
7004 | #[doc (alias = "XK_Cyrillic_o" )] |
7005 | pub const Cyrillic_o: Keysym = Keysym(key::Cyrillic_o); |
7006 | #[doc (alias = "XK_Cyrillic_pe" )] |
7007 | pub const Cyrillic_pe: Keysym = Keysym(key::Cyrillic_pe); |
7008 | #[doc (alias = "XK_Cyrillic_ya" )] |
7009 | pub const Cyrillic_ya: Keysym = Keysym(key::Cyrillic_ya); |
7010 | #[doc (alias = "XK_Cyrillic_er" )] |
7011 | pub const Cyrillic_er: Keysym = Keysym(key::Cyrillic_er); |
7012 | #[doc (alias = "XK_Cyrillic_es" )] |
7013 | pub const Cyrillic_es: Keysym = Keysym(key::Cyrillic_es); |
7014 | #[doc (alias = "XK_Cyrillic_te" )] |
7015 | pub const Cyrillic_te: Keysym = Keysym(key::Cyrillic_te); |
7016 | #[doc (alias = "XK_Cyrillic_u" )] |
7017 | pub const Cyrillic_u: Keysym = Keysym(key::Cyrillic_u); |
7018 | #[doc (alias = "XK_Cyrillic_zhe" )] |
7019 | pub const Cyrillic_zhe: Keysym = Keysym(key::Cyrillic_zhe); |
7020 | #[doc (alias = "XK_Cyrillic_ve" )] |
7021 | pub const Cyrillic_ve: Keysym = Keysym(key::Cyrillic_ve); |
7022 | #[doc (alias = "XK_Cyrillic_softsign" )] |
7023 | pub const Cyrillic_softsign: Keysym = Keysym(key::Cyrillic_softsign); |
7024 | #[doc (alias = "XK_Cyrillic_yeru" )] |
7025 | pub const Cyrillic_yeru: Keysym = Keysym(key::Cyrillic_yeru); |
7026 | #[doc (alias = "XK_Cyrillic_ze" )] |
7027 | pub const Cyrillic_ze: Keysym = Keysym(key::Cyrillic_ze); |
7028 | #[doc (alias = "XK_Cyrillic_sha" )] |
7029 | pub const Cyrillic_sha: Keysym = Keysym(key::Cyrillic_sha); |
7030 | #[doc (alias = "XK_Cyrillic_e" )] |
7031 | pub const Cyrillic_e: Keysym = Keysym(key::Cyrillic_e); |
7032 | #[doc (alias = "XK_Cyrillic_shcha" )] |
7033 | pub const Cyrillic_shcha: Keysym = Keysym(key::Cyrillic_shcha); |
7034 | #[doc (alias = "XK_Cyrillic_che" )] |
7035 | pub const Cyrillic_che: Keysym = Keysym(key::Cyrillic_che); |
7036 | #[doc (alias = "XK_Cyrillic_hardsign" )] |
7037 | pub const Cyrillic_hardsign: Keysym = Keysym(key::Cyrillic_hardsign); |
7038 | #[doc (alias = "XK_Cyrillic_YU" )] |
7039 | pub const Cyrillic_YU: Keysym = Keysym(key::Cyrillic_YU); |
7040 | #[doc (alias = "XK_Cyrillic_A" )] |
7041 | pub const Cyrillic_A: Keysym = Keysym(key::Cyrillic_A); |
7042 | #[doc (alias = "XK_Cyrillic_BE" )] |
7043 | pub const Cyrillic_BE: Keysym = Keysym(key::Cyrillic_BE); |
7044 | #[doc (alias = "XK_Cyrillic_TSE" )] |
7045 | pub const Cyrillic_TSE: Keysym = Keysym(key::Cyrillic_TSE); |
7046 | #[doc (alias = "XK_Cyrillic_DE" )] |
7047 | pub const Cyrillic_DE: Keysym = Keysym(key::Cyrillic_DE); |
7048 | #[doc (alias = "XK_Cyrillic_IE" )] |
7049 | pub const Cyrillic_IE: Keysym = Keysym(key::Cyrillic_IE); |
7050 | #[doc (alias = "XK_Cyrillic_EF" )] |
7051 | pub const Cyrillic_EF: Keysym = Keysym(key::Cyrillic_EF); |
7052 | #[doc (alias = "XK_Cyrillic_GHE" )] |
7053 | pub const Cyrillic_GHE: Keysym = Keysym(key::Cyrillic_GHE); |
7054 | #[doc (alias = "XK_Cyrillic_HA" )] |
7055 | pub const Cyrillic_HA: Keysym = Keysym(key::Cyrillic_HA); |
7056 | #[doc (alias = "XK_Cyrillic_I" )] |
7057 | pub const Cyrillic_I: Keysym = Keysym(key::Cyrillic_I); |
7058 | #[doc (alias = "XK_Cyrillic_SHORTI" )] |
7059 | pub const Cyrillic_SHORTI: Keysym = Keysym(key::Cyrillic_SHORTI); |
7060 | #[doc (alias = "XK_Cyrillic_KA" )] |
7061 | pub const Cyrillic_KA: Keysym = Keysym(key::Cyrillic_KA); |
7062 | #[doc (alias = "XK_Cyrillic_EL" )] |
7063 | pub const Cyrillic_EL: Keysym = Keysym(key::Cyrillic_EL); |
7064 | #[doc (alias = "XK_Cyrillic_EM" )] |
7065 | pub const Cyrillic_EM: Keysym = Keysym(key::Cyrillic_EM); |
7066 | #[doc (alias = "XK_Cyrillic_EN" )] |
7067 | pub const Cyrillic_EN: Keysym = Keysym(key::Cyrillic_EN); |
7068 | #[doc (alias = "XK_Cyrillic_O" )] |
7069 | pub const Cyrillic_O: Keysym = Keysym(key::Cyrillic_O); |
7070 | #[doc (alias = "XK_Cyrillic_PE" )] |
7071 | pub const Cyrillic_PE: Keysym = Keysym(key::Cyrillic_PE); |
7072 | #[doc (alias = "XK_Cyrillic_YA" )] |
7073 | pub const Cyrillic_YA: Keysym = Keysym(key::Cyrillic_YA); |
7074 | #[doc (alias = "XK_Cyrillic_ER" )] |
7075 | pub const Cyrillic_ER: Keysym = Keysym(key::Cyrillic_ER); |
7076 | #[doc (alias = "XK_Cyrillic_ES" )] |
7077 | pub const Cyrillic_ES: Keysym = Keysym(key::Cyrillic_ES); |
7078 | #[doc (alias = "XK_Cyrillic_TE" )] |
7079 | pub const Cyrillic_TE: Keysym = Keysym(key::Cyrillic_TE); |
7080 | #[doc (alias = "XK_Cyrillic_U" )] |
7081 | pub const Cyrillic_U: Keysym = Keysym(key::Cyrillic_U); |
7082 | #[doc (alias = "XK_Cyrillic_ZHE" )] |
7083 | pub const Cyrillic_ZHE: Keysym = Keysym(key::Cyrillic_ZHE); |
7084 | #[doc (alias = "XK_Cyrillic_VE" )] |
7085 | pub const Cyrillic_VE: Keysym = Keysym(key::Cyrillic_VE); |
7086 | #[doc (alias = "XK_Cyrillic_SOFTSIGN" )] |
7087 | pub const Cyrillic_SOFTSIGN: Keysym = Keysym(key::Cyrillic_SOFTSIGN); |
7088 | #[doc (alias = "XK_Cyrillic_YERU" )] |
7089 | pub const Cyrillic_YERU: Keysym = Keysym(key::Cyrillic_YERU); |
7090 | #[doc (alias = "XK_Cyrillic_ZE" )] |
7091 | pub const Cyrillic_ZE: Keysym = Keysym(key::Cyrillic_ZE); |
7092 | #[doc (alias = "XK_Cyrillic_SHA" )] |
7093 | pub const Cyrillic_SHA: Keysym = Keysym(key::Cyrillic_SHA); |
7094 | #[doc (alias = "XK_Cyrillic_E" )] |
7095 | pub const Cyrillic_E: Keysym = Keysym(key::Cyrillic_E); |
7096 | #[doc (alias = "XK_Cyrillic_SHCHA" )] |
7097 | pub const Cyrillic_SHCHA: Keysym = Keysym(key::Cyrillic_SHCHA); |
7098 | #[doc (alias = "XK_Cyrillic_CHE" )] |
7099 | pub const Cyrillic_CHE: Keysym = Keysym(key::Cyrillic_CHE); |
7100 | #[doc (alias = "XK_Cyrillic_HARDSIGN" )] |
7101 | pub const Cyrillic_HARDSIGN: Keysym = Keysym(key::Cyrillic_HARDSIGN); |
7102 | #[doc (alias = "XK_Greek_ALPHAaccent" )] |
7103 | pub const Greek_ALPHAaccent: Keysym = Keysym(key::Greek_ALPHAaccent); |
7104 | #[doc (alias = "XK_Greek_EPSILONaccent" )] |
7105 | pub const Greek_EPSILONaccent: Keysym = Keysym(key::Greek_EPSILONaccent); |
7106 | #[doc (alias = "XK_Greek_ETAaccent" )] |
7107 | pub const Greek_ETAaccent: Keysym = Keysym(key::Greek_ETAaccent); |
7108 | #[doc (alias = "XK_Greek_IOTAaccent" )] |
7109 | pub const Greek_IOTAaccent: Keysym = Keysym(key::Greek_IOTAaccent); |
7110 | #[doc (alias = "XK_Greek_IOTAdieresis" )] |
7111 | pub const Greek_IOTAdieresis: Keysym = Keysym(key::Greek_IOTAdieresis); |
7112 | #[doc (alias = "XK_Greek_IOTAdiaeresis" )] |
7113 | pub const Greek_IOTAdiaeresis: Keysym = Keysym(key::Greek_IOTAdiaeresis); |
7114 | #[doc (alias = "XK_Greek_OMICRONaccent" )] |
7115 | pub const Greek_OMICRONaccent: Keysym = Keysym(key::Greek_OMICRONaccent); |
7116 | #[doc (alias = "XK_Greek_UPSILONaccent" )] |
7117 | pub const Greek_UPSILONaccent: Keysym = Keysym(key::Greek_UPSILONaccent); |
7118 | #[doc (alias = "XK_Greek_UPSILONdieresis" )] |
7119 | pub const Greek_UPSILONdieresis: Keysym = Keysym(key::Greek_UPSILONdieresis); |
7120 | #[doc (alias = "XK_Greek_OMEGAaccent" )] |
7121 | pub const Greek_OMEGAaccent: Keysym = Keysym(key::Greek_OMEGAaccent); |
7122 | #[doc (alias = "XK_Greek_accentdieresis" )] |
7123 | pub const Greek_accentdieresis: Keysym = Keysym(key::Greek_accentdieresis); |
7124 | #[doc (alias = "XK_Greek_horizbar" )] |
7125 | pub const Greek_horizbar: Keysym = Keysym(key::Greek_horizbar); |
7126 | #[doc (alias = "XK_Greek_alphaaccent" )] |
7127 | pub const Greek_alphaaccent: Keysym = Keysym(key::Greek_alphaaccent); |
7128 | #[doc (alias = "XK_Greek_epsilonaccent" )] |
7129 | pub const Greek_epsilonaccent: Keysym = Keysym(key::Greek_epsilonaccent); |
7130 | #[doc (alias = "XK_Greek_etaaccent" )] |
7131 | pub const Greek_etaaccent: Keysym = Keysym(key::Greek_etaaccent); |
7132 | #[doc (alias = "XK_Greek_iotaaccent" )] |
7133 | pub const Greek_iotaaccent: Keysym = Keysym(key::Greek_iotaaccent); |
7134 | #[doc (alias = "XK_Greek_iotadieresis" )] |
7135 | pub const Greek_iotadieresis: Keysym = Keysym(key::Greek_iotadieresis); |
7136 | #[doc (alias = "XK_Greek_iotaaccentdieresis" )] |
7137 | pub const Greek_iotaaccentdieresis: Keysym = Keysym(key::Greek_iotaaccentdieresis); |
7138 | #[doc (alias = "XK_Greek_omicronaccent" )] |
7139 | pub const Greek_omicronaccent: Keysym = Keysym(key::Greek_omicronaccent); |
7140 | #[doc (alias = "XK_Greek_upsilonaccent" )] |
7141 | pub const Greek_upsilonaccent: Keysym = Keysym(key::Greek_upsilonaccent); |
7142 | #[doc (alias = "XK_Greek_upsilondieresis" )] |
7143 | pub const Greek_upsilondieresis: Keysym = Keysym(key::Greek_upsilondieresis); |
7144 | #[doc (alias = "XK_Greek_upsilonaccentdieresis" )] |
7145 | pub const Greek_upsilonaccentdieresis: Keysym = Keysym(key::Greek_upsilonaccentdieresis); |
7146 | #[doc (alias = "XK_Greek_omegaaccent" )] |
7147 | pub const Greek_omegaaccent: Keysym = Keysym(key::Greek_omegaaccent); |
7148 | #[doc (alias = "XK_Greek_ALPHA" )] |
7149 | pub const Greek_ALPHA: Keysym = Keysym(key::Greek_ALPHA); |
7150 | #[doc (alias = "XK_Greek_BETA" )] |
7151 | pub const Greek_BETA: Keysym = Keysym(key::Greek_BETA); |
7152 | #[doc (alias = "XK_Greek_GAMMA" )] |
7153 | pub const Greek_GAMMA: Keysym = Keysym(key::Greek_GAMMA); |
7154 | #[doc (alias = "XK_Greek_DELTA" )] |
7155 | pub const Greek_DELTA: Keysym = Keysym(key::Greek_DELTA); |
7156 | #[doc (alias = "XK_Greek_EPSILON" )] |
7157 | pub const Greek_EPSILON: Keysym = Keysym(key::Greek_EPSILON); |
7158 | #[doc (alias = "XK_Greek_ZETA" )] |
7159 | pub const Greek_ZETA: Keysym = Keysym(key::Greek_ZETA); |
7160 | #[doc (alias = "XK_Greek_ETA" )] |
7161 | pub const Greek_ETA: Keysym = Keysym(key::Greek_ETA); |
7162 | #[doc (alias = "XK_Greek_THETA" )] |
7163 | pub const Greek_THETA: Keysym = Keysym(key::Greek_THETA); |
7164 | #[doc (alias = "XK_Greek_IOTA" )] |
7165 | pub const Greek_IOTA: Keysym = Keysym(key::Greek_IOTA); |
7166 | #[doc (alias = "XK_Greek_KAPPA" )] |
7167 | pub const Greek_KAPPA: Keysym = Keysym(key::Greek_KAPPA); |
7168 | #[doc (alias = "XK_Greek_LAMDA" )] |
7169 | pub const Greek_LAMDA: Keysym = Keysym(key::Greek_LAMDA); |
7170 | #[doc (alias = "XK_Greek_LAMBDA" )] |
7171 | pub const Greek_LAMBDA: Keysym = Keysym(key::Greek_LAMBDA); |
7172 | #[doc (alias = "XK_Greek_MU" )] |
7173 | pub const Greek_MU: Keysym = Keysym(key::Greek_MU); |
7174 | #[doc (alias = "XK_Greek_NU" )] |
7175 | pub const Greek_NU: Keysym = Keysym(key::Greek_NU); |
7176 | #[doc (alias = "XK_Greek_XI" )] |
7177 | pub const Greek_XI: Keysym = Keysym(key::Greek_XI); |
7178 | #[doc (alias = "XK_Greek_OMICRON" )] |
7179 | pub const Greek_OMICRON: Keysym = Keysym(key::Greek_OMICRON); |
7180 | #[doc (alias = "XK_Greek_PI" )] |
7181 | pub const Greek_PI: Keysym = Keysym(key::Greek_PI); |
7182 | #[doc (alias = "XK_Greek_RHO" )] |
7183 | pub const Greek_RHO: Keysym = Keysym(key::Greek_RHO); |
7184 | #[doc (alias = "XK_Greek_SIGMA" )] |
7185 | pub const Greek_SIGMA: Keysym = Keysym(key::Greek_SIGMA); |
7186 | #[doc (alias = "XK_Greek_TAU" )] |
7187 | pub const Greek_TAU: Keysym = Keysym(key::Greek_TAU); |
7188 | #[doc (alias = "XK_Greek_UPSILON" )] |
7189 | pub const Greek_UPSILON: Keysym = Keysym(key::Greek_UPSILON); |
7190 | #[doc (alias = "XK_Greek_PHI" )] |
7191 | pub const Greek_PHI: Keysym = Keysym(key::Greek_PHI); |
7192 | #[doc (alias = "XK_Greek_CHI" )] |
7193 | pub const Greek_CHI: Keysym = Keysym(key::Greek_CHI); |
7194 | #[doc (alias = "XK_Greek_PSI" )] |
7195 | pub const Greek_PSI: Keysym = Keysym(key::Greek_PSI); |
7196 | #[doc (alias = "XK_Greek_OMEGA" )] |
7197 | pub const Greek_OMEGA: Keysym = Keysym(key::Greek_OMEGA); |
7198 | #[doc (alias = "XK_Greek_alpha" )] |
7199 | pub const Greek_alpha: Keysym = Keysym(key::Greek_alpha); |
7200 | #[doc (alias = "XK_Greek_beta" )] |
7201 | pub const Greek_beta: Keysym = Keysym(key::Greek_beta); |
7202 | #[doc (alias = "XK_Greek_gamma" )] |
7203 | pub const Greek_gamma: Keysym = Keysym(key::Greek_gamma); |
7204 | #[doc (alias = "XK_Greek_delta" )] |
7205 | pub const Greek_delta: Keysym = Keysym(key::Greek_delta); |
7206 | #[doc (alias = "XK_Greek_epsilon" )] |
7207 | pub const Greek_epsilon: Keysym = Keysym(key::Greek_epsilon); |
7208 | #[doc (alias = "XK_Greek_zeta" )] |
7209 | pub const Greek_zeta: Keysym = Keysym(key::Greek_zeta); |
7210 | #[doc (alias = "XK_Greek_eta" )] |
7211 | pub const Greek_eta: Keysym = Keysym(key::Greek_eta); |
7212 | #[doc (alias = "XK_Greek_theta" )] |
7213 | pub const Greek_theta: Keysym = Keysym(key::Greek_theta); |
7214 | #[doc (alias = "XK_Greek_iota" )] |
7215 | pub const Greek_iota: Keysym = Keysym(key::Greek_iota); |
7216 | #[doc (alias = "XK_Greek_kappa" )] |
7217 | pub const Greek_kappa: Keysym = Keysym(key::Greek_kappa); |
7218 | #[doc (alias = "XK_Greek_lamda" )] |
7219 | pub const Greek_lamda: Keysym = Keysym(key::Greek_lamda); |
7220 | #[doc (alias = "XK_Greek_lambda" )] |
7221 | pub const Greek_lambda: Keysym = Keysym(key::Greek_lambda); |
7222 | #[doc (alias = "XK_Greek_mu" )] |
7223 | pub const Greek_mu: Keysym = Keysym(key::Greek_mu); |
7224 | #[doc (alias = "XK_Greek_nu" )] |
7225 | pub const Greek_nu: Keysym = Keysym(key::Greek_nu); |
7226 | #[doc (alias = "XK_Greek_xi" )] |
7227 | pub const Greek_xi: Keysym = Keysym(key::Greek_xi); |
7228 | #[doc (alias = "XK_Greek_omicron" )] |
7229 | pub const Greek_omicron: Keysym = Keysym(key::Greek_omicron); |
7230 | #[doc (alias = "XK_Greek_pi" )] |
7231 | pub const Greek_pi: Keysym = Keysym(key::Greek_pi); |
7232 | #[doc (alias = "XK_Greek_rho" )] |
7233 | pub const Greek_rho: Keysym = Keysym(key::Greek_rho); |
7234 | #[doc (alias = "XK_Greek_sigma" )] |
7235 | pub const Greek_sigma: Keysym = Keysym(key::Greek_sigma); |
7236 | #[doc (alias = "XK_Greek_finalsmallsigma" )] |
7237 | pub const Greek_finalsmallsigma: Keysym = Keysym(key::Greek_finalsmallsigma); |
7238 | #[doc (alias = "XK_Greek_tau" )] |
7239 | pub const Greek_tau: Keysym = Keysym(key::Greek_tau); |
7240 | #[doc (alias = "XK_Greek_upsilon" )] |
7241 | pub const Greek_upsilon: Keysym = Keysym(key::Greek_upsilon); |
7242 | #[doc (alias = "XK_Greek_phi" )] |
7243 | pub const Greek_phi: Keysym = Keysym(key::Greek_phi); |
7244 | #[doc (alias = "XK_Greek_chi" )] |
7245 | pub const Greek_chi: Keysym = Keysym(key::Greek_chi); |
7246 | #[doc (alias = "XK_Greek_psi" )] |
7247 | pub const Greek_psi: Keysym = Keysym(key::Greek_psi); |
7248 | #[doc (alias = "XK_Greek_omega" )] |
7249 | pub const Greek_omega: Keysym = Keysym(key::Greek_omega); |
7250 | #[doc (alias = "XK_Greek_switch" )] |
7251 | pub const Greek_switch: Keysym = Keysym(key::Greek_switch); |
7252 | #[doc (alias = "XK_leftradical" )] |
7253 | pub const leftradical: Keysym = Keysym(key::leftradical); |
7254 | #[doc (alias = "XK_topleftradical" )] |
7255 | pub const topleftradical: Keysym = Keysym(key::topleftradical); |
7256 | #[doc (alias = "XK_horizconnector" )] |
7257 | pub const horizconnector: Keysym = Keysym(key::horizconnector); |
7258 | #[doc (alias = "XK_topintegral" )] |
7259 | pub const topintegral: Keysym = Keysym(key::topintegral); |
7260 | #[doc (alias = "XK_botintegral" )] |
7261 | pub const botintegral: Keysym = Keysym(key::botintegral); |
7262 | #[doc (alias = "XK_vertconnector" )] |
7263 | pub const vertconnector: Keysym = Keysym(key::vertconnector); |
7264 | #[doc (alias = "XK_topleftsqbracket" )] |
7265 | pub const topleftsqbracket: Keysym = Keysym(key::topleftsqbracket); |
7266 | #[doc (alias = "XK_botleftsqbracket" )] |
7267 | pub const botleftsqbracket: Keysym = Keysym(key::botleftsqbracket); |
7268 | #[doc (alias = "XK_toprightsqbracket" )] |
7269 | pub const toprightsqbracket: Keysym = Keysym(key::toprightsqbracket); |
7270 | #[doc (alias = "XK_botrightsqbracket" )] |
7271 | pub const botrightsqbracket: Keysym = Keysym(key::botrightsqbracket); |
7272 | #[doc (alias = "XK_topleftparens" )] |
7273 | pub const topleftparens: Keysym = Keysym(key::topleftparens); |
7274 | #[doc (alias = "XK_botleftparens" )] |
7275 | pub const botleftparens: Keysym = Keysym(key::botleftparens); |
7276 | #[doc (alias = "XK_toprightparens" )] |
7277 | pub const toprightparens: Keysym = Keysym(key::toprightparens); |
7278 | #[doc (alias = "XK_botrightparens" )] |
7279 | pub const botrightparens: Keysym = Keysym(key::botrightparens); |
7280 | #[doc (alias = "XK_leftmiddlecurlybrace" )] |
7281 | pub const leftmiddlecurlybrace: Keysym = Keysym(key::leftmiddlecurlybrace); |
7282 | #[doc (alias = "XK_rightmiddlecurlybrace" )] |
7283 | pub const rightmiddlecurlybrace: Keysym = Keysym(key::rightmiddlecurlybrace); |
7284 | #[doc (alias = "XK_topleftsummation" )] |
7285 | pub const topleftsummation: Keysym = Keysym(key::topleftsummation); |
7286 | #[doc (alias = "XK_botleftsummation" )] |
7287 | pub const botleftsummation: Keysym = Keysym(key::botleftsummation); |
7288 | #[doc (alias = "XK_topvertsummationconnector" )] |
7289 | pub const topvertsummationconnector: Keysym = Keysym(key::topvertsummationconnector); |
7290 | #[doc (alias = "XK_botvertsummationconnector" )] |
7291 | pub const botvertsummationconnector: Keysym = Keysym(key::botvertsummationconnector); |
7292 | #[doc (alias = "XK_toprightsummation" )] |
7293 | pub const toprightsummation: Keysym = Keysym(key::toprightsummation); |
7294 | #[doc (alias = "XK_botrightsummation" )] |
7295 | pub const botrightsummation: Keysym = Keysym(key::botrightsummation); |
7296 | #[doc (alias = "XK_rightmiddlesummation" )] |
7297 | pub const rightmiddlesummation: Keysym = Keysym(key::rightmiddlesummation); |
7298 | #[doc (alias = "XK_lessthanequal" )] |
7299 | pub const lessthanequal: Keysym = Keysym(key::lessthanequal); |
7300 | #[doc (alias = "XK_notequal" )] |
7301 | pub const notequal: Keysym = Keysym(key::notequal); |
7302 | #[doc (alias = "XK_greaterthanequal" )] |
7303 | pub const greaterthanequal: Keysym = Keysym(key::greaterthanequal); |
7304 | #[doc (alias = "XK_integral" )] |
7305 | pub const integral: Keysym = Keysym(key::integral); |
7306 | #[doc (alias = "XK_therefore" )] |
7307 | pub const therefore: Keysym = Keysym(key::therefore); |
7308 | #[doc (alias = "XK_variation" )] |
7309 | pub const variation: Keysym = Keysym(key::variation); |
7310 | #[doc (alias = "XK_infinity" )] |
7311 | pub const infinity: Keysym = Keysym(key::infinity); |
7312 | #[doc (alias = "XK_nabla" )] |
7313 | pub const nabla: Keysym = Keysym(key::nabla); |
7314 | #[doc (alias = "XK_approximate" )] |
7315 | pub const approximate: Keysym = Keysym(key::approximate); |
7316 | #[doc (alias = "XK_similarequal" )] |
7317 | pub const similarequal: Keysym = Keysym(key::similarequal); |
7318 | #[doc (alias = "XK_ifonlyif" )] |
7319 | pub const ifonlyif: Keysym = Keysym(key::ifonlyif); |
7320 | #[doc (alias = "XK_implies" )] |
7321 | pub const implies: Keysym = Keysym(key::implies); |
7322 | #[doc (alias = "XK_identical" )] |
7323 | pub const identical: Keysym = Keysym(key::identical); |
7324 | #[doc (alias = "XK_radical" )] |
7325 | pub const radical: Keysym = Keysym(key::radical); |
7326 | #[doc (alias = "XK_includedin" )] |
7327 | pub const includedin: Keysym = Keysym(key::includedin); |
7328 | #[doc (alias = "XK_includes" )] |
7329 | pub const includes: Keysym = Keysym(key::includes); |
7330 | #[doc (alias = "XK_intersection" )] |
7331 | pub const intersection: Keysym = Keysym(key::intersection); |
7332 | #[doc (alias = "XK_union" )] |
7333 | pub const union: Keysym = Keysym(key::union); |
7334 | #[doc (alias = "XK_logicaland" )] |
7335 | pub const logicaland: Keysym = Keysym(key::logicaland); |
7336 | #[doc (alias = "XK_logicalor" )] |
7337 | pub const logicalor: Keysym = Keysym(key::logicalor); |
7338 | #[doc (alias = "XK_partialderivative" )] |
7339 | pub const partialderivative: Keysym = Keysym(key::partialderivative); |
7340 | #[doc (alias = "XK_function" )] |
7341 | pub const function: Keysym = Keysym(key::function); |
7342 | #[doc (alias = "XK_leftarrow" )] |
7343 | pub const leftarrow: Keysym = Keysym(key::leftarrow); |
7344 | #[doc (alias = "XK_uparrow" )] |
7345 | pub const uparrow: Keysym = Keysym(key::uparrow); |
7346 | #[doc (alias = "XK_rightarrow" )] |
7347 | pub const rightarrow: Keysym = Keysym(key::rightarrow); |
7348 | #[doc (alias = "XK_downarrow" )] |
7349 | pub const downarrow: Keysym = Keysym(key::downarrow); |
7350 | #[doc (alias = "XK_blank" )] |
7351 | pub const blank: Keysym = Keysym(key::blank); |
7352 | #[doc (alias = "XK_soliddiamond" )] |
7353 | pub const soliddiamond: Keysym = Keysym(key::soliddiamond); |
7354 | #[doc (alias = "XK_checkerboard" )] |
7355 | pub const checkerboard: Keysym = Keysym(key::checkerboard); |
7356 | #[doc (alias = "XK_ht" )] |
7357 | pub const ht: Keysym = Keysym(key::ht); |
7358 | #[doc (alias = "XK_ff" )] |
7359 | pub const ff: Keysym = Keysym(key::ff); |
7360 | #[doc (alias = "XK_cr" )] |
7361 | pub const cr: Keysym = Keysym(key::cr); |
7362 | #[doc (alias = "XK_lf" )] |
7363 | pub const lf: Keysym = Keysym(key::lf); |
7364 | #[doc (alias = "XK_nl" )] |
7365 | pub const nl: Keysym = Keysym(key::nl); |
7366 | #[doc (alias = "XK_vt" )] |
7367 | pub const vt: Keysym = Keysym(key::vt); |
7368 | #[doc (alias = "XK_lowrightcorner" )] |
7369 | pub const lowrightcorner: Keysym = Keysym(key::lowrightcorner); |
7370 | #[doc (alias = "XK_uprightcorner" )] |
7371 | pub const uprightcorner: Keysym = Keysym(key::uprightcorner); |
7372 | #[doc (alias = "XK_upleftcorner" )] |
7373 | pub const upleftcorner: Keysym = Keysym(key::upleftcorner); |
7374 | #[doc (alias = "XK_lowleftcorner" )] |
7375 | pub const lowleftcorner: Keysym = Keysym(key::lowleftcorner); |
7376 | #[doc (alias = "XK_crossinglines" )] |
7377 | pub const crossinglines: Keysym = Keysym(key::crossinglines); |
7378 | #[doc (alias = "XK_horizlinescan1" )] |
7379 | pub const horizlinescan1: Keysym = Keysym(key::horizlinescan1); |
7380 | #[doc (alias = "XK_horizlinescan3" )] |
7381 | pub const horizlinescan3: Keysym = Keysym(key::horizlinescan3); |
7382 | #[doc (alias = "XK_horizlinescan5" )] |
7383 | pub const horizlinescan5: Keysym = Keysym(key::horizlinescan5); |
7384 | #[doc (alias = "XK_horizlinescan7" )] |
7385 | pub const horizlinescan7: Keysym = Keysym(key::horizlinescan7); |
7386 | #[doc (alias = "XK_horizlinescan9" )] |
7387 | pub const horizlinescan9: Keysym = Keysym(key::horizlinescan9); |
7388 | #[doc (alias = "XK_leftt" )] |
7389 | pub const leftt: Keysym = Keysym(key::leftt); |
7390 | #[doc (alias = "XK_rightt" )] |
7391 | pub const rightt: Keysym = Keysym(key::rightt); |
7392 | #[doc (alias = "XK_bott" )] |
7393 | pub const bott: Keysym = Keysym(key::bott); |
7394 | #[doc (alias = "XK_topt" )] |
7395 | pub const topt: Keysym = Keysym(key::topt); |
7396 | #[doc (alias = "XK_vertbar" )] |
7397 | pub const vertbar: Keysym = Keysym(key::vertbar); |
7398 | #[doc (alias = "XK_emspace" )] |
7399 | pub const emspace: Keysym = Keysym(key::emspace); |
7400 | #[doc (alias = "XK_enspace" )] |
7401 | pub const enspace: Keysym = Keysym(key::enspace); |
7402 | #[doc (alias = "XK_em3space" )] |
7403 | pub const em3space: Keysym = Keysym(key::em3space); |
7404 | #[doc (alias = "XK_em4space" )] |
7405 | pub const em4space: Keysym = Keysym(key::em4space); |
7406 | #[doc (alias = "XK_digitspace" )] |
7407 | pub const digitspace: Keysym = Keysym(key::digitspace); |
7408 | #[doc (alias = "XK_punctspace" )] |
7409 | pub const punctspace: Keysym = Keysym(key::punctspace); |
7410 | #[doc (alias = "XK_thinspace" )] |
7411 | pub const thinspace: Keysym = Keysym(key::thinspace); |
7412 | #[doc (alias = "XK_hairspace" )] |
7413 | pub const hairspace: Keysym = Keysym(key::hairspace); |
7414 | #[doc (alias = "XK_emdash" )] |
7415 | pub const emdash: Keysym = Keysym(key::emdash); |
7416 | #[doc (alias = "XK_endash" )] |
7417 | pub const endash: Keysym = Keysym(key::endash); |
7418 | #[doc (alias = "XK_signifblank" )] |
7419 | pub const signifblank: Keysym = Keysym(key::signifblank); |
7420 | #[doc (alias = "XK_ellipsis" )] |
7421 | pub const ellipsis: Keysym = Keysym(key::ellipsis); |
7422 | #[doc (alias = "XK_doubbaselinedot" )] |
7423 | pub const doubbaselinedot: Keysym = Keysym(key::doubbaselinedot); |
7424 | #[doc (alias = "XK_onethird" )] |
7425 | pub const onethird: Keysym = Keysym(key::onethird); |
7426 | #[doc (alias = "XK_twothirds" )] |
7427 | pub const twothirds: Keysym = Keysym(key::twothirds); |
7428 | #[doc (alias = "XK_onefifth" )] |
7429 | pub const onefifth: Keysym = Keysym(key::onefifth); |
7430 | #[doc (alias = "XK_twofifths" )] |
7431 | pub const twofifths: Keysym = Keysym(key::twofifths); |
7432 | #[doc (alias = "XK_threefifths" )] |
7433 | pub const threefifths: Keysym = Keysym(key::threefifths); |
7434 | #[doc (alias = "XK_fourfifths" )] |
7435 | pub const fourfifths: Keysym = Keysym(key::fourfifths); |
7436 | #[doc (alias = "XK_onesixth" )] |
7437 | pub const onesixth: Keysym = Keysym(key::onesixth); |
7438 | #[doc (alias = "XK_fivesixths" )] |
7439 | pub const fivesixths: Keysym = Keysym(key::fivesixths); |
7440 | #[doc (alias = "XK_careof" )] |
7441 | pub const careof: Keysym = Keysym(key::careof); |
7442 | #[doc (alias = "XK_figdash" )] |
7443 | pub const figdash: Keysym = Keysym(key::figdash); |
7444 | #[doc (alias = "XK_leftanglebracket" )] |
7445 | pub const leftanglebracket: Keysym = Keysym(key::leftanglebracket); |
7446 | #[doc (alias = "XK_decimalpoint" )] |
7447 | pub const decimalpoint: Keysym = Keysym(key::decimalpoint); |
7448 | #[doc (alias = "XK_rightanglebracket" )] |
7449 | pub const rightanglebracket: Keysym = Keysym(key::rightanglebracket); |
7450 | #[doc (alias = "XK_marker" )] |
7451 | pub const marker: Keysym = Keysym(key::marker); |
7452 | #[doc (alias = "XK_oneeighth" )] |
7453 | pub const oneeighth: Keysym = Keysym(key::oneeighth); |
7454 | #[doc (alias = "XK_threeeighths" )] |
7455 | pub const threeeighths: Keysym = Keysym(key::threeeighths); |
7456 | #[doc (alias = "XK_fiveeighths" )] |
7457 | pub const fiveeighths: Keysym = Keysym(key::fiveeighths); |
7458 | #[doc (alias = "XK_seveneighths" )] |
7459 | pub const seveneighths: Keysym = Keysym(key::seveneighths); |
7460 | #[doc (alias = "XK_trademark" )] |
7461 | pub const trademark: Keysym = Keysym(key::trademark); |
7462 | #[doc (alias = "XK_signaturemark" )] |
7463 | pub const signaturemark: Keysym = Keysym(key::signaturemark); |
7464 | #[doc (alias = "XK_trademarkincircle" )] |
7465 | pub const trademarkincircle: Keysym = Keysym(key::trademarkincircle); |
7466 | #[doc (alias = "XK_leftopentriangle" )] |
7467 | pub const leftopentriangle: Keysym = Keysym(key::leftopentriangle); |
7468 | #[doc (alias = "XK_rightopentriangle" )] |
7469 | pub const rightopentriangle: Keysym = Keysym(key::rightopentriangle); |
7470 | #[doc (alias = "XK_emopencircle" )] |
7471 | pub const emopencircle: Keysym = Keysym(key::emopencircle); |
7472 | #[doc (alias = "XK_emopenrectangle" )] |
7473 | pub const emopenrectangle: Keysym = Keysym(key::emopenrectangle); |
7474 | #[doc (alias = "XK_leftsinglequotemark" )] |
7475 | pub const leftsinglequotemark: Keysym = Keysym(key::leftsinglequotemark); |
7476 | #[doc (alias = "XK_rightsinglequotemark" )] |
7477 | pub const rightsinglequotemark: Keysym = Keysym(key::rightsinglequotemark); |
7478 | #[doc (alias = "XK_leftdoublequotemark" )] |
7479 | pub const leftdoublequotemark: Keysym = Keysym(key::leftdoublequotemark); |
7480 | #[doc (alias = "XK_rightdoublequotemark" )] |
7481 | pub const rightdoublequotemark: Keysym = Keysym(key::rightdoublequotemark); |
7482 | #[doc (alias = "XK_prescription" )] |
7483 | pub const prescription: Keysym = Keysym(key::prescription); |
7484 | #[doc (alias = "XK_permille" )] |
7485 | pub const permille: Keysym = Keysym(key::permille); |
7486 | #[doc (alias = "XK_minutes" )] |
7487 | pub const minutes: Keysym = Keysym(key::minutes); |
7488 | #[doc (alias = "XK_seconds" )] |
7489 | pub const seconds: Keysym = Keysym(key::seconds); |
7490 | #[doc (alias = "XK_latincross" )] |
7491 | pub const latincross: Keysym = Keysym(key::latincross); |
7492 | #[doc (alias = "XK_hexagram" )] |
7493 | pub const hexagram: Keysym = Keysym(key::hexagram); |
7494 | #[doc (alias = "XK_filledrectbullet" )] |
7495 | pub const filledrectbullet: Keysym = Keysym(key::filledrectbullet); |
7496 | #[doc (alias = "XK_filledlefttribullet" )] |
7497 | pub const filledlefttribullet: Keysym = Keysym(key::filledlefttribullet); |
7498 | #[doc (alias = "XK_filledrighttribullet" )] |
7499 | pub const filledrighttribullet: Keysym = Keysym(key::filledrighttribullet); |
7500 | #[doc (alias = "XK_emfilledcircle" )] |
7501 | pub const emfilledcircle: Keysym = Keysym(key::emfilledcircle); |
7502 | #[doc (alias = "XK_emfilledrect" )] |
7503 | pub const emfilledrect: Keysym = Keysym(key::emfilledrect); |
7504 | #[doc (alias = "XK_enopencircbullet" )] |
7505 | pub const enopencircbullet: Keysym = Keysym(key::enopencircbullet); |
7506 | #[doc (alias = "XK_enopensquarebullet" )] |
7507 | pub const enopensquarebullet: Keysym = Keysym(key::enopensquarebullet); |
7508 | #[doc (alias = "XK_openrectbullet" )] |
7509 | pub const openrectbullet: Keysym = Keysym(key::openrectbullet); |
7510 | #[doc (alias = "XK_opentribulletup" )] |
7511 | pub const opentribulletup: Keysym = Keysym(key::opentribulletup); |
7512 | #[doc (alias = "XK_opentribulletdown" )] |
7513 | pub const opentribulletdown: Keysym = Keysym(key::opentribulletdown); |
7514 | #[doc (alias = "XK_openstar" )] |
7515 | pub const openstar: Keysym = Keysym(key::openstar); |
7516 | #[doc (alias = "XK_enfilledcircbullet" )] |
7517 | pub const enfilledcircbullet: Keysym = Keysym(key::enfilledcircbullet); |
7518 | #[doc (alias = "XK_enfilledsqbullet" )] |
7519 | pub const enfilledsqbullet: Keysym = Keysym(key::enfilledsqbullet); |
7520 | #[doc (alias = "XK_filledtribulletup" )] |
7521 | pub const filledtribulletup: Keysym = Keysym(key::filledtribulletup); |
7522 | #[doc (alias = "XK_filledtribulletdown" )] |
7523 | pub const filledtribulletdown: Keysym = Keysym(key::filledtribulletdown); |
7524 | #[doc (alias = "XK_leftpointer" )] |
7525 | pub const leftpointer: Keysym = Keysym(key::leftpointer); |
7526 | #[doc (alias = "XK_rightpointer" )] |
7527 | pub const rightpointer: Keysym = Keysym(key::rightpointer); |
7528 | #[doc (alias = "XK_club" )] |
7529 | pub const club: Keysym = Keysym(key::club); |
7530 | #[doc (alias = "XK_diamond" )] |
7531 | pub const diamond: Keysym = Keysym(key::diamond); |
7532 | #[doc (alias = "XK_heart" )] |
7533 | pub const heart: Keysym = Keysym(key::heart); |
7534 | #[doc (alias = "XK_maltesecross" )] |
7535 | pub const maltesecross: Keysym = Keysym(key::maltesecross); |
7536 | #[doc (alias = "XK_dagger" )] |
7537 | pub const dagger: Keysym = Keysym(key::dagger); |
7538 | #[doc (alias = "XK_doubledagger" )] |
7539 | pub const doubledagger: Keysym = Keysym(key::doubledagger); |
7540 | #[doc (alias = "XK_checkmark" )] |
7541 | pub const checkmark: Keysym = Keysym(key::checkmark); |
7542 | #[doc (alias = "XK_ballotcross" )] |
7543 | pub const ballotcross: Keysym = Keysym(key::ballotcross); |
7544 | #[doc (alias = "XK_musicalsharp" )] |
7545 | pub const musicalsharp: Keysym = Keysym(key::musicalsharp); |
7546 | #[doc (alias = "XK_musicalflat" )] |
7547 | pub const musicalflat: Keysym = Keysym(key::musicalflat); |
7548 | #[doc (alias = "XK_malesymbol" )] |
7549 | pub const malesymbol: Keysym = Keysym(key::malesymbol); |
7550 | #[doc (alias = "XK_femalesymbol" )] |
7551 | pub const femalesymbol: Keysym = Keysym(key::femalesymbol); |
7552 | #[doc (alias = "XK_telephone" )] |
7553 | pub const telephone: Keysym = Keysym(key::telephone); |
7554 | #[doc (alias = "XK_telephonerecorder" )] |
7555 | pub const telephonerecorder: Keysym = Keysym(key::telephonerecorder); |
7556 | #[doc (alias = "XK_phonographcopyright" )] |
7557 | pub const phonographcopyright: Keysym = Keysym(key::phonographcopyright); |
7558 | #[doc (alias = "XK_caret" )] |
7559 | pub const caret: Keysym = Keysym(key::caret); |
7560 | #[doc (alias = "XK_singlelowquotemark" )] |
7561 | pub const singlelowquotemark: Keysym = Keysym(key::singlelowquotemark); |
7562 | #[doc (alias = "XK_doublelowquotemark" )] |
7563 | pub const doublelowquotemark: Keysym = Keysym(key::doublelowquotemark); |
7564 | #[doc (alias = "XK_cursor" )] |
7565 | pub const cursor: Keysym = Keysym(key::cursor); |
7566 | #[doc (alias = "XK_leftcaret" )] |
7567 | pub const leftcaret: Keysym = Keysym(key::leftcaret); |
7568 | #[doc (alias = "XK_rightcaret" )] |
7569 | pub const rightcaret: Keysym = Keysym(key::rightcaret); |
7570 | #[doc (alias = "XK_downcaret" )] |
7571 | pub const downcaret: Keysym = Keysym(key::downcaret); |
7572 | #[doc (alias = "XK_upcaret" )] |
7573 | pub const upcaret: Keysym = Keysym(key::upcaret); |
7574 | #[doc (alias = "XK_overbar" )] |
7575 | pub const overbar: Keysym = Keysym(key::overbar); |
7576 | #[doc (alias = "XK_downtack" )] |
7577 | pub const downtack: Keysym = Keysym(key::downtack); |
7578 | #[doc (alias = "XK_upshoe" )] |
7579 | pub const upshoe: Keysym = Keysym(key::upshoe); |
7580 | #[doc (alias = "XK_downstile" )] |
7581 | pub const downstile: Keysym = Keysym(key::downstile); |
7582 | #[doc (alias = "XK_underbar" )] |
7583 | pub const underbar: Keysym = Keysym(key::underbar); |
7584 | #[doc (alias = "XK_jot" )] |
7585 | pub const jot: Keysym = Keysym(key::jot); |
7586 | #[doc (alias = "XK_quad" )] |
7587 | pub const quad: Keysym = Keysym(key::quad); |
7588 | #[doc (alias = "XK_uptack" )] |
7589 | pub const uptack: Keysym = Keysym(key::uptack); |
7590 | #[doc (alias = "XK_circle" )] |
7591 | pub const circle: Keysym = Keysym(key::circle); |
7592 | #[doc (alias = "XK_upstile" )] |
7593 | pub const upstile: Keysym = Keysym(key::upstile); |
7594 | #[doc (alias = "XK_downshoe" )] |
7595 | pub const downshoe: Keysym = Keysym(key::downshoe); |
7596 | #[doc (alias = "XK_rightshoe" )] |
7597 | pub const rightshoe: Keysym = Keysym(key::rightshoe); |
7598 | #[doc (alias = "XK_leftshoe" )] |
7599 | pub const leftshoe: Keysym = Keysym(key::leftshoe); |
7600 | #[doc (alias = "XK_lefttack" )] |
7601 | pub const lefttack: Keysym = Keysym(key::lefttack); |
7602 | #[doc (alias = "XK_righttack" )] |
7603 | pub const righttack: Keysym = Keysym(key::righttack); |
7604 | #[doc (alias = "XK_hebrew_doublelowline" )] |
7605 | pub const hebrew_doublelowline: Keysym = Keysym(key::hebrew_doublelowline); |
7606 | #[doc (alias = "XK_hebrew_aleph" )] |
7607 | pub const hebrew_aleph: Keysym = Keysym(key::hebrew_aleph); |
7608 | #[doc (alias = "XK_hebrew_bet" )] |
7609 | pub const hebrew_bet: Keysym = Keysym(key::hebrew_bet); |
7610 | #[doc (alias = "XK_hebrew_beth" )] |
7611 | pub const hebrew_beth: Keysym = Keysym(key::hebrew_beth); |
7612 | #[doc (alias = "XK_hebrew_gimel" )] |
7613 | pub const hebrew_gimel: Keysym = Keysym(key::hebrew_gimel); |
7614 | #[doc (alias = "XK_hebrew_gimmel" )] |
7615 | pub const hebrew_gimmel: Keysym = Keysym(key::hebrew_gimmel); |
7616 | #[doc (alias = "XK_hebrew_dalet" )] |
7617 | pub const hebrew_dalet: Keysym = Keysym(key::hebrew_dalet); |
7618 | #[doc (alias = "XK_hebrew_daleth" )] |
7619 | pub const hebrew_daleth: Keysym = Keysym(key::hebrew_daleth); |
7620 | #[doc (alias = "XK_hebrew_he" )] |
7621 | pub const hebrew_he: Keysym = Keysym(key::hebrew_he); |
7622 | #[doc (alias = "XK_hebrew_waw" )] |
7623 | pub const hebrew_waw: Keysym = Keysym(key::hebrew_waw); |
7624 | #[doc (alias = "XK_hebrew_zain" )] |
7625 | pub const hebrew_zain: Keysym = Keysym(key::hebrew_zain); |
7626 | #[doc (alias = "XK_hebrew_zayin" )] |
7627 | pub const hebrew_zayin: Keysym = Keysym(key::hebrew_zayin); |
7628 | #[doc (alias = "XK_hebrew_chet" )] |
7629 | pub const hebrew_chet: Keysym = Keysym(key::hebrew_chet); |
7630 | #[doc (alias = "XK_hebrew_het" )] |
7631 | pub const hebrew_het: Keysym = Keysym(key::hebrew_het); |
7632 | #[doc (alias = "XK_hebrew_tet" )] |
7633 | pub const hebrew_tet: Keysym = Keysym(key::hebrew_tet); |
7634 | #[doc (alias = "XK_hebrew_teth" )] |
7635 | pub const hebrew_teth: Keysym = Keysym(key::hebrew_teth); |
7636 | #[doc (alias = "XK_hebrew_yod" )] |
7637 | pub const hebrew_yod: Keysym = Keysym(key::hebrew_yod); |
7638 | #[doc (alias = "XK_hebrew_finalkaph" )] |
7639 | pub const hebrew_finalkaph: Keysym = Keysym(key::hebrew_finalkaph); |
7640 | #[doc (alias = "XK_hebrew_kaph" )] |
7641 | pub const hebrew_kaph: Keysym = Keysym(key::hebrew_kaph); |
7642 | #[doc (alias = "XK_hebrew_lamed" )] |
7643 | pub const hebrew_lamed: Keysym = Keysym(key::hebrew_lamed); |
7644 | #[doc (alias = "XK_hebrew_finalmem" )] |
7645 | pub const hebrew_finalmem: Keysym = Keysym(key::hebrew_finalmem); |
7646 | #[doc (alias = "XK_hebrew_mem" )] |
7647 | pub const hebrew_mem: Keysym = Keysym(key::hebrew_mem); |
7648 | #[doc (alias = "XK_hebrew_finalnun" )] |
7649 | pub const hebrew_finalnun: Keysym = Keysym(key::hebrew_finalnun); |
7650 | #[doc (alias = "XK_hebrew_nun" )] |
7651 | pub const hebrew_nun: Keysym = Keysym(key::hebrew_nun); |
7652 | #[doc (alias = "XK_hebrew_samech" )] |
7653 | pub const hebrew_samech: Keysym = Keysym(key::hebrew_samech); |
7654 | #[doc (alias = "XK_hebrew_samekh" )] |
7655 | pub const hebrew_samekh: Keysym = Keysym(key::hebrew_samekh); |
7656 | #[doc (alias = "XK_hebrew_ayin" )] |
7657 | pub const hebrew_ayin: Keysym = Keysym(key::hebrew_ayin); |
7658 | #[doc (alias = "XK_hebrew_finalpe" )] |
7659 | pub const hebrew_finalpe: Keysym = Keysym(key::hebrew_finalpe); |
7660 | #[doc (alias = "XK_hebrew_pe" )] |
7661 | pub const hebrew_pe: Keysym = Keysym(key::hebrew_pe); |
7662 | #[doc (alias = "XK_hebrew_finalzade" )] |
7663 | pub const hebrew_finalzade: Keysym = Keysym(key::hebrew_finalzade); |
7664 | #[doc (alias = "XK_hebrew_finalzadi" )] |
7665 | pub const hebrew_finalzadi: Keysym = Keysym(key::hebrew_finalzadi); |
7666 | #[doc (alias = "XK_hebrew_zade" )] |
7667 | pub const hebrew_zade: Keysym = Keysym(key::hebrew_zade); |
7668 | #[doc (alias = "XK_hebrew_zadi" )] |
7669 | pub const hebrew_zadi: Keysym = Keysym(key::hebrew_zadi); |
7670 | #[doc (alias = "XK_hebrew_qoph" )] |
7671 | pub const hebrew_qoph: Keysym = Keysym(key::hebrew_qoph); |
7672 | #[doc (alias = "XK_hebrew_kuf" )] |
7673 | pub const hebrew_kuf: Keysym = Keysym(key::hebrew_kuf); |
7674 | #[doc (alias = "XK_hebrew_resh" )] |
7675 | pub const hebrew_resh: Keysym = Keysym(key::hebrew_resh); |
7676 | #[doc (alias = "XK_hebrew_shin" )] |
7677 | pub const hebrew_shin: Keysym = Keysym(key::hebrew_shin); |
7678 | #[doc (alias = "XK_hebrew_taw" )] |
7679 | pub const hebrew_taw: Keysym = Keysym(key::hebrew_taw); |
7680 | #[doc (alias = "XK_hebrew_taf" )] |
7681 | pub const hebrew_taf: Keysym = Keysym(key::hebrew_taf); |
7682 | #[doc (alias = "XK_Hebrew_switch" )] |
7683 | pub const Hebrew_switch: Keysym = Keysym(key::Hebrew_switch); |
7684 | #[doc (alias = "XK_Thai_kokai" )] |
7685 | pub const Thai_kokai: Keysym = Keysym(key::Thai_kokai); |
7686 | #[doc (alias = "XK_Thai_khokhai" )] |
7687 | pub const Thai_khokhai: Keysym = Keysym(key::Thai_khokhai); |
7688 | #[doc (alias = "XK_Thai_khokhuat" )] |
7689 | pub const Thai_khokhuat: Keysym = Keysym(key::Thai_khokhuat); |
7690 | #[doc (alias = "XK_Thai_khokhwai" )] |
7691 | pub const Thai_khokhwai: Keysym = Keysym(key::Thai_khokhwai); |
7692 | #[doc (alias = "XK_Thai_khokhon" )] |
7693 | pub const Thai_khokhon: Keysym = Keysym(key::Thai_khokhon); |
7694 | #[doc (alias = "XK_Thai_khorakhang" )] |
7695 | pub const Thai_khorakhang: Keysym = Keysym(key::Thai_khorakhang); |
7696 | #[doc (alias = "XK_Thai_ngongu" )] |
7697 | pub const Thai_ngongu: Keysym = Keysym(key::Thai_ngongu); |
7698 | #[doc (alias = "XK_Thai_chochan" )] |
7699 | pub const Thai_chochan: Keysym = Keysym(key::Thai_chochan); |
7700 | #[doc (alias = "XK_Thai_choching" )] |
7701 | pub const Thai_choching: Keysym = Keysym(key::Thai_choching); |
7702 | #[doc (alias = "XK_Thai_chochang" )] |
7703 | pub const Thai_chochang: Keysym = Keysym(key::Thai_chochang); |
7704 | #[doc (alias = "XK_Thai_soso" )] |
7705 | pub const Thai_soso: Keysym = Keysym(key::Thai_soso); |
7706 | #[doc (alias = "XK_Thai_chochoe" )] |
7707 | pub const Thai_chochoe: Keysym = Keysym(key::Thai_chochoe); |
7708 | #[doc (alias = "XK_Thai_yoying" )] |
7709 | pub const Thai_yoying: Keysym = Keysym(key::Thai_yoying); |
7710 | #[doc (alias = "XK_Thai_dochada" )] |
7711 | pub const Thai_dochada: Keysym = Keysym(key::Thai_dochada); |
7712 | #[doc (alias = "XK_Thai_topatak" )] |
7713 | pub const Thai_topatak: Keysym = Keysym(key::Thai_topatak); |
7714 | #[doc (alias = "XK_Thai_thothan" )] |
7715 | pub const Thai_thothan: Keysym = Keysym(key::Thai_thothan); |
7716 | #[doc (alias = "XK_Thai_thonangmontho" )] |
7717 | pub const Thai_thonangmontho: Keysym = Keysym(key::Thai_thonangmontho); |
7718 | #[doc (alias = "XK_Thai_thophuthao" )] |
7719 | pub const Thai_thophuthao: Keysym = Keysym(key::Thai_thophuthao); |
7720 | #[doc (alias = "XK_Thai_nonen" )] |
7721 | pub const Thai_nonen: Keysym = Keysym(key::Thai_nonen); |
7722 | #[doc (alias = "XK_Thai_dodek" )] |
7723 | pub const Thai_dodek: Keysym = Keysym(key::Thai_dodek); |
7724 | #[doc (alias = "XK_Thai_totao" )] |
7725 | pub const Thai_totao: Keysym = Keysym(key::Thai_totao); |
7726 | #[doc (alias = "XK_Thai_thothung" )] |
7727 | pub const Thai_thothung: Keysym = Keysym(key::Thai_thothung); |
7728 | #[doc (alias = "XK_Thai_thothahan" )] |
7729 | pub const Thai_thothahan: Keysym = Keysym(key::Thai_thothahan); |
7730 | #[doc (alias = "XK_Thai_thothong" )] |
7731 | pub const Thai_thothong: Keysym = Keysym(key::Thai_thothong); |
7732 | #[doc (alias = "XK_Thai_nonu" )] |
7733 | pub const Thai_nonu: Keysym = Keysym(key::Thai_nonu); |
7734 | #[doc (alias = "XK_Thai_bobaimai" )] |
7735 | pub const Thai_bobaimai: Keysym = Keysym(key::Thai_bobaimai); |
7736 | #[doc (alias = "XK_Thai_popla" )] |
7737 | pub const Thai_popla: Keysym = Keysym(key::Thai_popla); |
7738 | #[doc (alias = "XK_Thai_phophung" )] |
7739 | pub const Thai_phophung: Keysym = Keysym(key::Thai_phophung); |
7740 | #[doc (alias = "XK_Thai_fofa" )] |
7741 | pub const Thai_fofa: Keysym = Keysym(key::Thai_fofa); |
7742 | #[doc (alias = "XK_Thai_phophan" )] |
7743 | pub const Thai_phophan: Keysym = Keysym(key::Thai_phophan); |
7744 | #[doc (alias = "XK_Thai_fofan" )] |
7745 | pub const Thai_fofan: Keysym = Keysym(key::Thai_fofan); |
7746 | #[doc (alias = "XK_Thai_phosamphao" )] |
7747 | pub const Thai_phosamphao: Keysym = Keysym(key::Thai_phosamphao); |
7748 | #[doc (alias = "XK_Thai_moma" )] |
7749 | pub const Thai_moma: Keysym = Keysym(key::Thai_moma); |
7750 | #[doc (alias = "XK_Thai_yoyak" )] |
7751 | pub const Thai_yoyak: Keysym = Keysym(key::Thai_yoyak); |
7752 | #[doc (alias = "XK_Thai_rorua" )] |
7753 | pub const Thai_rorua: Keysym = Keysym(key::Thai_rorua); |
7754 | #[doc (alias = "XK_Thai_ru" )] |
7755 | pub const Thai_ru: Keysym = Keysym(key::Thai_ru); |
7756 | #[doc (alias = "XK_Thai_loling" )] |
7757 | pub const Thai_loling: Keysym = Keysym(key::Thai_loling); |
7758 | #[doc (alias = "XK_Thai_lu" )] |
7759 | pub const Thai_lu: Keysym = Keysym(key::Thai_lu); |
7760 | #[doc (alias = "XK_Thai_wowaen" )] |
7761 | pub const Thai_wowaen: Keysym = Keysym(key::Thai_wowaen); |
7762 | #[doc (alias = "XK_Thai_sosala" )] |
7763 | pub const Thai_sosala: Keysym = Keysym(key::Thai_sosala); |
7764 | #[doc (alias = "XK_Thai_sorusi" )] |
7765 | pub const Thai_sorusi: Keysym = Keysym(key::Thai_sorusi); |
7766 | #[doc (alias = "XK_Thai_sosua" )] |
7767 | pub const Thai_sosua: Keysym = Keysym(key::Thai_sosua); |
7768 | #[doc (alias = "XK_Thai_hohip" )] |
7769 | pub const Thai_hohip: Keysym = Keysym(key::Thai_hohip); |
7770 | #[doc (alias = "XK_Thai_lochula" )] |
7771 | pub const Thai_lochula: Keysym = Keysym(key::Thai_lochula); |
7772 | #[doc (alias = "XK_Thai_oang" )] |
7773 | pub const Thai_oang: Keysym = Keysym(key::Thai_oang); |
7774 | #[doc (alias = "XK_Thai_honokhuk" )] |
7775 | pub const Thai_honokhuk: Keysym = Keysym(key::Thai_honokhuk); |
7776 | #[doc (alias = "XK_Thai_paiyannoi" )] |
7777 | pub const Thai_paiyannoi: Keysym = Keysym(key::Thai_paiyannoi); |
7778 | #[doc (alias = "XK_Thai_saraa" )] |
7779 | pub const Thai_saraa: Keysym = Keysym(key::Thai_saraa); |
7780 | #[doc (alias = "XK_Thai_maihanakat" )] |
7781 | pub const Thai_maihanakat: Keysym = Keysym(key::Thai_maihanakat); |
7782 | #[doc (alias = "XK_Thai_saraaa" )] |
7783 | pub const Thai_saraaa: Keysym = Keysym(key::Thai_saraaa); |
7784 | #[doc (alias = "XK_Thai_saraam" )] |
7785 | pub const Thai_saraam: Keysym = Keysym(key::Thai_saraam); |
7786 | #[doc (alias = "XK_Thai_sarai" )] |
7787 | pub const Thai_sarai: Keysym = Keysym(key::Thai_sarai); |
7788 | #[doc (alias = "XK_Thai_saraii" )] |
7789 | pub const Thai_saraii: Keysym = Keysym(key::Thai_saraii); |
7790 | #[doc (alias = "XK_Thai_saraue" )] |
7791 | pub const Thai_saraue: Keysym = Keysym(key::Thai_saraue); |
7792 | #[doc (alias = "XK_Thai_sarauee" )] |
7793 | pub const Thai_sarauee: Keysym = Keysym(key::Thai_sarauee); |
7794 | #[doc (alias = "XK_Thai_sarau" )] |
7795 | pub const Thai_sarau: Keysym = Keysym(key::Thai_sarau); |
7796 | #[doc (alias = "XK_Thai_sarauu" )] |
7797 | pub const Thai_sarauu: Keysym = Keysym(key::Thai_sarauu); |
7798 | #[doc (alias = "XK_Thai_phinthu" )] |
7799 | pub const Thai_phinthu: Keysym = Keysym(key::Thai_phinthu); |
7800 | #[doc (alias = "XK_Thai_maihanakat_maitho" )] |
7801 | pub const Thai_maihanakat_maitho: Keysym = Keysym(key::Thai_maihanakat_maitho); |
7802 | #[doc (alias = "XK_Thai_baht" )] |
7803 | pub const Thai_baht: Keysym = Keysym(key::Thai_baht); |
7804 | #[doc (alias = "XK_Thai_sarae" )] |
7805 | pub const Thai_sarae: Keysym = Keysym(key::Thai_sarae); |
7806 | #[doc (alias = "XK_Thai_saraae" )] |
7807 | pub const Thai_saraae: Keysym = Keysym(key::Thai_saraae); |
7808 | #[doc (alias = "XK_Thai_sarao" )] |
7809 | pub const Thai_sarao: Keysym = Keysym(key::Thai_sarao); |
7810 | #[doc (alias = "XK_Thai_saraaimaimuan" )] |
7811 | pub const Thai_saraaimaimuan: Keysym = Keysym(key::Thai_saraaimaimuan); |
7812 | #[doc (alias = "XK_Thai_saraaimaimalai" )] |
7813 | pub const Thai_saraaimaimalai: Keysym = Keysym(key::Thai_saraaimaimalai); |
7814 | #[doc (alias = "XK_Thai_lakkhangyao" )] |
7815 | pub const Thai_lakkhangyao: Keysym = Keysym(key::Thai_lakkhangyao); |
7816 | #[doc (alias = "XK_Thai_maiyamok" )] |
7817 | pub const Thai_maiyamok: Keysym = Keysym(key::Thai_maiyamok); |
7818 | #[doc (alias = "XK_Thai_maitaikhu" )] |
7819 | pub const Thai_maitaikhu: Keysym = Keysym(key::Thai_maitaikhu); |
7820 | #[doc (alias = "XK_Thai_maiek" )] |
7821 | pub const Thai_maiek: Keysym = Keysym(key::Thai_maiek); |
7822 | #[doc (alias = "XK_Thai_maitho" )] |
7823 | pub const Thai_maitho: Keysym = Keysym(key::Thai_maitho); |
7824 | #[doc (alias = "XK_Thai_maitri" )] |
7825 | pub const Thai_maitri: Keysym = Keysym(key::Thai_maitri); |
7826 | #[doc (alias = "XK_Thai_maichattawa" )] |
7827 | pub const Thai_maichattawa: Keysym = Keysym(key::Thai_maichattawa); |
7828 | #[doc (alias = "XK_Thai_thanthakhat" )] |
7829 | pub const Thai_thanthakhat: Keysym = Keysym(key::Thai_thanthakhat); |
7830 | #[doc (alias = "XK_Thai_nikhahit" )] |
7831 | pub const Thai_nikhahit: Keysym = Keysym(key::Thai_nikhahit); |
7832 | #[doc (alias = "XK_Thai_leksun" )] |
7833 | pub const Thai_leksun: Keysym = Keysym(key::Thai_leksun); |
7834 | #[doc (alias = "XK_Thai_leknung" )] |
7835 | pub const Thai_leknung: Keysym = Keysym(key::Thai_leknung); |
7836 | #[doc (alias = "XK_Thai_leksong" )] |
7837 | pub const Thai_leksong: Keysym = Keysym(key::Thai_leksong); |
7838 | #[doc (alias = "XK_Thai_leksam" )] |
7839 | pub const Thai_leksam: Keysym = Keysym(key::Thai_leksam); |
7840 | #[doc (alias = "XK_Thai_leksi" )] |
7841 | pub const Thai_leksi: Keysym = Keysym(key::Thai_leksi); |
7842 | #[doc (alias = "XK_Thai_lekha" )] |
7843 | pub const Thai_lekha: Keysym = Keysym(key::Thai_lekha); |
7844 | #[doc (alias = "XK_Thai_lekhok" )] |
7845 | pub const Thai_lekhok: Keysym = Keysym(key::Thai_lekhok); |
7846 | #[doc (alias = "XK_Thai_lekchet" )] |
7847 | pub const Thai_lekchet: Keysym = Keysym(key::Thai_lekchet); |
7848 | #[doc (alias = "XK_Thai_lekpaet" )] |
7849 | pub const Thai_lekpaet: Keysym = Keysym(key::Thai_lekpaet); |
7850 | #[doc (alias = "XK_Thai_lekkao" )] |
7851 | pub const Thai_lekkao: Keysym = Keysym(key::Thai_lekkao); |
7852 | #[doc (alias = "XK_Hangul" )] |
7853 | pub const Hangul: Keysym = Keysym(key::Hangul); |
7854 | #[doc (alias = "XK_Hangul_Start" )] |
7855 | pub const Hangul_Start: Keysym = Keysym(key::Hangul_Start); |
7856 | #[doc (alias = "XK_Hangul_End" )] |
7857 | pub const Hangul_End: Keysym = Keysym(key::Hangul_End); |
7858 | #[doc (alias = "XK_Hangul_Hanja" )] |
7859 | pub const Hangul_Hanja: Keysym = Keysym(key::Hangul_Hanja); |
7860 | #[doc (alias = "XK_Hangul_Jamo" )] |
7861 | pub const Hangul_Jamo: Keysym = Keysym(key::Hangul_Jamo); |
7862 | #[doc (alias = "XK_Hangul_Romaja" )] |
7863 | pub const Hangul_Romaja: Keysym = Keysym(key::Hangul_Romaja); |
7864 | #[doc (alias = "XK_Hangul_Codeinput" )] |
7865 | pub const Hangul_Codeinput: Keysym = Keysym(key::Hangul_Codeinput); |
7866 | #[doc (alias = "XK_Hangul_Jeonja" )] |
7867 | pub const Hangul_Jeonja: Keysym = Keysym(key::Hangul_Jeonja); |
7868 | #[doc (alias = "XK_Hangul_Banja" )] |
7869 | pub const Hangul_Banja: Keysym = Keysym(key::Hangul_Banja); |
7870 | #[doc (alias = "XK_Hangul_PreHanja" )] |
7871 | pub const Hangul_PreHanja: Keysym = Keysym(key::Hangul_PreHanja); |
7872 | #[doc (alias = "XK_Hangul_PostHanja" )] |
7873 | pub const Hangul_PostHanja: Keysym = Keysym(key::Hangul_PostHanja); |
7874 | #[doc (alias = "XK_Hangul_SingleCandidate" )] |
7875 | pub const Hangul_SingleCandidate: Keysym = Keysym(key::Hangul_SingleCandidate); |
7876 | #[doc (alias = "XK_Hangul_MultipleCandidate" )] |
7877 | pub const Hangul_MultipleCandidate: Keysym = Keysym(key::Hangul_MultipleCandidate); |
7878 | #[doc (alias = "XK_Hangul_PreviousCandidate" )] |
7879 | pub const Hangul_PreviousCandidate: Keysym = Keysym(key::Hangul_PreviousCandidate); |
7880 | #[doc (alias = "XK_Hangul_Special" )] |
7881 | pub const Hangul_Special: Keysym = Keysym(key::Hangul_Special); |
7882 | #[doc (alias = "XK_Hangul_switch" )] |
7883 | pub const Hangul_switch: Keysym = Keysym(key::Hangul_switch); |
7884 | #[doc (alias = "XK_Hangul_Kiyeog" )] |
7885 | pub const Hangul_Kiyeog: Keysym = Keysym(key::Hangul_Kiyeog); |
7886 | #[doc (alias = "XK_Hangul_SsangKiyeog" )] |
7887 | pub const Hangul_SsangKiyeog: Keysym = Keysym(key::Hangul_SsangKiyeog); |
7888 | #[doc (alias = "XK_Hangul_KiyeogSios" )] |
7889 | pub const Hangul_KiyeogSios: Keysym = Keysym(key::Hangul_KiyeogSios); |
7890 | #[doc (alias = "XK_Hangul_Nieun" )] |
7891 | pub const Hangul_Nieun: Keysym = Keysym(key::Hangul_Nieun); |
7892 | #[doc (alias = "XK_Hangul_NieunJieuj" )] |
7893 | pub const Hangul_NieunJieuj: Keysym = Keysym(key::Hangul_NieunJieuj); |
7894 | #[doc (alias = "XK_Hangul_NieunHieuh" )] |
7895 | pub const Hangul_NieunHieuh: Keysym = Keysym(key::Hangul_NieunHieuh); |
7896 | #[doc (alias = "XK_Hangul_Dikeud" )] |
7897 | pub const Hangul_Dikeud: Keysym = Keysym(key::Hangul_Dikeud); |
7898 | #[doc (alias = "XK_Hangul_SsangDikeud" )] |
7899 | pub const Hangul_SsangDikeud: Keysym = Keysym(key::Hangul_SsangDikeud); |
7900 | #[doc (alias = "XK_Hangul_Rieul" )] |
7901 | pub const Hangul_Rieul: Keysym = Keysym(key::Hangul_Rieul); |
7902 | #[doc (alias = "XK_Hangul_RieulKiyeog" )] |
7903 | pub const Hangul_RieulKiyeog: Keysym = Keysym(key::Hangul_RieulKiyeog); |
7904 | #[doc (alias = "XK_Hangul_RieulMieum" )] |
7905 | pub const Hangul_RieulMieum: Keysym = Keysym(key::Hangul_RieulMieum); |
7906 | #[doc (alias = "XK_Hangul_RieulPieub" )] |
7907 | pub const Hangul_RieulPieub: Keysym = Keysym(key::Hangul_RieulPieub); |
7908 | #[doc (alias = "XK_Hangul_RieulSios" )] |
7909 | pub const Hangul_RieulSios: Keysym = Keysym(key::Hangul_RieulSios); |
7910 | #[doc (alias = "XK_Hangul_RieulTieut" )] |
7911 | pub const Hangul_RieulTieut: Keysym = Keysym(key::Hangul_RieulTieut); |
7912 | #[doc (alias = "XK_Hangul_RieulPhieuf" )] |
7913 | pub const Hangul_RieulPhieuf: Keysym = Keysym(key::Hangul_RieulPhieuf); |
7914 | #[doc (alias = "XK_Hangul_RieulHieuh" )] |
7915 | pub const Hangul_RieulHieuh: Keysym = Keysym(key::Hangul_RieulHieuh); |
7916 | #[doc (alias = "XK_Hangul_Mieum" )] |
7917 | pub const Hangul_Mieum: Keysym = Keysym(key::Hangul_Mieum); |
7918 | #[doc (alias = "XK_Hangul_Pieub" )] |
7919 | pub const Hangul_Pieub: Keysym = Keysym(key::Hangul_Pieub); |
7920 | #[doc (alias = "XK_Hangul_SsangPieub" )] |
7921 | pub const Hangul_SsangPieub: Keysym = Keysym(key::Hangul_SsangPieub); |
7922 | #[doc (alias = "XK_Hangul_PieubSios" )] |
7923 | pub const Hangul_PieubSios: Keysym = Keysym(key::Hangul_PieubSios); |
7924 | #[doc (alias = "XK_Hangul_Sios" )] |
7925 | pub const Hangul_Sios: Keysym = Keysym(key::Hangul_Sios); |
7926 | #[doc (alias = "XK_Hangul_SsangSios" )] |
7927 | pub const Hangul_SsangSios: Keysym = Keysym(key::Hangul_SsangSios); |
7928 | #[doc (alias = "XK_Hangul_Ieung" )] |
7929 | pub const Hangul_Ieung: Keysym = Keysym(key::Hangul_Ieung); |
7930 | #[doc (alias = "XK_Hangul_Jieuj" )] |
7931 | pub const Hangul_Jieuj: Keysym = Keysym(key::Hangul_Jieuj); |
7932 | #[doc (alias = "XK_Hangul_SsangJieuj" )] |
7933 | pub const Hangul_SsangJieuj: Keysym = Keysym(key::Hangul_SsangJieuj); |
7934 | #[doc (alias = "XK_Hangul_Cieuc" )] |
7935 | pub const Hangul_Cieuc: Keysym = Keysym(key::Hangul_Cieuc); |
7936 | #[doc (alias = "XK_Hangul_Khieuq" )] |
7937 | pub const Hangul_Khieuq: Keysym = Keysym(key::Hangul_Khieuq); |
7938 | #[doc (alias = "XK_Hangul_Tieut" )] |
7939 | pub const Hangul_Tieut: Keysym = Keysym(key::Hangul_Tieut); |
7940 | #[doc (alias = "XK_Hangul_Phieuf" )] |
7941 | pub const Hangul_Phieuf: Keysym = Keysym(key::Hangul_Phieuf); |
7942 | #[doc (alias = "XK_Hangul_Hieuh" )] |
7943 | pub const Hangul_Hieuh: Keysym = Keysym(key::Hangul_Hieuh); |
7944 | #[doc (alias = "XK_Hangul_A" )] |
7945 | pub const Hangul_A: Keysym = Keysym(key::Hangul_A); |
7946 | #[doc (alias = "XK_Hangul_AE" )] |
7947 | pub const Hangul_AE: Keysym = Keysym(key::Hangul_AE); |
7948 | #[doc (alias = "XK_Hangul_YA" )] |
7949 | pub const Hangul_YA: Keysym = Keysym(key::Hangul_YA); |
7950 | #[doc (alias = "XK_Hangul_YAE" )] |
7951 | pub const Hangul_YAE: Keysym = Keysym(key::Hangul_YAE); |
7952 | #[doc (alias = "XK_Hangul_EO" )] |
7953 | pub const Hangul_EO: Keysym = Keysym(key::Hangul_EO); |
7954 | #[doc (alias = "XK_Hangul_E" )] |
7955 | pub const Hangul_E: Keysym = Keysym(key::Hangul_E); |
7956 | #[doc (alias = "XK_Hangul_YEO" )] |
7957 | pub const Hangul_YEO: Keysym = Keysym(key::Hangul_YEO); |
7958 | #[doc (alias = "XK_Hangul_YE" )] |
7959 | pub const Hangul_YE: Keysym = Keysym(key::Hangul_YE); |
7960 | #[doc (alias = "XK_Hangul_O" )] |
7961 | pub const Hangul_O: Keysym = Keysym(key::Hangul_O); |
7962 | #[doc (alias = "XK_Hangul_WA" )] |
7963 | pub const Hangul_WA: Keysym = Keysym(key::Hangul_WA); |
7964 | #[doc (alias = "XK_Hangul_WAE" )] |
7965 | pub const Hangul_WAE: Keysym = Keysym(key::Hangul_WAE); |
7966 | #[doc (alias = "XK_Hangul_OE" )] |
7967 | pub const Hangul_OE: Keysym = Keysym(key::Hangul_OE); |
7968 | #[doc (alias = "XK_Hangul_YO" )] |
7969 | pub const Hangul_YO: Keysym = Keysym(key::Hangul_YO); |
7970 | #[doc (alias = "XK_Hangul_U" )] |
7971 | pub const Hangul_U: Keysym = Keysym(key::Hangul_U); |
7972 | #[doc (alias = "XK_Hangul_WEO" )] |
7973 | pub const Hangul_WEO: Keysym = Keysym(key::Hangul_WEO); |
7974 | #[doc (alias = "XK_Hangul_WE" )] |
7975 | pub const Hangul_WE: Keysym = Keysym(key::Hangul_WE); |
7976 | #[doc (alias = "XK_Hangul_WI" )] |
7977 | pub const Hangul_WI: Keysym = Keysym(key::Hangul_WI); |
7978 | #[doc (alias = "XK_Hangul_YU" )] |
7979 | pub const Hangul_YU: Keysym = Keysym(key::Hangul_YU); |
7980 | #[doc (alias = "XK_Hangul_EU" )] |
7981 | pub const Hangul_EU: Keysym = Keysym(key::Hangul_EU); |
7982 | #[doc (alias = "XK_Hangul_YI" )] |
7983 | pub const Hangul_YI: Keysym = Keysym(key::Hangul_YI); |
7984 | #[doc (alias = "XK_Hangul_I" )] |
7985 | pub const Hangul_I: Keysym = Keysym(key::Hangul_I); |
7986 | #[doc (alias = "XK_Hangul_J_Kiyeog" )] |
7987 | pub const Hangul_J_Kiyeog: Keysym = Keysym(key::Hangul_J_Kiyeog); |
7988 | #[doc (alias = "XK_Hangul_J_SsangKiyeog" )] |
7989 | pub const Hangul_J_SsangKiyeog: Keysym = Keysym(key::Hangul_J_SsangKiyeog); |
7990 | #[doc (alias = "XK_Hangul_J_KiyeogSios" )] |
7991 | pub const Hangul_J_KiyeogSios: Keysym = Keysym(key::Hangul_J_KiyeogSios); |
7992 | #[doc (alias = "XK_Hangul_J_Nieun" )] |
7993 | pub const Hangul_J_Nieun: Keysym = Keysym(key::Hangul_J_Nieun); |
7994 | #[doc (alias = "XK_Hangul_J_NieunJieuj" )] |
7995 | pub const Hangul_J_NieunJieuj: Keysym = Keysym(key::Hangul_J_NieunJieuj); |
7996 | #[doc (alias = "XK_Hangul_J_NieunHieuh" )] |
7997 | pub const Hangul_J_NieunHieuh: Keysym = Keysym(key::Hangul_J_NieunHieuh); |
7998 | #[doc (alias = "XK_Hangul_J_Dikeud" )] |
7999 | pub const Hangul_J_Dikeud: Keysym = Keysym(key::Hangul_J_Dikeud); |
8000 | #[doc (alias = "XK_Hangul_J_Rieul" )] |
8001 | pub const Hangul_J_Rieul: Keysym = Keysym(key::Hangul_J_Rieul); |
8002 | #[doc (alias = "XK_Hangul_J_RieulKiyeog" )] |
8003 | pub const Hangul_J_RieulKiyeog: Keysym = Keysym(key::Hangul_J_RieulKiyeog); |
8004 | #[doc (alias = "XK_Hangul_J_RieulMieum" )] |
8005 | pub const Hangul_J_RieulMieum: Keysym = Keysym(key::Hangul_J_RieulMieum); |
8006 | #[doc (alias = "XK_Hangul_J_RieulPieub" )] |
8007 | pub const Hangul_J_RieulPieub: Keysym = Keysym(key::Hangul_J_RieulPieub); |
8008 | #[doc (alias = "XK_Hangul_J_RieulSios" )] |
8009 | pub const Hangul_J_RieulSios: Keysym = Keysym(key::Hangul_J_RieulSios); |
8010 | #[doc (alias = "XK_Hangul_J_RieulTieut" )] |
8011 | pub const Hangul_J_RieulTieut: Keysym = Keysym(key::Hangul_J_RieulTieut); |
8012 | #[doc (alias = "XK_Hangul_J_RieulPhieuf" )] |
8013 | pub const Hangul_J_RieulPhieuf: Keysym = Keysym(key::Hangul_J_RieulPhieuf); |
8014 | #[doc (alias = "XK_Hangul_J_RieulHieuh" )] |
8015 | pub const Hangul_J_RieulHieuh: Keysym = Keysym(key::Hangul_J_RieulHieuh); |
8016 | #[doc (alias = "XK_Hangul_J_Mieum" )] |
8017 | pub const Hangul_J_Mieum: Keysym = Keysym(key::Hangul_J_Mieum); |
8018 | #[doc (alias = "XK_Hangul_J_Pieub" )] |
8019 | pub const Hangul_J_Pieub: Keysym = Keysym(key::Hangul_J_Pieub); |
8020 | #[doc (alias = "XK_Hangul_J_PieubSios" )] |
8021 | pub const Hangul_J_PieubSios: Keysym = Keysym(key::Hangul_J_PieubSios); |
8022 | #[doc (alias = "XK_Hangul_J_Sios" )] |
8023 | pub const Hangul_J_Sios: Keysym = Keysym(key::Hangul_J_Sios); |
8024 | #[doc (alias = "XK_Hangul_J_SsangSios" )] |
8025 | pub const Hangul_J_SsangSios: Keysym = Keysym(key::Hangul_J_SsangSios); |
8026 | #[doc (alias = "XK_Hangul_J_Ieung" )] |
8027 | pub const Hangul_J_Ieung: Keysym = Keysym(key::Hangul_J_Ieung); |
8028 | #[doc (alias = "XK_Hangul_J_Jieuj" )] |
8029 | pub const Hangul_J_Jieuj: Keysym = Keysym(key::Hangul_J_Jieuj); |
8030 | #[doc (alias = "XK_Hangul_J_Cieuc" )] |
8031 | pub const Hangul_J_Cieuc: Keysym = Keysym(key::Hangul_J_Cieuc); |
8032 | #[doc (alias = "XK_Hangul_J_Khieuq" )] |
8033 | pub const Hangul_J_Khieuq: Keysym = Keysym(key::Hangul_J_Khieuq); |
8034 | #[doc (alias = "XK_Hangul_J_Tieut" )] |
8035 | pub const Hangul_J_Tieut: Keysym = Keysym(key::Hangul_J_Tieut); |
8036 | #[doc (alias = "XK_Hangul_J_Phieuf" )] |
8037 | pub const Hangul_J_Phieuf: Keysym = Keysym(key::Hangul_J_Phieuf); |
8038 | #[doc (alias = "XK_Hangul_J_Hieuh" )] |
8039 | pub const Hangul_J_Hieuh: Keysym = Keysym(key::Hangul_J_Hieuh); |
8040 | #[doc (alias = "XK_Hangul_RieulYeorinHieuh" )] |
8041 | pub const Hangul_RieulYeorinHieuh: Keysym = Keysym(key::Hangul_RieulYeorinHieuh); |
8042 | #[doc (alias = "XK_Hangul_SunkyeongeumMieum" )] |
8043 | pub const Hangul_SunkyeongeumMieum: Keysym = Keysym(key::Hangul_SunkyeongeumMieum); |
8044 | #[doc (alias = "XK_Hangul_SunkyeongeumPieub" )] |
8045 | pub const Hangul_SunkyeongeumPieub: Keysym = Keysym(key::Hangul_SunkyeongeumPieub); |
8046 | #[doc (alias = "XK_Hangul_PanSios" )] |
8047 | pub const Hangul_PanSios: Keysym = Keysym(key::Hangul_PanSios); |
8048 | #[doc (alias = "XK_Hangul_KkogjiDalrinIeung" )] |
8049 | pub const Hangul_KkogjiDalrinIeung: Keysym = Keysym(key::Hangul_KkogjiDalrinIeung); |
8050 | #[doc (alias = "XK_Hangul_SunkyeongeumPhieuf" )] |
8051 | pub const Hangul_SunkyeongeumPhieuf: Keysym = Keysym(key::Hangul_SunkyeongeumPhieuf); |
8052 | #[doc (alias = "XK_Hangul_YeorinHieuh" )] |
8053 | pub const Hangul_YeorinHieuh: Keysym = Keysym(key::Hangul_YeorinHieuh); |
8054 | #[doc (alias = "XK_Hangul_AraeA" )] |
8055 | pub const Hangul_AraeA: Keysym = Keysym(key::Hangul_AraeA); |
8056 | #[doc (alias = "XK_Hangul_AraeAE" )] |
8057 | pub const Hangul_AraeAE: Keysym = Keysym(key::Hangul_AraeAE); |
8058 | #[doc (alias = "XK_Hangul_J_PanSios" )] |
8059 | pub const Hangul_J_PanSios: Keysym = Keysym(key::Hangul_J_PanSios); |
8060 | #[doc (alias = "XK_Hangul_J_KkogjiDalrinIeung" )] |
8061 | pub const Hangul_J_KkogjiDalrinIeung: Keysym = Keysym(key::Hangul_J_KkogjiDalrinIeung); |
8062 | #[doc (alias = "XK_Hangul_J_YeorinHieuh" )] |
8063 | pub const Hangul_J_YeorinHieuh: Keysym = Keysym(key::Hangul_J_YeorinHieuh); |
8064 | #[doc (alias = "XK_Korean_Won" )] |
8065 | pub const Korean_Won: Keysym = Keysym(key::Korean_Won); |
8066 | #[doc (alias = "XK_Armenian_ligature_ew" )] |
8067 | pub const Armenian_ligature_ew: Keysym = Keysym(key::Armenian_ligature_ew); |
8068 | #[doc (alias = "XK_Armenian_full_stop" )] |
8069 | pub const Armenian_full_stop: Keysym = Keysym(key::Armenian_full_stop); |
8070 | #[doc (alias = "XK_Armenian_verjaket" )] |
8071 | pub const Armenian_verjaket: Keysym = Keysym(key::Armenian_verjaket); |
8072 | #[doc (alias = "XK_Armenian_separation_mark" )] |
8073 | pub const Armenian_separation_mark: Keysym = Keysym(key::Armenian_separation_mark); |
8074 | #[doc (alias = "XK_Armenian_but" )] |
8075 | pub const Armenian_but: Keysym = Keysym(key::Armenian_but); |
8076 | #[doc (alias = "XK_Armenian_hyphen" )] |
8077 | pub const Armenian_hyphen: Keysym = Keysym(key::Armenian_hyphen); |
8078 | #[doc (alias = "XK_Armenian_yentamna" )] |
8079 | pub const Armenian_yentamna: Keysym = Keysym(key::Armenian_yentamna); |
8080 | #[doc (alias = "XK_Armenian_exclam" )] |
8081 | pub const Armenian_exclam: Keysym = Keysym(key::Armenian_exclam); |
8082 | #[doc (alias = "XK_Armenian_amanak" )] |
8083 | pub const Armenian_amanak: Keysym = Keysym(key::Armenian_amanak); |
8084 | #[doc (alias = "XK_Armenian_accent" )] |
8085 | pub const Armenian_accent: Keysym = Keysym(key::Armenian_accent); |
8086 | #[doc (alias = "XK_Armenian_shesht" )] |
8087 | pub const Armenian_shesht: Keysym = Keysym(key::Armenian_shesht); |
8088 | #[doc (alias = "XK_Armenian_question" )] |
8089 | pub const Armenian_question: Keysym = Keysym(key::Armenian_question); |
8090 | #[doc (alias = "XK_Armenian_paruyk" )] |
8091 | pub const Armenian_paruyk: Keysym = Keysym(key::Armenian_paruyk); |
8092 | #[doc (alias = "XK_Armenian_AYB" )] |
8093 | pub const Armenian_AYB: Keysym = Keysym(key::Armenian_AYB); |
8094 | #[doc (alias = "XK_Armenian_ayb" )] |
8095 | pub const Armenian_ayb: Keysym = Keysym(key::Armenian_ayb); |
8096 | #[doc (alias = "XK_Armenian_BEN" )] |
8097 | pub const Armenian_BEN: Keysym = Keysym(key::Armenian_BEN); |
8098 | #[doc (alias = "XK_Armenian_ben" )] |
8099 | pub const Armenian_ben: Keysym = Keysym(key::Armenian_ben); |
8100 | #[doc (alias = "XK_Armenian_GIM" )] |
8101 | pub const Armenian_GIM: Keysym = Keysym(key::Armenian_GIM); |
8102 | #[doc (alias = "XK_Armenian_gim" )] |
8103 | pub const Armenian_gim: Keysym = Keysym(key::Armenian_gim); |
8104 | #[doc (alias = "XK_Armenian_DA" )] |
8105 | pub const Armenian_DA: Keysym = Keysym(key::Armenian_DA); |
8106 | #[doc (alias = "XK_Armenian_da" )] |
8107 | pub const Armenian_da: Keysym = Keysym(key::Armenian_da); |
8108 | #[doc (alias = "XK_Armenian_YECH" )] |
8109 | pub const Armenian_YECH: Keysym = Keysym(key::Armenian_YECH); |
8110 | #[doc (alias = "XK_Armenian_yech" )] |
8111 | pub const Armenian_yech: Keysym = Keysym(key::Armenian_yech); |
8112 | #[doc (alias = "XK_Armenian_ZA" )] |
8113 | pub const Armenian_ZA: Keysym = Keysym(key::Armenian_ZA); |
8114 | #[doc (alias = "XK_Armenian_za" )] |
8115 | pub const Armenian_za: Keysym = Keysym(key::Armenian_za); |
8116 | #[doc (alias = "XK_Armenian_E" )] |
8117 | pub const Armenian_E: Keysym = Keysym(key::Armenian_E); |
8118 | #[doc (alias = "XK_Armenian_e" )] |
8119 | pub const Armenian_e: Keysym = Keysym(key::Armenian_e); |
8120 | #[doc (alias = "XK_Armenian_AT" )] |
8121 | pub const Armenian_AT: Keysym = Keysym(key::Armenian_AT); |
8122 | #[doc (alias = "XK_Armenian_at" )] |
8123 | pub const Armenian_at: Keysym = Keysym(key::Armenian_at); |
8124 | #[doc (alias = "XK_Armenian_TO" )] |
8125 | pub const Armenian_TO: Keysym = Keysym(key::Armenian_TO); |
8126 | #[doc (alias = "XK_Armenian_to" )] |
8127 | pub const Armenian_to: Keysym = Keysym(key::Armenian_to); |
8128 | #[doc (alias = "XK_Armenian_ZHE" )] |
8129 | pub const Armenian_ZHE: Keysym = Keysym(key::Armenian_ZHE); |
8130 | #[doc (alias = "XK_Armenian_zhe" )] |
8131 | pub const Armenian_zhe: Keysym = Keysym(key::Armenian_zhe); |
8132 | #[doc (alias = "XK_Armenian_INI" )] |
8133 | pub const Armenian_INI: Keysym = Keysym(key::Armenian_INI); |
8134 | #[doc (alias = "XK_Armenian_ini" )] |
8135 | pub const Armenian_ini: Keysym = Keysym(key::Armenian_ini); |
8136 | #[doc (alias = "XK_Armenian_LYUN" )] |
8137 | pub const Armenian_LYUN: Keysym = Keysym(key::Armenian_LYUN); |
8138 | #[doc (alias = "XK_Armenian_lyun" )] |
8139 | pub const Armenian_lyun: Keysym = Keysym(key::Armenian_lyun); |
8140 | #[doc (alias = "XK_Armenian_KHE" )] |
8141 | pub const Armenian_KHE: Keysym = Keysym(key::Armenian_KHE); |
8142 | #[doc (alias = "XK_Armenian_khe" )] |
8143 | pub const Armenian_khe: Keysym = Keysym(key::Armenian_khe); |
8144 | #[doc (alias = "XK_Armenian_TSA" )] |
8145 | pub const Armenian_TSA: Keysym = Keysym(key::Armenian_TSA); |
8146 | #[doc (alias = "XK_Armenian_tsa" )] |
8147 | pub const Armenian_tsa: Keysym = Keysym(key::Armenian_tsa); |
8148 | #[doc (alias = "XK_Armenian_KEN" )] |
8149 | pub const Armenian_KEN: Keysym = Keysym(key::Armenian_KEN); |
8150 | #[doc (alias = "XK_Armenian_ken" )] |
8151 | pub const Armenian_ken: Keysym = Keysym(key::Armenian_ken); |
8152 | #[doc (alias = "XK_Armenian_HO" )] |
8153 | pub const Armenian_HO: Keysym = Keysym(key::Armenian_HO); |
8154 | #[doc (alias = "XK_Armenian_ho" )] |
8155 | pub const Armenian_ho: Keysym = Keysym(key::Armenian_ho); |
8156 | #[doc (alias = "XK_Armenian_DZA" )] |
8157 | pub const Armenian_DZA: Keysym = Keysym(key::Armenian_DZA); |
8158 | #[doc (alias = "XK_Armenian_dza" )] |
8159 | pub const Armenian_dza: Keysym = Keysym(key::Armenian_dza); |
8160 | #[doc (alias = "XK_Armenian_GHAT" )] |
8161 | pub const Armenian_GHAT: Keysym = Keysym(key::Armenian_GHAT); |
8162 | #[doc (alias = "XK_Armenian_ghat" )] |
8163 | pub const Armenian_ghat: Keysym = Keysym(key::Armenian_ghat); |
8164 | #[doc (alias = "XK_Armenian_TCHE" )] |
8165 | pub const Armenian_TCHE: Keysym = Keysym(key::Armenian_TCHE); |
8166 | #[doc (alias = "XK_Armenian_tche" )] |
8167 | pub const Armenian_tche: Keysym = Keysym(key::Armenian_tche); |
8168 | #[doc (alias = "XK_Armenian_MEN" )] |
8169 | pub const Armenian_MEN: Keysym = Keysym(key::Armenian_MEN); |
8170 | #[doc (alias = "XK_Armenian_men" )] |
8171 | pub const Armenian_men: Keysym = Keysym(key::Armenian_men); |
8172 | #[doc (alias = "XK_Armenian_HI" )] |
8173 | pub const Armenian_HI: Keysym = Keysym(key::Armenian_HI); |
8174 | #[doc (alias = "XK_Armenian_hi" )] |
8175 | pub const Armenian_hi: Keysym = Keysym(key::Armenian_hi); |
8176 | #[doc (alias = "XK_Armenian_NU" )] |
8177 | pub const Armenian_NU: Keysym = Keysym(key::Armenian_NU); |
8178 | #[doc (alias = "XK_Armenian_nu" )] |
8179 | pub const Armenian_nu: Keysym = Keysym(key::Armenian_nu); |
8180 | #[doc (alias = "XK_Armenian_SHA" )] |
8181 | pub const Armenian_SHA: Keysym = Keysym(key::Armenian_SHA); |
8182 | #[doc (alias = "XK_Armenian_sha" )] |
8183 | pub const Armenian_sha: Keysym = Keysym(key::Armenian_sha); |
8184 | #[doc (alias = "XK_Armenian_VO" )] |
8185 | pub const Armenian_VO: Keysym = Keysym(key::Armenian_VO); |
8186 | #[doc (alias = "XK_Armenian_vo" )] |
8187 | pub const Armenian_vo: Keysym = Keysym(key::Armenian_vo); |
8188 | #[doc (alias = "XK_Armenian_CHA" )] |
8189 | pub const Armenian_CHA: Keysym = Keysym(key::Armenian_CHA); |
8190 | #[doc (alias = "XK_Armenian_cha" )] |
8191 | pub const Armenian_cha: Keysym = Keysym(key::Armenian_cha); |
8192 | #[doc (alias = "XK_Armenian_PE" )] |
8193 | pub const Armenian_PE: Keysym = Keysym(key::Armenian_PE); |
8194 | #[doc (alias = "XK_Armenian_pe" )] |
8195 | pub const Armenian_pe: Keysym = Keysym(key::Armenian_pe); |
8196 | #[doc (alias = "XK_Armenian_JE" )] |
8197 | pub const Armenian_JE: Keysym = Keysym(key::Armenian_JE); |
8198 | #[doc (alias = "XK_Armenian_je" )] |
8199 | pub const Armenian_je: Keysym = Keysym(key::Armenian_je); |
8200 | #[doc (alias = "XK_Armenian_RA" )] |
8201 | pub const Armenian_RA: Keysym = Keysym(key::Armenian_RA); |
8202 | #[doc (alias = "XK_Armenian_ra" )] |
8203 | pub const Armenian_ra: Keysym = Keysym(key::Armenian_ra); |
8204 | #[doc (alias = "XK_Armenian_SE" )] |
8205 | pub const Armenian_SE: Keysym = Keysym(key::Armenian_SE); |
8206 | #[doc (alias = "XK_Armenian_se" )] |
8207 | pub const Armenian_se: Keysym = Keysym(key::Armenian_se); |
8208 | #[doc (alias = "XK_Armenian_VEV" )] |
8209 | pub const Armenian_VEV: Keysym = Keysym(key::Armenian_VEV); |
8210 | #[doc (alias = "XK_Armenian_vev" )] |
8211 | pub const Armenian_vev: Keysym = Keysym(key::Armenian_vev); |
8212 | #[doc (alias = "XK_Armenian_TYUN" )] |
8213 | pub const Armenian_TYUN: Keysym = Keysym(key::Armenian_TYUN); |
8214 | #[doc (alias = "XK_Armenian_tyun" )] |
8215 | pub const Armenian_tyun: Keysym = Keysym(key::Armenian_tyun); |
8216 | #[doc (alias = "XK_Armenian_RE" )] |
8217 | pub const Armenian_RE: Keysym = Keysym(key::Armenian_RE); |
8218 | #[doc (alias = "XK_Armenian_re" )] |
8219 | pub const Armenian_re: Keysym = Keysym(key::Armenian_re); |
8220 | #[doc (alias = "XK_Armenian_TSO" )] |
8221 | pub const Armenian_TSO: Keysym = Keysym(key::Armenian_TSO); |
8222 | #[doc (alias = "XK_Armenian_tso" )] |
8223 | pub const Armenian_tso: Keysym = Keysym(key::Armenian_tso); |
8224 | #[doc (alias = "XK_Armenian_VYUN" )] |
8225 | pub const Armenian_VYUN: Keysym = Keysym(key::Armenian_VYUN); |
8226 | #[doc (alias = "XK_Armenian_vyun" )] |
8227 | pub const Armenian_vyun: Keysym = Keysym(key::Armenian_vyun); |
8228 | #[doc (alias = "XK_Armenian_PYUR" )] |
8229 | pub const Armenian_PYUR: Keysym = Keysym(key::Armenian_PYUR); |
8230 | #[doc (alias = "XK_Armenian_pyur" )] |
8231 | pub const Armenian_pyur: Keysym = Keysym(key::Armenian_pyur); |
8232 | #[doc (alias = "XK_Armenian_KE" )] |
8233 | pub const Armenian_KE: Keysym = Keysym(key::Armenian_KE); |
8234 | #[doc (alias = "XK_Armenian_ke" )] |
8235 | pub const Armenian_ke: Keysym = Keysym(key::Armenian_ke); |
8236 | #[doc (alias = "XK_Armenian_O" )] |
8237 | pub const Armenian_O: Keysym = Keysym(key::Armenian_O); |
8238 | #[doc (alias = "XK_Armenian_o" )] |
8239 | pub const Armenian_o: Keysym = Keysym(key::Armenian_o); |
8240 | #[doc (alias = "XK_Armenian_FE" )] |
8241 | pub const Armenian_FE: Keysym = Keysym(key::Armenian_FE); |
8242 | #[doc (alias = "XK_Armenian_fe" )] |
8243 | pub const Armenian_fe: Keysym = Keysym(key::Armenian_fe); |
8244 | #[doc (alias = "XK_Armenian_apostrophe" )] |
8245 | pub const Armenian_apostrophe: Keysym = Keysym(key::Armenian_apostrophe); |
8246 | #[doc (alias = "XK_Georgian_an" )] |
8247 | pub const Georgian_an: Keysym = Keysym(key::Georgian_an); |
8248 | #[doc (alias = "XK_Georgian_ban" )] |
8249 | pub const Georgian_ban: Keysym = Keysym(key::Georgian_ban); |
8250 | #[doc (alias = "XK_Georgian_gan" )] |
8251 | pub const Georgian_gan: Keysym = Keysym(key::Georgian_gan); |
8252 | #[doc (alias = "XK_Georgian_don" )] |
8253 | pub const Georgian_don: Keysym = Keysym(key::Georgian_don); |
8254 | #[doc (alias = "XK_Georgian_en" )] |
8255 | pub const Georgian_en: Keysym = Keysym(key::Georgian_en); |
8256 | #[doc (alias = "XK_Georgian_vin" )] |
8257 | pub const Georgian_vin: Keysym = Keysym(key::Georgian_vin); |
8258 | #[doc (alias = "XK_Georgian_zen" )] |
8259 | pub const Georgian_zen: Keysym = Keysym(key::Georgian_zen); |
8260 | #[doc (alias = "XK_Georgian_tan" )] |
8261 | pub const Georgian_tan: Keysym = Keysym(key::Georgian_tan); |
8262 | #[doc (alias = "XK_Georgian_in" )] |
8263 | pub const Georgian_in: Keysym = Keysym(key::Georgian_in); |
8264 | #[doc (alias = "XK_Georgian_kan" )] |
8265 | pub const Georgian_kan: Keysym = Keysym(key::Georgian_kan); |
8266 | #[doc (alias = "XK_Georgian_las" )] |
8267 | pub const Georgian_las: Keysym = Keysym(key::Georgian_las); |
8268 | #[doc (alias = "XK_Georgian_man" )] |
8269 | pub const Georgian_man: Keysym = Keysym(key::Georgian_man); |
8270 | #[doc (alias = "XK_Georgian_nar" )] |
8271 | pub const Georgian_nar: Keysym = Keysym(key::Georgian_nar); |
8272 | #[doc (alias = "XK_Georgian_on" )] |
8273 | pub const Georgian_on: Keysym = Keysym(key::Georgian_on); |
8274 | #[doc (alias = "XK_Georgian_par" )] |
8275 | pub const Georgian_par: Keysym = Keysym(key::Georgian_par); |
8276 | #[doc (alias = "XK_Georgian_zhar" )] |
8277 | pub const Georgian_zhar: Keysym = Keysym(key::Georgian_zhar); |
8278 | #[doc (alias = "XK_Georgian_rae" )] |
8279 | pub const Georgian_rae: Keysym = Keysym(key::Georgian_rae); |
8280 | #[doc (alias = "XK_Georgian_san" )] |
8281 | pub const Georgian_san: Keysym = Keysym(key::Georgian_san); |
8282 | #[doc (alias = "XK_Georgian_tar" )] |
8283 | pub const Georgian_tar: Keysym = Keysym(key::Georgian_tar); |
8284 | #[doc (alias = "XK_Georgian_un" )] |
8285 | pub const Georgian_un: Keysym = Keysym(key::Georgian_un); |
8286 | #[doc (alias = "XK_Georgian_phar" )] |
8287 | pub const Georgian_phar: Keysym = Keysym(key::Georgian_phar); |
8288 | #[doc (alias = "XK_Georgian_khar" )] |
8289 | pub const Georgian_khar: Keysym = Keysym(key::Georgian_khar); |
8290 | #[doc (alias = "XK_Georgian_ghan" )] |
8291 | pub const Georgian_ghan: Keysym = Keysym(key::Georgian_ghan); |
8292 | #[doc (alias = "XK_Georgian_qar" )] |
8293 | pub const Georgian_qar: Keysym = Keysym(key::Georgian_qar); |
8294 | #[doc (alias = "XK_Georgian_shin" )] |
8295 | pub const Georgian_shin: Keysym = Keysym(key::Georgian_shin); |
8296 | #[doc (alias = "XK_Georgian_chin" )] |
8297 | pub const Georgian_chin: Keysym = Keysym(key::Georgian_chin); |
8298 | #[doc (alias = "XK_Georgian_can" )] |
8299 | pub const Georgian_can: Keysym = Keysym(key::Georgian_can); |
8300 | #[doc (alias = "XK_Georgian_jil" )] |
8301 | pub const Georgian_jil: Keysym = Keysym(key::Georgian_jil); |
8302 | #[doc (alias = "XK_Georgian_cil" )] |
8303 | pub const Georgian_cil: Keysym = Keysym(key::Georgian_cil); |
8304 | #[doc (alias = "XK_Georgian_char" )] |
8305 | pub const Georgian_char: Keysym = Keysym(key::Georgian_char); |
8306 | #[doc (alias = "XK_Georgian_xan" )] |
8307 | pub const Georgian_xan: Keysym = Keysym(key::Georgian_xan); |
8308 | #[doc (alias = "XK_Georgian_jhan" )] |
8309 | pub const Georgian_jhan: Keysym = Keysym(key::Georgian_jhan); |
8310 | #[doc (alias = "XK_Georgian_hae" )] |
8311 | pub const Georgian_hae: Keysym = Keysym(key::Georgian_hae); |
8312 | #[doc (alias = "XK_Georgian_he" )] |
8313 | pub const Georgian_he: Keysym = Keysym(key::Georgian_he); |
8314 | #[doc (alias = "XK_Georgian_hie" )] |
8315 | pub const Georgian_hie: Keysym = Keysym(key::Georgian_hie); |
8316 | #[doc (alias = "XK_Georgian_we" )] |
8317 | pub const Georgian_we: Keysym = Keysym(key::Georgian_we); |
8318 | #[doc (alias = "XK_Georgian_har" )] |
8319 | pub const Georgian_har: Keysym = Keysym(key::Georgian_har); |
8320 | #[doc (alias = "XK_Georgian_hoe" )] |
8321 | pub const Georgian_hoe: Keysym = Keysym(key::Georgian_hoe); |
8322 | #[doc (alias = "XK_Georgian_fi" )] |
8323 | pub const Georgian_fi: Keysym = Keysym(key::Georgian_fi); |
8324 | #[doc (alias = "XK_Xabovedot" )] |
8325 | pub const Xabovedot: Keysym = Keysym(key::Xabovedot); |
8326 | #[doc (alias = "XK_Ibreve" )] |
8327 | pub const Ibreve: Keysym = Keysym(key::Ibreve); |
8328 | #[doc (alias = "XK_Zstroke" )] |
8329 | pub const Zstroke: Keysym = Keysym(key::Zstroke); |
8330 | #[doc (alias = "XK_Gcaron" )] |
8331 | pub const Gcaron: Keysym = Keysym(key::Gcaron); |
8332 | #[doc (alias = "XK_Ocaron" )] |
8333 | pub const Ocaron: Keysym = Keysym(key::Ocaron); |
8334 | #[doc (alias = "XK_Obarred" )] |
8335 | pub const Obarred: Keysym = Keysym(key::Obarred); |
8336 | #[doc (alias = "XK_xabovedot" )] |
8337 | pub const xabovedot: Keysym = Keysym(key::xabovedot); |
8338 | #[doc (alias = "XK_ibreve" )] |
8339 | pub const ibreve: Keysym = Keysym(key::ibreve); |
8340 | #[doc (alias = "XK_zstroke" )] |
8341 | pub const zstroke: Keysym = Keysym(key::zstroke); |
8342 | #[doc (alias = "XK_gcaron" )] |
8343 | pub const gcaron: Keysym = Keysym(key::gcaron); |
8344 | #[doc (alias = "XK_ocaron" )] |
8345 | pub const ocaron: Keysym = Keysym(key::ocaron); |
8346 | #[doc (alias = "XK_obarred" )] |
8347 | pub const obarred: Keysym = Keysym(key::obarred); |
8348 | #[doc (alias = "XK_SCHWA" )] |
8349 | pub const SCHWA: Keysym = Keysym(key::SCHWA); |
8350 | #[doc (alias = "XK_schwa" )] |
8351 | pub const schwa: Keysym = Keysym(key::schwa); |
8352 | #[doc (alias = "XK_EZH" )] |
8353 | pub const EZH: Keysym = Keysym(key::EZH); |
8354 | #[doc (alias = "XK_ezh" )] |
8355 | pub const ezh: Keysym = Keysym(key::ezh); |
8356 | #[doc (alias = "XK_Lbelowdot" )] |
8357 | pub const Lbelowdot: Keysym = Keysym(key::Lbelowdot); |
8358 | #[doc (alias = "XK_lbelowdot" )] |
8359 | pub const lbelowdot: Keysym = Keysym(key::lbelowdot); |
8360 | #[doc (alias = "XK_Abelowdot" )] |
8361 | pub const Abelowdot: Keysym = Keysym(key::Abelowdot); |
8362 | #[doc (alias = "XK_abelowdot" )] |
8363 | pub const abelowdot: Keysym = Keysym(key::abelowdot); |
8364 | #[doc (alias = "XK_Ahook" )] |
8365 | pub const Ahook: Keysym = Keysym(key::Ahook); |
8366 | #[doc (alias = "XK_ahook" )] |
8367 | pub const ahook: Keysym = Keysym(key::ahook); |
8368 | #[doc (alias = "XK_Acircumflexacute" )] |
8369 | pub const Acircumflexacute: Keysym = Keysym(key::Acircumflexacute); |
8370 | #[doc (alias = "XK_acircumflexacute" )] |
8371 | pub const acircumflexacute: Keysym = Keysym(key::acircumflexacute); |
8372 | #[doc (alias = "XK_Acircumflexgrave" )] |
8373 | pub const Acircumflexgrave: Keysym = Keysym(key::Acircumflexgrave); |
8374 | #[doc (alias = "XK_acircumflexgrave" )] |
8375 | pub const acircumflexgrave: Keysym = Keysym(key::acircumflexgrave); |
8376 | #[doc (alias = "XK_Acircumflexhook" )] |
8377 | pub const Acircumflexhook: Keysym = Keysym(key::Acircumflexhook); |
8378 | #[doc (alias = "XK_acircumflexhook" )] |
8379 | pub const acircumflexhook: Keysym = Keysym(key::acircumflexhook); |
8380 | #[doc (alias = "XK_Acircumflextilde" )] |
8381 | pub const Acircumflextilde: Keysym = Keysym(key::Acircumflextilde); |
8382 | #[doc (alias = "XK_acircumflextilde" )] |
8383 | pub const acircumflextilde: Keysym = Keysym(key::acircumflextilde); |
8384 | #[doc (alias = "XK_Acircumflexbelowdot" )] |
8385 | pub const Acircumflexbelowdot: Keysym = Keysym(key::Acircumflexbelowdot); |
8386 | #[doc (alias = "XK_acircumflexbelowdot" )] |
8387 | pub const acircumflexbelowdot: Keysym = Keysym(key::acircumflexbelowdot); |
8388 | #[doc (alias = "XK_Abreveacute" )] |
8389 | pub const Abreveacute: Keysym = Keysym(key::Abreveacute); |
8390 | #[doc (alias = "XK_abreveacute" )] |
8391 | pub const abreveacute: Keysym = Keysym(key::abreveacute); |
8392 | #[doc (alias = "XK_Abrevegrave" )] |
8393 | pub const Abrevegrave: Keysym = Keysym(key::Abrevegrave); |
8394 | #[doc (alias = "XK_abrevegrave" )] |
8395 | pub const abrevegrave: Keysym = Keysym(key::abrevegrave); |
8396 | #[doc (alias = "XK_Abrevehook" )] |
8397 | pub const Abrevehook: Keysym = Keysym(key::Abrevehook); |
8398 | #[doc (alias = "XK_abrevehook" )] |
8399 | pub const abrevehook: Keysym = Keysym(key::abrevehook); |
8400 | #[doc (alias = "XK_Abrevetilde" )] |
8401 | pub const Abrevetilde: Keysym = Keysym(key::Abrevetilde); |
8402 | #[doc (alias = "XK_abrevetilde" )] |
8403 | pub const abrevetilde: Keysym = Keysym(key::abrevetilde); |
8404 | #[doc (alias = "XK_Abrevebelowdot" )] |
8405 | pub const Abrevebelowdot: Keysym = Keysym(key::Abrevebelowdot); |
8406 | #[doc (alias = "XK_abrevebelowdot" )] |
8407 | pub const abrevebelowdot: Keysym = Keysym(key::abrevebelowdot); |
8408 | #[doc (alias = "XK_Ebelowdot" )] |
8409 | pub const Ebelowdot: Keysym = Keysym(key::Ebelowdot); |
8410 | #[doc (alias = "XK_ebelowdot" )] |
8411 | pub const ebelowdot: Keysym = Keysym(key::ebelowdot); |
8412 | #[doc (alias = "XK_Ehook" )] |
8413 | pub const Ehook: Keysym = Keysym(key::Ehook); |
8414 | #[doc (alias = "XK_ehook" )] |
8415 | pub const ehook: Keysym = Keysym(key::ehook); |
8416 | #[doc (alias = "XK_Etilde" )] |
8417 | pub const Etilde: Keysym = Keysym(key::Etilde); |
8418 | #[doc (alias = "XK_etilde" )] |
8419 | pub const etilde: Keysym = Keysym(key::etilde); |
8420 | #[doc (alias = "XK_Ecircumflexacute" )] |
8421 | pub const Ecircumflexacute: Keysym = Keysym(key::Ecircumflexacute); |
8422 | #[doc (alias = "XK_ecircumflexacute" )] |
8423 | pub const ecircumflexacute: Keysym = Keysym(key::ecircumflexacute); |
8424 | #[doc (alias = "XK_Ecircumflexgrave" )] |
8425 | pub const Ecircumflexgrave: Keysym = Keysym(key::Ecircumflexgrave); |
8426 | #[doc (alias = "XK_ecircumflexgrave" )] |
8427 | pub const ecircumflexgrave: Keysym = Keysym(key::ecircumflexgrave); |
8428 | #[doc (alias = "XK_Ecircumflexhook" )] |
8429 | pub const Ecircumflexhook: Keysym = Keysym(key::Ecircumflexhook); |
8430 | #[doc (alias = "XK_ecircumflexhook" )] |
8431 | pub const ecircumflexhook: Keysym = Keysym(key::ecircumflexhook); |
8432 | #[doc (alias = "XK_Ecircumflextilde" )] |
8433 | pub const Ecircumflextilde: Keysym = Keysym(key::Ecircumflextilde); |
8434 | #[doc (alias = "XK_ecircumflextilde" )] |
8435 | pub const ecircumflextilde: Keysym = Keysym(key::ecircumflextilde); |
8436 | #[doc (alias = "XK_Ecircumflexbelowdot" )] |
8437 | pub const Ecircumflexbelowdot: Keysym = Keysym(key::Ecircumflexbelowdot); |
8438 | #[doc (alias = "XK_ecircumflexbelowdot" )] |
8439 | pub const ecircumflexbelowdot: Keysym = Keysym(key::ecircumflexbelowdot); |
8440 | #[doc (alias = "XK_Ihook" )] |
8441 | pub const Ihook: Keysym = Keysym(key::Ihook); |
8442 | #[doc (alias = "XK_ihook" )] |
8443 | pub const ihook: Keysym = Keysym(key::ihook); |
8444 | #[doc (alias = "XK_Ibelowdot" )] |
8445 | pub const Ibelowdot: Keysym = Keysym(key::Ibelowdot); |
8446 | #[doc (alias = "XK_ibelowdot" )] |
8447 | pub const ibelowdot: Keysym = Keysym(key::ibelowdot); |
8448 | #[doc (alias = "XK_Obelowdot" )] |
8449 | pub const Obelowdot: Keysym = Keysym(key::Obelowdot); |
8450 | #[doc (alias = "XK_obelowdot" )] |
8451 | pub const obelowdot: Keysym = Keysym(key::obelowdot); |
8452 | #[doc (alias = "XK_Ohook" )] |
8453 | pub const Ohook: Keysym = Keysym(key::Ohook); |
8454 | #[doc (alias = "XK_ohook" )] |
8455 | pub const ohook: Keysym = Keysym(key::ohook); |
8456 | #[doc (alias = "XK_Ocircumflexacute" )] |
8457 | pub const Ocircumflexacute: Keysym = Keysym(key::Ocircumflexacute); |
8458 | #[doc (alias = "XK_ocircumflexacute" )] |
8459 | pub const ocircumflexacute: Keysym = Keysym(key::ocircumflexacute); |
8460 | #[doc (alias = "XK_Ocircumflexgrave" )] |
8461 | pub const Ocircumflexgrave: Keysym = Keysym(key::Ocircumflexgrave); |
8462 | #[doc (alias = "XK_ocircumflexgrave" )] |
8463 | pub const ocircumflexgrave: Keysym = Keysym(key::ocircumflexgrave); |
8464 | #[doc (alias = "XK_Ocircumflexhook" )] |
8465 | pub const Ocircumflexhook: Keysym = Keysym(key::Ocircumflexhook); |
8466 | #[doc (alias = "XK_ocircumflexhook" )] |
8467 | pub const ocircumflexhook: Keysym = Keysym(key::ocircumflexhook); |
8468 | #[doc (alias = "XK_Ocircumflextilde" )] |
8469 | pub const Ocircumflextilde: Keysym = Keysym(key::Ocircumflextilde); |
8470 | #[doc (alias = "XK_ocircumflextilde" )] |
8471 | pub const ocircumflextilde: Keysym = Keysym(key::ocircumflextilde); |
8472 | #[doc (alias = "XK_Ocircumflexbelowdot" )] |
8473 | pub const Ocircumflexbelowdot: Keysym = Keysym(key::Ocircumflexbelowdot); |
8474 | #[doc (alias = "XK_ocircumflexbelowdot" )] |
8475 | pub const ocircumflexbelowdot: Keysym = Keysym(key::ocircumflexbelowdot); |
8476 | #[doc (alias = "XK_Ohornacute" )] |
8477 | pub const Ohornacute: Keysym = Keysym(key::Ohornacute); |
8478 | #[doc (alias = "XK_ohornacute" )] |
8479 | pub const ohornacute: Keysym = Keysym(key::ohornacute); |
8480 | #[doc (alias = "XK_Ohorngrave" )] |
8481 | pub const Ohorngrave: Keysym = Keysym(key::Ohorngrave); |
8482 | #[doc (alias = "XK_ohorngrave" )] |
8483 | pub const ohorngrave: Keysym = Keysym(key::ohorngrave); |
8484 | #[doc (alias = "XK_Ohornhook" )] |
8485 | pub const Ohornhook: Keysym = Keysym(key::Ohornhook); |
8486 | #[doc (alias = "XK_ohornhook" )] |
8487 | pub const ohornhook: Keysym = Keysym(key::ohornhook); |
8488 | #[doc (alias = "XK_Ohorntilde" )] |
8489 | pub const Ohorntilde: Keysym = Keysym(key::Ohorntilde); |
8490 | #[doc (alias = "XK_ohorntilde" )] |
8491 | pub const ohorntilde: Keysym = Keysym(key::ohorntilde); |
8492 | #[doc (alias = "XK_Ohornbelowdot" )] |
8493 | pub const Ohornbelowdot: Keysym = Keysym(key::Ohornbelowdot); |
8494 | #[doc (alias = "XK_ohornbelowdot" )] |
8495 | pub const ohornbelowdot: Keysym = Keysym(key::ohornbelowdot); |
8496 | #[doc (alias = "XK_Ubelowdot" )] |
8497 | pub const Ubelowdot: Keysym = Keysym(key::Ubelowdot); |
8498 | #[doc (alias = "XK_ubelowdot" )] |
8499 | pub const ubelowdot: Keysym = Keysym(key::ubelowdot); |
8500 | #[doc (alias = "XK_Uhook" )] |
8501 | pub const Uhook: Keysym = Keysym(key::Uhook); |
8502 | #[doc (alias = "XK_uhook" )] |
8503 | pub const uhook: Keysym = Keysym(key::uhook); |
8504 | #[doc (alias = "XK_Uhornacute" )] |
8505 | pub const Uhornacute: Keysym = Keysym(key::Uhornacute); |
8506 | #[doc (alias = "XK_uhornacute" )] |
8507 | pub const uhornacute: Keysym = Keysym(key::uhornacute); |
8508 | #[doc (alias = "XK_Uhorngrave" )] |
8509 | pub const Uhorngrave: Keysym = Keysym(key::Uhorngrave); |
8510 | #[doc (alias = "XK_uhorngrave" )] |
8511 | pub const uhorngrave: Keysym = Keysym(key::uhorngrave); |
8512 | #[doc (alias = "XK_Uhornhook" )] |
8513 | pub const Uhornhook: Keysym = Keysym(key::Uhornhook); |
8514 | #[doc (alias = "XK_uhornhook" )] |
8515 | pub const uhornhook: Keysym = Keysym(key::uhornhook); |
8516 | #[doc (alias = "XK_Uhorntilde" )] |
8517 | pub const Uhorntilde: Keysym = Keysym(key::Uhorntilde); |
8518 | #[doc (alias = "XK_uhorntilde" )] |
8519 | pub const uhorntilde: Keysym = Keysym(key::uhorntilde); |
8520 | #[doc (alias = "XK_Uhornbelowdot" )] |
8521 | pub const Uhornbelowdot: Keysym = Keysym(key::Uhornbelowdot); |
8522 | #[doc (alias = "XK_uhornbelowdot" )] |
8523 | pub const uhornbelowdot: Keysym = Keysym(key::uhornbelowdot); |
8524 | #[doc (alias = "XK_Ybelowdot" )] |
8525 | pub const Ybelowdot: Keysym = Keysym(key::Ybelowdot); |
8526 | #[doc (alias = "XK_ybelowdot" )] |
8527 | pub const ybelowdot: Keysym = Keysym(key::ybelowdot); |
8528 | #[doc (alias = "XK_Yhook" )] |
8529 | pub const Yhook: Keysym = Keysym(key::Yhook); |
8530 | #[doc (alias = "XK_yhook" )] |
8531 | pub const yhook: Keysym = Keysym(key::yhook); |
8532 | #[doc (alias = "XK_Ytilde" )] |
8533 | pub const Ytilde: Keysym = Keysym(key::Ytilde); |
8534 | #[doc (alias = "XK_ytilde" )] |
8535 | pub const ytilde: Keysym = Keysym(key::ytilde); |
8536 | #[doc (alias = "XK_Ohorn" )] |
8537 | pub const Ohorn: Keysym = Keysym(key::Ohorn); |
8538 | #[doc (alias = "XK_ohorn" )] |
8539 | pub const ohorn: Keysym = Keysym(key::ohorn); |
8540 | #[doc (alias = "XK_Uhorn" )] |
8541 | pub const Uhorn: Keysym = Keysym(key::Uhorn); |
8542 | #[doc (alias = "XK_uhorn" )] |
8543 | pub const uhorn: Keysym = Keysym(key::uhorn); |
8544 | #[doc (alias = "XK_combining_tilde" )] |
8545 | pub const combining_tilde: Keysym = Keysym(key::combining_tilde); |
8546 | #[doc (alias = "XK_combining_grave" )] |
8547 | pub const combining_grave: Keysym = Keysym(key::combining_grave); |
8548 | #[doc (alias = "XK_combining_acute" )] |
8549 | pub const combining_acute: Keysym = Keysym(key::combining_acute); |
8550 | #[doc (alias = "XK_combining_hook" )] |
8551 | pub const combining_hook: Keysym = Keysym(key::combining_hook); |
8552 | #[doc (alias = "XK_combining_belowdot" )] |
8553 | pub const combining_belowdot: Keysym = Keysym(key::combining_belowdot); |
8554 | #[doc (alias = "XK_EcuSign" )] |
8555 | pub const EcuSign: Keysym = Keysym(key::EcuSign); |
8556 | #[doc (alias = "XK_ColonSign" )] |
8557 | pub const ColonSign: Keysym = Keysym(key::ColonSign); |
8558 | #[doc (alias = "XK_CruzeiroSign" )] |
8559 | pub const CruzeiroSign: Keysym = Keysym(key::CruzeiroSign); |
8560 | #[doc (alias = "XK_FFrancSign" )] |
8561 | pub const FFrancSign: Keysym = Keysym(key::FFrancSign); |
8562 | #[doc (alias = "XK_LiraSign" )] |
8563 | pub const LiraSign: Keysym = Keysym(key::LiraSign); |
8564 | #[doc (alias = "XK_MillSign" )] |
8565 | pub const MillSign: Keysym = Keysym(key::MillSign); |
8566 | #[doc (alias = "XK_NairaSign" )] |
8567 | pub const NairaSign: Keysym = Keysym(key::NairaSign); |
8568 | #[doc (alias = "XK_PesetaSign" )] |
8569 | pub const PesetaSign: Keysym = Keysym(key::PesetaSign); |
8570 | #[doc (alias = "XK_RupeeSign" )] |
8571 | pub const RupeeSign: Keysym = Keysym(key::RupeeSign); |
8572 | #[doc (alias = "XK_WonSign" )] |
8573 | pub const WonSign: Keysym = Keysym(key::WonSign); |
8574 | #[doc (alias = "XK_NewSheqelSign" )] |
8575 | pub const NewSheqelSign: Keysym = Keysym(key::NewSheqelSign); |
8576 | #[doc (alias = "XK_DongSign" )] |
8577 | pub const DongSign: Keysym = Keysym(key::DongSign); |
8578 | #[doc (alias = "XK_EuroSign" )] |
8579 | pub const EuroSign: Keysym = Keysym(key::EuroSign); |
8580 | #[doc (alias = "XK_zerosuperior" )] |
8581 | pub const zerosuperior: Keysym = Keysym(key::zerosuperior); |
8582 | #[doc (alias = "XK_foursuperior" )] |
8583 | pub const foursuperior: Keysym = Keysym(key::foursuperior); |
8584 | #[doc (alias = "XK_fivesuperior" )] |
8585 | pub const fivesuperior: Keysym = Keysym(key::fivesuperior); |
8586 | #[doc (alias = "XK_sixsuperior" )] |
8587 | pub const sixsuperior: Keysym = Keysym(key::sixsuperior); |
8588 | #[doc (alias = "XK_sevensuperior" )] |
8589 | pub const sevensuperior: Keysym = Keysym(key::sevensuperior); |
8590 | #[doc (alias = "XK_eightsuperior" )] |
8591 | pub const eightsuperior: Keysym = Keysym(key::eightsuperior); |
8592 | #[doc (alias = "XK_ninesuperior" )] |
8593 | pub const ninesuperior: Keysym = Keysym(key::ninesuperior); |
8594 | #[doc (alias = "XK_zerosubscript" )] |
8595 | pub const zerosubscript: Keysym = Keysym(key::zerosubscript); |
8596 | #[doc (alias = "XK_onesubscript" )] |
8597 | pub const onesubscript: Keysym = Keysym(key::onesubscript); |
8598 | #[doc (alias = "XK_twosubscript" )] |
8599 | pub const twosubscript: Keysym = Keysym(key::twosubscript); |
8600 | #[doc (alias = "XK_threesubscript" )] |
8601 | pub const threesubscript: Keysym = Keysym(key::threesubscript); |
8602 | #[doc (alias = "XK_foursubscript" )] |
8603 | pub const foursubscript: Keysym = Keysym(key::foursubscript); |
8604 | #[doc (alias = "XK_fivesubscript" )] |
8605 | pub const fivesubscript: Keysym = Keysym(key::fivesubscript); |
8606 | #[doc (alias = "XK_sixsubscript" )] |
8607 | pub const sixsubscript: Keysym = Keysym(key::sixsubscript); |
8608 | #[doc (alias = "XK_sevensubscript" )] |
8609 | pub const sevensubscript: Keysym = Keysym(key::sevensubscript); |
8610 | #[doc (alias = "XK_eightsubscript" )] |
8611 | pub const eightsubscript: Keysym = Keysym(key::eightsubscript); |
8612 | #[doc (alias = "XK_ninesubscript" )] |
8613 | pub const ninesubscript: Keysym = Keysym(key::ninesubscript); |
8614 | #[doc (alias = "XK_partdifferential" )] |
8615 | pub const partdifferential: Keysym = Keysym(key::partdifferential); |
8616 | #[doc (alias = "XK_emptyset" )] |
8617 | pub const emptyset: Keysym = Keysym(key::emptyset); |
8618 | #[doc (alias = "XK_elementof" )] |
8619 | pub const elementof: Keysym = Keysym(key::elementof); |
8620 | #[doc (alias = "XK_notelementof" )] |
8621 | pub const notelementof: Keysym = Keysym(key::notelementof); |
8622 | #[doc (alias = "XK_containsas" )] |
8623 | pub const containsas: Keysym = Keysym(key::containsas); |
8624 | #[doc (alias = "XK_squareroot" )] |
8625 | pub const squareroot: Keysym = Keysym(key::squareroot); |
8626 | #[doc (alias = "XK_cuberoot" )] |
8627 | pub const cuberoot: Keysym = Keysym(key::cuberoot); |
8628 | #[doc (alias = "XK_fourthroot" )] |
8629 | pub const fourthroot: Keysym = Keysym(key::fourthroot); |
8630 | #[doc (alias = "XK_dintegral" )] |
8631 | pub const dintegral: Keysym = Keysym(key::dintegral); |
8632 | #[doc (alias = "XK_tintegral" )] |
8633 | pub const tintegral: Keysym = Keysym(key::tintegral); |
8634 | #[doc (alias = "XK_because" )] |
8635 | pub const because: Keysym = Keysym(key::because); |
8636 | #[doc (alias = "XK_approxeq" )] |
8637 | pub const approxeq: Keysym = Keysym(key::approxeq); |
8638 | #[doc (alias = "XK_notapproxeq" )] |
8639 | pub const notapproxeq: Keysym = Keysym(key::notapproxeq); |
8640 | #[doc (alias = "XK_notidentical" )] |
8641 | pub const notidentical: Keysym = Keysym(key::notidentical); |
8642 | #[doc (alias = "XK_stricteq" )] |
8643 | pub const stricteq: Keysym = Keysym(key::stricteq); |
8644 | #[doc (alias = "XK_braille_dot_1" )] |
8645 | pub const braille_dot_1: Keysym = Keysym(key::braille_dot_1); |
8646 | #[doc (alias = "XK_braille_dot_2" )] |
8647 | pub const braille_dot_2: Keysym = Keysym(key::braille_dot_2); |
8648 | #[doc (alias = "XK_braille_dot_3" )] |
8649 | pub const braille_dot_3: Keysym = Keysym(key::braille_dot_3); |
8650 | #[doc (alias = "XK_braille_dot_4" )] |
8651 | pub const braille_dot_4: Keysym = Keysym(key::braille_dot_4); |
8652 | #[doc (alias = "XK_braille_dot_5" )] |
8653 | pub const braille_dot_5: Keysym = Keysym(key::braille_dot_5); |
8654 | #[doc (alias = "XK_braille_dot_6" )] |
8655 | pub const braille_dot_6: Keysym = Keysym(key::braille_dot_6); |
8656 | #[doc (alias = "XK_braille_dot_7" )] |
8657 | pub const braille_dot_7: Keysym = Keysym(key::braille_dot_7); |
8658 | #[doc (alias = "XK_braille_dot_8" )] |
8659 | pub const braille_dot_8: Keysym = Keysym(key::braille_dot_8); |
8660 | #[doc (alias = "XK_braille_dot_9" )] |
8661 | pub const braille_dot_9: Keysym = Keysym(key::braille_dot_9); |
8662 | #[doc (alias = "XK_braille_dot_10" )] |
8663 | pub const braille_dot_10: Keysym = Keysym(key::braille_dot_10); |
8664 | #[doc (alias = "XK_braille_blank" )] |
8665 | pub const braille_blank: Keysym = Keysym(key::braille_blank); |
8666 | #[doc (alias = "XK_braille_dots_1" )] |
8667 | pub const braille_dots_1: Keysym = Keysym(key::braille_dots_1); |
8668 | #[doc (alias = "XK_braille_dots_2" )] |
8669 | pub const braille_dots_2: Keysym = Keysym(key::braille_dots_2); |
8670 | #[doc (alias = "XK_braille_dots_12" )] |
8671 | pub const braille_dots_12: Keysym = Keysym(key::braille_dots_12); |
8672 | #[doc (alias = "XK_braille_dots_3" )] |
8673 | pub const braille_dots_3: Keysym = Keysym(key::braille_dots_3); |
8674 | #[doc (alias = "XK_braille_dots_13" )] |
8675 | pub const braille_dots_13: Keysym = Keysym(key::braille_dots_13); |
8676 | #[doc (alias = "XK_braille_dots_23" )] |
8677 | pub const braille_dots_23: Keysym = Keysym(key::braille_dots_23); |
8678 | #[doc (alias = "XK_braille_dots_123" )] |
8679 | pub const braille_dots_123: Keysym = Keysym(key::braille_dots_123); |
8680 | #[doc (alias = "XK_braille_dots_4" )] |
8681 | pub const braille_dots_4: Keysym = Keysym(key::braille_dots_4); |
8682 | #[doc (alias = "XK_braille_dots_14" )] |
8683 | pub const braille_dots_14: Keysym = Keysym(key::braille_dots_14); |
8684 | #[doc (alias = "XK_braille_dots_24" )] |
8685 | pub const braille_dots_24: Keysym = Keysym(key::braille_dots_24); |
8686 | #[doc (alias = "XK_braille_dots_124" )] |
8687 | pub const braille_dots_124: Keysym = Keysym(key::braille_dots_124); |
8688 | #[doc (alias = "XK_braille_dots_34" )] |
8689 | pub const braille_dots_34: Keysym = Keysym(key::braille_dots_34); |
8690 | #[doc (alias = "XK_braille_dots_134" )] |
8691 | pub const braille_dots_134: Keysym = Keysym(key::braille_dots_134); |
8692 | #[doc (alias = "XK_braille_dots_234" )] |
8693 | pub const braille_dots_234: Keysym = Keysym(key::braille_dots_234); |
8694 | #[doc (alias = "XK_braille_dots_1234" )] |
8695 | pub const braille_dots_1234: Keysym = Keysym(key::braille_dots_1234); |
8696 | #[doc (alias = "XK_braille_dots_5" )] |
8697 | pub const braille_dots_5: Keysym = Keysym(key::braille_dots_5); |
8698 | #[doc (alias = "XK_braille_dots_15" )] |
8699 | pub const braille_dots_15: Keysym = Keysym(key::braille_dots_15); |
8700 | #[doc (alias = "XK_braille_dots_25" )] |
8701 | pub const braille_dots_25: Keysym = Keysym(key::braille_dots_25); |
8702 | #[doc (alias = "XK_braille_dots_125" )] |
8703 | pub const braille_dots_125: Keysym = Keysym(key::braille_dots_125); |
8704 | #[doc (alias = "XK_braille_dots_35" )] |
8705 | pub const braille_dots_35: Keysym = Keysym(key::braille_dots_35); |
8706 | #[doc (alias = "XK_braille_dots_135" )] |
8707 | pub const braille_dots_135: Keysym = Keysym(key::braille_dots_135); |
8708 | #[doc (alias = "XK_braille_dots_235" )] |
8709 | pub const braille_dots_235: Keysym = Keysym(key::braille_dots_235); |
8710 | #[doc (alias = "XK_braille_dots_1235" )] |
8711 | pub const braille_dots_1235: Keysym = Keysym(key::braille_dots_1235); |
8712 | #[doc (alias = "XK_braille_dots_45" )] |
8713 | pub const braille_dots_45: Keysym = Keysym(key::braille_dots_45); |
8714 | #[doc (alias = "XK_braille_dots_145" )] |
8715 | pub const braille_dots_145: Keysym = Keysym(key::braille_dots_145); |
8716 | #[doc (alias = "XK_braille_dots_245" )] |
8717 | pub const braille_dots_245: Keysym = Keysym(key::braille_dots_245); |
8718 | #[doc (alias = "XK_braille_dots_1245" )] |
8719 | pub const braille_dots_1245: Keysym = Keysym(key::braille_dots_1245); |
8720 | #[doc (alias = "XK_braille_dots_345" )] |
8721 | pub const braille_dots_345: Keysym = Keysym(key::braille_dots_345); |
8722 | #[doc (alias = "XK_braille_dots_1345" )] |
8723 | pub const braille_dots_1345: Keysym = Keysym(key::braille_dots_1345); |
8724 | #[doc (alias = "XK_braille_dots_2345" )] |
8725 | pub const braille_dots_2345: Keysym = Keysym(key::braille_dots_2345); |
8726 | #[doc (alias = "XK_braille_dots_12345" )] |
8727 | pub const braille_dots_12345: Keysym = Keysym(key::braille_dots_12345); |
8728 | #[doc (alias = "XK_braille_dots_6" )] |
8729 | pub const braille_dots_6: Keysym = Keysym(key::braille_dots_6); |
8730 | #[doc (alias = "XK_braille_dots_16" )] |
8731 | pub const braille_dots_16: Keysym = Keysym(key::braille_dots_16); |
8732 | #[doc (alias = "XK_braille_dots_26" )] |
8733 | pub const braille_dots_26: Keysym = Keysym(key::braille_dots_26); |
8734 | #[doc (alias = "XK_braille_dots_126" )] |
8735 | pub const braille_dots_126: Keysym = Keysym(key::braille_dots_126); |
8736 | #[doc (alias = "XK_braille_dots_36" )] |
8737 | pub const braille_dots_36: Keysym = Keysym(key::braille_dots_36); |
8738 | #[doc (alias = "XK_braille_dots_136" )] |
8739 | pub const braille_dots_136: Keysym = Keysym(key::braille_dots_136); |
8740 | #[doc (alias = "XK_braille_dots_236" )] |
8741 | pub const braille_dots_236: Keysym = Keysym(key::braille_dots_236); |
8742 | #[doc (alias = "XK_braille_dots_1236" )] |
8743 | pub const braille_dots_1236: Keysym = Keysym(key::braille_dots_1236); |
8744 | #[doc (alias = "XK_braille_dots_46" )] |
8745 | pub const braille_dots_46: Keysym = Keysym(key::braille_dots_46); |
8746 | #[doc (alias = "XK_braille_dots_146" )] |
8747 | pub const braille_dots_146: Keysym = Keysym(key::braille_dots_146); |
8748 | #[doc (alias = "XK_braille_dots_246" )] |
8749 | pub const braille_dots_246: Keysym = Keysym(key::braille_dots_246); |
8750 | #[doc (alias = "XK_braille_dots_1246" )] |
8751 | pub const braille_dots_1246: Keysym = Keysym(key::braille_dots_1246); |
8752 | #[doc (alias = "XK_braille_dots_346" )] |
8753 | pub const braille_dots_346: Keysym = Keysym(key::braille_dots_346); |
8754 | #[doc (alias = "XK_braille_dots_1346" )] |
8755 | pub const braille_dots_1346: Keysym = Keysym(key::braille_dots_1346); |
8756 | #[doc (alias = "XK_braille_dots_2346" )] |
8757 | pub const braille_dots_2346: Keysym = Keysym(key::braille_dots_2346); |
8758 | #[doc (alias = "XK_braille_dots_12346" )] |
8759 | pub const braille_dots_12346: Keysym = Keysym(key::braille_dots_12346); |
8760 | #[doc (alias = "XK_braille_dots_56" )] |
8761 | pub const braille_dots_56: Keysym = Keysym(key::braille_dots_56); |
8762 | #[doc (alias = "XK_braille_dots_156" )] |
8763 | pub const braille_dots_156: Keysym = Keysym(key::braille_dots_156); |
8764 | #[doc (alias = "XK_braille_dots_256" )] |
8765 | pub const braille_dots_256: Keysym = Keysym(key::braille_dots_256); |
8766 | #[doc (alias = "XK_braille_dots_1256" )] |
8767 | pub const braille_dots_1256: Keysym = Keysym(key::braille_dots_1256); |
8768 | #[doc (alias = "XK_braille_dots_356" )] |
8769 | pub const braille_dots_356: Keysym = Keysym(key::braille_dots_356); |
8770 | #[doc (alias = "XK_braille_dots_1356" )] |
8771 | pub const braille_dots_1356: Keysym = Keysym(key::braille_dots_1356); |
8772 | #[doc (alias = "XK_braille_dots_2356" )] |
8773 | pub const braille_dots_2356: Keysym = Keysym(key::braille_dots_2356); |
8774 | #[doc (alias = "XK_braille_dots_12356" )] |
8775 | pub const braille_dots_12356: Keysym = Keysym(key::braille_dots_12356); |
8776 | #[doc (alias = "XK_braille_dots_456" )] |
8777 | pub const braille_dots_456: Keysym = Keysym(key::braille_dots_456); |
8778 | #[doc (alias = "XK_braille_dots_1456" )] |
8779 | pub const braille_dots_1456: Keysym = Keysym(key::braille_dots_1456); |
8780 | #[doc (alias = "XK_braille_dots_2456" )] |
8781 | pub const braille_dots_2456: Keysym = Keysym(key::braille_dots_2456); |
8782 | #[doc (alias = "XK_braille_dots_12456" )] |
8783 | pub const braille_dots_12456: Keysym = Keysym(key::braille_dots_12456); |
8784 | #[doc (alias = "XK_braille_dots_3456" )] |
8785 | pub const braille_dots_3456: Keysym = Keysym(key::braille_dots_3456); |
8786 | #[doc (alias = "XK_braille_dots_13456" )] |
8787 | pub const braille_dots_13456: Keysym = Keysym(key::braille_dots_13456); |
8788 | #[doc (alias = "XK_braille_dots_23456" )] |
8789 | pub const braille_dots_23456: Keysym = Keysym(key::braille_dots_23456); |
8790 | #[doc (alias = "XK_braille_dots_123456" )] |
8791 | pub const braille_dots_123456: Keysym = Keysym(key::braille_dots_123456); |
8792 | #[doc (alias = "XK_braille_dots_7" )] |
8793 | pub const braille_dots_7: Keysym = Keysym(key::braille_dots_7); |
8794 | #[doc (alias = "XK_braille_dots_17" )] |
8795 | pub const braille_dots_17: Keysym = Keysym(key::braille_dots_17); |
8796 | #[doc (alias = "XK_braille_dots_27" )] |
8797 | pub const braille_dots_27: Keysym = Keysym(key::braille_dots_27); |
8798 | #[doc (alias = "XK_braille_dots_127" )] |
8799 | pub const braille_dots_127: Keysym = Keysym(key::braille_dots_127); |
8800 | #[doc (alias = "XK_braille_dots_37" )] |
8801 | pub const braille_dots_37: Keysym = Keysym(key::braille_dots_37); |
8802 | #[doc (alias = "XK_braille_dots_137" )] |
8803 | pub const braille_dots_137: Keysym = Keysym(key::braille_dots_137); |
8804 | #[doc (alias = "XK_braille_dots_237" )] |
8805 | pub const braille_dots_237: Keysym = Keysym(key::braille_dots_237); |
8806 | #[doc (alias = "XK_braille_dots_1237" )] |
8807 | pub const braille_dots_1237: Keysym = Keysym(key::braille_dots_1237); |
8808 | #[doc (alias = "XK_braille_dots_47" )] |
8809 | pub const braille_dots_47: Keysym = Keysym(key::braille_dots_47); |
8810 | #[doc (alias = "XK_braille_dots_147" )] |
8811 | pub const braille_dots_147: Keysym = Keysym(key::braille_dots_147); |
8812 | #[doc (alias = "XK_braille_dots_247" )] |
8813 | pub const braille_dots_247: Keysym = Keysym(key::braille_dots_247); |
8814 | #[doc (alias = "XK_braille_dots_1247" )] |
8815 | pub const braille_dots_1247: Keysym = Keysym(key::braille_dots_1247); |
8816 | #[doc (alias = "XK_braille_dots_347" )] |
8817 | pub const braille_dots_347: Keysym = Keysym(key::braille_dots_347); |
8818 | #[doc (alias = "XK_braille_dots_1347" )] |
8819 | pub const braille_dots_1347: Keysym = Keysym(key::braille_dots_1347); |
8820 | #[doc (alias = "XK_braille_dots_2347" )] |
8821 | pub const braille_dots_2347: Keysym = Keysym(key::braille_dots_2347); |
8822 | #[doc (alias = "XK_braille_dots_12347" )] |
8823 | pub const braille_dots_12347: Keysym = Keysym(key::braille_dots_12347); |
8824 | #[doc (alias = "XK_braille_dots_57" )] |
8825 | pub const braille_dots_57: Keysym = Keysym(key::braille_dots_57); |
8826 | #[doc (alias = "XK_braille_dots_157" )] |
8827 | pub const braille_dots_157: Keysym = Keysym(key::braille_dots_157); |
8828 | #[doc (alias = "XK_braille_dots_257" )] |
8829 | pub const braille_dots_257: Keysym = Keysym(key::braille_dots_257); |
8830 | #[doc (alias = "XK_braille_dots_1257" )] |
8831 | pub const braille_dots_1257: Keysym = Keysym(key::braille_dots_1257); |
8832 | #[doc (alias = "XK_braille_dots_357" )] |
8833 | pub const braille_dots_357: Keysym = Keysym(key::braille_dots_357); |
8834 | #[doc (alias = "XK_braille_dots_1357" )] |
8835 | pub const braille_dots_1357: Keysym = Keysym(key::braille_dots_1357); |
8836 | #[doc (alias = "XK_braille_dots_2357" )] |
8837 | pub const braille_dots_2357: Keysym = Keysym(key::braille_dots_2357); |
8838 | #[doc (alias = "XK_braille_dots_12357" )] |
8839 | pub const braille_dots_12357: Keysym = Keysym(key::braille_dots_12357); |
8840 | #[doc (alias = "XK_braille_dots_457" )] |
8841 | pub const braille_dots_457: Keysym = Keysym(key::braille_dots_457); |
8842 | #[doc (alias = "XK_braille_dots_1457" )] |
8843 | pub const braille_dots_1457: Keysym = Keysym(key::braille_dots_1457); |
8844 | #[doc (alias = "XK_braille_dots_2457" )] |
8845 | pub const braille_dots_2457: Keysym = Keysym(key::braille_dots_2457); |
8846 | #[doc (alias = "XK_braille_dots_12457" )] |
8847 | pub const braille_dots_12457: Keysym = Keysym(key::braille_dots_12457); |
8848 | #[doc (alias = "XK_braille_dots_3457" )] |
8849 | pub const braille_dots_3457: Keysym = Keysym(key::braille_dots_3457); |
8850 | #[doc (alias = "XK_braille_dots_13457" )] |
8851 | pub const braille_dots_13457: Keysym = Keysym(key::braille_dots_13457); |
8852 | #[doc (alias = "XK_braille_dots_23457" )] |
8853 | pub const braille_dots_23457: Keysym = Keysym(key::braille_dots_23457); |
8854 | #[doc (alias = "XK_braille_dots_123457" )] |
8855 | pub const braille_dots_123457: Keysym = Keysym(key::braille_dots_123457); |
8856 | #[doc (alias = "XK_braille_dots_67" )] |
8857 | pub const braille_dots_67: Keysym = Keysym(key::braille_dots_67); |
8858 | #[doc (alias = "XK_braille_dots_167" )] |
8859 | pub const braille_dots_167: Keysym = Keysym(key::braille_dots_167); |
8860 | #[doc (alias = "XK_braille_dots_267" )] |
8861 | pub const braille_dots_267: Keysym = Keysym(key::braille_dots_267); |
8862 | #[doc (alias = "XK_braille_dots_1267" )] |
8863 | pub const braille_dots_1267: Keysym = Keysym(key::braille_dots_1267); |
8864 | #[doc (alias = "XK_braille_dots_367" )] |
8865 | pub const braille_dots_367: Keysym = Keysym(key::braille_dots_367); |
8866 | #[doc (alias = "XK_braille_dots_1367" )] |
8867 | pub const braille_dots_1367: Keysym = Keysym(key::braille_dots_1367); |
8868 | #[doc (alias = "XK_braille_dots_2367" )] |
8869 | pub const braille_dots_2367: Keysym = Keysym(key::braille_dots_2367); |
8870 | #[doc (alias = "XK_braille_dots_12367" )] |
8871 | pub const braille_dots_12367: Keysym = Keysym(key::braille_dots_12367); |
8872 | #[doc (alias = "XK_braille_dots_467" )] |
8873 | pub const braille_dots_467: Keysym = Keysym(key::braille_dots_467); |
8874 | #[doc (alias = "XK_braille_dots_1467" )] |
8875 | pub const braille_dots_1467: Keysym = Keysym(key::braille_dots_1467); |
8876 | #[doc (alias = "XK_braille_dots_2467" )] |
8877 | pub const braille_dots_2467: Keysym = Keysym(key::braille_dots_2467); |
8878 | #[doc (alias = "XK_braille_dots_12467" )] |
8879 | pub const braille_dots_12467: Keysym = Keysym(key::braille_dots_12467); |
8880 | #[doc (alias = "XK_braille_dots_3467" )] |
8881 | pub const braille_dots_3467: Keysym = Keysym(key::braille_dots_3467); |
8882 | #[doc (alias = "XK_braille_dots_13467" )] |
8883 | pub const braille_dots_13467: Keysym = Keysym(key::braille_dots_13467); |
8884 | #[doc (alias = "XK_braille_dots_23467" )] |
8885 | pub const braille_dots_23467: Keysym = Keysym(key::braille_dots_23467); |
8886 | #[doc (alias = "XK_braille_dots_123467" )] |
8887 | pub const braille_dots_123467: Keysym = Keysym(key::braille_dots_123467); |
8888 | #[doc (alias = "XK_braille_dots_567" )] |
8889 | pub const braille_dots_567: Keysym = Keysym(key::braille_dots_567); |
8890 | #[doc (alias = "XK_braille_dots_1567" )] |
8891 | pub const braille_dots_1567: Keysym = Keysym(key::braille_dots_1567); |
8892 | #[doc (alias = "XK_braille_dots_2567" )] |
8893 | pub const braille_dots_2567: Keysym = Keysym(key::braille_dots_2567); |
8894 | #[doc (alias = "XK_braille_dots_12567" )] |
8895 | pub const braille_dots_12567: Keysym = Keysym(key::braille_dots_12567); |
8896 | #[doc (alias = "XK_braille_dots_3567" )] |
8897 | pub const braille_dots_3567: Keysym = Keysym(key::braille_dots_3567); |
8898 | #[doc (alias = "XK_braille_dots_13567" )] |
8899 | pub const braille_dots_13567: Keysym = Keysym(key::braille_dots_13567); |
8900 | #[doc (alias = "XK_braille_dots_23567" )] |
8901 | pub const braille_dots_23567: Keysym = Keysym(key::braille_dots_23567); |
8902 | #[doc (alias = "XK_braille_dots_123567" )] |
8903 | pub const braille_dots_123567: Keysym = Keysym(key::braille_dots_123567); |
8904 | #[doc (alias = "XK_braille_dots_4567" )] |
8905 | pub const braille_dots_4567: Keysym = Keysym(key::braille_dots_4567); |
8906 | #[doc (alias = "XK_braille_dots_14567" )] |
8907 | pub const braille_dots_14567: Keysym = Keysym(key::braille_dots_14567); |
8908 | #[doc (alias = "XK_braille_dots_24567" )] |
8909 | pub const braille_dots_24567: Keysym = Keysym(key::braille_dots_24567); |
8910 | #[doc (alias = "XK_braille_dots_124567" )] |
8911 | pub const braille_dots_124567: Keysym = Keysym(key::braille_dots_124567); |
8912 | #[doc (alias = "XK_braille_dots_34567" )] |
8913 | pub const braille_dots_34567: Keysym = Keysym(key::braille_dots_34567); |
8914 | #[doc (alias = "XK_braille_dots_134567" )] |
8915 | pub const braille_dots_134567: Keysym = Keysym(key::braille_dots_134567); |
8916 | #[doc (alias = "XK_braille_dots_234567" )] |
8917 | pub const braille_dots_234567: Keysym = Keysym(key::braille_dots_234567); |
8918 | #[doc (alias = "XK_braille_dots_1234567" )] |
8919 | pub const braille_dots_1234567: Keysym = Keysym(key::braille_dots_1234567); |
8920 | #[doc (alias = "XK_braille_dots_8" )] |
8921 | pub const braille_dots_8: Keysym = Keysym(key::braille_dots_8); |
8922 | #[doc (alias = "XK_braille_dots_18" )] |
8923 | pub const braille_dots_18: Keysym = Keysym(key::braille_dots_18); |
8924 | #[doc (alias = "XK_braille_dots_28" )] |
8925 | pub const braille_dots_28: Keysym = Keysym(key::braille_dots_28); |
8926 | #[doc (alias = "XK_braille_dots_128" )] |
8927 | pub const braille_dots_128: Keysym = Keysym(key::braille_dots_128); |
8928 | #[doc (alias = "XK_braille_dots_38" )] |
8929 | pub const braille_dots_38: Keysym = Keysym(key::braille_dots_38); |
8930 | #[doc (alias = "XK_braille_dots_138" )] |
8931 | pub const braille_dots_138: Keysym = Keysym(key::braille_dots_138); |
8932 | #[doc (alias = "XK_braille_dots_238" )] |
8933 | pub const braille_dots_238: Keysym = Keysym(key::braille_dots_238); |
8934 | #[doc (alias = "XK_braille_dots_1238" )] |
8935 | pub const braille_dots_1238: Keysym = Keysym(key::braille_dots_1238); |
8936 | #[doc (alias = "XK_braille_dots_48" )] |
8937 | pub const braille_dots_48: Keysym = Keysym(key::braille_dots_48); |
8938 | #[doc (alias = "XK_braille_dots_148" )] |
8939 | pub const braille_dots_148: Keysym = Keysym(key::braille_dots_148); |
8940 | #[doc (alias = "XK_braille_dots_248" )] |
8941 | pub const braille_dots_248: Keysym = Keysym(key::braille_dots_248); |
8942 | #[doc (alias = "XK_braille_dots_1248" )] |
8943 | pub const braille_dots_1248: Keysym = Keysym(key::braille_dots_1248); |
8944 | #[doc (alias = "XK_braille_dots_348" )] |
8945 | pub const braille_dots_348: Keysym = Keysym(key::braille_dots_348); |
8946 | #[doc (alias = "XK_braille_dots_1348" )] |
8947 | pub const braille_dots_1348: Keysym = Keysym(key::braille_dots_1348); |
8948 | #[doc (alias = "XK_braille_dots_2348" )] |
8949 | pub const braille_dots_2348: Keysym = Keysym(key::braille_dots_2348); |
8950 | #[doc (alias = "XK_braille_dots_12348" )] |
8951 | pub const braille_dots_12348: Keysym = Keysym(key::braille_dots_12348); |
8952 | #[doc (alias = "XK_braille_dots_58" )] |
8953 | pub const braille_dots_58: Keysym = Keysym(key::braille_dots_58); |
8954 | #[doc (alias = "XK_braille_dots_158" )] |
8955 | pub const braille_dots_158: Keysym = Keysym(key::braille_dots_158); |
8956 | #[doc (alias = "XK_braille_dots_258" )] |
8957 | pub const braille_dots_258: Keysym = Keysym(key::braille_dots_258); |
8958 | #[doc (alias = "XK_braille_dots_1258" )] |
8959 | pub const braille_dots_1258: Keysym = Keysym(key::braille_dots_1258); |
8960 | #[doc (alias = "XK_braille_dots_358" )] |
8961 | pub const braille_dots_358: Keysym = Keysym(key::braille_dots_358); |
8962 | #[doc (alias = "XK_braille_dots_1358" )] |
8963 | pub const braille_dots_1358: Keysym = Keysym(key::braille_dots_1358); |
8964 | #[doc (alias = "XK_braille_dots_2358" )] |
8965 | pub const braille_dots_2358: Keysym = Keysym(key::braille_dots_2358); |
8966 | #[doc (alias = "XK_braille_dots_12358" )] |
8967 | pub const braille_dots_12358: Keysym = Keysym(key::braille_dots_12358); |
8968 | #[doc (alias = "XK_braille_dots_458" )] |
8969 | pub const braille_dots_458: Keysym = Keysym(key::braille_dots_458); |
8970 | #[doc (alias = "XK_braille_dots_1458" )] |
8971 | pub const braille_dots_1458: Keysym = Keysym(key::braille_dots_1458); |
8972 | #[doc (alias = "XK_braille_dots_2458" )] |
8973 | pub const braille_dots_2458: Keysym = Keysym(key::braille_dots_2458); |
8974 | #[doc (alias = "XK_braille_dots_12458" )] |
8975 | pub const braille_dots_12458: Keysym = Keysym(key::braille_dots_12458); |
8976 | #[doc (alias = "XK_braille_dots_3458" )] |
8977 | pub const braille_dots_3458: Keysym = Keysym(key::braille_dots_3458); |
8978 | #[doc (alias = "XK_braille_dots_13458" )] |
8979 | pub const braille_dots_13458: Keysym = Keysym(key::braille_dots_13458); |
8980 | #[doc (alias = "XK_braille_dots_23458" )] |
8981 | pub const braille_dots_23458: Keysym = Keysym(key::braille_dots_23458); |
8982 | #[doc (alias = "XK_braille_dots_123458" )] |
8983 | pub const braille_dots_123458: Keysym = Keysym(key::braille_dots_123458); |
8984 | #[doc (alias = "XK_braille_dots_68" )] |
8985 | pub const braille_dots_68: Keysym = Keysym(key::braille_dots_68); |
8986 | #[doc (alias = "XK_braille_dots_168" )] |
8987 | pub const braille_dots_168: Keysym = Keysym(key::braille_dots_168); |
8988 | #[doc (alias = "XK_braille_dots_268" )] |
8989 | pub const braille_dots_268: Keysym = Keysym(key::braille_dots_268); |
8990 | #[doc (alias = "XK_braille_dots_1268" )] |
8991 | pub const braille_dots_1268: Keysym = Keysym(key::braille_dots_1268); |
8992 | #[doc (alias = "XK_braille_dots_368" )] |
8993 | pub const braille_dots_368: Keysym = Keysym(key::braille_dots_368); |
8994 | #[doc (alias = "XK_braille_dots_1368" )] |
8995 | pub const braille_dots_1368: Keysym = Keysym(key::braille_dots_1368); |
8996 | #[doc (alias = "XK_braille_dots_2368" )] |
8997 | pub const braille_dots_2368: Keysym = Keysym(key::braille_dots_2368); |
8998 | #[doc (alias = "XK_braille_dots_12368" )] |
8999 | pub const braille_dots_12368: Keysym = Keysym(key::braille_dots_12368); |
9000 | #[doc (alias = "XK_braille_dots_468" )] |
9001 | pub const braille_dots_468: Keysym = Keysym(key::braille_dots_468); |
9002 | #[doc (alias = "XK_braille_dots_1468" )] |
9003 | pub const braille_dots_1468: Keysym = Keysym(key::braille_dots_1468); |
9004 | #[doc (alias = "XK_braille_dots_2468" )] |
9005 | pub const braille_dots_2468: Keysym = Keysym(key::braille_dots_2468); |
9006 | #[doc (alias = "XK_braille_dots_12468" )] |
9007 | pub const braille_dots_12468: Keysym = Keysym(key::braille_dots_12468); |
9008 | #[doc (alias = "XK_braille_dots_3468" )] |
9009 | pub const braille_dots_3468: Keysym = Keysym(key::braille_dots_3468); |
9010 | #[doc (alias = "XK_braille_dots_13468" )] |
9011 | pub const braille_dots_13468: Keysym = Keysym(key::braille_dots_13468); |
9012 | #[doc (alias = "XK_braille_dots_23468" )] |
9013 | pub const braille_dots_23468: Keysym = Keysym(key::braille_dots_23468); |
9014 | #[doc (alias = "XK_braille_dots_123468" )] |
9015 | pub const braille_dots_123468: Keysym = Keysym(key::braille_dots_123468); |
9016 | #[doc (alias = "XK_braille_dots_568" )] |
9017 | pub const braille_dots_568: Keysym = Keysym(key::braille_dots_568); |
9018 | #[doc (alias = "XK_braille_dots_1568" )] |
9019 | pub const braille_dots_1568: Keysym = Keysym(key::braille_dots_1568); |
9020 | #[doc (alias = "XK_braille_dots_2568" )] |
9021 | pub const braille_dots_2568: Keysym = Keysym(key::braille_dots_2568); |
9022 | #[doc (alias = "XK_braille_dots_12568" )] |
9023 | pub const braille_dots_12568: Keysym = Keysym(key::braille_dots_12568); |
9024 | #[doc (alias = "XK_braille_dots_3568" )] |
9025 | pub const braille_dots_3568: Keysym = Keysym(key::braille_dots_3568); |
9026 | #[doc (alias = "XK_braille_dots_13568" )] |
9027 | pub const braille_dots_13568: Keysym = Keysym(key::braille_dots_13568); |
9028 | #[doc (alias = "XK_braille_dots_23568" )] |
9029 | pub const braille_dots_23568: Keysym = Keysym(key::braille_dots_23568); |
9030 | #[doc (alias = "XK_braille_dots_123568" )] |
9031 | pub const braille_dots_123568: Keysym = Keysym(key::braille_dots_123568); |
9032 | #[doc (alias = "XK_braille_dots_4568" )] |
9033 | pub const braille_dots_4568: Keysym = Keysym(key::braille_dots_4568); |
9034 | #[doc (alias = "XK_braille_dots_14568" )] |
9035 | pub const braille_dots_14568: Keysym = Keysym(key::braille_dots_14568); |
9036 | #[doc (alias = "XK_braille_dots_24568" )] |
9037 | pub const braille_dots_24568: Keysym = Keysym(key::braille_dots_24568); |
9038 | #[doc (alias = "XK_braille_dots_124568" )] |
9039 | pub const braille_dots_124568: Keysym = Keysym(key::braille_dots_124568); |
9040 | #[doc (alias = "XK_braille_dots_34568" )] |
9041 | pub const braille_dots_34568: Keysym = Keysym(key::braille_dots_34568); |
9042 | #[doc (alias = "XK_braille_dots_134568" )] |
9043 | pub const braille_dots_134568: Keysym = Keysym(key::braille_dots_134568); |
9044 | #[doc (alias = "XK_braille_dots_234568" )] |
9045 | pub const braille_dots_234568: Keysym = Keysym(key::braille_dots_234568); |
9046 | #[doc (alias = "XK_braille_dots_1234568" )] |
9047 | pub const braille_dots_1234568: Keysym = Keysym(key::braille_dots_1234568); |
9048 | #[doc (alias = "XK_braille_dots_78" )] |
9049 | pub const braille_dots_78: Keysym = Keysym(key::braille_dots_78); |
9050 | #[doc (alias = "XK_braille_dots_178" )] |
9051 | pub const braille_dots_178: Keysym = Keysym(key::braille_dots_178); |
9052 | #[doc (alias = "XK_braille_dots_278" )] |
9053 | pub const braille_dots_278: Keysym = Keysym(key::braille_dots_278); |
9054 | #[doc (alias = "XK_braille_dots_1278" )] |
9055 | pub const braille_dots_1278: Keysym = Keysym(key::braille_dots_1278); |
9056 | #[doc (alias = "XK_braille_dots_378" )] |
9057 | pub const braille_dots_378: Keysym = Keysym(key::braille_dots_378); |
9058 | #[doc (alias = "XK_braille_dots_1378" )] |
9059 | pub const braille_dots_1378: Keysym = Keysym(key::braille_dots_1378); |
9060 | #[doc (alias = "XK_braille_dots_2378" )] |
9061 | pub const braille_dots_2378: Keysym = Keysym(key::braille_dots_2378); |
9062 | #[doc (alias = "XK_braille_dots_12378" )] |
9063 | pub const braille_dots_12378: Keysym = Keysym(key::braille_dots_12378); |
9064 | #[doc (alias = "XK_braille_dots_478" )] |
9065 | pub const braille_dots_478: Keysym = Keysym(key::braille_dots_478); |
9066 | #[doc (alias = "XK_braille_dots_1478" )] |
9067 | pub const braille_dots_1478: Keysym = Keysym(key::braille_dots_1478); |
9068 | #[doc (alias = "XK_braille_dots_2478" )] |
9069 | pub const braille_dots_2478: Keysym = Keysym(key::braille_dots_2478); |
9070 | #[doc (alias = "XK_braille_dots_12478" )] |
9071 | pub const braille_dots_12478: Keysym = Keysym(key::braille_dots_12478); |
9072 | #[doc (alias = "XK_braille_dots_3478" )] |
9073 | pub const braille_dots_3478: Keysym = Keysym(key::braille_dots_3478); |
9074 | #[doc (alias = "XK_braille_dots_13478" )] |
9075 | pub const braille_dots_13478: Keysym = Keysym(key::braille_dots_13478); |
9076 | #[doc (alias = "XK_braille_dots_23478" )] |
9077 | pub const braille_dots_23478: Keysym = Keysym(key::braille_dots_23478); |
9078 | #[doc (alias = "XK_braille_dots_123478" )] |
9079 | pub const braille_dots_123478: Keysym = Keysym(key::braille_dots_123478); |
9080 | #[doc (alias = "XK_braille_dots_578" )] |
9081 | pub const braille_dots_578: Keysym = Keysym(key::braille_dots_578); |
9082 | #[doc (alias = "XK_braille_dots_1578" )] |
9083 | pub const braille_dots_1578: Keysym = Keysym(key::braille_dots_1578); |
9084 | #[doc (alias = "XK_braille_dots_2578" )] |
9085 | pub const braille_dots_2578: Keysym = Keysym(key::braille_dots_2578); |
9086 | #[doc (alias = "XK_braille_dots_12578" )] |
9087 | pub const braille_dots_12578: Keysym = Keysym(key::braille_dots_12578); |
9088 | #[doc (alias = "XK_braille_dots_3578" )] |
9089 | pub const braille_dots_3578: Keysym = Keysym(key::braille_dots_3578); |
9090 | #[doc (alias = "XK_braille_dots_13578" )] |
9091 | pub const braille_dots_13578: Keysym = Keysym(key::braille_dots_13578); |
9092 | #[doc (alias = "XK_braille_dots_23578" )] |
9093 | pub const braille_dots_23578: Keysym = Keysym(key::braille_dots_23578); |
9094 | #[doc (alias = "XK_braille_dots_123578" )] |
9095 | pub const braille_dots_123578: Keysym = Keysym(key::braille_dots_123578); |
9096 | #[doc (alias = "XK_braille_dots_4578" )] |
9097 | pub const braille_dots_4578: Keysym = Keysym(key::braille_dots_4578); |
9098 | #[doc (alias = "XK_braille_dots_14578" )] |
9099 | pub const braille_dots_14578: Keysym = Keysym(key::braille_dots_14578); |
9100 | #[doc (alias = "XK_braille_dots_24578" )] |
9101 | pub const braille_dots_24578: Keysym = Keysym(key::braille_dots_24578); |
9102 | #[doc (alias = "XK_braille_dots_124578" )] |
9103 | pub const braille_dots_124578: Keysym = Keysym(key::braille_dots_124578); |
9104 | #[doc (alias = "XK_braille_dots_34578" )] |
9105 | pub const braille_dots_34578: Keysym = Keysym(key::braille_dots_34578); |
9106 | #[doc (alias = "XK_braille_dots_134578" )] |
9107 | pub const braille_dots_134578: Keysym = Keysym(key::braille_dots_134578); |
9108 | #[doc (alias = "XK_braille_dots_234578" )] |
9109 | pub const braille_dots_234578: Keysym = Keysym(key::braille_dots_234578); |
9110 | #[doc (alias = "XK_braille_dots_1234578" )] |
9111 | pub const braille_dots_1234578: Keysym = Keysym(key::braille_dots_1234578); |
9112 | #[doc (alias = "XK_braille_dots_678" )] |
9113 | pub const braille_dots_678: Keysym = Keysym(key::braille_dots_678); |
9114 | #[doc (alias = "XK_braille_dots_1678" )] |
9115 | pub const braille_dots_1678: Keysym = Keysym(key::braille_dots_1678); |
9116 | #[doc (alias = "XK_braille_dots_2678" )] |
9117 | pub const braille_dots_2678: Keysym = Keysym(key::braille_dots_2678); |
9118 | #[doc (alias = "XK_braille_dots_12678" )] |
9119 | pub const braille_dots_12678: Keysym = Keysym(key::braille_dots_12678); |
9120 | #[doc (alias = "XK_braille_dots_3678" )] |
9121 | pub const braille_dots_3678: Keysym = Keysym(key::braille_dots_3678); |
9122 | #[doc (alias = "XK_braille_dots_13678" )] |
9123 | pub const braille_dots_13678: Keysym = Keysym(key::braille_dots_13678); |
9124 | #[doc (alias = "XK_braille_dots_23678" )] |
9125 | pub const braille_dots_23678: Keysym = Keysym(key::braille_dots_23678); |
9126 | #[doc (alias = "XK_braille_dots_123678" )] |
9127 | pub const braille_dots_123678: Keysym = Keysym(key::braille_dots_123678); |
9128 | #[doc (alias = "XK_braille_dots_4678" )] |
9129 | pub const braille_dots_4678: Keysym = Keysym(key::braille_dots_4678); |
9130 | #[doc (alias = "XK_braille_dots_14678" )] |
9131 | pub const braille_dots_14678: Keysym = Keysym(key::braille_dots_14678); |
9132 | #[doc (alias = "XK_braille_dots_24678" )] |
9133 | pub const braille_dots_24678: Keysym = Keysym(key::braille_dots_24678); |
9134 | #[doc (alias = "XK_braille_dots_124678" )] |
9135 | pub const braille_dots_124678: Keysym = Keysym(key::braille_dots_124678); |
9136 | #[doc (alias = "XK_braille_dots_34678" )] |
9137 | pub const braille_dots_34678: Keysym = Keysym(key::braille_dots_34678); |
9138 | #[doc (alias = "XK_braille_dots_134678" )] |
9139 | pub const braille_dots_134678: Keysym = Keysym(key::braille_dots_134678); |
9140 | #[doc (alias = "XK_braille_dots_234678" )] |
9141 | pub const braille_dots_234678: Keysym = Keysym(key::braille_dots_234678); |
9142 | #[doc (alias = "XK_braille_dots_1234678" )] |
9143 | pub const braille_dots_1234678: Keysym = Keysym(key::braille_dots_1234678); |
9144 | #[doc (alias = "XK_braille_dots_5678" )] |
9145 | pub const braille_dots_5678: Keysym = Keysym(key::braille_dots_5678); |
9146 | #[doc (alias = "XK_braille_dots_15678" )] |
9147 | pub const braille_dots_15678: Keysym = Keysym(key::braille_dots_15678); |
9148 | #[doc (alias = "XK_braille_dots_25678" )] |
9149 | pub const braille_dots_25678: Keysym = Keysym(key::braille_dots_25678); |
9150 | #[doc (alias = "XK_braille_dots_125678" )] |
9151 | pub const braille_dots_125678: Keysym = Keysym(key::braille_dots_125678); |
9152 | #[doc (alias = "XK_braille_dots_35678" )] |
9153 | pub const braille_dots_35678: Keysym = Keysym(key::braille_dots_35678); |
9154 | #[doc (alias = "XK_braille_dots_135678" )] |
9155 | pub const braille_dots_135678: Keysym = Keysym(key::braille_dots_135678); |
9156 | #[doc (alias = "XK_braille_dots_235678" )] |
9157 | pub const braille_dots_235678: Keysym = Keysym(key::braille_dots_235678); |
9158 | #[doc (alias = "XK_braille_dots_1235678" )] |
9159 | pub const braille_dots_1235678: Keysym = Keysym(key::braille_dots_1235678); |
9160 | #[doc (alias = "XK_braille_dots_45678" )] |
9161 | pub const braille_dots_45678: Keysym = Keysym(key::braille_dots_45678); |
9162 | #[doc (alias = "XK_braille_dots_145678" )] |
9163 | pub const braille_dots_145678: Keysym = Keysym(key::braille_dots_145678); |
9164 | #[doc (alias = "XK_braille_dots_245678" )] |
9165 | pub const braille_dots_245678: Keysym = Keysym(key::braille_dots_245678); |
9166 | #[doc (alias = "XK_braille_dots_1245678" )] |
9167 | pub const braille_dots_1245678: Keysym = Keysym(key::braille_dots_1245678); |
9168 | #[doc (alias = "XK_braille_dots_345678" )] |
9169 | pub const braille_dots_345678: Keysym = Keysym(key::braille_dots_345678); |
9170 | #[doc (alias = "XK_braille_dots_1345678" )] |
9171 | pub const braille_dots_1345678: Keysym = Keysym(key::braille_dots_1345678); |
9172 | #[doc (alias = "XK_braille_dots_2345678" )] |
9173 | pub const braille_dots_2345678: Keysym = Keysym(key::braille_dots_2345678); |
9174 | #[doc (alias = "XK_braille_dots_12345678" )] |
9175 | pub const braille_dots_12345678: Keysym = Keysym(key::braille_dots_12345678); |
9176 | #[doc (alias = "XK_Sinh_ng" )] |
9177 | pub const Sinh_ng: Keysym = Keysym(key::Sinh_ng); |
9178 | #[doc (alias = "XK_Sinh_h2" )] |
9179 | pub const Sinh_h2: Keysym = Keysym(key::Sinh_h2); |
9180 | #[doc (alias = "XK_Sinh_a" )] |
9181 | pub const Sinh_a: Keysym = Keysym(key::Sinh_a); |
9182 | #[doc (alias = "XK_Sinh_aa" )] |
9183 | pub const Sinh_aa: Keysym = Keysym(key::Sinh_aa); |
9184 | #[doc (alias = "XK_Sinh_ae" )] |
9185 | pub const Sinh_ae: Keysym = Keysym(key::Sinh_ae); |
9186 | #[doc (alias = "XK_Sinh_aee" )] |
9187 | pub const Sinh_aee: Keysym = Keysym(key::Sinh_aee); |
9188 | #[doc (alias = "XK_Sinh_i" )] |
9189 | pub const Sinh_i: Keysym = Keysym(key::Sinh_i); |
9190 | #[doc (alias = "XK_Sinh_ii" )] |
9191 | pub const Sinh_ii: Keysym = Keysym(key::Sinh_ii); |
9192 | #[doc (alias = "XK_Sinh_u" )] |
9193 | pub const Sinh_u: Keysym = Keysym(key::Sinh_u); |
9194 | #[doc (alias = "XK_Sinh_uu" )] |
9195 | pub const Sinh_uu: Keysym = Keysym(key::Sinh_uu); |
9196 | #[doc (alias = "XK_Sinh_ri" )] |
9197 | pub const Sinh_ri: Keysym = Keysym(key::Sinh_ri); |
9198 | #[doc (alias = "XK_Sinh_rii" )] |
9199 | pub const Sinh_rii: Keysym = Keysym(key::Sinh_rii); |
9200 | #[doc (alias = "XK_Sinh_lu" )] |
9201 | pub const Sinh_lu: Keysym = Keysym(key::Sinh_lu); |
9202 | #[doc (alias = "XK_Sinh_luu" )] |
9203 | pub const Sinh_luu: Keysym = Keysym(key::Sinh_luu); |
9204 | #[doc (alias = "XK_Sinh_e" )] |
9205 | pub const Sinh_e: Keysym = Keysym(key::Sinh_e); |
9206 | #[doc (alias = "XK_Sinh_ee" )] |
9207 | pub const Sinh_ee: Keysym = Keysym(key::Sinh_ee); |
9208 | #[doc (alias = "XK_Sinh_ai" )] |
9209 | pub const Sinh_ai: Keysym = Keysym(key::Sinh_ai); |
9210 | #[doc (alias = "XK_Sinh_o" )] |
9211 | pub const Sinh_o: Keysym = Keysym(key::Sinh_o); |
9212 | #[doc (alias = "XK_Sinh_oo" )] |
9213 | pub const Sinh_oo: Keysym = Keysym(key::Sinh_oo); |
9214 | #[doc (alias = "XK_Sinh_au" )] |
9215 | pub const Sinh_au: Keysym = Keysym(key::Sinh_au); |
9216 | #[doc (alias = "XK_Sinh_ka" )] |
9217 | pub const Sinh_ka: Keysym = Keysym(key::Sinh_ka); |
9218 | #[doc (alias = "XK_Sinh_kha" )] |
9219 | pub const Sinh_kha: Keysym = Keysym(key::Sinh_kha); |
9220 | #[doc (alias = "XK_Sinh_ga" )] |
9221 | pub const Sinh_ga: Keysym = Keysym(key::Sinh_ga); |
9222 | #[doc (alias = "XK_Sinh_gha" )] |
9223 | pub const Sinh_gha: Keysym = Keysym(key::Sinh_gha); |
9224 | #[doc (alias = "XK_Sinh_ng2" )] |
9225 | pub const Sinh_ng2: Keysym = Keysym(key::Sinh_ng2); |
9226 | #[doc (alias = "XK_Sinh_nga" )] |
9227 | pub const Sinh_nga: Keysym = Keysym(key::Sinh_nga); |
9228 | #[doc (alias = "XK_Sinh_ca" )] |
9229 | pub const Sinh_ca: Keysym = Keysym(key::Sinh_ca); |
9230 | #[doc (alias = "XK_Sinh_cha" )] |
9231 | pub const Sinh_cha: Keysym = Keysym(key::Sinh_cha); |
9232 | #[doc (alias = "XK_Sinh_ja" )] |
9233 | pub const Sinh_ja: Keysym = Keysym(key::Sinh_ja); |
9234 | #[doc (alias = "XK_Sinh_jha" )] |
9235 | pub const Sinh_jha: Keysym = Keysym(key::Sinh_jha); |
9236 | #[doc (alias = "XK_Sinh_nya" )] |
9237 | pub const Sinh_nya: Keysym = Keysym(key::Sinh_nya); |
9238 | #[doc (alias = "XK_Sinh_jnya" )] |
9239 | pub const Sinh_jnya: Keysym = Keysym(key::Sinh_jnya); |
9240 | #[doc (alias = "XK_Sinh_nja" )] |
9241 | pub const Sinh_nja: Keysym = Keysym(key::Sinh_nja); |
9242 | #[doc (alias = "XK_Sinh_tta" )] |
9243 | pub const Sinh_tta: Keysym = Keysym(key::Sinh_tta); |
9244 | #[doc (alias = "XK_Sinh_ttha" )] |
9245 | pub const Sinh_ttha: Keysym = Keysym(key::Sinh_ttha); |
9246 | #[doc (alias = "XK_Sinh_dda" )] |
9247 | pub const Sinh_dda: Keysym = Keysym(key::Sinh_dda); |
9248 | #[doc (alias = "XK_Sinh_ddha" )] |
9249 | pub const Sinh_ddha: Keysym = Keysym(key::Sinh_ddha); |
9250 | #[doc (alias = "XK_Sinh_nna" )] |
9251 | pub const Sinh_nna: Keysym = Keysym(key::Sinh_nna); |
9252 | #[doc (alias = "XK_Sinh_ndda" )] |
9253 | pub const Sinh_ndda: Keysym = Keysym(key::Sinh_ndda); |
9254 | #[doc (alias = "XK_Sinh_tha" )] |
9255 | pub const Sinh_tha: Keysym = Keysym(key::Sinh_tha); |
9256 | #[doc (alias = "XK_Sinh_thha" )] |
9257 | pub const Sinh_thha: Keysym = Keysym(key::Sinh_thha); |
9258 | #[doc (alias = "XK_Sinh_dha" )] |
9259 | pub const Sinh_dha: Keysym = Keysym(key::Sinh_dha); |
9260 | #[doc (alias = "XK_Sinh_dhha" )] |
9261 | pub const Sinh_dhha: Keysym = Keysym(key::Sinh_dhha); |
9262 | #[doc (alias = "XK_Sinh_na" )] |
9263 | pub const Sinh_na: Keysym = Keysym(key::Sinh_na); |
9264 | #[doc (alias = "XK_Sinh_ndha" )] |
9265 | pub const Sinh_ndha: Keysym = Keysym(key::Sinh_ndha); |
9266 | #[doc (alias = "XK_Sinh_pa" )] |
9267 | pub const Sinh_pa: Keysym = Keysym(key::Sinh_pa); |
9268 | #[doc (alias = "XK_Sinh_pha" )] |
9269 | pub const Sinh_pha: Keysym = Keysym(key::Sinh_pha); |
9270 | #[doc (alias = "XK_Sinh_ba" )] |
9271 | pub const Sinh_ba: Keysym = Keysym(key::Sinh_ba); |
9272 | #[doc (alias = "XK_Sinh_bha" )] |
9273 | pub const Sinh_bha: Keysym = Keysym(key::Sinh_bha); |
9274 | #[doc (alias = "XK_Sinh_ma" )] |
9275 | pub const Sinh_ma: Keysym = Keysym(key::Sinh_ma); |
9276 | #[doc (alias = "XK_Sinh_mba" )] |
9277 | pub const Sinh_mba: Keysym = Keysym(key::Sinh_mba); |
9278 | #[doc (alias = "XK_Sinh_ya" )] |
9279 | pub const Sinh_ya: Keysym = Keysym(key::Sinh_ya); |
9280 | #[doc (alias = "XK_Sinh_ra" )] |
9281 | pub const Sinh_ra: Keysym = Keysym(key::Sinh_ra); |
9282 | #[doc (alias = "XK_Sinh_la" )] |
9283 | pub const Sinh_la: Keysym = Keysym(key::Sinh_la); |
9284 | #[doc (alias = "XK_Sinh_va" )] |
9285 | pub const Sinh_va: Keysym = Keysym(key::Sinh_va); |
9286 | #[doc (alias = "XK_Sinh_sha" )] |
9287 | pub const Sinh_sha: Keysym = Keysym(key::Sinh_sha); |
9288 | #[doc (alias = "XK_Sinh_ssha" )] |
9289 | pub const Sinh_ssha: Keysym = Keysym(key::Sinh_ssha); |
9290 | #[doc (alias = "XK_Sinh_sa" )] |
9291 | pub const Sinh_sa: Keysym = Keysym(key::Sinh_sa); |
9292 | #[doc (alias = "XK_Sinh_ha" )] |
9293 | pub const Sinh_ha: Keysym = Keysym(key::Sinh_ha); |
9294 | #[doc (alias = "XK_Sinh_lla" )] |
9295 | pub const Sinh_lla: Keysym = Keysym(key::Sinh_lla); |
9296 | #[doc (alias = "XK_Sinh_fa" )] |
9297 | pub const Sinh_fa: Keysym = Keysym(key::Sinh_fa); |
9298 | #[doc (alias = "XK_Sinh_al" )] |
9299 | pub const Sinh_al: Keysym = Keysym(key::Sinh_al); |
9300 | #[doc (alias = "XK_Sinh_aa2" )] |
9301 | pub const Sinh_aa2: Keysym = Keysym(key::Sinh_aa2); |
9302 | #[doc (alias = "XK_Sinh_ae2" )] |
9303 | pub const Sinh_ae2: Keysym = Keysym(key::Sinh_ae2); |
9304 | #[doc (alias = "XK_Sinh_aee2" )] |
9305 | pub const Sinh_aee2: Keysym = Keysym(key::Sinh_aee2); |
9306 | #[doc (alias = "XK_Sinh_i2" )] |
9307 | pub const Sinh_i2: Keysym = Keysym(key::Sinh_i2); |
9308 | #[doc (alias = "XK_Sinh_ii2" )] |
9309 | pub const Sinh_ii2: Keysym = Keysym(key::Sinh_ii2); |
9310 | #[doc (alias = "XK_Sinh_u2" )] |
9311 | pub const Sinh_u2: Keysym = Keysym(key::Sinh_u2); |
9312 | #[doc (alias = "XK_Sinh_uu2" )] |
9313 | pub const Sinh_uu2: Keysym = Keysym(key::Sinh_uu2); |
9314 | #[doc (alias = "XK_Sinh_ru2" )] |
9315 | pub const Sinh_ru2: Keysym = Keysym(key::Sinh_ru2); |
9316 | #[doc (alias = "XK_Sinh_e2" )] |
9317 | pub const Sinh_e2: Keysym = Keysym(key::Sinh_e2); |
9318 | #[doc (alias = "XK_Sinh_ee2" )] |
9319 | pub const Sinh_ee2: Keysym = Keysym(key::Sinh_ee2); |
9320 | #[doc (alias = "XK_Sinh_ai2" )] |
9321 | pub const Sinh_ai2: Keysym = Keysym(key::Sinh_ai2); |
9322 | #[doc (alias = "XK_Sinh_o2" )] |
9323 | pub const Sinh_o2: Keysym = Keysym(key::Sinh_o2); |
9324 | #[doc (alias = "XK_Sinh_oo2" )] |
9325 | pub const Sinh_oo2: Keysym = Keysym(key::Sinh_oo2); |
9326 | #[doc (alias = "XK_Sinh_au2" )] |
9327 | pub const Sinh_au2: Keysym = Keysym(key::Sinh_au2); |
9328 | #[doc (alias = "XK_Sinh_lu2" )] |
9329 | pub const Sinh_lu2: Keysym = Keysym(key::Sinh_lu2); |
9330 | #[doc (alias = "XK_Sinh_ruu2" )] |
9331 | pub const Sinh_ruu2: Keysym = Keysym(key::Sinh_ruu2); |
9332 | #[doc (alias = "XK_Sinh_luu2" )] |
9333 | pub const Sinh_luu2: Keysym = Keysym(key::Sinh_luu2); |
9334 | #[doc (alias = "XK_Sinh_kunddaliya" )] |
9335 | pub const Sinh_kunddaliya: Keysym = Keysym(key::Sinh_kunddaliya); |
9336 | #[doc (alias = "XF86XK_ModeLock" )] |
9337 | pub const XF86_ModeLock: Keysym = Keysym(key::XF86_ModeLock); |
9338 | #[doc (alias = "XF86XK_MonBrightnessUp" )] |
9339 | pub const XF86_MonBrightnessUp: Keysym = Keysym(key::XF86_MonBrightnessUp); |
9340 | #[doc (alias = "XF86XK_MonBrightnessDown" )] |
9341 | pub const XF86_MonBrightnessDown: Keysym = Keysym(key::XF86_MonBrightnessDown); |
9342 | #[doc (alias = "XF86XK_KbdLightOnOff" )] |
9343 | pub const XF86_KbdLightOnOff: Keysym = Keysym(key::XF86_KbdLightOnOff); |
9344 | #[doc (alias = "XF86XK_KbdBrightnessUp" )] |
9345 | pub const XF86_KbdBrightnessUp: Keysym = Keysym(key::XF86_KbdBrightnessUp); |
9346 | #[doc (alias = "XF86XK_KbdBrightnessDown" )] |
9347 | pub const XF86_KbdBrightnessDown: Keysym = Keysym(key::XF86_KbdBrightnessDown); |
9348 | #[doc (alias = "XF86XK_MonBrightnessCycle" )] |
9349 | pub const XF86_MonBrightnessCycle: Keysym = Keysym(key::XF86_MonBrightnessCycle); |
9350 | #[doc (alias = "XF86XK_Standby" )] |
9351 | pub const XF86_Standby: Keysym = Keysym(key::XF86_Standby); |
9352 | #[doc (alias = "XF86XK_AudioLowerVolume" )] |
9353 | pub const XF86_AudioLowerVolume: Keysym = Keysym(key::XF86_AudioLowerVolume); |
9354 | #[doc (alias = "XF86XK_AudioMute" )] |
9355 | pub const XF86_AudioMute: Keysym = Keysym(key::XF86_AudioMute); |
9356 | #[doc (alias = "XF86XK_AudioRaiseVolume" )] |
9357 | pub const XF86_AudioRaiseVolume: Keysym = Keysym(key::XF86_AudioRaiseVolume); |
9358 | #[doc (alias = "XF86XK_AudioPlay" )] |
9359 | pub const XF86_AudioPlay: Keysym = Keysym(key::XF86_AudioPlay); |
9360 | #[doc (alias = "XF86XK_AudioStop" )] |
9361 | pub const XF86_AudioStop: Keysym = Keysym(key::XF86_AudioStop); |
9362 | #[doc (alias = "XF86XK_AudioPrev" )] |
9363 | pub const XF86_AudioPrev: Keysym = Keysym(key::XF86_AudioPrev); |
9364 | #[doc (alias = "XF86XK_AudioNext" )] |
9365 | pub const XF86_AudioNext: Keysym = Keysym(key::XF86_AudioNext); |
9366 | #[doc (alias = "XF86XK_HomePage" )] |
9367 | pub const XF86_HomePage: Keysym = Keysym(key::XF86_HomePage); |
9368 | #[doc (alias = "XF86XK_Mail" )] |
9369 | pub const XF86_Mail: Keysym = Keysym(key::XF86_Mail); |
9370 | #[doc (alias = "XF86XK_Start" )] |
9371 | pub const XF86_Start: Keysym = Keysym(key::XF86_Start); |
9372 | #[doc (alias = "XF86XK_Search" )] |
9373 | pub const XF86_Search: Keysym = Keysym(key::XF86_Search); |
9374 | #[doc (alias = "XF86XK_AudioRecord" )] |
9375 | pub const XF86_AudioRecord: Keysym = Keysym(key::XF86_AudioRecord); |
9376 | #[doc (alias = "XF86XK_Calculator" )] |
9377 | pub const XF86_Calculator: Keysym = Keysym(key::XF86_Calculator); |
9378 | #[doc (alias = "XF86XK_Memo" )] |
9379 | pub const XF86_Memo: Keysym = Keysym(key::XF86_Memo); |
9380 | #[doc (alias = "XF86XK_ToDoList" )] |
9381 | pub const XF86_ToDoList: Keysym = Keysym(key::XF86_ToDoList); |
9382 | #[doc (alias = "XF86XK_Calendar" )] |
9383 | pub const XF86_Calendar: Keysym = Keysym(key::XF86_Calendar); |
9384 | #[doc (alias = "XF86XK_PowerDown" )] |
9385 | pub const XF86_PowerDown: Keysym = Keysym(key::XF86_PowerDown); |
9386 | #[doc (alias = "XF86XK_ContrastAdjust" )] |
9387 | pub const XF86_ContrastAdjust: Keysym = Keysym(key::XF86_ContrastAdjust); |
9388 | #[doc (alias = "XF86XK_RockerUp" )] |
9389 | pub const XF86_RockerUp: Keysym = Keysym(key::XF86_RockerUp); |
9390 | #[doc (alias = "XF86XK_RockerDown" )] |
9391 | pub const XF86_RockerDown: Keysym = Keysym(key::XF86_RockerDown); |
9392 | #[doc (alias = "XF86XK_RockerEnter" )] |
9393 | pub const XF86_RockerEnter: Keysym = Keysym(key::XF86_RockerEnter); |
9394 | #[doc (alias = "XF86XK_Back" )] |
9395 | pub const XF86_Back: Keysym = Keysym(key::XF86_Back); |
9396 | #[doc (alias = "XF86XK_Forward" )] |
9397 | pub const XF86_Forward: Keysym = Keysym(key::XF86_Forward); |
9398 | #[doc (alias = "XF86XK_Stop" )] |
9399 | pub const XF86_Stop: Keysym = Keysym(key::XF86_Stop); |
9400 | #[doc (alias = "XF86XK_Refresh" )] |
9401 | pub const XF86_Refresh: Keysym = Keysym(key::XF86_Refresh); |
9402 | #[doc (alias = "XF86XK_PowerOff" )] |
9403 | pub const XF86_PowerOff: Keysym = Keysym(key::XF86_PowerOff); |
9404 | #[doc (alias = "XF86XK_WakeUp" )] |
9405 | pub const XF86_WakeUp: Keysym = Keysym(key::XF86_WakeUp); |
9406 | #[doc (alias = "XF86XK_Eject" )] |
9407 | pub const XF86_Eject: Keysym = Keysym(key::XF86_Eject); |
9408 | #[doc (alias = "XF86XK_ScreenSaver" )] |
9409 | pub const XF86_ScreenSaver: Keysym = Keysym(key::XF86_ScreenSaver); |
9410 | #[doc (alias = "XF86XK_WWW" )] |
9411 | pub const XF86_WWW: Keysym = Keysym(key::XF86_WWW); |
9412 | #[doc (alias = "XF86XK_Sleep" )] |
9413 | pub const XF86_Sleep: Keysym = Keysym(key::XF86_Sleep); |
9414 | #[doc (alias = "XF86XK_Favorites" )] |
9415 | pub const XF86_Favorites: Keysym = Keysym(key::XF86_Favorites); |
9416 | #[doc (alias = "XF86XK_AudioPause" )] |
9417 | pub const XF86_AudioPause: Keysym = Keysym(key::XF86_AudioPause); |
9418 | #[doc (alias = "XF86XK_AudioMedia" )] |
9419 | pub const XF86_AudioMedia: Keysym = Keysym(key::XF86_AudioMedia); |
9420 | #[doc (alias = "XF86XK_MyComputer" )] |
9421 | pub const XF86_MyComputer: Keysym = Keysym(key::XF86_MyComputer); |
9422 | #[doc (alias = "XF86XK_VendorHome" )] |
9423 | pub const XF86_VendorHome: Keysym = Keysym(key::XF86_VendorHome); |
9424 | #[doc (alias = "XF86XK_LightBulb" )] |
9425 | pub const XF86_LightBulb: Keysym = Keysym(key::XF86_LightBulb); |
9426 | #[doc (alias = "XF86XK_Shop" )] |
9427 | pub const XF86_Shop: Keysym = Keysym(key::XF86_Shop); |
9428 | #[doc (alias = "XF86XK_History" )] |
9429 | pub const XF86_History: Keysym = Keysym(key::XF86_History); |
9430 | #[doc (alias = "XF86XK_OpenURL" )] |
9431 | pub const XF86_OpenURL: Keysym = Keysym(key::XF86_OpenURL); |
9432 | #[doc (alias = "XF86XK_AddFavorite" )] |
9433 | pub const XF86_AddFavorite: Keysym = Keysym(key::XF86_AddFavorite); |
9434 | #[doc (alias = "XF86XK_HotLinks" )] |
9435 | pub const XF86_HotLinks: Keysym = Keysym(key::XF86_HotLinks); |
9436 | #[doc (alias = "XF86XK_BrightnessAdjust" )] |
9437 | pub const XF86_BrightnessAdjust: Keysym = Keysym(key::XF86_BrightnessAdjust); |
9438 | #[doc (alias = "XF86XK_Finance" )] |
9439 | pub const XF86_Finance: Keysym = Keysym(key::XF86_Finance); |
9440 | #[doc (alias = "XF86XK_Community" )] |
9441 | pub const XF86_Community: Keysym = Keysym(key::XF86_Community); |
9442 | #[doc (alias = "XF86XK_AudioRewind" )] |
9443 | pub const XF86_AudioRewind: Keysym = Keysym(key::XF86_AudioRewind); |
9444 | #[doc (alias = "XF86XK_BackForward" )] |
9445 | pub const XF86_BackForward: Keysym = Keysym(key::XF86_BackForward); |
9446 | #[doc (alias = "XF86XK_Launch0" )] |
9447 | pub const XF86_Launch0: Keysym = Keysym(key::XF86_Launch0); |
9448 | #[doc (alias = "XF86XK_Launch1" )] |
9449 | pub const XF86_Launch1: Keysym = Keysym(key::XF86_Launch1); |
9450 | #[doc (alias = "XF86XK_Launch2" )] |
9451 | pub const XF86_Launch2: Keysym = Keysym(key::XF86_Launch2); |
9452 | #[doc (alias = "XF86XK_Launch3" )] |
9453 | pub const XF86_Launch3: Keysym = Keysym(key::XF86_Launch3); |
9454 | #[doc (alias = "XF86XK_Launch4" )] |
9455 | pub const XF86_Launch4: Keysym = Keysym(key::XF86_Launch4); |
9456 | #[doc (alias = "XF86XK_Launch5" )] |
9457 | pub const XF86_Launch5: Keysym = Keysym(key::XF86_Launch5); |
9458 | #[doc (alias = "XF86XK_Launch6" )] |
9459 | pub const XF86_Launch6: Keysym = Keysym(key::XF86_Launch6); |
9460 | #[doc (alias = "XF86XK_Launch7" )] |
9461 | pub const XF86_Launch7: Keysym = Keysym(key::XF86_Launch7); |
9462 | #[doc (alias = "XF86XK_Launch8" )] |
9463 | pub const XF86_Launch8: Keysym = Keysym(key::XF86_Launch8); |
9464 | #[doc (alias = "XF86XK_Launch9" )] |
9465 | pub const XF86_Launch9: Keysym = Keysym(key::XF86_Launch9); |
9466 | #[doc (alias = "XF86XK_LaunchA" )] |
9467 | pub const XF86_LaunchA: Keysym = Keysym(key::XF86_LaunchA); |
9468 | #[doc (alias = "XF86XK_LaunchB" )] |
9469 | pub const XF86_LaunchB: Keysym = Keysym(key::XF86_LaunchB); |
9470 | #[doc (alias = "XF86XK_LaunchC" )] |
9471 | pub const XF86_LaunchC: Keysym = Keysym(key::XF86_LaunchC); |
9472 | #[doc (alias = "XF86XK_LaunchD" )] |
9473 | pub const XF86_LaunchD: Keysym = Keysym(key::XF86_LaunchD); |
9474 | #[doc (alias = "XF86XK_LaunchE" )] |
9475 | pub const XF86_LaunchE: Keysym = Keysym(key::XF86_LaunchE); |
9476 | #[doc (alias = "XF86XK_LaunchF" )] |
9477 | pub const XF86_LaunchF: Keysym = Keysym(key::XF86_LaunchF); |
9478 | #[doc (alias = "XF86XK_ApplicationLeft" )] |
9479 | pub const XF86_ApplicationLeft: Keysym = Keysym(key::XF86_ApplicationLeft); |
9480 | #[doc (alias = "XF86XK_ApplicationRight" )] |
9481 | pub const XF86_ApplicationRight: Keysym = Keysym(key::XF86_ApplicationRight); |
9482 | #[doc (alias = "XF86XK_Book" )] |
9483 | pub const XF86_Book: Keysym = Keysym(key::XF86_Book); |
9484 | #[doc (alias = "XF86XK_CD" )] |
9485 | pub const XF86_CD: Keysym = Keysym(key::XF86_CD); |
9486 | #[doc (alias = "XF86XK_Calculater" )] |
9487 | pub const XF86_Calculater: Keysym = Keysym(key::XF86_Calculater); |
9488 | #[doc (alias = "XF86XK_Clear" )] |
9489 | pub const XF86_Clear: Keysym = Keysym(key::XF86_Clear); |
9490 | #[doc (alias = "XF86XK_Close" )] |
9491 | pub const XF86_Close: Keysym = Keysym(key::XF86_Close); |
9492 | #[doc (alias = "XF86XK_Copy" )] |
9493 | pub const XF86_Copy: Keysym = Keysym(key::XF86_Copy); |
9494 | #[doc (alias = "XF86XK_Cut" )] |
9495 | pub const XF86_Cut: Keysym = Keysym(key::XF86_Cut); |
9496 | #[doc (alias = "XF86XK_Display" )] |
9497 | pub const XF86_Display: Keysym = Keysym(key::XF86_Display); |
9498 | #[doc (alias = "XF86XK_DOS" )] |
9499 | pub const XF86_DOS: Keysym = Keysym(key::XF86_DOS); |
9500 | #[doc (alias = "XF86XK_Documents" )] |
9501 | pub const XF86_Documents: Keysym = Keysym(key::XF86_Documents); |
9502 | #[doc (alias = "XF86XK_Excel" )] |
9503 | pub const XF86_Excel: Keysym = Keysym(key::XF86_Excel); |
9504 | #[doc (alias = "XF86XK_Explorer" )] |
9505 | pub const XF86_Explorer: Keysym = Keysym(key::XF86_Explorer); |
9506 | #[doc (alias = "XF86XK_Game" )] |
9507 | pub const XF86_Game: Keysym = Keysym(key::XF86_Game); |
9508 | #[doc (alias = "XF86XK_Go" )] |
9509 | pub const XF86_Go: Keysym = Keysym(key::XF86_Go); |
9510 | #[doc (alias = "XF86XK_iTouch" )] |
9511 | pub const XF86_iTouch: Keysym = Keysym(key::XF86_iTouch); |
9512 | #[doc (alias = "XF86XK_LogOff" )] |
9513 | pub const XF86_LogOff: Keysym = Keysym(key::XF86_LogOff); |
9514 | #[doc (alias = "XF86XK_Market" )] |
9515 | pub const XF86_Market: Keysym = Keysym(key::XF86_Market); |
9516 | #[doc (alias = "XF86XK_Meeting" )] |
9517 | pub const XF86_Meeting: Keysym = Keysym(key::XF86_Meeting); |
9518 | #[doc (alias = "XF86XK_MenuKB" )] |
9519 | pub const XF86_MenuKB: Keysym = Keysym(key::XF86_MenuKB); |
9520 | #[doc (alias = "XF86XK_MenuPB" )] |
9521 | pub const XF86_MenuPB: Keysym = Keysym(key::XF86_MenuPB); |
9522 | #[doc (alias = "XF86XK_MySites" )] |
9523 | pub const XF86_MySites: Keysym = Keysym(key::XF86_MySites); |
9524 | #[doc (alias = "XF86XK_New" )] |
9525 | pub const XF86_New: Keysym = Keysym(key::XF86_New); |
9526 | #[doc (alias = "XF86XK_News" )] |
9527 | pub const XF86_News: Keysym = Keysym(key::XF86_News); |
9528 | #[doc (alias = "XF86XK_OfficeHome" )] |
9529 | pub const XF86_OfficeHome: Keysym = Keysym(key::XF86_OfficeHome); |
9530 | #[doc (alias = "XF86XK_Open" )] |
9531 | pub const XF86_Open: Keysym = Keysym(key::XF86_Open); |
9532 | #[doc (alias = "XF86XK_Option" )] |
9533 | pub const XF86_Option: Keysym = Keysym(key::XF86_Option); |
9534 | #[doc (alias = "XF86XK_Paste" )] |
9535 | pub const XF86_Paste: Keysym = Keysym(key::XF86_Paste); |
9536 | #[doc (alias = "XF86XK_Phone" )] |
9537 | pub const XF86_Phone: Keysym = Keysym(key::XF86_Phone); |
9538 | #[doc (alias = "XF86XK_Q" )] |
9539 | pub const XF86_Q: Keysym = Keysym(key::XF86_Q); |
9540 | #[doc (alias = "XF86XK_Reply" )] |
9541 | pub const XF86_Reply: Keysym = Keysym(key::XF86_Reply); |
9542 | #[doc (alias = "XF86XK_Reload" )] |
9543 | pub const XF86_Reload: Keysym = Keysym(key::XF86_Reload); |
9544 | #[doc (alias = "XF86XK_RotateWindows" )] |
9545 | pub const XF86_RotateWindows: Keysym = Keysym(key::XF86_RotateWindows); |
9546 | #[doc (alias = "XF86XK_RotationPB" )] |
9547 | pub const XF86_RotationPB: Keysym = Keysym(key::XF86_RotationPB); |
9548 | #[doc (alias = "XF86XK_RotationKB" )] |
9549 | pub const XF86_RotationKB: Keysym = Keysym(key::XF86_RotationKB); |
9550 | #[doc (alias = "XF86XK_Save" )] |
9551 | pub const XF86_Save: Keysym = Keysym(key::XF86_Save); |
9552 | #[doc (alias = "XF86XK_ScrollUp" )] |
9553 | pub const XF86_ScrollUp: Keysym = Keysym(key::XF86_ScrollUp); |
9554 | #[doc (alias = "XF86XK_ScrollDown" )] |
9555 | pub const XF86_ScrollDown: Keysym = Keysym(key::XF86_ScrollDown); |
9556 | #[doc (alias = "XF86XK_ScrollClick" )] |
9557 | pub const XF86_ScrollClick: Keysym = Keysym(key::XF86_ScrollClick); |
9558 | #[doc (alias = "XF86XK_Send" )] |
9559 | pub const XF86_Send: Keysym = Keysym(key::XF86_Send); |
9560 | #[doc (alias = "XF86XK_Spell" )] |
9561 | pub const XF86_Spell: Keysym = Keysym(key::XF86_Spell); |
9562 | #[doc (alias = "XF86XK_SplitScreen" )] |
9563 | pub const XF86_SplitScreen: Keysym = Keysym(key::XF86_SplitScreen); |
9564 | #[doc (alias = "XF86XK_Support" )] |
9565 | pub const XF86_Support: Keysym = Keysym(key::XF86_Support); |
9566 | #[doc (alias = "XF86XK_TaskPane" )] |
9567 | pub const XF86_TaskPane: Keysym = Keysym(key::XF86_TaskPane); |
9568 | #[doc (alias = "XF86XK_Terminal" )] |
9569 | pub const XF86_Terminal: Keysym = Keysym(key::XF86_Terminal); |
9570 | #[doc (alias = "XF86XK_Tools" )] |
9571 | pub const XF86_Tools: Keysym = Keysym(key::XF86_Tools); |
9572 | #[doc (alias = "XF86XK_Travel" )] |
9573 | pub const XF86_Travel: Keysym = Keysym(key::XF86_Travel); |
9574 | #[doc (alias = "XF86XK_UserPB" )] |
9575 | pub const XF86_UserPB: Keysym = Keysym(key::XF86_UserPB); |
9576 | #[doc (alias = "XF86XK_User1KB" )] |
9577 | pub const XF86_User1KB: Keysym = Keysym(key::XF86_User1KB); |
9578 | #[doc (alias = "XF86XK_User2KB" )] |
9579 | pub const XF86_User2KB: Keysym = Keysym(key::XF86_User2KB); |
9580 | #[doc (alias = "XF86XK_Video" )] |
9581 | pub const XF86_Video: Keysym = Keysym(key::XF86_Video); |
9582 | #[doc (alias = "XF86XK_WheelButton" )] |
9583 | pub const XF86_WheelButton: Keysym = Keysym(key::XF86_WheelButton); |
9584 | #[doc (alias = "XF86XK_Word" )] |
9585 | pub const XF86_Word: Keysym = Keysym(key::XF86_Word); |
9586 | #[doc (alias = "XF86XK_Xfer" )] |
9587 | pub const XF86_Xfer: Keysym = Keysym(key::XF86_Xfer); |
9588 | #[doc (alias = "XF86XK_ZoomIn" )] |
9589 | pub const XF86_ZoomIn: Keysym = Keysym(key::XF86_ZoomIn); |
9590 | #[doc (alias = "XF86XK_ZoomOut" )] |
9591 | pub const XF86_ZoomOut: Keysym = Keysym(key::XF86_ZoomOut); |
9592 | #[doc (alias = "XF86XK_Away" )] |
9593 | pub const XF86_Away: Keysym = Keysym(key::XF86_Away); |
9594 | #[doc (alias = "XF86XK_Messenger" )] |
9595 | pub const XF86_Messenger: Keysym = Keysym(key::XF86_Messenger); |
9596 | #[doc (alias = "XF86XK_WebCam" )] |
9597 | pub const XF86_WebCam: Keysym = Keysym(key::XF86_WebCam); |
9598 | #[doc (alias = "XF86XK_MailForward" )] |
9599 | pub const XF86_MailForward: Keysym = Keysym(key::XF86_MailForward); |
9600 | #[doc (alias = "XF86XK_Pictures" )] |
9601 | pub const XF86_Pictures: Keysym = Keysym(key::XF86_Pictures); |
9602 | #[doc (alias = "XF86XK_Music" )] |
9603 | pub const XF86_Music: Keysym = Keysym(key::XF86_Music); |
9604 | #[doc (alias = "XF86XK_Battery" )] |
9605 | pub const XF86_Battery: Keysym = Keysym(key::XF86_Battery); |
9606 | #[doc (alias = "XF86XK_Bluetooth" )] |
9607 | pub const XF86_Bluetooth: Keysym = Keysym(key::XF86_Bluetooth); |
9608 | #[doc (alias = "XF86XK_WLAN" )] |
9609 | pub const XF86_WLAN: Keysym = Keysym(key::XF86_WLAN); |
9610 | #[doc (alias = "XF86XK_UWB" )] |
9611 | pub const XF86_UWB: Keysym = Keysym(key::XF86_UWB); |
9612 | #[doc (alias = "XF86XK_AudioForward" )] |
9613 | pub const XF86_AudioForward: Keysym = Keysym(key::XF86_AudioForward); |
9614 | #[doc (alias = "XF86XK_AudioRepeat" )] |
9615 | pub const XF86_AudioRepeat: Keysym = Keysym(key::XF86_AudioRepeat); |
9616 | #[doc (alias = "XF86XK_AudioRandomPlay" )] |
9617 | pub const XF86_AudioRandomPlay: Keysym = Keysym(key::XF86_AudioRandomPlay); |
9618 | #[doc (alias = "XF86XK_Subtitle" )] |
9619 | pub const XF86_Subtitle: Keysym = Keysym(key::XF86_Subtitle); |
9620 | #[doc (alias = "XF86XK_AudioCycleTrack" )] |
9621 | pub const XF86_AudioCycleTrack: Keysym = Keysym(key::XF86_AudioCycleTrack); |
9622 | #[doc (alias = "XF86XK_CycleAngle" )] |
9623 | pub const XF86_CycleAngle: Keysym = Keysym(key::XF86_CycleAngle); |
9624 | #[doc (alias = "XF86XK_FrameBack" )] |
9625 | pub const XF86_FrameBack: Keysym = Keysym(key::XF86_FrameBack); |
9626 | #[doc (alias = "XF86XK_FrameForward" )] |
9627 | pub const XF86_FrameForward: Keysym = Keysym(key::XF86_FrameForward); |
9628 | #[doc (alias = "XF86XK_Time" )] |
9629 | pub const XF86_Time: Keysym = Keysym(key::XF86_Time); |
9630 | #[doc (alias = "XF86XK_Select" )] |
9631 | pub const XF86_Select: Keysym = Keysym(key::XF86_Select); |
9632 | #[doc (alias = "XF86XK_View" )] |
9633 | pub const XF86_View: Keysym = Keysym(key::XF86_View); |
9634 | #[doc (alias = "XF86XK_TopMenu" )] |
9635 | pub const XF86_TopMenu: Keysym = Keysym(key::XF86_TopMenu); |
9636 | #[doc (alias = "XF86XK_Red" )] |
9637 | pub const XF86_Red: Keysym = Keysym(key::XF86_Red); |
9638 | #[doc (alias = "XF86XK_Green" )] |
9639 | pub const XF86_Green: Keysym = Keysym(key::XF86_Green); |
9640 | #[doc (alias = "XF86XK_Yellow" )] |
9641 | pub const XF86_Yellow: Keysym = Keysym(key::XF86_Yellow); |
9642 | #[doc (alias = "XF86XK_Blue" )] |
9643 | pub const XF86_Blue: Keysym = Keysym(key::XF86_Blue); |
9644 | #[doc (alias = "XF86XK_Suspend" )] |
9645 | pub const XF86_Suspend: Keysym = Keysym(key::XF86_Suspend); |
9646 | #[doc (alias = "XF86XK_Hibernate" )] |
9647 | pub const XF86_Hibernate: Keysym = Keysym(key::XF86_Hibernate); |
9648 | #[doc (alias = "XF86XK_TouchpadToggle" )] |
9649 | pub const XF86_TouchpadToggle: Keysym = Keysym(key::XF86_TouchpadToggle); |
9650 | #[doc (alias = "XF86XK_TouchpadOn" )] |
9651 | pub const XF86_TouchpadOn: Keysym = Keysym(key::XF86_TouchpadOn); |
9652 | #[doc (alias = "XF86XK_TouchpadOff" )] |
9653 | pub const XF86_TouchpadOff: Keysym = Keysym(key::XF86_TouchpadOff); |
9654 | #[doc (alias = "XF86XK_AudioMicMute" )] |
9655 | pub const XF86_AudioMicMute: Keysym = Keysym(key::XF86_AudioMicMute); |
9656 | #[doc (alias = "XF86XK_Keyboard" )] |
9657 | pub const XF86_Keyboard: Keysym = Keysym(key::XF86_Keyboard); |
9658 | #[doc (alias = "XF86XK_WWAN" )] |
9659 | pub const XF86_WWAN: Keysym = Keysym(key::XF86_WWAN); |
9660 | #[doc (alias = "XF86XK_RFKill" )] |
9661 | pub const XF86_RFKill: Keysym = Keysym(key::XF86_RFKill); |
9662 | #[doc (alias = "XF86XK_AudioPreset" )] |
9663 | pub const XF86_AudioPreset: Keysym = Keysym(key::XF86_AudioPreset); |
9664 | #[doc (alias = "XF86XK_RotationLockToggle" )] |
9665 | pub const XF86_RotationLockToggle: Keysym = Keysym(key::XF86_RotationLockToggle); |
9666 | #[doc (alias = "XF86XK_FullScreen" )] |
9667 | pub const XF86_FullScreen: Keysym = Keysym(key::XF86_FullScreen); |
9668 | #[doc (alias = "XF86XK_Switch_VT_1" )] |
9669 | pub const XF86_Switch_VT_1: Keysym = Keysym(key::XF86_Switch_VT_1); |
9670 | #[doc (alias = "XF86XK_Switch_VT_2" )] |
9671 | pub const XF86_Switch_VT_2: Keysym = Keysym(key::XF86_Switch_VT_2); |
9672 | #[doc (alias = "XF86XK_Switch_VT_3" )] |
9673 | pub const XF86_Switch_VT_3: Keysym = Keysym(key::XF86_Switch_VT_3); |
9674 | #[doc (alias = "XF86XK_Switch_VT_4" )] |
9675 | pub const XF86_Switch_VT_4: Keysym = Keysym(key::XF86_Switch_VT_4); |
9676 | #[doc (alias = "XF86XK_Switch_VT_5" )] |
9677 | pub const XF86_Switch_VT_5: Keysym = Keysym(key::XF86_Switch_VT_5); |
9678 | #[doc (alias = "XF86XK_Switch_VT_6" )] |
9679 | pub const XF86_Switch_VT_6: Keysym = Keysym(key::XF86_Switch_VT_6); |
9680 | #[doc (alias = "XF86XK_Switch_VT_7" )] |
9681 | pub const XF86_Switch_VT_7: Keysym = Keysym(key::XF86_Switch_VT_7); |
9682 | #[doc (alias = "XF86XK_Switch_VT_8" )] |
9683 | pub const XF86_Switch_VT_8: Keysym = Keysym(key::XF86_Switch_VT_8); |
9684 | #[doc (alias = "XF86XK_Switch_VT_9" )] |
9685 | pub const XF86_Switch_VT_9: Keysym = Keysym(key::XF86_Switch_VT_9); |
9686 | #[doc (alias = "XF86XK_Switch_VT_10" )] |
9687 | pub const XF86_Switch_VT_10: Keysym = Keysym(key::XF86_Switch_VT_10); |
9688 | #[doc (alias = "XF86XK_Switch_VT_11" )] |
9689 | pub const XF86_Switch_VT_11: Keysym = Keysym(key::XF86_Switch_VT_11); |
9690 | #[doc (alias = "XF86XK_Switch_VT_12" )] |
9691 | pub const XF86_Switch_VT_12: Keysym = Keysym(key::XF86_Switch_VT_12); |
9692 | #[doc (alias = "XF86XK_Ungrab" )] |
9693 | pub const XF86_Ungrab: Keysym = Keysym(key::XF86_Ungrab); |
9694 | #[doc (alias = "XF86XK_ClearGrab" )] |
9695 | pub const XF86_ClearGrab: Keysym = Keysym(key::XF86_ClearGrab); |
9696 | #[doc (alias = "XF86XK_Next_VMode" )] |
9697 | pub const XF86_Next_VMode: Keysym = Keysym(key::XF86_Next_VMode); |
9698 | #[doc (alias = "XF86XK_Prev_VMode" )] |
9699 | pub const XF86_Prev_VMode: Keysym = Keysym(key::XF86_Prev_VMode); |
9700 | #[doc (alias = "XF86XK_LogWindowTree" )] |
9701 | pub const XF86_LogWindowTree: Keysym = Keysym(key::XF86_LogWindowTree); |
9702 | #[doc (alias = "XF86XK_LogGrabInfo" )] |
9703 | pub const XF86_LogGrabInfo: Keysym = Keysym(key::XF86_LogGrabInfo); |
9704 | #[doc (alias = "XF86XK_BrightnessAuto" )] |
9705 | pub const XF86_BrightnessAuto: Keysym = Keysym(key::XF86_BrightnessAuto); |
9706 | #[doc (alias = "XF86XK_DisplayOff" )] |
9707 | pub const XF86_DisplayOff: Keysym = Keysym(key::XF86_DisplayOff); |
9708 | #[doc (alias = "XF86XK_Info" )] |
9709 | pub const XF86_Info: Keysym = Keysym(key::XF86_Info); |
9710 | #[doc (alias = "XF86XK_AspectRatio" )] |
9711 | pub const XF86_AspectRatio: Keysym = Keysym(key::XF86_AspectRatio); |
9712 | #[doc (alias = "XF86XK_DVD" )] |
9713 | pub const XF86_DVD: Keysym = Keysym(key::XF86_DVD); |
9714 | #[doc (alias = "XF86XK_Audio" )] |
9715 | pub const XF86_Audio: Keysym = Keysym(key::XF86_Audio); |
9716 | #[doc (alias = "XF86XK_ChannelUp" )] |
9717 | pub const XF86_ChannelUp: Keysym = Keysym(key::XF86_ChannelUp); |
9718 | #[doc (alias = "XF86XK_ChannelDown" )] |
9719 | pub const XF86_ChannelDown: Keysym = Keysym(key::XF86_ChannelDown); |
9720 | #[doc (alias = "XF86XK_Break" )] |
9721 | pub const XF86_Break: Keysym = Keysym(key::XF86_Break); |
9722 | #[doc (alias = "XF86XK_VideoPhone" )] |
9723 | pub const XF86_VideoPhone: Keysym = Keysym(key::XF86_VideoPhone); |
9724 | #[doc (alias = "XF86XK_ZoomReset" )] |
9725 | pub const XF86_ZoomReset: Keysym = Keysym(key::XF86_ZoomReset); |
9726 | #[doc (alias = "XF86XK_Editor" )] |
9727 | pub const XF86_Editor: Keysym = Keysym(key::XF86_Editor); |
9728 | #[doc (alias = "XF86XK_GraphicsEditor" )] |
9729 | pub const XF86_GraphicsEditor: Keysym = Keysym(key::XF86_GraphicsEditor); |
9730 | #[doc (alias = "XF86XK_Presentation" )] |
9731 | pub const XF86_Presentation: Keysym = Keysym(key::XF86_Presentation); |
9732 | #[doc (alias = "XF86XK_Database" )] |
9733 | pub const XF86_Database: Keysym = Keysym(key::XF86_Database); |
9734 | #[doc (alias = "XF86XK_Voicemail" )] |
9735 | pub const XF86_Voicemail: Keysym = Keysym(key::XF86_Voicemail); |
9736 | #[doc (alias = "XF86XK_Addressbook" )] |
9737 | pub const XF86_Addressbook: Keysym = Keysym(key::XF86_Addressbook); |
9738 | #[doc (alias = "XF86XK_DisplayToggle" )] |
9739 | pub const XF86_DisplayToggle: Keysym = Keysym(key::XF86_DisplayToggle); |
9740 | #[doc (alias = "XF86XK_SpellCheck" )] |
9741 | pub const XF86_SpellCheck: Keysym = Keysym(key::XF86_SpellCheck); |
9742 | #[doc (alias = "XF86XK_ContextMenu" )] |
9743 | pub const XF86_ContextMenu: Keysym = Keysym(key::XF86_ContextMenu); |
9744 | #[doc (alias = "XF86XK_MediaRepeat" )] |
9745 | pub const XF86_MediaRepeat: Keysym = Keysym(key::XF86_MediaRepeat); |
9746 | #[doc (alias = "XF86XK_10ChannelsUp" )] |
9747 | pub const XF86_10ChannelsUp: Keysym = Keysym(key::XF86_10ChannelsUp); |
9748 | #[doc (alias = "XF86XK_10ChannelsDown" )] |
9749 | pub const XF86_10ChannelsDown: Keysym = Keysym(key::XF86_10ChannelsDown); |
9750 | #[doc (alias = "XF86XK_Images" )] |
9751 | pub const XF86_Images: Keysym = Keysym(key::XF86_Images); |
9752 | #[doc (alias = "XF86XK_NotificationCenter" )] |
9753 | pub const XF86_NotificationCenter: Keysym = Keysym(key::XF86_NotificationCenter); |
9754 | #[doc (alias = "XF86XK_PickupPhone" )] |
9755 | pub const XF86_PickupPhone: Keysym = Keysym(key::XF86_PickupPhone); |
9756 | #[doc (alias = "XF86XK_HangupPhone" )] |
9757 | pub const XF86_HangupPhone: Keysym = Keysym(key::XF86_HangupPhone); |
9758 | #[doc (alias = "XF86XK_Fn" )] |
9759 | pub const XF86_Fn: Keysym = Keysym(key::XF86_Fn); |
9760 | #[doc (alias = "XF86XK_Fn_Esc" )] |
9761 | pub const XF86_Fn_Esc: Keysym = Keysym(key::XF86_Fn_Esc); |
9762 | #[doc (alias = "XF86XK_FnRightShift" )] |
9763 | pub const XF86_FnRightShift: Keysym = Keysym(key::XF86_FnRightShift); |
9764 | #[doc (alias = "XF86XK_Numeric0" )] |
9765 | pub const XF86_Numeric0: Keysym = Keysym(key::XF86_Numeric0); |
9766 | #[doc (alias = "XF86XK_Numeric1" )] |
9767 | pub const XF86_Numeric1: Keysym = Keysym(key::XF86_Numeric1); |
9768 | #[doc (alias = "XF86XK_Numeric2" )] |
9769 | pub const XF86_Numeric2: Keysym = Keysym(key::XF86_Numeric2); |
9770 | #[doc (alias = "XF86XK_Numeric3" )] |
9771 | pub const XF86_Numeric3: Keysym = Keysym(key::XF86_Numeric3); |
9772 | #[doc (alias = "XF86XK_Numeric4" )] |
9773 | pub const XF86_Numeric4: Keysym = Keysym(key::XF86_Numeric4); |
9774 | #[doc (alias = "XF86XK_Numeric5" )] |
9775 | pub const XF86_Numeric5: Keysym = Keysym(key::XF86_Numeric5); |
9776 | #[doc (alias = "XF86XK_Numeric6" )] |
9777 | pub const XF86_Numeric6: Keysym = Keysym(key::XF86_Numeric6); |
9778 | #[doc (alias = "XF86XK_Numeric7" )] |
9779 | pub const XF86_Numeric7: Keysym = Keysym(key::XF86_Numeric7); |
9780 | #[doc (alias = "XF86XK_Numeric8" )] |
9781 | pub const XF86_Numeric8: Keysym = Keysym(key::XF86_Numeric8); |
9782 | #[doc (alias = "XF86XK_Numeric9" )] |
9783 | pub const XF86_Numeric9: Keysym = Keysym(key::XF86_Numeric9); |
9784 | #[doc (alias = "XF86XK_NumericStar" )] |
9785 | pub const XF86_NumericStar: Keysym = Keysym(key::XF86_NumericStar); |
9786 | #[doc (alias = "XF86XK_NumericPound" )] |
9787 | pub const XF86_NumericPound: Keysym = Keysym(key::XF86_NumericPound); |
9788 | #[doc (alias = "XF86XK_NumericA" )] |
9789 | pub const XF86_NumericA: Keysym = Keysym(key::XF86_NumericA); |
9790 | #[doc (alias = "XF86XK_NumericB" )] |
9791 | pub const XF86_NumericB: Keysym = Keysym(key::XF86_NumericB); |
9792 | #[doc (alias = "XF86XK_NumericC" )] |
9793 | pub const XF86_NumericC: Keysym = Keysym(key::XF86_NumericC); |
9794 | #[doc (alias = "XF86XK_NumericD" )] |
9795 | pub const XF86_NumericD: Keysym = Keysym(key::XF86_NumericD); |
9796 | #[doc (alias = "XF86XK_CameraFocus" )] |
9797 | pub const XF86_CameraFocus: Keysym = Keysym(key::XF86_CameraFocus); |
9798 | #[doc (alias = "XF86XK_WPSButton" )] |
9799 | pub const XF86_WPSButton: Keysym = Keysym(key::XF86_WPSButton); |
9800 | #[doc (alias = "XF86XK_CameraZoomIn" )] |
9801 | pub const XF86_CameraZoomIn: Keysym = Keysym(key::XF86_CameraZoomIn); |
9802 | #[doc (alias = "XF86XK_CameraZoomOut" )] |
9803 | pub const XF86_CameraZoomOut: Keysym = Keysym(key::XF86_CameraZoomOut); |
9804 | #[doc (alias = "XF86XK_CameraUp" )] |
9805 | pub const XF86_CameraUp: Keysym = Keysym(key::XF86_CameraUp); |
9806 | #[doc (alias = "XF86XK_CameraDown" )] |
9807 | pub const XF86_CameraDown: Keysym = Keysym(key::XF86_CameraDown); |
9808 | #[doc (alias = "XF86XK_CameraLeft" )] |
9809 | pub const XF86_CameraLeft: Keysym = Keysym(key::XF86_CameraLeft); |
9810 | #[doc (alias = "XF86XK_CameraRight" )] |
9811 | pub const XF86_CameraRight: Keysym = Keysym(key::XF86_CameraRight); |
9812 | #[doc (alias = "XF86XK_AttendantOn" )] |
9813 | pub const XF86_AttendantOn: Keysym = Keysym(key::XF86_AttendantOn); |
9814 | #[doc (alias = "XF86XK_AttendantOff" )] |
9815 | pub const XF86_AttendantOff: Keysym = Keysym(key::XF86_AttendantOff); |
9816 | #[doc (alias = "XF86XK_AttendantToggle" )] |
9817 | pub const XF86_AttendantToggle: Keysym = Keysym(key::XF86_AttendantToggle); |
9818 | #[doc (alias = "XF86XK_LightsToggle" )] |
9819 | pub const XF86_LightsToggle: Keysym = Keysym(key::XF86_LightsToggle); |
9820 | #[doc (alias = "XF86XK_ALSToggle" )] |
9821 | pub const XF86_ALSToggle: Keysym = Keysym(key::XF86_ALSToggle); |
9822 | #[doc (alias = "XF86XK_Buttonconfig" )] |
9823 | pub const XF86_Buttonconfig: Keysym = Keysym(key::XF86_Buttonconfig); |
9824 | #[doc (alias = "XF86XK_Taskmanager" )] |
9825 | pub const XF86_Taskmanager: Keysym = Keysym(key::XF86_Taskmanager); |
9826 | #[doc (alias = "XF86XK_Journal" )] |
9827 | pub const XF86_Journal: Keysym = Keysym(key::XF86_Journal); |
9828 | #[doc (alias = "XF86XK_ControlPanel" )] |
9829 | pub const XF86_ControlPanel: Keysym = Keysym(key::XF86_ControlPanel); |
9830 | #[doc (alias = "XF86XK_AppSelect" )] |
9831 | pub const XF86_AppSelect: Keysym = Keysym(key::XF86_AppSelect); |
9832 | #[doc (alias = "XF86XK_Screensaver" )] |
9833 | pub const XF86_Screensaver: Keysym = Keysym(key::XF86_Screensaver); |
9834 | #[doc (alias = "XF86XK_VoiceCommand" )] |
9835 | pub const XF86_VoiceCommand: Keysym = Keysym(key::XF86_VoiceCommand); |
9836 | #[doc (alias = "XF86XK_Assistant" )] |
9837 | pub const XF86_Assistant: Keysym = Keysym(key::XF86_Assistant); |
9838 | #[doc (alias = "XF86XK_BrightnessMin" )] |
9839 | pub const XF86_BrightnessMin: Keysym = Keysym(key::XF86_BrightnessMin); |
9840 | #[doc (alias = "XF86XK_BrightnessMax" )] |
9841 | pub const XF86_BrightnessMax: Keysym = Keysym(key::XF86_BrightnessMax); |
9842 | #[doc (alias = "XF86XK_KbdInputAssistPrev" )] |
9843 | pub const XF86_KbdInputAssistPrev: Keysym = Keysym(key::XF86_KbdInputAssistPrev); |
9844 | #[doc (alias = "XF86XK_KbdInputAssistNext" )] |
9845 | pub const XF86_KbdInputAssistNext: Keysym = Keysym(key::XF86_KbdInputAssistNext); |
9846 | #[doc (alias = "XF86XK_KbdInputAssistPrevgroup" )] |
9847 | pub const XF86_KbdInputAssistPrevgroup: Keysym = Keysym(key::XF86_KbdInputAssistPrevgroup); |
9848 | #[doc (alias = "XF86XK_KbdInputAssistNextgroup" )] |
9849 | pub const XF86_KbdInputAssistNextgroup: Keysym = Keysym(key::XF86_KbdInputAssistNextgroup); |
9850 | #[doc (alias = "XF86XK_KbdInputAssistAccept" )] |
9851 | pub const XF86_KbdInputAssistAccept: Keysym = Keysym(key::XF86_KbdInputAssistAccept); |
9852 | #[doc (alias = "XF86XK_KbdInputAssistCancel" )] |
9853 | pub const XF86_KbdInputAssistCancel: Keysym = Keysym(key::XF86_KbdInputAssistCancel); |
9854 | #[doc (alias = "XF86XK_RightUp" )] |
9855 | pub const XF86_RightUp: Keysym = Keysym(key::XF86_RightUp); |
9856 | #[doc (alias = "XF86XK_RightDown" )] |
9857 | pub const XF86_RightDown: Keysym = Keysym(key::XF86_RightDown); |
9858 | #[doc (alias = "XF86XK_LeftUp" )] |
9859 | pub const XF86_LeftUp: Keysym = Keysym(key::XF86_LeftUp); |
9860 | #[doc (alias = "XF86XK_LeftDown" )] |
9861 | pub const XF86_LeftDown: Keysym = Keysym(key::XF86_LeftDown); |
9862 | #[doc (alias = "XF86XK_RootMenu" )] |
9863 | pub const XF86_RootMenu: Keysym = Keysym(key::XF86_RootMenu); |
9864 | #[doc (alias = "XF86XK_MediaTopMenu" )] |
9865 | pub const XF86_MediaTopMenu: Keysym = Keysym(key::XF86_MediaTopMenu); |
9866 | #[doc (alias = "XF86XK_Numeric11" )] |
9867 | pub const XF86_Numeric11: Keysym = Keysym(key::XF86_Numeric11); |
9868 | #[doc (alias = "XF86XK_Numeric12" )] |
9869 | pub const XF86_Numeric12: Keysym = Keysym(key::XF86_Numeric12); |
9870 | #[doc (alias = "XF86XK_AudioDesc" )] |
9871 | pub const XF86_AudioDesc: Keysym = Keysym(key::XF86_AudioDesc); |
9872 | #[doc (alias = "XF86XK_3DMode" )] |
9873 | pub const XF86_3DMode: Keysym = Keysym(key::XF86_3DMode); |
9874 | #[doc (alias = "XF86XK_NextFavorite" )] |
9875 | pub const XF86_NextFavorite: Keysym = Keysym(key::XF86_NextFavorite); |
9876 | #[doc (alias = "XF86XK_StopRecord" )] |
9877 | pub const XF86_StopRecord: Keysym = Keysym(key::XF86_StopRecord); |
9878 | #[doc (alias = "XF86XK_PauseRecord" )] |
9879 | pub const XF86_PauseRecord: Keysym = Keysym(key::XF86_PauseRecord); |
9880 | #[doc (alias = "XF86XK_VOD" )] |
9881 | pub const XF86_VOD: Keysym = Keysym(key::XF86_VOD); |
9882 | #[doc (alias = "XF86XK_Unmute" )] |
9883 | pub const XF86_Unmute: Keysym = Keysym(key::XF86_Unmute); |
9884 | #[doc (alias = "XF86XK_FastReverse" )] |
9885 | pub const XF86_FastReverse: Keysym = Keysym(key::XF86_FastReverse); |
9886 | #[doc (alias = "XF86XK_SlowReverse" )] |
9887 | pub const XF86_SlowReverse: Keysym = Keysym(key::XF86_SlowReverse); |
9888 | #[doc (alias = "XF86XK_Data" )] |
9889 | pub const XF86_Data: Keysym = Keysym(key::XF86_Data); |
9890 | #[doc (alias = "XF86XK_OnScreenKeyboard" )] |
9891 | pub const XF86_OnScreenKeyboard: Keysym = Keysym(key::XF86_OnScreenKeyboard); |
9892 | #[doc (alias = "XF86XK_PrivacyScreenToggle" )] |
9893 | pub const XF86_PrivacyScreenToggle: Keysym = Keysym(key::XF86_PrivacyScreenToggle); |
9894 | #[doc (alias = "XF86XK_SelectiveScreenshot" )] |
9895 | pub const XF86_SelectiveScreenshot: Keysym = Keysym(key::XF86_SelectiveScreenshot); |
9896 | #[doc (alias = "XF86XK_Macro1" )] |
9897 | pub const XF86_Macro1: Keysym = Keysym(key::XF86_Macro1); |
9898 | #[doc (alias = "XF86XK_Macro2" )] |
9899 | pub const XF86_Macro2: Keysym = Keysym(key::XF86_Macro2); |
9900 | #[doc (alias = "XF86XK_Macro3" )] |
9901 | pub const XF86_Macro3: Keysym = Keysym(key::XF86_Macro3); |
9902 | #[doc (alias = "XF86XK_Macro4" )] |
9903 | pub const XF86_Macro4: Keysym = Keysym(key::XF86_Macro4); |
9904 | #[doc (alias = "XF86XK_Macro5" )] |
9905 | pub const XF86_Macro5: Keysym = Keysym(key::XF86_Macro5); |
9906 | #[doc (alias = "XF86XK_Macro6" )] |
9907 | pub const XF86_Macro6: Keysym = Keysym(key::XF86_Macro6); |
9908 | #[doc (alias = "XF86XK_Macro7" )] |
9909 | pub const XF86_Macro7: Keysym = Keysym(key::XF86_Macro7); |
9910 | #[doc (alias = "XF86XK_Macro8" )] |
9911 | pub const XF86_Macro8: Keysym = Keysym(key::XF86_Macro8); |
9912 | #[doc (alias = "XF86XK_Macro9" )] |
9913 | pub const XF86_Macro9: Keysym = Keysym(key::XF86_Macro9); |
9914 | #[doc (alias = "XF86XK_Macro10" )] |
9915 | pub const XF86_Macro10: Keysym = Keysym(key::XF86_Macro10); |
9916 | #[doc (alias = "XF86XK_Macro11" )] |
9917 | pub const XF86_Macro11: Keysym = Keysym(key::XF86_Macro11); |
9918 | #[doc (alias = "XF86XK_Macro12" )] |
9919 | pub const XF86_Macro12: Keysym = Keysym(key::XF86_Macro12); |
9920 | #[doc (alias = "XF86XK_Macro13" )] |
9921 | pub const XF86_Macro13: Keysym = Keysym(key::XF86_Macro13); |
9922 | #[doc (alias = "XF86XK_Macro14" )] |
9923 | pub const XF86_Macro14: Keysym = Keysym(key::XF86_Macro14); |
9924 | #[doc (alias = "XF86XK_Macro15" )] |
9925 | pub const XF86_Macro15: Keysym = Keysym(key::XF86_Macro15); |
9926 | #[doc (alias = "XF86XK_Macro16" )] |
9927 | pub const XF86_Macro16: Keysym = Keysym(key::XF86_Macro16); |
9928 | #[doc (alias = "XF86XK_Macro17" )] |
9929 | pub const XF86_Macro17: Keysym = Keysym(key::XF86_Macro17); |
9930 | #[doc (alias = "XF86XK_Macro18" )] |
9931 | pub const XF86_Macro18: Keysym = Keysym(key::XF86_Macro18); |
9932 | #[doc (alias = "XF86XK_Macro19" )] |
9933 | pub const XF86_Macro19: Keysym = Keysym(key::XF86_Macro19); |
9934 | #[doc (alias = "XF86XK_Macro20" )] |
9935 | pub const XF86_Macro20: Keysym = Keysym(key::XF86_Macro20); |
9936 | #[doc (alias = "XF86XK_Macro21" )] |
9937 | pub const XF86_Macro21: Keysym = Keysym(key::XF86_Macro21); |
9938 | #[doc (alias = "XF86XK_Macro22" )] |
9939 | pub const XF86_Macro22: Keysym = Keysym(key::XF86_Macro22); |
9940 | #[doc (alias = "XF86XK_Macro23" )] |
9941 | pub const XF86_Macro23: Keysym = Keysym(key::XF86_Macro23); |
9942 | #[doc (alias = "XF86XK_Macro24" )] |
9943 | pub const XF86_Macro24: Keysym = Keysym(key::XF86_Macro24); |
9944 | #[doc (alias = "XF86XK_Macro25" )] |
9945 | pub const XF86_Macro25: Keysym = Keysym(key::XF86_Macro25); |
9946 | #[doc (alias = "XF86XK_Macro26" )] |
9947 | pub const XF86_Macro26: Keysym = Keysym(key::XF86_Macro26); |
9948 | #[doc (alias = "XF86XK_Macro27" )] |
9949 | pub const XF86_Macro27: Keysym = Keysym(key::XF86_Macro27); |
9950 | #[doc (alias = "XF86XK_Macro28" )] |
9951 | pub const XF86_Macro28: Keysym = Keysym(key::XF86_Macro28); |
9952 | #[doc (alias = "XF86XK_Macro29" )] |
9953 | pub const XF86_Macro29: Keysym = Keysym(key::XF86_Macro29); |
9954 | #[doc (alias = "XF86XK_Macro30" )] |
9955 | pub const XF86_Macro30: Keysym = Keysym(key::XF86_Macro30); |
9956 | #[doc (alias = "XF86XK_MacroRecordStart" )] |
9957 | pub const XF86_MacroRecordStart: Keysym = Keysym(key::XF86_MacroRecordStart); |
9958 | #[doc (alias = "XF86XK_MacroRecordStop" )] |
9959 | pub const XF86_MacroRecordStop: Keysym = Keysym(key::XF86_MacroRecordStop); |
9960 | #[doc (alias = "XF86XK_MacroPresetCycle" )] |
9961 | pub const XF86_MacroPresetCycle: Keysym = Keysym(key::XF86_MacroPresetCycle); |
9962 | #[doc (alias = "XF86XK_MacroPreset1" )] |
9963 | pub const XF86_MacroPreset1: Keysym = Keysym(key::XF86_MacroPreset1); |
9964 | #[doc (alias = "XF86XK_MacroPreset2" )] |
9965 | pub const XF86_MacroPreset2: Keysym = Keysym(key::XF86_MacroPreset2); |
9966 | #[doc (alias = "XF86XK_MacroPreset3" )] |
9967 | pub const XF86_MacroPreset3: Keysym = Keysym(key::XF86_MacroPreset3); |
9968 | #[doc (alias = "XF86XK_KbdLcdMenu1" )] |
9969 | pub const XF86_KbdLcdMenu1: Keysym = Keysym(key::XF86_KbdLcdMenu1); |
9970 | #[doc (alias = "XF86XK_KbdLcdMenu2" )] |
9971 | pub const XF86_KbdLcdMenu2: Keysym = Keysym(key::XF86_KbdLcdMenu2); |
9972 | #[doc (alias = "XF86XK_KbdLcdMenu3" )] |
9973 | pub const XF86_KbdLcdMenu3: Keysym = Keysym(key::XF86_KbdLcdMenu3); |
9974 | #[doc (alias = "XF86XK_KbdLcdMenu4" )] |
9975 | pub const XF86_KbdLcdMenu4: Keysym = Keysym(key::XF86_KbdLcdMenu4); |
9976 | #[doc (alias = "XF86XK_KbdLcdMenu5" )] |
9977 | pub const XF86_KbdLcdMenu5: Keysym = Keysym(key::XF86_KbdLcdMenu5); |
9978 | #[doc (alias = "SunXK_FA_Grave" )] |
9979 | pub const SUN_FA_Grave: Keysym = Keysym(key::SUN_FA_Grave); |
9980 | #[doc (alias = "SunXK_FA_Circum" )] |
9981 | pub const SUN_FA_Circum: Keysym = Keysym(key::SUN_FA_Circum); |
9982 | #[doc (alias = "SunXK_FA_Tilde" )] |
9983 | pub const SUN_FA_Tilde: Keysym = Keysym(key::SUN_FA_Tilde); |
9984 | #[doc (alias = "SunXK_FA_Acute" )] |
9985 | pub const SUN_FA_Acute: Keysym = Keysym(key::SUN_FA_Acute); |
9986 | #[doc (alias = "SunXK_FA_Diaeresis" )] |
9987 | pub const SUN_FA_Diaeresis: Keysym = Keysym(key::SUN_FA_Diaeresis); |
9988 | #[doc (alias = "SunXK_FA_Cedilla" )] |
9989 | pub const SUN_FA_Cedilla: Keysym = Keysym(key::SUN_FA_Cedilla); |
9990 | #[doc (alias = "SunXK_F36" )] |
9991 | pub const SUN_F36: Keysym = Keysym(key::SUN_F36); |
9992 | #[doc (alias = "SunXK_F37" )] |
9993 | pub const SUN_F37: Keysym = Keysym(key::SUN_F37); |
9994 | #[doc (alias = "SunXK_Sys_Req" )] |
9995 | pub const SUN_Sys_Req: Keysym = Keysym(key::SUN_Sys_Req); |
9996 | #[doc (alias = "SunXK_Print_Screen" )] |
9997 | pub const SUN_Print_Screen: Keysym = Keysym(key::SUN_Print_Screen); |
9998 | #[doc (alias = "SunXK_Compose" )] |
9999 | pub const SUN_Compose: Keysym = Keysym(key::SUN_Compose); |
10000 | #[doc (alias = "SunXK_AltGraph" )] |
10001 | pub const SUN_AltGraph: Keysym = Keysym(key::SUN_AltGraph); |
10002 | #[doc (alias = "SunXK_PageUp" )] |
10003 | pub const SUN_PageUp: Keysym = Keysym(key::SUN_PageUp); |
10004 | #[doc (alias = "SunXK_PageDown" )] |
10005 | pub const SUN_PageDown: Keysym = Keysym(key::SUN_PageDown); |
10006 | #[doc (alias = "SunXK_Undo" )] |
10007 | pub const SUN_Undo: Keysym = Keysym(key::SUN_Undo); |
10008 | #[doc (alias = "SunXK_Again" )] |
10009 | pub const SUN_Again: Keysym = Keysym(key::SUN_Again); |
10010 | #[doc (alias = "SunXK_Find" )] |
10011 | pub const SUN_Find: Keysym = Keysym(key::SUN_Find); |
10012 | #[doc (alias = "SunXK_Stop" )] |
10013 | pub const SUN_Stop: Keysym = Keysym(key::SUN_Stop); |
10014 | #[doc (alias = "SunXK_Props" )] |
10015 | pub const SUN_Props: Keysym = Keysym(key::SUN_Props); |
10016 | #[doc (alias = "SunXK_Front" )] |
10017 | pub const SUN_Front: Keysym = Keysym(key::SUN_Front); |
10018 | #[doc (alias = "SunXK_Copy" )] |
10019 | pub const SUN_Copy: Keysym = Keysym(key::SUN_Copy); |
10020 | #[doc (alias = "SunXK_Open" )] |
10021 | pub const SUN_Open: Keysym = Keysym(key::SUN_Open); |
10022 | #[doc (alias = "SunXK_Paste" )] |
10023 | pub const SUN_Paste: Keysym = Keysym(key::SUN_Paste); |
10024 | #[doc (alias = "SunXK_Cut" )] |
10025 | pub const SUN_Cut: Keysym = Keysym(key::SUN_Cut); |
10026 | #[doc (alias = "SunXK_PowerSwitch" )] |
10027 | pub const SUN_PowerSwitch: Keysym = Keysym(key::SUN_PowerSwitch); |
10028 | #[doc (alias = "SunXK_AudioLowerVolume" )] |
10029 | pub const SUN_AudioLowerVolume: Keysym = Keysym(key::SUN_AudioLowerVolume); |
10030 | #[doc (alias = "SunXK_AudioMute" )] |
10031 | pub const SUN_AudioMute: Keysym = Keysym(key::SUN_AudioMute); |
10032 | #[doc (alias = "SunXK_AudioRaiseVolume" )] |
10033 | pub const SUN_AudioRaiseVolume: Keysym = Keysym(key::SUN_AudioRaiseVolume); |
10034 | #[doc (alias = "SunXK_VideoDegauss" )] |
10035 | pub const SUN_VideoDegauss: Keysym = Keysym(key::SUN_VideoDegauss); |
10036 | #[doc (alias = "SunXK_VideoLowerBrightness" )] |
10037 | pub const SUN_VideoLowerBrightness: Keysym = Keysym(key::SUN_VideoLowerBrightness); |
10038 | #[doc (alias = "SunXK_VideoRaiseBrightness" )] |
10039 | pub const SUN_VideoRaiseBrightness: Keysym = Keysym(key::SUN_VideoRaiseBrightness); |
10040 | #[doc (alias = "SunXK_PowerSwitchShift" )] |
10041 | pub const SUN_PowerSwitchShift: Keysym = Keysym(key::SUN_PowerSwitchShift); |
10042 | #[doc (alias = "DXK_ring_accent" )] |
10043 | pub const D_ring_accent: Keysym = Keysym(key::D_ring_accent); |
10044 | #[doc (alias = "DXK_circumflex_accent" )] |
10045 | pub const D_circumflex_accent: Keysym = Keysym(key::D_circumflex_accent); |
10046 | #[doc (alias = "DXK_cedilla_accent" )] |
10047 | pub const D_cedilla_accent: Keysym = Keysym(key::D_cedilla_accent); |
10048 | #[doc (alias = "DXK_acute_accent" )] |
10049 | pub const D_acute_accent: Keysym = Keysym(key::D_acute_accent); |
10050 | #[doc (alias = "DXK_grave_accent" )] |
10051 | pub const D_grave_accent: Keysym = Keysym(key::D_grave_accent); |
10052 | #[doc (alias = "DXK_tilde" )] |
10053 | pub const D_tilde: Keysym = Keysym(key::D_tilde); |
10054 | #[doc (alias = "DXK_diaeresis" )] |
10055 | pub const D_diaeresis: Keysym = Keysym(key::D_diaeresis); |
10056 | #[doc (alias = "DXK_Remove" )] |
10057 | pub const D_Remove: Keysym = Keysym(key::D_Remove); |
10058 | #[doc (alias = "hpXK_ClearLine" )] |
10059 | pub const HP_ClearLine: Keysym = Keysym(key::HP_ClearLine); |
10060 | #[doc (alias = "hpXK_InsertLine" )] |
10061 | pub const HP_InsertLine: Keysym = Keysym(key::HP_InsertLine); |
10062 | #[doc (alias = "hpXK_DeleteLine" )] |
10063 | pub const HP_DeleteLine: Keysym = Keysym(key::HP_DeleteLine); |
10064 | #[doc (alias = "hpXK_InsertChar" )] |
10065 | pub const HP_InsertChar: Keysym = Keysym(key::HP_InsertChar); |
10066 | #[doc (alias = "hpXK_DeleteChar" )] |
10067 | pub const HP_DeleteChar: Keysym = Keysym(key::HP_DeleteChar); |
10068 | #[doc (alias = "hpXK_BackTab" )] |
10069 | pub const HP_BackTab: Keysym = Keysym(key::HP_BackTab); |
10070 | #[doc (alias = "hpXK_KP_BackTab" )] |
10071 | pub const HP_KP_BackTab: Keysym = Keysym(key::HP_KP_BackTab); |
10072 | #[doc (alias = "hpXK_Modelock1" )] |
10073 | pub const HP_Modelock1: Keysym = Keysym(key::HP_Modelock1); |
10074 | #[doc (alias = "hpXK_Modelock2" )] |
10075 | pub const HP_Modelock2: Keysym = Keysym(key::HP_Modelock2); |
10076 | #[doc (alias = "hpXK_Reset" )] |
10077 | pub const HP_Reset: Keysym = Keysym(key::HP_Reset); |
10078 | #[doc (alias = "hpXK_System" )] |
10079 | pub const HP_System: Keysym = Keysym(key::HP_System); |
10080 | #[doc (alias = "hpXK_User" )] |
10081 | pub const HP_User: Keysym = Keysym(key::HP_User); |
10082 | #[doc (alias = "hpXK_mute_acute" )] |
10083 | pub const HP_mute_acute: Keysym = Keysym(key::HP_mute_acute); |
10084 | #[doc (alias = "hpXK_mute_grave" )] |
10085 | pub const HP_mute_grave: Keysym = Keysym(key::HP_mute_grave); |
10086 | #[doc (alias = "hpXK_mute_asciicircum" )] |
10087 | pub const HP_mute_asciicircum: Keysym = Keysym(key::HP_mute_asciicircum); |
10088 | #[doc (alias = "hpXK_mute_diaeresis" )] |
10089 | pub const HP_mute_diaeresis: Keysym = Keysym(key::HP_mute_diaeresis); |
10090 | #[doc (alias = "hpXK_mute_asciitilde" )] |
10091 | pub const HP_mute_asciitilde: Keysym = Keysym(key::HP_mute_asciitilde); |
10092 | #[doc (alias = "hpXK_lira" )] |
10093 | pub const HP_lira: Keysym = Keysym(key::HP_lira); |
10094 | #[doc (alias = "hpXK_guilder" )] |
10095 | pub const HP_guilder: Keysym = Keysym(key::HP_guilder); |
10096 | #[doc (alias = "hpXK_IO" )] |
10097 | pub const HP_IO: Keysym = Keysym(key::HP_IO); |
10098 | #[doc (alias = "hpXK_longminus" )] |
10099 | pub const HP_longminus: Keysym = Keysym(key::HP_longminus); |
10100 | #[doc (alias = "hpXK_block" )] |
10101 | pub const HP_block: Keysym = Keysym(key::HP_block); |
10102 | #[doc (alias = "osfXK_Copy" )] |
10103 | pub const OSF_Copy: Keysym = Keysym(key::OSF_Copy); |
10104 | #[doc (alias = "osfXK_Cut" )] |
10105 | pub const OSF_Cut: Keysym = Keysym(key::OSF_Cut); |
10106 | #[doc (alias = "osfXK_Paste" )] |
10107 | pub const OSF_Paste: Keysym = Keysym(key::OSF_Paste); |
10108 | #[doc (alias = "osfXK_BackTab" )] |
10109 | pub const OSF_BackTab: Keysym = Keysym(key::OSF_BackTab); |
10110 | #[doc (alias = "osfXK_BackSpace" )] |
10111 | pub const OSF_BackSpace: Keysym = Keysym(key::OSF_BackSpace); |
10112 | #[doc (alias = "osfXK_Clear" )] |
10113 | pub const OSF_Clear: Keysym = Keysym(key::OSF_Clear); |
10114 | #[doc (alias = "osfXK_Escape" )] |
10115 | pub const OSF_Escape: Keysym = Keysym(key::OSF_Escape); |
10116 | #[doc (alias = "osfXK_AddMode" )] |
10117 | pub const OSF_AddMode: Keysym = Keysym(key::OSF_AddMode); |
10118 | #[doc (alias = "osfXK_PrimaryPaste" )] |
10119 | pub const OSF_PrimaryPaste: Keysym = Keysym(key::OSF_PrimaryPaste); |
10120 | #[doc (alias = "osfXK_QuickPaste" )] |
10121 | pub const OSF_QuickPaste: Keysym = Keysym(key::OSF_QuickPaste); |
10122 | #[doc (alias = "osfXK_PageLeft" )] |
10123 | pub const OSF_PageLeft: Keysym = Keysym(key::OSF_PageLeft); |
10124 | #[doc (alias = "osfXK_PageUp" )] |
10125 | pub const OSF_PageUp: Keysym = Keysym(key::OSF_PageUp); |
10126 | #[doc (alias = "osfXK_PageDown" )] |
10127 | pub const OSF_PageDown: Keysym = Keysym(key::OSF_PageDown); |
10128 | #[doc (alias = "osfXK_PageRight" )] |
10129 | pub const OSF_PageRight: Keysym = Keysym(key::OSF_PageRight); |
10130 | #[doc (alias = "osfXK_Activate" )] |
10131 | pub const OSF_Activate: Keysym = Keysym(key::OSF_Activate); |
10132 | #[doc (alias = "osfXK_MenuBar" )] |
10133 | pub const OSF_MenuBar: Keysym = Keysym(key::OSF_MenuBar); |
10134 | #[doc (alias = "osfXK_Left" )] |
10135 | pub const OSF_Left: Keysym = Keysym(key::OSF_Left); |
10136 | #[doc (alias = "osfXK_Up" )] |
10137 | pub const OSF_Up: Keysym = Keysym(key::OSF_Up); |
10138 | #[doc (alias = "osfXK_Right" )] |
10139 | pub const OSF_Right: Keysym = Keysym(key::OSF_Right); |
10140 | #[doc (alias = "osfXK_Down" )] |
10141 | pub const OSF_Down: Keysym = Keysym(key::OSF_Down); |
10142 | #[doc (alias = "osfXK_EndLine" )] |
10143 | pub const OSF_EndLine: Keysym = Keysym(key::OSF_EndLine); |
10144 | #[doc (alias = "osfXK_BeginLine" )] |
10145 | pub const OSF_BeginLine: Keysym = Keysym(key::OSF_BeginLine); |
10146 | #[doc (alias = "osfXK_EndData" )] |
10147 | pub const OSF_EndData: Keysym = Keysym(key::OSF_EndData); |
10148 | #[doc (alias = "osfXK_BeginData" )] |
10149 | pub const OSF_BeginData: Keysym = Keysym(key::OSF_BeginData); |
10150 | #[doc (alias = "osfXK_PrevMenu" )] |
10151 | pub const OSF_PrevMenu: Keysym = Keysym(key::OSF_PrevMenu); |
10152 | #[doc (alias = "osfXK_NextMenu" )] |
10153 | pub const OSF_NextMenu: Keysym = Keysym(key::OSF_NextMenu); |
10154 | #[doc (alias = "osfXK_PrevField" )] |
10155 | pub const OSF_PrevField: Keysym = Keysym(key::OSF_PrevField); |
10156 | #[doc (alias = "osfXK_NextField" )] |
10157 | pub const OSF_NextField: Keysym = Keysym(key::OSF_NextField); |
10158 | #[doc (alias = "osfXK_Select" )] |
10159 | pub const OSF_Select: Keysym = Keysym(key::OSF_Select); |
10160 | #[doc (alias = "osfXK_Insert" )] |
10161 | pub const OSF_Insert: Keysym = Keysym(key::OSF_Insert); |
10162 | #[doc (alias = "osfXK_Undo" )] |
10163 | pub const OSF_Undo: Keysym = Keysym(key::OSF_Undo); |
10164 | #[doc (alias = "osfXK_Menu" )] |
10165 | pub const OSF_Menu: Keysym = Keysym(key::OSF_Menu); |
10166 | #[doc (alias = "osfXK_Cancel" )] |
10167 | pub const OSF_Cancel: Keysym = Keysym(key::OSF_Cancel); |
10168 | #[doc (alias = "osfXK_Help" )] |
10169 | pub const OSF_Help: Keysym = Keysym(key::OSF_Help); |
10170 | #[doc (alias = "osfXK_SelectAll" )] |
10171 | pub const OSF_SelectAll: Keysym = Keysym(key::OSF_SelectAll); |
10172 | #[doc (alias = "osfXK_DeselectAll" )] |
10173 | pub const OSF_DeselectAll: Keysym = Keysym(key::OSF_DeselectAll); |
10174 | #[doc (alias = "osfXK_Reselect" )] |
10175 | pub const OSF_Reselect: Keysym = Keysym(key::OSF_Reselect); |
10176 | #[doc (alias = "osfXK_Extend" )] |
10177 | pub const OSF_Extend: Keysym = Keysym(key::OSF_Extend); |
10178 | #[doc (alias = "osfXK_Restore" )] |
10179 | pub const OSF_Restore: Keysym = Keysym(key::OSF_Restore); |
10180 | #[doc (alias = "osfXK_Delete" )] |
10181 | pub const OSF_Delete: Keysym = Keysym(key::OSF_Delete); |
10182 | #[doc (alias = "XK_Reset" )] |
10183 | pub const Reset: Keysym = Keysym(key::Reset); |
10184 | #[doc (alias = "XK_System" )] |
10185 | pub const System: Keysym = Keysym(key::System); |
10186 | #[doc (alias = "XK_User" )] |
10187 | pub const User: Keysym = Keysym(key::User); |
10188 | #[doc (alias = "XK_ClearLine" )] |
10189 | pub const ClearLine: Keysym = Keysym(key::ClearLine); |
10190 | #[doc (alias = "XK_InsertLine" )] |
10191 | pub const InsertLine: Keysym = Keysym(key::InsertLine); |
10192 | #[doc (alias = "XK_DeleteLine" )] |
10193 | pub const DeleteLine: Keysym = Keysym(key::DeleteLine); |
10194 | #[doc (alias = "XK_InsertChar" )] |
10195 | pub const InsertChar: Keysym = Keysym(key::InsertChar); |
10196 | #[doc (alias = "XK_DeleteChar" )] |
10197 | pub const DeleteChar: Keysym = Keysym(key::DeleteChar); |
10198 | #[doc (alias = "XK_BackTab" )] |
10199 | pub const BackTab: Keysym = Keysym(key::BackTab); |
10200 | #[doc (alias = "XK_KP_BackTab" )] |
10201 | pub const KP_BackTab: Keysym = Keysym(key::KP_BackTab); |
10202 | #[doc (alias = "XK_Ext16bit_L" )] |
10203 | pub const Ext16bit_L: Keysym = Keysym(key::Ext16bit_L); |
10204 | #[doc (alias = "XK_Ext16bit_R" )] |
10205 | pub const Ext16bit_R: Keysym = Keysym(key::Ext16bit_R); |
10206 | #[doc (alias = "XK_mute_acute" )] |
10207 | pub const mute_acute: Keysym = Keysym(key::mute_acute); |
10208 | #[doc (alias = "XK_mute_grave" )] |
10209 | pub const mute_grave: Keysym = Keysym(key::mute_grave); |
10210 | #[doc (alias = "XK_mute_asciicircum" )] |
10211 | pub const mute_asciicircum: Keysym = Keysym(key::mute_asciicircum); |
10212 | #[doc (alias = "XK_mute_diaeresis" )] |
10213 | pub const mute_diaeresis: Keysym = Keysym(key::mute_diaeresis); |
10214 | #[doc (alias = "XK_mute_asciitilde" )] |
10215 | pub const mute_asciitilde: Keysym = Keysym(key::mute_asciitilde); |
10216 | #[doc (alias = "XK_lira" )] |
10217 | pub const lira: Keysym = Keysym(key::lira); |
10218 | #[doc (alias = "XK_guilder" )] |
10219 | pub const guilder: Keysym = Keysym(key::guilder); |
10220 | #[doc (alias = "XK_IO" )] |
10221 | pub const IO: Keysym = Keysym(key::IO); |
10222 | #[doc (alias = "XK_longminus" )] |
10223 | pub const longminus: Keysym = Keysym(key::longminus); |
10224 | #[doc (alias = "XK_block" )] |
10225 | pub const block: Keysym = Keysym(key::block); |
10226 | } |
10227 | |
10228 | |
10229 | #[allow (unreachable_patterns)] |
10230 | pub(crate) const fn name(keysym: Keysym) -> Option<&'static str> { |
10231 | match keysym { |
10232 | Keysym::VoidSymbol => Some("XK_VoidSymbol" ), |
10233 | Keysym::BackSpace => Some("XK_BackSpace" ), |
10234 | Keysym::Tab => Some("XK_Tab" ), |
10235 | Keysym::Linefeed => Some("XK_Linefeed" ), |
10236 | Keysym::Clear => Some("XK_Clear" ), |
10237 | Keysym::Return => Some("XK_Return" ), |
10238 | Keysym::Pause => Some("XK_Pause" ), |
10239 | Keysym::Scroll_Lock => Some("XK_Scroll_Lock" ), |
10240 | Keysym::Sys_Req => Some("XK_Sys_Req" ), |
10241 | Keysym::Escape => Some("XK_Escape" ), |
10242 | Keysym::Delete => Some("XK_Delete" ), |
10243 | Keysym::Multi_key => Some("XK_Multi_key" ), |
10244 | Keysym::Codeinput => Some("XK_Codeinput" ), |
10245 | Keysym::SingleCandidate => Some("XK_SingleCandidate" ), |
10246 | Keysym::MultipleCandidate => Some("XK_MultipleCandidate" ), |
10247 | Keysym::PreviousCandidate => Some("XK_PreviousCandidate" ), |
10248 | Keysym::Kanji => Some("XK_Kanji" ), |
10249 | Keysym::Muhenkan => Some("XK_Muhenkan" ), |
10250 | Keysym::Henkan_Mode => Some("XK_Henkan_Mode" ), |
10251 | Keysym::Henkan => Some("XK_Henkan" ), |
10252 | Keysym::Romaji => Some("XK_Romaji" ), |
10253 | Keysym::Hiragana => Some("XK_Hiragana" ), |
10254 | Keysym::Katakana => Some("XK_Katakana" ), |
10255 | Keysym::Hiragana_Katakana => Some("XK_Hiragana_Katakana" ), |
10256 | Keysym::Zenkaku => Some("XK_Zenkaku" ), |
10257 | Keysym::Hankaku => Some("XK_Hankaku" ), |
10258 | Keysym::Zenkaku_Hankaku => Some("XK_Zenkaku_Hankaku" ), |
10259 | Keysym::Touroku => Some("XK_Touroku" ), |
10260 | Keysym::Massyo => Some("XK_Massyo" ), |
10261 | Keysym::Kana_Lock => Some("XK_Kana_Lock" ), |
10262 | Keysym::Kana_Shift => Some("XK_Kana_Shift" ), |
10263 | Keysym::Eisu_Shift => Some("XK_Eisu_Shift" ), |
10264 | Keysym::Eisu_toggle => Some("XK_Eisu_toggle" ), |
10265 | Keysym::Kanji_Bangou => Some("XK_Kanji_Bangou" ), |
10266 | Keysym::Zen_Koho => Some("XK_Zen_Koho" ), |
10267 | Keysym::Mae_Koho => Some("XK_Mae_Koho" ), |
10268 | Keysym::Home => Some("XK_Home" ), |
10269 | Keysym::Left => Some("XK_Left" ), |
10270 | Keysym::Up => Some("XK_Up" ), |
10271 | Keysym::Right => Some("XK_Right" ), |
10272 | Keysym::Down => Some("XK_Down" ), |
10273 | Keysym::Prior => Some("XK_Prior" ), |
10274 | Keysym::Page_Up => Some("XK_Page_Up" ), |
10275 | Keysym::Next => Some("XK_Next" ), |
10276 | Keysym::Page_Down => Some("XK_Page_Down" ), |
10277 | Keysym::End => Some("XK_End" ), |
10278 | Keysym::Begin => Some("XK_Begin" ), |
10279 | Keysym::Select => Some("XK_Select" ), |
10280 | Keysym::Print => Some("XK_Print" ), |
10281 | Keysym::Execute => Some("XK_Execute" ), |
10282 | Keysym::Insert => Some("XK_Insert" ), |
10283 | Keysym::Undo => Some("XK_Undo" ), |
10284 | Keysym::Redo => Some("XK_Redo" ), |
10285 | Keysym::Menu => Some("XK_Menu" ), |
10286 | Keysym::Find => Some("XK_Find" ), |
10287 | Keysym::Cancel => Some("XK_Cancel" ), |
10288 | Keysym::Help => Some("XK_Help" ), |
10289 | Keysym::Break => Some("XK_Break" ), |
10290 | Keysym::Mode_switch => Some("XK_Mode_switch" ), |
10291 | Keysym::script_switch => Some("XK_script_switch" ), |
10292 | Keysym::Num_Lock => Some("XK_Num_Lock" ), |
10293 | Keysym::KP_Space => Some("XK_KP_Space" ), |
10294 | Keysym::KP_Tab => Some("XK_KP_Tab" ), |
10295 | Keysym::KP_Enter => Some("XK_KP_Enter" ), |
10296 | Keysym::KP_F1 => Some("XK_KP_F1" ), |
10297 | Keysym::KP_F2 => Some("XK_KP_F2" ), |
10298 | Keysym::KP_F3 => Some("XK_KP_F3" ), |
10299 | Keysym::KP_F4 => Some("XK_KP_F4" ), |
10300 | Keysym::KP_Home => Some("XK_KP_Home" ), |
10301 | Keysym::KP_Left => Some("XK_KP_Left" ), |
10302 | Keysym::KP_Up => Some("XK_KP_Up" ), |
10303 | Keysym::KP_Right => Some("XK_KP_Right" ), |
10304 | Keysym::KP_Down => Some("XK_KP_Down" ), |
10305 | Keysym::KP_Prior => Some("XK_KP_Prior" ), |
10306 | Keysym::KP_Page_Up => Some("XK_KP_Page_Up" ), |
10307 | Keysym::KP_Next => Some("XK_KP_Next" ), |
10308 | Keysym::KP_Page_Down => Some("XK_KP_Page_Down" ), |
10309 | Keysym::KP_End => Some("XK_KP_End" ), |
10310 | Keysym::KP_Begin => Some("XK_KP_Begin" ), |
10311 | Keysym::KP_Insert => Some("XK_KP_Insert" ), |
10312 | Keysym::KP_Delete => Some("XK_KP_Delete" ), |
10313 | Keysym::KP_Equal => Some("XK_KP_Equal" ), |
10314 | Keysym::KP_Multiply => Some("XK_KP_Multiply" ), |
10315 | Keysym::KP_Add => Some("XK_KP_Add" ), |
10316 | Keysym::KP_Separator => Some("XK_KP_Separator" ), |
10317 | Keysym::KP_Subtract => Some("XK_KP_Subtract" ), |
10318 | Keysym::KP_Decimal => Some("XK_KP_Decimal" ), |
10319 | Keysym::KP_Divide => Some("XK_KP_Divide" ), |
10320 | Keysym::KP_0 => Some("XK_KP_0" ), |
10321 | Keysym::KP_1 => Some("XK_KP_1" ), |
10322 | Keysym::KP_2 => Some("XK_KP_2" ), |
10323 | Keysym::KP_3 => Some("XK_KP_3" ), |
10324 | Keysym::KP_4 => Some("XK_KP_4" ), |
10325 | Keysym::KP_5 => Some("XK_KP_5" ), |
10326 | Keysym::KP_6 => Some("XK_KP_6" ), |
10327 | Keysym::KP_7 => Some("XK_KP_7" ), |
10328 | Keysym::KP_8 => Some("XK_KP_8" ), |
10329 | Keysym::KP_9 => Some("XK_KP_9" ), |
10330 | Keysym::F1 => Some("XK_F1" ), |
10331 | Keysym::F2 => Some("XK_F2" ), |
10332 | Keysym::F3 => Some("XK_F3" ), |
10333 | Keysym::F4 => Some("XK_F4" ), |
10334 | Keysym::F5 => Some("XK_F5" ), |
10335 | Keysym::F6 => Some("XK_F6" ), |
10336 | Keysym::F7 => Some("XK_F7" ), |
10337 | Keysym::F8 => Some("XK_F8" ), |
10338 | Keysym::F9 => Some("XK_F9" ), |
10339 | Keysym::F10 => Some("XK_F10" ), |
10340 | Keysym::F11 => Some("XK_F11" ), |
10341 | Keysym::L1 => Some("XK_L1" ), |
10342 | Keysym::F12 => Some("XK_F12" ), |
10343 | Keysym::L2 => Some("XK_L2" ), |
10344 | Keysym::F13 => Some("XK_F13" ), |
10345 | Keysym::L3 => Some("XK_L3" ), |
10346 | Keysym::F14 => Some("XK_F14" ), |
10347 | Keysym::L4 => Some("XK_L4" ), |
10348 | Keysym::F15 => Some("XK_F15" ), |
10349 | Keysym::L5 => Some("XK_L5" ), |
10350 | Keysym::F16 => Some("XK_F16" ), |
10351 | Keysym::L6 => Some("XK_L6" ), |
10352 | Keysym::F17 => Some("XK_F17" ), |
10353 | Keysym::L7 => Some("XK_L7" ), |
10354 | Keysym::F18 => Some("XK_F18" ), |
10355 | Keysym::L8 => Some("XK_L8" ), |
10356 | Keysym::F19 => Some("XK_F19" ), |
10357 | Keysym::L9 => Some("XK_L9" ), |
10358 | Keysym::F20 => Some("XK_F20" ), |
10359 | Keysym::L10 => Some("XK_L10" ), |
10360 | Keysym::F21 => Some("XK_F21" ), |
10361 | Keysym::R1 => Some("XK_R1" ), |
10362 | Keysym::F22 => Some("XK_F22" ), |
10363 | Keysym::R2 => Some("XK_R2" ), |
10364 | Keysym::F23 => Some("XK_F23" ), |
10365 | Keysym::R3 => Some("XK_R3" ), |
10366 | Keysym::F24 => Some("XK_F24" ), |
10367 | Keysym::R4 => Some("XK_R4" ), |
10368 | Keysym::F25 => Some("XK_F25" ), |
10369 | Keysym::R5 => Some("XK_R5" ), |
10370 | Keysym::F26 => Some("XK_F26" ), |
10371 | Keysym::R6 => Some("XK_R6" ), |
10372 | Keysym::F27 => Some("XK_F27" ), |
10373 | Keysym::R7 => Some("XK_R7" ), |
10374 | Keysym::F28 => Some("XK_F28" ), |
10375 | Keysym::R8 => Some("XK_R8" ), |
10376 | Keysym::F29 => Some("XK_F29" ), |
10377 | Keysym::R9 => Some("XK_R9" ), |
10378 | Keysym::F30 => Some("XK_F30" ), |
10379 | Keysym::R10 => Some("XK_R10" ), |
10380 | Keysym::F31 => Some("XK_F31" ), |
10381 | Keysym::R11 => Some("XK_R11" ), |
10382 | Keysym::F32 => Some("XK_F32" ), |
10383 | Keysym::R12 => Some("XK_R12" ), |
10384 | Keysym::F33 => Some("XK_F33" ), |
10385 | Keysym::R13 => Some("XK_R13" ), |
10386 | Keysym::F34 => Some("XK_F34" ), |
10387 | Keysym::R14 => Some("XK_R14" ), |
10388 | Keysym::F35 => Some("XK_F35" ), |
10389 | Keysym::R15 => Some("XK_R15" ), |
10390 | Keysym::Shift_L => Some("XK_Shift_L" ), |
10391 | Keysym::Shift_R => Some("XK_Shift_R" ), |
10392 | Keysym::Control_L => Some("XK_Control_L" ), |
10393 | Keysym::Control_R => Some("XK_Control_R" ), |
10394 | Keysym::Caps_Lock => Some("XK_Caps_Lock" ), |
10395 | Keysym::Shift_Lock => Some("XK_Shift_Lock" ), |
10396 | Keysym::Meta_L => Some("XK_Meta_L" ), |
10397 | Keysym::Meta_R => Some("XK_Meta_R" ), |
10398 | Keysym::Alt_L => Some("XK_Alt_L" ), |
10399 | Keysym::Alt_R => Some("XK_Alt_R" ), |
10400 | Keysym::Super_L => Some("XK_Super_L" ), |
10401 | Keysym::Super_R => Some("XK_Super_R" ), |
10402 | Keysym::Hyper_L => Some("XK_Hyper_L" ), |
10403 | Keysym::Hyper_R => Some("XK_Hyper_R" ), |
10404 | Keysym::ISO_Lock => Some("XK_ISO_Lock" ), |
10405 | Keysym::ISO_Level2_Latch => Some("XK_ISO_Level2_Latch" ), |
10406 | Keysym::ISO_Level3_Shift => Some("XK_ISO_Level3_Shift" ), |
10407 | Keysym::ISO_Level3_Latch => Some("XK_ISO_Level3_Latch" ), |
10408 | Keysym::ISO_Level3_Lock => Some("XK_ISO_Level3_Lock" ), |
10409 | Keysym::ISO_Level5_Shift => Some("XK_ISO_Level5_Shift" ), |
10410 | Keysym::ISO_Level5_Latch => Some("XK_ISO_Level5_Latch" ), |
10411 | Keysym::ISO_Level5_Lock => Some("XK_ISO_Level5_Lock" ), |
10412 | Keysym::ISO_Group_Shift => Some("XK_ISO_Group_Shift" ), |
10413 | Keysym::ISO_Group_Latch => Some("XK_ISO_Group_Latch" ), |
10414 | Keysym::ISO_Group_Lock => Some("XK_ISO_Group_Lock" ), |
10415 | Keysym::ISO_Next_Group => Some("XK_ISO_Next_Group" ), |
10416 | Keysym::ISO_Next_Group_Lock => Some("XK_ISO_Next_Group_Lock" ), |
10417 | Keysym::ISO_Prev_Group => Some("XK_ISO_Prev_Group" ), |
10418 | Keysym::ISO_Prev_Group_Lock => Some("XK_ISO_Prev_Group_Lock" ), |
10419 | Keysym::ISO_First_Group => Some("XK_ISO_First_Group" ), |
10420 | Keysym::ISO_First_Group_Lock => Some("XK_ISO_First_Group_Lock" ), |
10421 | Keysym::ISO_Last_Group => Some("XK_ISO_Last_Group" ), |
10422 | Keysym::ISO_Last_Group_Lock => Some("XK_ISO_Last_Group_Lock" ), |
10423 | Keysym::ISO_Left_Tab => Some("XK_ISO_Left_Tab" ), |
10424 | Keysym::ISO_Move_Line_Up => Some("XK_ISO_Move_Line_Up" ), |
10425 | Keysym::ISO_Move_Line_Down => Some("XK_ISO_Move_Line_Down" ), |
10426 | Keysym::ISO_Partial_Line_Up => Some("XK_ISO_Partial_Line_Up" ), |
10427 | Keysym::ISO_Partial_Line_Down => Some("XK_ISO_Partial_Line_Down" ), |
10428 | Keysym::ISO_Partial_Space_Left => Some("XK_ISO_Partial_Space_Left" ), |
10429 | Keysym::ISO_Partial_Space_Right => Some("XK_ISO_Partial_Space_Right" ), |
10430 | Keysym::ISO_Set_Margin_Left => Some("XK_ISO_Set_Margin_Left" ), |
10431 | Keysym::ISO_Set_Margin_Right => Some("XK_ISO_Set_Margin_Right" ), |
10432 | Keysym::ISO_Release_Margin_Left => Some("XK_ISO_Release_Margin_Left" ), |
10433 | Keysym::ISO_Release_Margin_Right => Some("XK_ISO_Release_Margin_Right" ), |
10434 | Keysym::ISO_Release_Both_Margins => Some("XK_ISO_Release_Both_Margins" ), |
10435 | Keysym::ISO_Fast_Cursor_Left => Some("XK_ISO_Fast_Cursor_Left" ), |
10436 | Keysym::ISO_Fast_Cursor_Right => Some("XK_ISO_Fast_Cursor_Right" ), |
10437 | Keysym::ISO_Fast_Cursor_Up => Some("XK_ISO_Fast_Cursor_Up" ), |
10438 | Keysym::ISO_Fast_Cursor_Down => Some("XK_ISO_Fast_Cursor_Down" ), |
10439 | Keysym::ISO_Continuous_Underline => Some("XK_ISO_Continuous_Underline" ), |
10440 | Keysym::ISO_Discontinuous_Underline => Some("XK_ISO_Discontinuous_Underline" ), |
10441 | Keysym::ISO_Emphasize => Some("XK_ISO_Emphasize" ), |
10442 | Keysym::ISO_Center_Object => Some("XK_ISO_Center_Object" ), |
10443 | Keysym::ISO_Enter => Some("XK_ISO_Enter" ), |
10444 | Keysym::dead_grave => Some("XK_dead_grave" ), |
10445 | Keysym::dead_acute => Some("XK_dead_acute" ), |
10446 | Keysym::dead_circumflex => Some("XK_dead_circumflex" ), |
10447 | Keysym::dead_tilde => Some("XK_dead_tilde" ), |
10448 | Keysym::dead_perispomeni => Some("XK_dead_perispomeni" ), |
10449 | Keysym::dead_macron => Some("XK_dead_macron" ), |
10450 | Keysym::dead_breve => Some("XK_dead_breve" ), |
10451 | Keysym::dead_abovedot => Some("XK_dead_abovedot" ), |
10452 | Keysym::dead_diaeresis => Some("XK_dead_diaeresis" ), |
10453 | Keysym::dead_abovering => Some("XK_dead_abovering" ), |
10454 | Keysym::dead_doubleacute => Some("XK_dead_doubleacute" ), |
10455 | Keysym::dead_caron => Some("XK_dead_caron" ), |
10456 | Keysym::dead_cedilla => Some("XK_dead_cedilla" ), |
10457 | Keysym::dead_ogonek => Some("XK_dead_ogonek" ), |
10458 | Keysym::dead_iota => Some("XK_dead_iota" ), |
10459 | Keysym::dead_voiced_sound => Some("XK_dead_voiced_sound" ), |
10460 | Keysym::dead_semivoiced_sound => Some("XK_dead_semivoiced_sound" ), |
10461 | Keysym::dead_belowdot => Some("XK_dead_belowdot" ), |
10462 | Keysym::dead_hook => Some("XK_dead_hook" ), |
10463 | Keysym::dead_horn => Some("XK_dead_horn" ), |
10464 | Keysym::dead_stroke => Some("XK_dead_stroke" ), |
10465 | Keysym::dead_abovecomma => Some("XK_dead_abovecomma" ), |
10466 | Keysym::dead_psili => Some("XK_dead_psili" ), |
10467 | Keysym::dead_abovereversedcomma => Some("XK_dead_abovereversedcomma" ), |
10468 | Keysym::dead_dasia => Some("XK_dead_dasia" ), |
10469 | Keysym::dead_doublegrave => Some("XK_dead_doublegrave" ), |
10470 | Keysym::dead_belowring => Some("XK_dead_belowring" ), |
10471 | Keysym::dead_belowmacron => Some("XK_dead_belowmacron" ), |
10472 | Keysym::dead_belowcircumflex => Some("XK_dead_belowcircumflex" ), |
10473 | Keysym::dead_belowtilde => Some("XK_dead_belowtilde" ), |
10474 | Keysym::dead_belowbreve => Some("XK_dead_belowbreve" ), |
10475 | Keysym::dead_belowdiaeresis => Some("XK_dead_belowdiaeresis" ), |
10476 | Keysym::dead_invertedbreve => Some("XK_dead_invertedbreve" ), |
10477 | Keysym::dead_belowcomma => Some("XK_dead_belowcomma" ), |
10478 | Keysym::dead_currency => Some("XK_dead_currency" ), |
10479 | Keysym::dead_lowline => Some("XK_dead_lowline" ), |
10480 | Keysym::dead_aboveverticalline => Some("XK_dead_aboveverticalline" ), |
10481 | Keysym::dead_belowverticalline => Some("XK_dead_belowverticalline" ), |
10482 | Keysym::dead_longsolidusoverlay => Some("XK_dead_longsolidusoverlay" ), |
10483 | Keysym::dead_a => Some("XK_dead_a" ), |
10484 | Keysym::dead_A => Some("XK_dead_A" ), |
10485 | Keysym::dead_e => Some("XK_dead_e" ), |
10486 | Keysym::dead_E => Some("XK_dead_E" ), |
10487 | Keysym::dead_i => Some("XK_dead_i" ), |
10488 | Keysym::dead_I => Some("XK_dead_I" ), |
10489 | Keysym::dead_o => Some("XK_dead_o" ), |
10490 | Keysym::dead_O => Some("XK_dead_O" ), |
10491 | Keysym::dead_u => Some("XK_dead_u" ), |
10492 | Keysym::dead_U => Some("XK_dead_U" ), |
10493 | Keysym::dead_small_schwa => Some("XK_dead_small_schwa" ), |
10494 | Keysym::dead_capital_schwa => Some("XK_dead_capital_schwa" ), |
10495 | Keysym::dead_greek => Some("XK_dead_greek" ), |
10496 | Keysym::First_Virtual_Screen => Some("XK_First_Virtual_Screen" ), |
10497 | Keysym::Prev_Virtual_Screen => Some("XK_Prev_Virtual_Screen" ), |
10498 | Keysym::Next_Virtual_Screen => Some("XK_Next_Virtual_Screen" ), |
10499 | Keysym::Last_Virtual_Screen => Some("XK_Last_Virtual_Screen" ), |
10500 | Keysym::Terminate_Server => Some("XK_Terminate_Server" ), |
10501 | Keysym::AccessX_Enable => Some("XK_AccessX_Enable" ), |
10502 | Keysym::AccessX_Feedback_Enable => Some("XK_AccessX_Feedback_Enable" ), |
10503 | Keysym::RepeatKeys_Enable => Some("XK_RepeatKeys_Enable" ), |
10504 | Keysym::SlowKeys_Enable => Some("XK_SlowKeys_Enable" ), |
10505 | Keysym::BounceKeys_Enable => Some("XK_BounceKeys_Enable" ), |
10506 | Keysym::StickyKeys_Enable => Some("XK_StickyKeys_Enable" ), |
10507 | Keysym::MouseKeys_Enable => Some("XK_MouseKeys_Enable" ), |
10508 | Keysym::MouseKeys_Accel_Enable => Some("XK_MouseKeys_Accel_Enable" ), |
10509 | Keysym::Overlay1_Enable => Some("XK_Overlay1_Enable" ), |
10510 | Keysym::Overlay2_Enable => Some("XK_Overlay2_Enable" ), |
10511 | Keysym::AudibleBell_Enable => Some("XK_AudibleBell_Enable" ), |
10512 | Keysym::Pointer_Left => Some("XK_Pointer_Left" ), |
10513 | Keysym::Pointer_Right => Some("XK_Pointer_Right" ), |
10514 | Keysym::Pointer_Up => Some("XK_Pointer_Up" ), |
10515 | Keysym::Pointer_Down => Some("XK_Pointer_Down" ), |
10516 | Keysym::Pointer_UpLeft => Some("XK_Pointer_UpLeft" ), |
10517 | Keysym::Pointer_UpRight => Some("XK_Pointer_UpRight" ), |
10518 | Keysym::Pointer_DownLeft => Some("XK_Pointer_DownLeft" ), |
10519 | Keysym::Pointer_DownRight => Some("XK_Pointer_DownRight" ), |
10520 | Keysym::Pointer_Button_Dflt => Some("XK_Pointer_Button_Dflt" ), |
10521 | Keysym::Pointer_Button1 => Some("XK_Pointer_Button1" ), |
10522 | Keysym::Pointer_Button2 => Some("XK_Pointer_Button2" ), |
10523 | Keysym::Pointer_Button3 => Some("XK_Pointer_Button3" ), |
10524 | Keysym::Pointer_Button4 => Some("XK_Pointer_Button4" ), |
10525 | Keysym::Pointer_Button5 => Some("XK_Pointer_Button5" ), |
10526 | Keysym::Pointer_DblClick_Dflt => Some("XK_Pointer_DblClick_Dflt" ), |
10527 | Keysym::Pointer_DblClick1 => Some("XK_Pointer_DblClick1" ), |
10528 | Keysym::Pointer_DblClick2 => Some("XK_Pointer_DblClick2" ), |
10529 | Keysym::Pointer_DblClick3 => Some("XK_Pointer_DblClick3" ), |
10530 | Keysym::Pointer_DblClick4 => Some("XK_Pointer_DblClick4" ), |
10531 | Keysym::Pointer_DblClick5 => Some("XK_Pointer_DblClick5" ), |
10532 | Keysym::Pointer_Drag_Dflt => Some("XK_Pointer_Drag_Dflt" ), |
10533 | Keysym::Pointer_Drag1 => Some("XK_Pointer_Drag1" ), |
10534 | Keysym::Pointer_Drag2 => Some("XK_Pointer_Drag2" ), |
10535 | Keysym::Pointer_Drag3 => Some("XK_Pointer_Drag3" ), |
10536 | Keysym::Pointer_Drag4 => Some("XK_Pointer_Drag4" ), |
10537 | Keysym::Pointer_Drag5 => Some("XK_Pointer_Drag5" ), |
10538 | Keysym::Pointer_EnableKeys => Some("XK_Pointer_EnableKeys" ), |
10539 | Keysym::Pointer_Accelerate => Some("XK_Pointer_Accelerate" ), |
10540 | Keysym::Pointer_DfltBtnNext => Some("XK_Pointer_DfltBtnNext" ), |
10541 | Keysym::Pointer_DfltBtnPrev => Some("XK_Pointer_DfltBtnPrev" ), |
10542 | Keysym::ch => Some("XK_ch" ), |
10543 | Keysym::Ch => Some("XK_Ch" ), |
10544 | Keysym::CH => Some("XK_CH" ), |
10545 | Keysym::c_h => Some("XK_c_h" ), |
10546 | Keysym::C_h => Some("XK_C_h" ), |
10547 | Keysym::C_H => Some("XK_C_H" ), |
10548 | Keysym::_3270_Duplicate => Some("XK_3270_Duplicate" ), |
10549 | Keysym::_3270_FieldMark => Some("XK_3270_FieldMark" ), |
10550 | Keysym::_3270_Right2 => Some("XK_3270_Right2" ), |
10551 | Keysym::_3270_Left2 => Some("XK_3270_Left2" ), |
10552 | Keysym::_3270_BackTab => Some("XK_3270_BackTab" ), |
10553 | Keysym::_3270_EraseEOF => Some("XK_3270_EraseEOF" ), |
10554 | Keysym::_3270_EraseInput => Some("XK_3270_EraseInput" ), |
10555 | Keysym::_3270_Reset => Some("XK_3270_Reset" ), |
10556 | Keysym::_3270_Quit => Some("XK_3270_Quit" ), |
10557 | Keysym::_3270_PA1 => Some("XK_3270_PA1" ), |
10558 | Keysym::_3270_PA2 => Some("XK_3270_PA2" ), |
10559 | Keysym::_3270_PA3 => Some("XK_3270_PA3" ), |
10560 | Keysym::_3270_Test => Some("XK_3270_Test" ), |
10561 | Keysym::_3270_Attn => Some("XK_3270_Attn" ), |
10562 | Keysym::_3270_CursorBlink => Some("XK_3270_CursorBlink" ), |
10563 | Keysym::_3270_AltCursor => Some("XK_3270_AltCursor" ), |
10564 | Keysym::_3270_KeyClick => Some("XK_3270_KeyClick" ), |
10565 | Keysym::_3270_Jump => Some("XK_3270_Jump" ), |
10566 | Keysym::_3270_Ident => Some("XK_3270_Ident" ), |
10567 | Keysym::_3270_Rule => Some("XK_3270_Rule" ), |
10568 | Keysym::_3270_Copy => Some("XK_3270_Copy" ), |
10569 | Keysym::_3270_Play => Some("XK_3270_Play" ), |
10570 | Keysym::_3270_Setup => Some("XK_3270_Setup" ), |
10571 | Keysym::_3270_Record => Some("XK_3270_Record" ), |
10572 | Keysym::_3270_ChangeScreen => Some("XK_3270_ChangeScreen" ), |
10573 | Keysym::_3270_DeleteWord => Some("XK_3270_DeleteWord" ), |
10574 | Keysym::_3270_ExSelect => Some("XK_3270_ExSelect" ), |
10575 | Keysym::_3270_CursorSelect => Some("XK_3270_CursorSelect" ), |
10576 | Keysym::_3270_PrintScreen => Some("XK_3270_PrintScreen" ), |
10577 | Keysym::_3270_Enter => Some("XK_3270_Enter" ), |
10578 | Keysym::space => Some("XK_space" ), |
10579 | Keysym::exclam => Some("XK_exclam" ), |
10580 | Keysym::quotedbl => Some("XK_quotedbl" ), |
10581 | Keysym::numbersign => Some("XK_numbersign" ), |
10582 | Keysym::dollar => Some("XK_dollar" ), |
10583 | Keysym::percent => Some("XK_percent" ), |
10584 | Keysym::ampersand => Some("XK_ampersand" ), |
10585 | Keysym::apostrophe => Some("XK_apostrophe" ), |
10586 | Keysym::quoteright => Some("XK_quoteright" ), |
10587 | Keysym::parenleft => Some("XK_parenleft" ), |
10588 | Keysym::parenright => Some("XK_parenright" ), |
10589 | Keysym::asterisk => Some("XK_asterisk" ), |
10590 | Keysym::plus => Some("XK_plus" ), |
10591 | Keysym::comma => Some("XK_comma" ), |
10592 | Keysym::minus => Some("XK_minus" ), |
10593 | Keysym::period => Some("XK_period" ), |
10594 | Keysym::slash => Some("XK_slash" ), |
10595 | Keysym::_0 => Some("XK_0" ), |
10596 | Keysym::_1 => Some("XK_1" ), |
10597 | Keysym::_2 => Some("XK_2" ), |
10598 | Keysym::_3 => Some("XK_3" ), |
10599 | Keysym::_4 => Some("XK_4" ), |
10600 | Keysym::_5 => Some("XK_5" ), |
10601 | Keysym::_6 => Some("XK_6" ), |
10602 | Keysym::_7 => Some("XK_7" ), |
10603 | Keysym::_8 => Some("XK_8" ), |
10604 | Keysym::_9 => Some("XK_9" ), |
10605 | Keysym::colon => Some("XK_colon" ), |
10606 | Keysym::semicolon => Some("XK_semicolon" ), |
10607 | Keysym::less => Some("XK_less" ), |
10608 | Keysym::equal => Some("XK_equal" ), |
10609 | Keysym::greater => Some("XK_greater" ), |
10610 | Keysym::question => Some("XK_question" ), |
10611 | Keysym::at => Some("XK_at" ), |
10612 | Keysym::A => Some("XK_A" ), |
10613 | Keysym::B => Some("XK_B" ), |
10614 | Keysym::C => Some("XK_C" ), |
10615 | Keysym::D => Some("XK_D" ), |
10616 | Keysym::E => Some("XK_E" ), |
10617 | Keysym::F => Some("XK_F" ), |
10618 | Keysym::G => Some("XK_G" ), |
10619 | Keysym::H => Some("XK_H" ), |
10620 | Keysym::I => Some("XK_I" ), |
10621 | Keysym::J => Some("XK_J" ), |
10622 | Keysym::K => Some("XK_K" ), |
10623 | Keysym::L => Some("XK_L" ), |
10624 | Keysym::M => Some("XK_M" ), |
10625 | Keysym::N => Some("XK_N" ), |
10626 | Keysym::O => Some("XK_O" ), |
10627 | Keysym::P => Some("XK_P" ), |
10628 | Keysym::Q => Some("XK_Q" ), |
10629 | Keysym::R => Some("XK_R" ), |
10630 | Keysym::S => Some("XK_S" ), |
10631 | Keysym::T => Some("XK_T" ), |
10632 | Keysym::U => Some("XK_U" ), |
10633 | Keysym::V => Some("XK_V" ), |
10634 | Keysym::W => Some("XK_W" ), |
10635 | Keysym::X => Some("XK_X" ), |
10636 | Keysym::Y => Some("XK_Y" ), |
10637 | Keysym::Z => Some("XK_Z" ), |
10638 | Keysym::bracketleft => Some("XK_bracketleft" ), |
10639 | Keysym::backslash => Some("XK_backslash" ), |
10640 | Keysym::bracketright => Some("XK_bracketright" ), |
10641 | Keysym::asciicircum => Some("XK_asciicircum" ), |
10642 | Keysym::underscore => Some("XK_underscore" ), |
10643 | Keysym::grave => Some("XK_grave" ), |
10644 | Keysym::quoteleft => Some("XK_quoteleft" ), |
10645 | Keysym::a => Some("XK_a" ), |
10646 | Keysym::b => Some("XK_b" ), |
10647 | Keysym::c => Some("XK_c" ), |
10648 | Keysym::d => Some("XK_d" ), |
10649 | Keysym::e => Some("XK_e" ), |
10650 | Keysym::f => Some("XK_f" ), |
10651 | Keysym::g => Some("XK_g" ), |
10652 | Keysym::h => Some("XK_h" ), |
10653 | Keysym::i => Some("XK_i" ), |
10654 | Keysym::j => Some("XK_j" ), |
10655 | Keysym::k => Some("XK_k" ), |
10656 | Keysym::l => Some("XK_l" ), |
10657 | Keysym::m => Some("XK_m" ), |
10658 | Keysym::n => Some("XK_n" ), |
10659 | Keysym::o => Some("XK_o" ), |
10660 | Keysym::p => Some("XK_p" ), |
10661 | Keysym::q => Some("XK_q" ), |
10662 | Keysym::r => Some("XK_r" ), |
10663 | Keysym::s => Some("XK_s" ), |
10664 | Keysym::t => Some("XK_t" ), |
10665 | Keysym::u => Some("XK_u" ), |
10666 | Keysym::v => Some("XK_v" ), |
10667 | Keysym::w => Some("XK_w" ), |
10668 | Keysym::x => Some("XK_x" ), |
10669 | Keysym::y => Some("XK_y" ), |
10670 | Keysym::z => Some("XK_z" ), |
10671 | Keysym::braceleft => Some("XK_braceleft" ), |
10672 | Keysym::bar => Some("XK_bar" ), |
10673 | Keysym::braceright => Some("XK_braceright" ), |
10674 | Keysym::asciitilde => Some("XK_asciitilde" ), |
10675 | Keysym::nobreakspace => Some("XK_nobreakspace" ), |
10676 | Keysym::exclamdown => Some("XK_exclamdown" ), |
10677 | Keysym::cent => Some("XK_cent" ), |
10678 | Keysym::sterling => Some("XK_sterling" ), |
10679 | Keysym::currency => Some("XK_currency" ), |
10680 | Keysym::yen => Some("XK_yen" ), |
10681 | Keysym::brokenbar => Some("XK_brokenbar" ), |
10682 | Keysym::section => Some("XK_section" ), |
10683 | Keysym::diaeresis => Some("XK_diaeresis" ), |
10684 | Keysym::copyright => Some("XK_copyright" ), |
10685 | Keysym::ordfeminine => Some("XK_ordfeminine" ), |
10686 | Keysym::guillemotleft => Some("XK_guillemotleft" ), |
10687 | Keysym::notsign => Some("XK_notsign" ), |
10688 | Keysym::hyphen => Some("XK_hyphen" ), |
10689 | Keysym::registered => Some("XK_registered" ), |
10690 | Keysym::macron => Some("XK_macron" ), |
10691 | Keysym::degree => Some("XK_degree" ), |
10692 | Keysym::plusminus => Some("XK_plusminus" ), |
10693 | Keysym::twosuperior => Some("XK_twosuperior" ), |
10694 | Keysym::threesuperior => Some("XK_threesuperior" ), |
10695 | Keysym::acute => Some("XK_acute" ), |
10696 | Keysym::mu => Some("XK_mu" ), |
10697 | Keysym::paragraph => Some("XK_paragraph" ), |
10698 | Keysym::periodcentered => Some("XK_periodcentered" ), |
10699 | Keysym::cedilla => Some("XK_cedilla" ), |
10700 | Keysym::onesuperior => Some("XK_onesuperior" ), |
10701 | Keysym::masculine => Some("XK_masculine" ), |
10702 | Keysym::guillemotright => Some("XK_guillemotright" ), |
10703 | Keysym::onequarter => Some("XK_onequarter" ), |
10704 | Keysym::onehalf => Some("XK_onehalf" ), |
10705 | Keysym::threequarters => Some("XK_threequarters" ), |
10706 | Keysym::questiondown => Some("XK_questiondown" ), |
10707 | Keysym::Agrave => Some("XK_Agrave" ), |
10708 | Keysym::Aacute => Some("XK_Aacute" ), |
10709 | Keysym::Acircumflex => Some("XK_Acircumflex" ), |
10710 | Keysym::Atilde => Some("XK_Atilde" ), |
10711 | Keysym::Adiaeresis => Some("XK_Adiaeresis" ), |
10712 | Keysym::Aring => Some("XK_Aring" ), |
10713 | Keysym::AE => Some("XK_AE" ), |
10714 | Keysym::Ccedilla => Some("XK_Ccedilla" ), |
10715 | Keysym::Egrave => Some("XK_Egrave" ), |
10716 | Keysym::Eacute => Some("XK_Eacute" ), |
10717 | Keysym::Ecircumflex => Some("XK_Ecircumflex" ), |
10718 | Keysym::Ediaeresis => Some("XK_Ediaeresis" ), |
10719 | Keysym::Igrave => Some("XK_Igrave" ), |
10720 | Keysym::Iacute => Some("XK_Iacute" ), |
10721 | Keysym::Icircumflex => Some("XK_Icircumflex" ), |
10722 | Keysym::Idiaeresis => Some("XK_Idiaeresis" ), |
10723 | Keysym::ETH => Some("XK_ETH" ), |
10724 | Keysym::Eth => Some("XK_Eth" ), |
10725 | Keysym::Ntilde => Some("XK_Ntilde" ), |
10726 | Keysym::Ograve => Some("XK_Ograve" ), |
10727 | Keysym::Oacute => Some("XK_Oacute" ), |
10728 | Keysym::Ocircumflex => Some("XK_Ocircumflex" ), |
10729 | Keysym::Otilde => Some("XK_Otilde" ), |
10730 | Keysym::Odiaeresis => Some("XK_Odiaeresis" ), |
10731 | Keysym::multiply => Some("XK_multiply" ), |
10732 | Keysym::Oslash => Some("XK_Oslash" ), |
10733 | Keysym::Ooblique => Some("XK_Ooblique" ), |
10734 | Keysym::Ugrave => Some("XK_Ugrave" ), |
10735 | Keysym::Uacute => Some("XK_Uacute" ), |
10736 | Keysym::Ucircumflex => Some("XK_Ucircumflex" ), |
10737 | Keysym::Udiaeresis => Some("XK_Udiaeresis" ), |
10738 | Keysym::Yacute => Some("XK_Yacute" ), |
10739 | Keysym::THORN => Some("XK_THORN" ), |
10740 | Keysym::Thorn => Some("XK_Thorn" ), |
10741 | Keysym::ssharp => Some("XK_ssharp" ), |
10742 | Keysym::agrave => Some("XK_agrave" ), |
10743 | Keysym::aacute => Some("XK_aacute" ), |
10744 | Keysym::acircumflex => Some("XK_acircumflex" ), |
10745 | Keysym::atilde => Some("XK_atilde" ), |
10746 | Keysym::adiaeresis => Some("XK_adiaeresis" ), |
10747 | Keysym::aring => Some("XK_aring" ), |
10748 | Keysym::ae => Some("XK_ae" ), |
10749 | Keysym::ccedilla => Some("XK_ccedilla" ), |
10750 | Keysym::egrave => Some("XK_egrave" ), |
10751 | Keysym::eacute => Some("XK_eacute" ), |
10752 | Keysym::ecircumflex => Some("XK_ecircumflex" ), |
10753 | Keysym::ediaeresis => Some("XK_ediaeresis" ), |
10754 | Keysym::igrave => Some("XK_igrave" ), |
10755 | Keysym::iacute => Some("XK_iacute" ), |
10756 | Keysym::icircumflex => Some("XK_icircumflex" ), |
10757 | Keysym::idiaeresis => Some("XK_idiaeresis" ), |
10758 | Keysym::eth => Some("XK_eth" ), |
10759 | Keysym::ntilde => Some("XK_ntilde" ), |
10760 | Keysym::ograve => Some("XK_ograve" ), |
10761 | Keysym::oacute => Some("XK_oacute" ), |
10762 | Keysym::ocircumflex => Some("XK_ocircumflex" ), |
10763 | Keysym::otilde => Some("XK_otilde" ), |
10764 | Keysym::odiaeresis => Some("XK_odiaeresis" ), |
10765 | Keysym::division => Some("XK_division" ), |
10766 | Keysym::oslash => Some("XK_oslash" ), |
10767 | Keysym::ooblique => Some("XK_ooblique" ), |
10768 | Keysym::ugrave => Some("XK_ugrave" ), |
10769 | Keysym::uacute => Some("XK_uacute" ), |
10770 | Keysym::ucircumflex => Some("XK_ucircumflex" ), |
10771 | Keysym::udiaeresis => Some("XK_udiaeresis" ), |
10772 | Keysym::yacute => Some("XK_yacute" ), |
10773 | Keysym::thorn => Some("XK_thorn" ), |
10774 | Keysym::ydiaeresis => Some("XK_ydiaeresis" ), |
10775 | Keysym::Aogonek => Some("XK_Aogonek" ), |
10776 | Keysym::breve => Some("XK_breve" ), |
10777 | Keysym::Lstroke => Some("XK_Lstroke" ), |
10778 | Keysym::Lcaron => Some("XK_Lcaron" ), |
10779 | Keysym::Sacute => Some("XK_Sacute" ), |
10780 | Keysym::Scaron => Some("XK_Scaron" ), |
10781 | Keysym::Scedilla => Some("XK_Scedilla" ), |
10782 | Keysym::Tcaron => Some("XK_Tcaron" ), |
10783 | Keysym::Zacute => Some("XK_Zacute" ), |
10784 | Keysym::Zcaron => Some("XK_Zcaron" ), |
10785 | Keysym::Zabovedot => Some("XK_Zabovedot" ), |
10786 | Keysym::aogonek => Some("XK_aogonek" ), |
10787 | Keysym::ogonek => Some("XK_ogonek" ), |
10788 | Keysym::lstroke => Some("XK_lstroke" ), |
10789 | Keysym::lcaron => Some("XK_lcaron" ), |
10790 | Keysym::sacute => Some("XK_sacute" ), |
10791 | Keysym::caron => Some("XK_caron" ), |
10792 | Keysym::scaron => Some("XK_scaron" ), |
10793 | Keysym::scedilla => Some("XK_scedilla" ), |
10794 | Keysym::tcaron => Some("XK_tcaron" ), |
10795 | Keysym::zacute => Some("XK_zacute" ), |
10796 | Keysym::doubleacute => Some("XK_doubleacute" ), |
10797 | Keysym::zcaron => Some("XK_zcaron" ), |
10798 | Keysym::zabovedot => Some("XK_zabovedot" ), |
10799 | Keysym::Racute => Some("XK_Racute" ), |
10800 | Keysym::Abreve => Some("XK_Abreve" ), |
10801 | Keysym::Lacute => Some("XK_Lacute" ), |
10802 | Keysym::Cacute => Some("XK_Cacute" ), |
10803 | Keysym::Ccaron => Some("XK_Ccaron" ), |
10804 | Keysym::Eogonek => Some("XK_Eogonek" ), |
10805 | Keysym::Ecaron => Some("XK_Ecaron" ), |
10806 | Keysym::Dcaron => Some("XK_Dcaron" ), |
10807 | Keysym::Dstroke => Some("XK_Dstroke" ), |
10808 | Keysym::Nacute => Some("XK_Nacute" ), |
10809 | Keysym::Ncaron => Some("XK_Ncaron" ), |
10810 | Keysym::Odoubleacute => Some("XK_Odoubleacute" ), |
10811 | Keysym::Rcaron => Some("XK_Rcaron" ), |
10812 | Keysym::Uring => Some("XK_Uring" ), |
10813 | Keysym::Udoubleacute => Some("XK_Udoubleacute" ), |
10814 | Keysym::Tcedilla => Some("XK_Tcedilla" ), |
10815 | Keysym::racute => Some("XK_racute" ), |
10816 | Keysym::abreve => Some("XK_abreve" ), |
10817 | Keysym::lacute => Some("XK_lacute" ), |
10818 | Keysym::cacute => Some("XK_cacute" ), |
10819 | Keysym::ccaron => Some("XK_ccaron" ), |
10820 | Keysym::eogonek => Some("XK_eogonek" ), |
10821 | Keysym::ecaron => Some("XK_ecaron" ), |
10822 | Keysym::dcaron => Some("XK_dcaron" ), |
10823 | Keysym::dstroke => Some("XK_dstroke" ), |
10824 | Keysym::nacute => Some("XK_nacute" ), |
10825 | Keysym::ncaron => Some("XK_ncaron" ), |
10826 | Keysym::odoubleacute => Some("XK_odoubleacute" ), |
10827 | Keysym::rcaron => Some("XK_rcaron" ), |
10828 | Keysym::uring => Some("XK_uring" ), |
10829 | Keysym::udoubleacute => Some("XK_udoubleacute" ), |
10830 | Keysym::tcedilla => Some("XK_tcedilla" ), |
10831 | Keysym::abovedot => Some("XK_abovedot" ), |
10832 | Keysym::Hstroke => Some("XK_Hstroke" ), |
10833 | Keysym::Hcircumflex => Some("XK_Hcircumflex" ), |
10834 | Keysym::Iabovedot => Some("XK_Iabovedot" ), |
10835 | Keysym::Gbreve => Some("XK_Gbreve" ), |
10836 | Keysym::Jcircumflex => Some("XK_Jcircumflex" ), |
10837 | Keysym::hstroke => Some("XK_hstroke" ), |
10838 | Keysym::hcircumflex => Some("XK_hcircumflex" ), |
10839 | Keysym::idotless => Some("XK_idotless" ), |
10840 | Keysym::gbreve => Some("XK_gbreve" ), |
10841 | Keysym::jcircumflex => Some("XK_jcircumflex" ), |
10842 | Keysym::Cabovedot => Some("XK_Cabovedot" ), |
10843 | Keysym::Ccircumflex => Some("XK_Ccircumflex" ), |
10844 | Keysym::Gabovedot => Some("XK_Gabovedot" ), |
10845 | Keysym::Gcircumflex => Some("XK_Gcircumflex" ), |
10846 | Keysym::Ubreve => Some("XK_Ubreve" ), |
10847 | Keysym::Scircumflex => Some("XK_Scircumflex" ), |
10848 | Keysym::cabovedot => Some("XK_cabovedot" ), |
10849 | Keysym::ccircumflex => Some("XK_ccircumflex" ), |
10850 | Keysym::gabovedot => Some("XK_gabovedot" ), |
10851 | Keysym::gcircumflex => Some("XK_gcircumflex" ), |
10852 | Keysym::ubreve => Some("XK_ubreve" ), |
10853 | Keysym::scircumflex => Some("XK_scircumflex" ), |
10854 | Keysym::kra => Some("XK_kra" ), |
10855 | Keysym::kappa => Some("XK_kappa" ), |
10856 | Keysym::Rcedilla => Some("XK_Rcedilla" ), |
10857 | Keysym::Itilde => Some("XK_Itilde" ), |
10858 | Keysym::Lcedilla => Some("XK_Lcedilla" ), |
10859 | Keysym::Emacron => Some("XK_Emacron" ), |
10860 | Keysym::Gcedilla => Some("XK_Gcedilla" ), |
10861 | Keysym::Tslash => Some("XK_Tslash" ), |
10862 | Keysym::rcedilla => Some("XK_rcedilla" ), |
10863 | Keysym::itilde => Some("XK_itilde" ), |
10864 | Keysym::lcedilla => Some("XK_lcedilla" ), |
10865 | Keysym::emacron => Some("XK_emacron" ), |
10866 | Keysym::gcedilla => Some("XK_gcedilla" ), |
10867 | Keysym::tslash => Some("XK_tslash" ), |
10868 | Keysym::ENG => Some("XK_ENG" ), |
10869 | Keysym::eng => Some("XK_eng" ), |
10870 | Keysym::Amacron => Some("XK_Amacron" ), |
10871 | Keysym::Iogonek => Some("XK_Iogonek" ), |
10872 | Keysym::Eabovedot => Some("XK_Eabovedot" ), |
10873 | Keysym::Imacron => Some("XK_Imacron" ), |
10874 | Keysym::Ncedilla => Some("XK_Ncedilla" ), |
10875 | Keysym::Omacron => Some("XK_Omacron" ), |
10876 | Keysym::Kcedilla => Some("XK_Kcedilla" ), |
10877 | Keysym::Uogonek => Some("XK_Uogonek" ), |
10878 | Keysym::Utilde => Some("XK_Utilde" ), |
10879 | Keysym::Umacron => Some("XK_Umacron" ), |
10880 | Keysym::amacron => Some("XK_amacron" ), |
10881 | Keysym::iogonek => Some("XK_iogonek" ), |
10882 | Keysym::eabovedot => Some("XK_eabovedot" ), |
10883 | Keysym::imacron => Some("XK_imacron" ), |
10884 | Keysym::ncedilla => Some("XK_ncedilla" ), |
10885 | Keysym::omacron => Some("XK_omacron" ), |
10886 | Keysym::kcedilla => Some("XK_kcedilla" ), |
10887 | Keysym::uogonek => Some("XK_uogonek" ), |
10888 | Keysym::utilde => Some("XK_utilde" ), |
10889 | Keysym::umacron => Some("XK_umacron" ), |
10890 | Keysym::Wcircumflex => Some("XK_Wcircumflex" ), |
10891 | Keysym::wcircumflex => Some("XK_wcircumflex" ), |
10892 | Keysym::Ycircumflex => Some("XK_Ycircumflex" ), |
10893 | Keysym::ycircumflex => Some("XK_ycircumflex" ), |
10894 | Keysym::Babovedot => Some("XK_Babovedot" ), |
10895 | Keysym::babovedot => Some("XK_babovedot" ), |
10896 | Keysym::Dabovedot => Some("XK_Dabovedot" ), |
10897 | Keysym::dabovedot => Some("XK_dabovedot" ), |
10898 | Keysym::Fabovedot => Some("XK_Fabovedot" ), |
10899 | Keysym::fabovedot => Some("XK_fabovedot" ), |
10900 | Keysym::Mabovedot => Some("XK_Mabovedot" ), |
10901 | Keysym::mabovedot => Some("XK_mabovedot" ), |
10902 | Keysym::Pabovedot => Some("XK_Pabovedot" ), |
10903 | Keysym::pabovedot => Some("XK_pabovedot" ), |
10904 | Keysym::Sabovedot => Some("XK_Sabovedot" ), |
10905 | Keysym::sabovedot => Some("XK_sabovedot" ), |
10906 | Keysym::Tabovedot => Some("XK_Tabovedot" ), |
10907 | Keysym::tabovedot => Some("XK_tabovedot" ), |
10908 | Keysym::Wgrave => Some("XK_Wgrave" ), |
10909 | Keysym::wgrave => Some("XK_wgrave" ), |
10910 | Keysym::Wacute => Some("XK_Wacute" ), |
10911 | Keysym::wacute => Some("XK_wacute" ), |
10912 | Keysym::Wdiaeresis => Some("XK_Wdiaeresis" ), |
10913 | Keysym::wdiaeresis => Some("XK_wdiaeresis" ), |
10914 | Keysym::Ygrave => Some("XK_Ygrave" ), |
10915 | Keysym::ygrave => Some("XK_ygrave" ), |
10916 | Keysym::OE => Some("XK_OE" ), |
10917 | Keysym::oe => Some("XK_oe" ), |
10918 | Keysym::Ydiaeresis => Some("XK_Ydiaeresis" ), |
10919 | Keysym::overline => Some("XK_overline" ), |
10920 | Keysym::kana_fullstop => Some("XK_kana_fullstop" ), |
10921 | Keysym::kana_openingbracket => Some("XK_kana_openingbracket" ), |
10922 | Keysym::kana_closingbracket => Some("XK_kana_closingbracket" ), |
10923 | Keysym::kana_comma => Some("XK_kana_comma" ), |
10924 | Keysym::kana_conjunctive => Some("XK_kana_conjunctive" ), |
10925 | Keysym::kana_middledot => Some("XK_kana_middledot" ), |
10926 | Keysym::kana_WO => Some("XK_kana_WO" ), |
10927 | Keysym::kana_a => Some("XK_kana_a" ), |
10928 | Keysym::kana_i => Some("XK_kana_i" ), |
10929 | Keysym::kana_u => Some("XK_kana_u" ), |
10930 | Keysym::kana_e => Some("XK_kana_e" ), |
10931 | Keysym::kana_o => Some("XK_kana_o" ), |
10932 | Keysym::kana_ya => Some("XK_kana_ya" ), |
10933 | Keysym::kana_yu => Some("XK_kana_yu" ), |
10934 | Keysym::kana_yo => Some("XK_kana_yo" ), |
10935 | Keysym::kana_tsu => Some("XK_kana_tsu" ), |
10936 | Keysym::kana_tu => Some("XK_kana_tu" ), |
10937 | Keysym::prolongedsound => Some("XK_prolongedsound" ), |
10938 | Keysym::kana_A => Some("XK_kana_A" ), |
10939 | Keysym::kana_I => Some("XK_kana_I" ), |
10940 | Keysym::kana_U => Some("XK_kana_U" ), |
10941 | Keysym::kana_E => Some("XK_kana_E" ), |
10942 | Keysym::kana_O => Some("XK_kana_O" ), |
10943 | Keysym::kana_KA => Some("XK_kana_KA" ), |
10944 | Keysym::kana_KI => Some("XK_kana_KI" ), |
10945 | Keysym::kana_KU => Some("XK_kana_KU" ), |
10946 | Keysym::kana_KE => Some("XK_kana_KE" ), |
10947 | Keysym::kana_KO => Some("XK_kana_KO" ), |
10948 | Keysym::kana_SA => Some("XK_kana_SA" ), |
10949 | Keysym::kana_SHI => Some("XK_kana_SHI" ), |
10950 | Keysym::kana_SU => Some("XK_kana_SU" ), |
10951 | Keysym::kana_SE => Some("XK_kana_SE" ), |
10952 | Keysym::kana_SO => Some("XK_kana_SO" ), |
10953 | Keysym::kana_TA => Some("XK_kana_TA" ), |
10954 | Keysym::kana_CHI => Some("XK_kana_CHI" ), |
10955 | Keysym::kana_TI => Some("XK_kana_TI" ), |
10956 | Keysym::kana_TSU => Some("XK_kana_TSU" ), |
10957 | Keysym::kana_TU => Some("XK_kana_TU" ), |
10958 | Keysym::kana_TE => Some("XK_kana_TE" ), |
10959 | Keysym::kana_TO => Some("XK_kana_TO" ), |
10960 | Keysym::kana_NA => Some("XK_kana_NA" ), |
10961 | Keysym::kana_NI => Some("XK_kana_NI" ), |
10962 | Keysym::kana_NU => Some("XK_kana_NU" ), |
10963 | Keysym::kana_NE => Some("XK_kana_NE" ), |
10964 | Keysym::kana_NO => Some("XK_kana_NO" ), |
10965 | Keysym::kana_HA => Some("XK_kana_HA" ), |
10966 | Keysym::kana_HI => Some("XK_kana_HI" ), |
10967 | Keysym::kana_FU => Some("XK_kana_FU" ), |
10968 | Keysym::kana_HU => Some("XK_kana_HU" ), |
10969 | Keysym::kana_HE => Some("XK_kana_HE" ), |
10970 | Keysym::kana_HO => Some("XK_kana_HO" ), |
10971 | Keysym::kana_MA => Some("XK_kana_MA" ), |
10972 | Keysym::kana_MI => Some("XK_kana_MI" ), |
10973 | Keysym::kana_MU => Some("XK_kana_MU" ), |
10974 | Keysym::kana_ME => Some("XK_kana_ME" ), |
10975 | Keysym::kana_MO => Some("XK_kana_MO" ), |
10976 | Keysym::kana_YA => Some("XK_kana_YA" ), |
10977 | Keysym::kana_YU => Some("XK_kana_YU" ), |
10978 | Keysym::kana_YO => Some("XK_kana_YO" ), |
10979 | Keysym::kana_RA => Some("XK_kana_RA" ), |
10980 | Keysym::kana_RI => Some("XK_kana_RI" ), |
10981 | Keysym::kana_RU => Some("XK_kana_RU" ), |
10982 | Keysym::kana_RE => Some("XK_kana_RE" ), |
10983 | Keysym::kana_RO => Some("XK_kana_RO" ), |
10984 | Keysym::kana_WA => Some("XK_kana_WA" ), |
10985 | Keysym::kana_N => Some("XK_kana_N" ), |
10986 | Keysym::voicedsound => Some("XK_voicedsound" ), |
10987 | Keysym::semivoicedsound => Some("XK_semivoicedsound" ), |
10988 | Keysym::kana_switch => Some("XK_kana_switch" ), |
10989 | Keysym::Farsi_0 => Some("XK_Farsi_0" ), |
10990 | Keysym::Farsi_1 => Some("XK_Farsi_1" ), |
10991 | Keysym::Farsi_2 => Some("XK_Farsi_2" ), |
10992 | Keysym::Farsi_3 => Some("XK_Farsi_3" ), |
10993 | Keysym::Farsi_4 => Some("XK_Farsi_4" ), |
10994 | Keysym::Farsi_5 => Some("XK_Farsi_5" ), |
10995 | Keysym::Farsi_6 => Some("XK_Farsi_6" ), |
10996 | Keysym::Farsi_7 => Some("XK_Farsi_7" ), |
10997 | Keysym::Farsi_8 => Some("XK_Farsi_8" ), |
10998 | Keysym::Farsi_9 => Some("XK_Farsi_9" ), |
10999 | Keysym::Arabic_percent => Some("XK_Arabic_percent" ), |
11000 | Keysym::Arabic_superscript_alef => Some("XK_Arabic_superscript_alef" ), |
11001 | Keysym::Arabic_tteh => Some("XK_Arabic_tteh" ), |
11002 | Keysym::Arabic_peh => Some("XK_Arabic_peh" ), |
11003 | Keysym::Arabic_tcheh => Some("XK_Arabic_tcheh" ), |
11004 | Keysym::Arabic_ddal => Some("XK_Arabic_ddal" ), |
11005 | Keysym::Arabic_rreh => Some("XK_Arabic_rreh" ), |
11006 | Keysym::Arabic_comma => Some("XK_Arabic_comma" ), |
11007 | Keysym::Arabic_fullstop => Some("XK_Arabic_fullstop" ), |
11008 | Keysym::Arabic_0 => Some("XK_Arabic_0" ), |
11009 | Keysym::Arabic_1 => Some("XK_Arabic_1" ), |
11010 | Keysym::Arabic_2 => Some("XK_Arabic_2" ), |
11011 | Keysym::Arabic_3 => Some("XK_Arabic_3" ), |
11012 | Keysym::Arabic_4 => Some("XK_Arabic_4" ), |
11013 | Keysym::Arabic_5 => Some("XK_Arabic_5" ), |
11014 | Keysym::Arabic_6 => Some("XK_Arabic_6" ), |
11015 | Keysym::Arabic_7 => Some("XK_Arabic_7" ), |
11016 | Keysym::Arabic_8 => Some("XK_Arabic_8" ), |
11017 | Keysym::Arabic_9 => Some("XK_Arabic_9" ), |
11018 | Keysym::Arabic_semicolon => Some("XK_Arabic_semicolon" ), |
11019 | Keysym::Arabic_question_mark => Some("XK_Arabic_question_mark" ), |
11020 | Keysym::Arabic_hamza => Some("XK_Arabic_hamza" ), |
11021 | Keysym::Arabic_maddaonalef => Some("XK_Arabic_maddaonalef" ), |
11022 | Keysym::Arabic_hamzaonalef => Some("XK_Arabic_hamzaonalef" ), |
11023 | Keysym::Arabic_hamzaonwaw => Some("XK_Arabic_hamzaonwaw" ), |
11024 | Keysym::Arabic_hamzaunderalef => Some("XK_Arabic_hamzaunderalef" ), |
11025 | Keysym::Arabic_hamzaonyeh => Some("XK_Arabic_hamzaonyeh" ), |
11026 | Keysym::Arabic_alef => Some("XK_Arabic_alef" ), |
11027 | Keysym::Arabic_beh => Some("XK_Arabic_beh" ), |
11028 | Keysym::Arabic_tehmarbuta => Some("XK_Arabic_tehmarbuta" ), |
11029 | Keysym::Arabic_teh => Some("XK_Arabic_teh" ), |
11030 | Keysym::Arabic_theh => Some("XK_Arabic_theh" ), |
11031 | Keysym::Arabic_jeem => Some("XK_Arabic_jeem" ), |
11032 | Keysym::Arabic_hah => Some("XK_Arabic_hah" ), |
11033 | Keysym::Arabic_khah => Some("XK_Arabic_khah" ), |
11034 | Keysym::Arabic_dal => Some("XK_Arabic_dal" ), |
11035 | Keysym::Arabic_thal => Some("XK_Arabic_thal" ), |
11036 | Keysym::Arabic_ra => Some("XK_Arabic_ra" ), |
11037 | Keysym::Arabic_zain => Some("XK_Arabic_zain" ), |
11038 | Keysym::Arabic_seen => Some("XK_Arabic_seen" ), |
11039 | Keysym::Arabic_sheen => Some("XK_Arabic_sheen" ), |
11040 | Keysym::Arabic_sad => Some("XK_Arabic_sad" ), |
11041 | Keysym::Arabic_dad => Some("XK_Arabic_dad" ), |
11042 | Keysym::Arabic_tah => Some("XK_Arabic_tah" ), |
11043 | Keysym::Arabic_zah => Some("XK_Arabic_zah" ), |
11044 | Keysym::Arabic_ain => Some("XK_Arabic_ain" ), |
11045 | Keysym::Arabic_ghain => Some("XK_Arabic_ghain" ), |
11046 | Keysym::Arabic_tatweel => Some("XK_Arabic_tatweel" ), |
11047 | Keysym::Arabic_feh => Some("XK_Arabic_feh" ), |
11048 | Keysym::Arabic_qaf => Some("XK_Arabic_qaf" ), |
11049 | Keysym::Arabic_kaf => Some("XK_Arabic_kaf" ), |
11050 | Keysym::Arabic_lam => Some("XK_Arabic_lam" ), |
11051 | Keysym::Arabic_meem => Some("XK_Arabic_meem" ), |
11052 | Keysym::Arabic_noon => Some("XK_Arabic_noon" ), |
11053 | Keysym::Arabic_ha => Some("XK_Arabic_ha" ), |
11054 | Keysym::Arabic_heh => Some("XK_Arabic_heh" ), |
11055 | Keysym::Arabic_waw => Some("XK_Arabic_waw" ), |
11056 | Keysym::Arabic_alefmaksura => Some("XK_Arabic_alefmaksura" ), |
11057 | Keysym::Arabic_yeh => Some("XK_Arabic_yeh" ), |
11058 | Keysym::Arabic_fathatan => Some("XK_Arabic_fathatan" ), |
11059 | Keysym::Arabic_dammatan => Some("XK_Arabic_dammatan" ), |
11060 | Keysym::Arabic_kasratan => Some("XK_Arabic_kasratan" ), |
11061 | Keysym::Arabic_fatha => Some("XK_Arabic_fatha" ), |
11062 | Keysym::Arabic_damma => Some("XK_Arabic_damma" ), |
11063 | Keysym::Arabic_kasra => Some("XK_Arabic_kasra" ), |
11064 | Keysym::Arabic_shadda => Some("XK_Arabic_shadda" ), |
11065 | Keysym::Arabic_sukun => Some("XK_Arabic_sukun" ), |
11066 | Keysym::Arabic_madda_above => Some("XK_Arabic_madda_above" ), |
11067 | Keysym::Arabic_hamza_above => Some("XK_Arabic_hamza_above" ), |
11068 | Keysym::Arabic_hamza_below => Some("XK_Arabic_hamza_below" ), |
11069 | Keysym::Arabic_jeh => Some("XK_Arabic_jeh" ), |
11070 | Keysym::Arabic_veh => Some("XK_Arabic_veh" ), |
11071 | Keysym::Arabic_keheh => Some("XK_Arabic_keheh" ), |
11072 | Keysym::Arabic_gaf => Some("XK_Arabic_gaf" ), |
11073 | Keysym::Arabic_noon_ghunna => Some("XK_Arabic_noon_ghunna" ), |
11074 | Keysym::Arabic_heh_doachashmee => Some("XK_Arabic_heh_doachashmee" ), |
11075 | Keysym::Farsi_yeh => Some("XK_Farsi_yeh" ), |
11076 | Keysym::Arabic_farsi_yeh => Some("XK_Arabic_farsi_yeh" ), |
11077 | Keysym::Arabic_yeh_baree => Some("XK_Arabic_yeh_baree" ), |
11078 | Keysym::Arabic_heh_goal => Some("XK_Arabic_heh_goal" ), |
11079 | Keysym::Arabic_switch => Some("XK_Arabic_switch" ), |
11080 | Keysym::Cyrillic_GHE_bar => Some("XK_Cyrillic_GHE_bar" ), |
11081 | Keysym::Cyrillic_ghe_bar => Some("XK_Cyrillic_ghe_bar" ), |
11082 | Keysym::Cyrillic_ZHE_descender => Some("XK_Cyrillic_ZHE_descender" ), |
11083 | Keysym::Cyrillic_zhe_descender => Some("XK_Cyrillic_zhe_descender" ), |
11084 | Keysym::Cyrillic_KA_descender => Some("XK_Cyrillic_KA_descender" ), |
11085 | Keysym::Cyrillic_ka_descender => Some("XK_Cyrillic_ka_descender" ), |
11086 | Keysym::Cyrillic_KA_vertstroke => Some("XK_Cyrillic_KA_vertstroke" ), |
11087 | Keysym::Cyrillic_ka_vertstroke => Some("XK_Cyrillic_ka_vertstroke" ), |
11088 | Keysym::Cyrillic_EN_descender => Some("XK_Cyrillic_EN_descender" ), |
11089 | Keysym::Cyrillic_en_descender => Some("XK_Cyrillic_en_descender" ), |
11090 | Keysym::Cyrillic_U_straight => Some("XK_Cyrillic_U_straight" ), |
11091 | Keysym::Cyrillic_u_straight => Some("XK_Cyrillic_u_straight" ), |
11092 | Keysym::Cyrillic_U_straight_bar => Some("XK_Cyrillic_U_straight_bar" ), |
11093 | Keysym::Cyrillic_u_straight_bar => Some("XK_Cyrillic_u_straight_bar" ), |
11094 | Keysym::Cyrillic_HA_descender => Some("XK_Cyrillic_HA_descender" ), |
11095 | Keysym::Cyrillic_ha_descender => Some("XK_Cyrillic_ha_descender" ), |
11096 | Keysym::Cyrillic_CHE_descender => Some("XK_Cyrillic_CHE_descender" ), |
11097 | Keysym::Cyrillic_che_descender => Some("XK_Cyrillic_che_descender" ), |
11098 | Keysym::Cyrillic_CHE_vertstroke => Some("XK_Cyrillic_CHE_vertstroke" ), |
11099 | Keysym::Cyrillic_che_vertstroke => Some("XK_Cyrillic_che_vertstroke" ), |
11100 | Keysym::Cyrillic_SHHA => Some("XK_Cyrillic_SHHA" ), |
11101 | Keysym::Cyrillic_shha => Some("XK_Cyrillic_shha" ), |
11102 | Keysym::Cyrillic_SCHWA => Some("XK_Cyrillic_SCHWA" ), |
11103 | Keysym::Cyrillic_schwa => Some("XK_Cyrillic_schwa" ), |
11104 | Keysym::Cyrillic_I_macron => Some("XK_Cyrillic_I_macron" ), |
11105 | Keysym::Cyrillic_i_macron => Some("XK_Cyrillic_i_macron" ), |
11106 | Keysym::Cyrillic_O_bar => Some("XK_Cyrillic_O_bar" ), |
11107 | Keysym::Cyrillic_o_bar => Some("XK_Cyrillic_o_bar" ), |
11108 | Keysym::Cyrillic_U_macron => Some("XK_Cyrillic_U_macron" ), |
11109 | Keysym::Cyrillic_u_macron => Some("XK_Cyrillic_u_macron" ), |
11110 | Keysym::Serbian_dje => Some("XK_Serbian_dje" ), |
11111 | Keysym::Macedonia_gje => Some("XK_Macedonia_gje" ), |
11112 | Keysym::Cyrillic_io => Some("XK_Cyrillic_io" ), |
11113 | Keysym::Ukrainian_ie => Some("XK_Ukrainian_ie" ), |
11114 | Keysym::Ukranian_je => Some("XK_Ukranian_je" ), |
11115 | Keysym::Macedonia_dse => Some("XK_Macedonia_dse" ), |
11116 | Keysym::Ukrainian_i => Some("XK_Ukrainian_i" ), |
11117 | Keysym::Ukranian_i => Some("XK_Ukranian_i" ), |
11118 | Keysym::Ukrainian_yi => Some("XK_Ukrainian_yi" ), |
11119 | Keysym::Ukranian_yi => Some("XK_Ukranian_yi" ), |
11120 | Keysym::Cyrillic_je => Some("XK_Cyrillic_je" ), |
11121 | Keysym::Serbian_je => Some("XK_Serbian_je" ), |
11122 | Keysym::Cyrillic_lje => Some("XK_Cyrillic_lje" ), |
11123 | Keysym::Serbian_lje => Some("XK_Serbian_lje" ), |
11124 | Keysym::Cyrillic_nje => Some("XK_Cyrillic_nje" ), |
11125 | Keysym::Serbian_nje => Some("XK_Serbian_nje" ), |
11126 | Keysym::Serbian_tshe => Some("XK_Serbian_tshe" ), |
11127 | Keysym::Macedonia_kje => Some("XK_Macedonia_kje" ), |
11128 | Keysym::Ukrainian_ghe_with_upturn => Some("XK_Ukrainian_ghe_with_upturn" ), |
11129 | Keysym::Byelorussian_shortu => Some("XK_Byelorussian_shortu" ), |
11130 | Keysym::Cyrillic_dzhe => Some("XK_Cyrillic_dzhe" ), |
11131 | Keysym::Serbian_dze => Some("XK_Serbian_dze" ), |
11132 | Keysym::numerosign => Some("XK_numerosign" ), |
11133 | Keysym::Serbian_DJE => Some("XK_Serbian_DJE" ), |
11134 | Keysym::Macedonia_GJE => Some("XK_Macedonia_GJE" ), |
11135 | Keysym::Cyrillic_IO => Some("XK_Cyrillic_IO" ), |
11136 | Keysym::Ukrainian_IE => Some("XK_Ukrainian_IE" ), |
11137 | Keysym::Ukranian_JE => Some("XK_Ukranian_JE" ), |
11138 | Keysym::Macedonia_DSE => Some("XK_Macedonia_DSE" ), |
11139 | Keysym::Ukrainian_I => Some("XK_Ukrainian_I" ), |
11140 | Keysym::Ukranian_I => Some("XK_Ukranian_I" ), |
11141 | Keysym::Ukrainian_YI => Some("XK_Ukrainian_YI" ), |
11142 | Keysym::Ukranian_YI => Some("XK_Ukranian_YI" ), |
11143 | Keysym::Cyrillic_JE => Some("XK_Cyrillic_JE" ), |
11144 | Keysym::Serbian_JE => Some("XK_Serbian_JE" ), |
11145 | Keysym::Cyrillic_LJE => Some("XK_Cyrillic_LJE" ), |
11146 | Keysym::Serbian_LJE => Some("XK_Serbian_LJE" ), |
11147 | Keysym::Cyrillic_NJE => Some("XK_Cyrillic_NJE" ), |
11148 | Keysym::Serbian_NJE => Some("XK_Serbian_NJE" ), |
11149 | Keysym::Serbian_TSHE => Some("XK_Serbian_TSHE" ), |
11150 | Keysym::Macedonia_KJE => Some("XK_Macedonia_KJE" ), |
11151 | Keysym::Ukrainian_GHE_WITH_UPTURN => Some("XK_Ukrainian_GHE_WITH_UPTURN" ), |
11152 | Keysym::Byelorussian_SHORTU => Some("XK_Byelorussian_SHORTU" ), |
11153 | Keysym::Cyrillic_DZHE => Some("XK_Cyrillic_DZHE" ), |
11154 | Keysym::Serbian_DZE => Some("XK_Serbian_DZE" ), |
11155 | Keysym::Cyrillic_yu => Some("XK_Cyrillic_yu" ), |
11156 | Keysym::Cyrillic_a => Some("XK_Cyrillic_a" ), |
11157 | Keysym::Cyrillic_be => Some("XK_Cyrillic_be" ), |
11158 | Keysym::Cyrillic_tse => Some("XK_Cyrillic_tse" ), |
11159 | Keysym::Cyrillic_de => Some("XK_Cyrillic_de" ), |
11160 | Keysym::Cyrillic_ie => Some("XK_Cyrillic_ie" ), |
11161 | Keysym::Cyrillic_ef => Some("XK_Cyrillic_ef" ), |
11162 | Keysym::Cyrillic_ghe => Some("XK_Cyrillic_ghe" ), |
11163 | Keysym::Cyrillic_ha => Some("XK_Cyrillic_ha" ), |
11164 | Keysym::Cyrillic_i => Some("XK_Cyrillic_i" ), |
11165 | Keysym::Cyrillic_shorti => Some("XK_Cyrillic_shorti" ), |
11166 | Keysym::Cyrillic_ka => Some("XK_Cyrillic_ka" ), |
11167 | Keysym::Cyrillic_el => Some("XK_Cyrillic_el" ), |
11168 | Keysym::Cyrillic_em => Some("XK_Cyrillic_em" ), |
11169 | Keysym::Cyrillic_en => Some("XK_Cyrillic_en" ), |
11170 | Keysym::Cyrillic_o => Some("XK_Cyrillic_o" ), |
11171 | Keysym::Cyrillic_pe => Some("XK_Cyrillic_pe" ), |
11172 | Keysym::Cyrillic_ya => Some("XK_Cyrillic_ya" ), |
11173 | Keysym::Cyrillic_er => Some("XK_Cyrillic_er" ), |
11174 | Keysym::Cyrillic_es => Some("XK_Cyrillic_es" ), |
11175 | Keysym::Cyrillic_te => Some("XK_Cyrillic_te" ), |
11176 | Keysym::Cyrillic_u => Some("XK_Cyrillic_u" ), |
11177 | Keysym::Cyrillic_zhe => Some("XK_Cyrillic_zhe" ), |
11178 | Keysym::Cyrillic_ve => Some("XK_Cyrillic_ve" ), |
11179 | Keysym::Cyrillic_softsign => Some("XK_Cyrillic_softsign" ), |
11180 | Keysym::Cyrillic_yeru => Some("XK_Cyrillic_yeru" ), |
11181 | Keysym::Cyrillic_ze => Some("XK_Cyrillic_ze" ), |
11182 | Keysym::Cyrillic_sha => Some("XK_Cyrillic_sha" ), |
11183 | Keysym::Cyrillic_e => Some("XK_Cyrillic_e" ), |
11184 | Keysym::Cyrillic_shcha => Some("XK_Cyrillic_shcha" ), |
11185 | Keysym::Cyrillic_che => Some("XK_Cyrillic_che" ), |
11186 | Keysym::Cyrillic_hardsign => Some("XK_Cyrillic_hardsign" ), |
11187 | Keysym::Cyrillic_YU => Some("XK_Cyrillic_YU" ), |
11188 | Keysym::Cyrillic_A => Some("XK_Cyrillic_A" ), |
11189 | Keysym::Cyrillic_BE => Some("XK_Cyrillic_BE" ), |
11190 | Keysym::Cyrillic_TSE => Some("XK_Cyrillic_TSE" ), |
11191 | Keysym::Cyrillic_DE => Some("XK_Cyrillic_DE" ), |
11192 | Keysym::Cyrillic_IE => Some("XK_Cyrillic_IE" ), |
11193 | Keysym::Cyrillic_EF => Some("XK_Cyrillic_EF" ), |
11194 | Keysym::Cyrillic_GHE => Some("XK_Cyrillic_GHE" ), |
11195 | Keysym::Cyrillic_HA => Some("XK_Cyrillic_HA" ), |
11196 | Keysym::Cyrillic_I => Some("XK_Cyrillic_I" ), |
11197 | Keysym::Cyrillic_SHORTI => Some("XK_Cyrillic_SHORTI" ), |
11198 | Keysym::Cyrillic_KA => Some("XK_Cyrillic_KA" ), |
11199 | Keysym::Cyrillic_EL => Some("XK_Cyrillic_EL" ), |
11200 | Keysym::Cyrillic_EM => Some("XK_Cyrillic_EM" ), |
11201 | Keysym::Cyrillic_EN => Some("XK_Cyrillic_EN" ), |
11202 | Keysym::Cyrillic_O => Some("XK_Cyrillic_O" ), |
11203 | Keysym::Cyrillic_PE => Some("XK_Cyrillic_PE" ), |
11204 | Keysym::Cyrillic_YA => Some("XK_Cyrillic_YA" ), |
11205 | Keysym::Cyrillic_ER => Some("XK_Cyrillic_ER" ), |
11206 | Keysym::Cyrillic_ES => Some("XK_Cyrillic_ES" ), |
11207 | Keysym::Cyrillic_TE => Some("XK_Cyrillic_TE" ), |
11208 | Keysym::Cyrillic_U => Some("XK_Cyrillic_U" ), |
11209 | Keysym::Cyrillic_ZHE => Some("XK_Cyrillic_ZHE" ), |
11210 | Keysym::Cyrillic_VE => Some("XK_Cyrillic_VE" ), |
11211 | Keysym::Cyrillic_SOFTSIGN => Some("XK_Cyrillic_SOFTSIGN" ), |
11212 | Keysym::Cyrillic_YERU => Some("XK_Cyrillic_YERU" ), |
11213 | Keysym::Cyrillic_ZE => Some("XK_Cyrillic_ZE" ), |
11214 | Keysym::Cyrillic_SHA => Some("XK_Cyrillic_SHA" ), |
11215 | Keysym::Cyrillic_E => Some("XK_Cyrillic_E" ), |
11216 | Keysym::Cyrillic_SHCHA => Some("XK_Cyrillic_SHCHA" ), |
11217 | Keysym::Cyrillic_CHE => Some("XK_Cyrillic_CHE" ), |
11218 | Keysym::Cyrillic_HARDSIGN => Some("XK_Cyrillic_HARDSIGN" ), |
11219 | Keysym::Greek_ALPHAaccent => Some("XK_Greek_ALPHAaccent" ), |
11220 | Keysym::Greek_EPSILONaccent => Some("XK_Greek_EPSILONaccent" ), |
11221 | Keysym::Greek_ETAaccent => Some("XK_Greek_ETAaccent" ), |
11222 | Keysym::Greek_IOTAaccent => Some("XK_Greek_IOTAaccent" ), |
11223 | Keysym::Greek_IOTAdieresis => Some("XK_Greek_IOTAdieresis" ), |
11224 | Keysym::Greek_IOTAdiaeresis => Some("XK_Greek_IOTAdiaeresis" ), |
11225 | Keysym::Greek_OMICRONaccent => Some("XK_Greek_OMICRONaccent" ), |
11226 | Keysym::Greek_UPSILONaccent => Some("XK_Greek_UPSILONaccent" ), |
11227 | Keysym::Greek_UPSILONdieresis => Some("XK_Greek_UPSILONdieresis" ), |
11228 | Keysym::Greek_OMEGAaccent => Some("XK_Greek_OMEGAaccent" ), |
11229 | Keysym::Greek_accentdieresis => Some("XK_Greek_accentdieresis" ), |
11230 | Keysym::Greek_horizbar => Some("XK_Greek_horizbar" ), |
11231 | Keysym::Greek_alphaaccent => Some("XK_Greek_alphaaccent" ), |
11232 | Keysym::Greek_epsilonaccent => Some("XK_Greek_epsilonaccent" ), |
11233 | Keysym::Greek_etaaccent => Some("XK_Greek_etaaccent" ), |
11234 | Keysym::Greek_iotaaccent => Some("XK_Greek_iotaaccent" ), |
11235 | Keysym::Greek_iotadieresis => Some("XK_Greek_iotadieresis" ), |
11236 | Keysym::Greek_iotaaccentdieresis => Some("XK_Greek_iotaaccentdieresis" ), |
11237 | Keysym::Greek_omicronaccent => Some("XK_Greek_omicronaccent" ), |
11238 | Keysym::Greek_upsilonaccent => Some("XK_Greek_upsilonaccent" ), |
11239 | Keysym::Greek_upsilondieresis => Some("XK_Greek_upsilondieresis" ), |
11240 | Keysym::Greek_upsilonaccentdieresis => Some("XK_Greek_upsilonaccentdieresis" ), |
11241 | Keysym::Greek_omegaaccent => Some("XK_Greek_omegaaccent" ), |
11242 | Keysym::Greek_ALPHA => Some("XK_Greek_ALPHA" ), |
11243 | Keysym::Greek_BETA => Some("XK_Greek_BETA" ), |
11244 | Keysym::Greek_GAMMA => Some("XK_Greek_GAMMA" ), |
11245 | Keysym::Greek_DELTA => Some("XK_Greek_DELTA" ), |
11246 | Keysym::Greek_EPSILON => Some("XK_Greek_EPSILON" ), |
11247 | Keysym::Greek_ZETA => Some("XK_Greek_ZETA" ), |
11248 | Keysym::Greek_ETA => Some("XK_Greek_ETA" ), |
11249 | Keysym::Greek_THETA => Some("XK_Greek_THETA" ), |
11250 | Keysym::Greek_IOTA => Some("XK_Greek_IOTA" ), |
11251 | Keysym::Greek_KAPPA => Some("XK_Greek_KAPPA" ), |
11252 | Keysym::Greek_LAMDA => Some("XK_Greek_LAMDA" ), |
11253 | Keysym::Greek_LAMBDA => Some("XK_Greek_LAMBDA" ), |
11254 | Keysym::Greek_MU => Some("XK_Greek_MU" ), |
11255 | Keysym::Greek_NU => Some("XK_Greek_NU" ), |
11256 | Keysym::Greek_XI => Some("XK_Greek_XI" ), |
11257 | Keysym::Greek_OMICRON => Some("XK_Greek_OMICRON" ), |
11258 | Keysym::Greek_PI => Some("XK_Greek_PI" ), |
11259 | Keysym::Greek_RHO => Some("XK_Greek_RHO" ), |
11260 | Keysym::Greek_SIGMA => Some("XK_Greek_SIGMA" ), |
11261 | Keysym::Greek_TAU => Some("XK_Greek_TAU" ), |
11262 | Keysym::Greek_UPSILON => Some("XK_Greek_UPSILON" ), |
11263 | Keysym::Greek_PHI => Some("XK_Greek_PHI" ), |
11264 | Keysym::Greek_CHI => Some("XK_Greek_CHI" ), |
11265 | Keysym::Greek_PSI => Some("XK_Greek_PSI" ), |
11266 | Keysym::Greek_OMEGA => Some("XK_Greek_OMEGA" ), |
11267 | Keysym::Greek_alpha => Some("XK_Greek_alpha" ), |
11268 | Keysym::Greek_beta => Some("XK_Greek_beta" ), |
11269 | Keysym::Greek_gamma => Some("XK_Greek_gamma" ), |
11270 | Keysym::Greek_delta => Some("XK_Greek_delta" ), |
11271 | Keysym::Greek_epsilon => Some("XK_Greek_epsilon" ), |
11272 | Keysym::Greek_zeta => Some("XK_Greek_zeta" ), |
11273 | Keysym::Greek_eta => Some("XK_Greek_eta" ), |
11274 | Keysym::Greek_theta => Some("XK_Greek_theta" ), |
11275 | Keysym::Greek_iota => Some("XK_Greek_iota" ), |
11276 | Keysym::Greek_kappa => Some("XK_Greek_kappa" ), |
11277 | Keysym::Greek_lamda => Some("XK_Greek_lamda" ), |
11278 | Keysym::Greek_lambda => Some("XK_Greek_lambda" ), |
11279 | Keysym::Greek_mu => Some("XK_Greek_mu" ), |
11280 | Keysym::Greek_nu => Some("XK_Greek_nu" ), |
11281 | Keysym::Greek_xi => Some("XK_Greek_xi" ), |
11282 | Keysym::Greek_omicron => Some("XK_Greek_omicron" ), |
11283 | Keysym::Greek_pi => Some("XK_Greek_pi" ), |
11284 | Keysym::Greek_rho => Some("XK_Greek_rho" ), |
11285 | Keysym::Greek_sigma => Some("XK_Greek_sigma" ), |
11286 | Keysym::Greek_finalsmallsigma => Some("XK_Greek_finalsmallsigma" ), |
11287 | Keysym::Greek_tau => Some("XK_Greek_tau" ), |
11288 | Keysym::Greek_upsilon => Some("XK_Greek_upsilon" ), |
11289 | Keysym::Greek_phi => Some("XK_Greek_phi" ), |
11290 | Keysym::Greek_chi => Some("XK_Greek_chi" ), |
11291 | Keysym::Greek_psi => Some("XK_Greek_psi" ), |
11292 | Keysym::Greek_omega => Some("XK_Greek_omega" ), |
11293 | Keysym::Greek_switch => Some("XK_Greek_switch" ), |
11294 | Keysym::leftradical => Some("XK_leftradical" ), |
11295 | Keysym::topleftradical => Some("XK_topleftradical" ), |
11296 | Keysym::horizconnector => Some("XK_horizconnector" ), |
11297 | Keysym::topintegral => Some("XK_topintegral" ), |
11298 | Keysym::botintegral => Some("XK_botintegral" ), |
11299 | Keysym::vertconnector => Some("XK_vertconnector" ), |
11300 | Keysym::topleftsqbracket => Some("XK_topleftsqbracket" ), |
11301 | Keysym::botleftsqbracket => Some("XK_botleftsqbracket" ), |
11302 | Keysym::toprightsqbracket => Some("XK_toprightsqbracket" ), |
11303 | Keysym::botrightsqbracket => Some("XK_botrightsqbracket" ), |
11304 | Keysym::topleftparens => Some("XK_topleftparens" ), |
11305 | Keysym::botleftparens => Some("XK_botleftparens" ), |
11306 | Keysym::toprightparens => Some("XK_toprightparens" ), |
11307 | Keysym::botrightparens => Some("XK_botrightparens" ), |
11308 | Keysym::leftmiddlecurlybrace => Some("XK_leftmiddlecurlybrace" ), |
11309 | Keysym::rightmiddlecurlybrace => Some("XK_rightmiddlecurlybrace" ), |
11310 | Keysym::topleftsummation => Some("XK_topleftsummation" ), |
11311 | Keysym::botleftsummation => Some("XK_botleftsummation" ), |
11312 | Keysym::topvertsummationconnector => Some("XK_topvertsummationconnector" ), |
11313 | Keysym::botvertsummationconnector => Some("XK_botvertsummationconnector" ), |
11314 | Keysym::toprightsummation => Some("XK_toprightsummation" ), |
11315 | Keysym::botrightsummation => Some("XK_botrightsummation" ), |
11316 | Keysym::rightmiddlesummation => Some("XK_rightmiddlesummation" ), |
11317 | Keysym::lessthanequal => Some("XK_lessthanequal" ), |
11318 | Keysym::notequal => Some("XK_notequal" ), |
11319 | Keysym::greaterthanequal => Some("XK_greaterthanequal" ), |
11320 | Keysym::integral => Some("XK_integral" ), |
11321 | Keysym::therefore => Some("XK_therefore" ), |
11322 | Keysym::variation => Some("XK_variation" ), |
11323 | Keysym::infinity => Some("XK_infinity" ), |
11324 | Keysym::nabla => Some("XK_nabla" ), |
11325 | Keysym::approximate => Some("XK_approximate" ), |
11326 | Keysym::similarequal => Some("XK_similarequal" ), |
11327 | Keysym::ifonlyif => Some("XK_ifonlyif" ), |
11328 | Keysym::implies => Some("XK_implies" ), |
11329 | Keysym::identical => Some("XK_identical" ), |
11330 | Keysym::radical => Some("XK_radical" ), |
11331 | Keysym::includedin => Some("XK_includedin" ), |
11332 | Keysym::includes => Some("XK_includes" ), |
11333 | Keysym::intersection => Some("XK_intersection" ), |
11334 | Keysym::union => Some("XK_union" ), |
11335 | Keysym::logicaland => Some("XK_logicaland" ), |
11336 | Keysym::logicalor => Some("XK_logicalor" ), |
11337 | Keysym::partialderivative => Some("XK_partialderivative" ), |
11338 | Keysym::function => Some("XK_function" ), |
11339 | Keysym::leftarrow => Some("XK_leftarrow" ), |
11340 | Keysym::uparrow => Some("XK_uparrow" ), |
11341 | Keysym::rightarrow => Some("XK_rightarrow" ), |
11342 | Keysym::downarrow => Some("XK_downarrow" ), |
11343 | Keysym::blank => Some("XK_blank" ), |
11344 | Keysym::soliddiamond => Some("XK_soliddiamond" ), |
11345 | Keysym::checkerboard => Some("XK_checkerboard" ), |
11346 | Keysym::ht => Some("XK_ht" ), |
11347 | Keysym::ff => Some("XK_ff" ), |
11348 | Keysym::cr => Some("XK_cr" ), |
11349 | Keysym::lf => Some("XK_lf" ), |
11350 | Keysym::nl => Some("XK_nl" ), |
11351 | Keysym::vt => Some("XK_vt" ), |
11352 | Keysym::lowrightcorner => Some("XK_lowrightcorner" ), |
11353 | Keysym::uprightcorner => Some("XK_uprightcorner" ), |
11354 | Keysym::upleftcorner => Some("XK_upleftcorner" ), |
11355 | Keysym::lowleftcorner => Some("XK_lowleftcorner" ), |
11356 | Keysym::crossinglines => Some("XK_crossinglines" ), |
11357 | Keysym::horizlinescan1 => Some("XK_horizlinescan1" ), |
11358 | Keysym::horizlinescan3 => Some("XK_horizlinescan3" ), |
11359 | Keysym::horizlinescan5 => Some("XK_horizlinescan5" ), |
11360 | Keysym::horizlinescan7 => Some("XK_horizlinescan7" ), |
11361 | Keysym::horizlinescan9 => Some("XK_horizlinescan9" ), |
11362 | Keysym::leftt => Some("XK_leftt" ), |
11363 | Keysym::rightt => Some("XK_rightt" ), |
11364 | Keysym::bott => Some("XK_bott" ), |
11365 | Keysym::topt => Some("XK_topt" ), |
11366 | Keysym::vertbar => Some("XK_vertbar" ), |
11367 | Keysym::emspace => Some("XK_emspace" ), |
11368 | Keysym::enspace => Some("XK_enspace" ), |
11369 | Keysym::em3space => Some("XK_em3space" ), |
11370 | Keysym::em4space => Some("XK_em4space" ), |
11371 | Keysym::digitspace => Some("XK_digitspace" ), |
11372 | Keysym::punctspace => Some("XK_punctspace" ), |
11373 | Keysym::thinspace => Some("XK_thinspace" ), |
11374 | Keysym::hairspace => Some("XK_hairspace" ), |
11375 | Keysym::emdash => Some("XK_emdash" ), |
11376 | Keysym::endash => Some("XK_endash" ), |
11377 | Keysym::signifblank => Some("XK_signifblank" ), |
11378 | Keysym::ellipsis => Some("XK_ellipsis" ), |
11379 | Keysym::doubbaselinedot => Some("XK_doubbaselinedot" ), |
11380 | Keysym::onethird => Some("XK_onethird" ), |
11381 | Keysym::twothirds => Some("XK_twothirds" ), |
11382 | Keysym::onefifth => Some("XK_onefifth" ), |
11383 | Keysym::twofifths => Some("XK_twofifths" ), |
11384 | Keysym::threefifths => Some("XK_threefifths" ), |
11385 | Keysym::fourfifths => Some("XK_fourfifths" ), |
11386 | Keysym::onesixth => Some("XK_onesixth" ), |
11387 | Keysym::fivesixths => Some("XK_fivesixths" ), |
11388 | Keysym::careof => Some("XK_careof" ), |
11389 | Keysym::figdash => Some("XK_figdash" ), |
11390 | Keysym::leftanglebracket => Some("XK_leftanglebracket" ), |
11391 | Keysym::decimalpoint => Some("XK_decimalpoint" ), |
11392 | Keysym::rightanglebracket => Some("XK_rightanglebracket" ), |
11393 | Keysym::marker => Some("XK_marker" ), |
11394 | Keysym::oneeighth => Some("XK_oneeighth" ), |
11395 | Keysym::threeeighths => Some("XK_threeeighths" ), |
11396 | Keysym::fiveeighths => Some("XK_fiveeighths" ), |
11397 | Keysym::seveneighths => Some("XK_seveneighths" ), |
11398 | Keysym::trademark => Some("XK_trademark" ), |
11399 | Keysym::signaturemark => Some("XK_signaturemark" ), |
11400 | Keysym::trademarkincircle => Some("XK_trademarkincircle" ), |
11401 | Keysym::leftopentriangle => Some("XK_leftopentriangle" ), |
11402 | Keysym::rightopentriangle => Some("XK_rightopentriangle" ), |
11403 | Keysym::emopencircle => Some("XK_emopencircle" ), |
11404 | Keysym::emopenrectangle => Some("XK_emopenrectangle" ), |
11405 | Keysym::leftsinglequotemark => Some("XK_leftsinglequotemark" ), |
11406 | Keysym::rightsinglequotemark => Some("XK_rightsinglequotemark" ), |
11407 | Keysym::leftdoublequotemark => Some("XK_leftdoublequotemark" ), |
11408 | Keysym::rightdoublequotemark => Some("XK_rightdoublequotemark" ), |
11409 | Keysym::prescription => Some("XK_prescription" ), |
11410 | Keysym::permille => Some("XK_permille" ), |
11411 | Keysym::minutes => Some("XK_minutes" ), |
11412 | Keysym::seconds => Some("XK_seconds" ), |
11413 | Keysym::latincross => Some("XK_latincross" ), |
11414 | Keysym::hexagram => Some("XK_hexagram" ), |
11415 | Keysym::filledrectbullet => Some("XK_filledrectbullet" ), |
11416 | Keysym::filledlefttribullet => Some("XK_filledlefttribullet" ), |
11417 | Keysym::filledrighttribullet => Some("XK_filledrighttribullet" ), |
11418 | Keysym::emfilledcircle => Some("XK_emfilledcircle" ), |
11419 | Keysym::emfilledrect => Some("XK_emfilledrect" ), |
11420 | Keysym::enopencircbullet => Some("XK_enopencircbullet" ), |
11421 | Keysym::enopensquarebullet => Some("XK_enopensquarebullet" ), |
11422 | Keysym::openrectbullet => Some("XK_openrectbullet" ), |
11423 | Keysym::opentribulletup => Some("XK_opentribulletup" ), |
11424 | Keysym::opentribulletdown => Some("XK_opentribulletdown" ), |
11425 | Keysym::openstar => Some("XK_openstar" ), |
11426 | Keysym::enfilledcircbullet => Some("XK_enfilledcircbullet" ), |
11427 | Keysym::enfilledsqbullet => Some("XK_enfilledsqbullet" ), |
11428 | Keysym::filledtribulletup => Some("XK_filledtribulletup" ), |
11429 | Keysym::filledtribulletdown => Some("XK_filledtribulletdown" ), |
11430 | Keysym::leftpointer => Some("XK_leftpointer" ), |
11431 | Keysym::rightpointer => Some("XK_rightpointer" ), |
11432 | Keysym::club => Some("XK_club" ), |
11433 | Keysym::diamond => Some("XK_diamond" ), |
11434 | Keysym::heart => Some("XK_heart" ), |
11435 | Keysym::maltesecross => Some("XK_maltesecross" ), |
11436 | Keysym::dagger => Some("XK_dagger" ), |
11437 | Keysym::doubledagger => Some("XK_doubledagger" ), |
11438 | Keysym::checkmark => Some("XK_checkmark" ), |
11439 | Keysym::ballotcross => Some("XK_ballotcross" ), |
11440 | Keysym::musicalsharp => Some("XK_musicalsharp" ), |
11441 | Keysym::musicalflat => Some("XK_musicalflat" ), |
11442 | Keysym::malesymbol => Some("XK_malesymbol" ), |
11443 | Keysym::femalesymbol => Some("XK_femalesymbol" ), |
11444 | Keysym::telephone => Some("XK_telephone" ), |
11445 | Keysym::telephonerecorder => Some("XK_telephonerecorder" ), |
11446 | Keysym::phonographcopyright => Some("XK_phonographcopyright" ), |
11447 | Keysym::caret => Some("XK_caret" ), |
11448 | Keysym::singlelowquotemark => Some("XK_singlelowquotemark" ), |
11449 | Keysym::doublelowquotemark => Some("XK_doublelowquotemark" ), |
11450 | Keysym::cursor => Some("XK_cursor" ), |
11451 | Keysym::leftcaret => Some("XK_leftcaret" ), |
11452 | Keysym::rightcaret => Some("XK_rightcaret" ), |
11453 | Keysym::downcaret => Some("XK_downcaret" ), |
11454 | Keysym::upcaret => Some("XK_upcaret" ), |
11455 | Keysym::overbar => Some("XK_overbar" ), |
11456 | Keysym::downtack => Some("XK_downtack" ), |
11457 | Keysym::upshoe => Some("XK_upshoe" ), |
11458 | Keysym::downstile => Some("XK_downstile" ), |
11459 | Keysym::underbar => Some("XK_underbar" ), |
11460 | Keysym::jot => Some("XK_jot" ), |
11461 | Keysym::quad => Some("XK_quad" ), |
11462 | Keysym::uptack => Some("XK_uptack" ), |
11463 | Keysym::circle => Some("XK_circle" ), |
11464 | Keysym::upstile => Some("XK_upstile" ), |
11465 | Keysym::downshoe => Some("XK_downshoe" ), |
11466 | Keysym::rightshoe => Some("XK_rightshoe" ), |
11467 | Keysym::leftshoe => Some("XK_leftshoe" ), |
11468 | Keysym::lefttack => Some("XK_lefttack" ), |
11469 | Keysym::righttack => Some("XK_righttack" ), |
11470 | Keysym::hebrew_doublelowline => Some("XK_hebrew_doublelowline" ), |
11471 | Keysym::hebrew_aleph => Some("XK_hebrew_aleph" ), |
11472 | Keysym::hebrew_bet => Some("XK_hebrew_bet" ), |
11473 | Keysym::hebrew_beth => Some("XK_hebrew_beth" ), |
11474 | Keysym::hebrew_gimel => Some("XK_hebrew_gimel" ), |
11475 | Keysym::hebrew_gimmel => Some("XK_hebrew_gimmel" ), |
11476 | Keysym::hebrew_dalet => Some("XK_hebrew_dalet" ), |
11477 | Keysym::hebrew_daleth => Some("XK_hebrew_daleth" ), |
11478 | Keysym::hebrew_he => Some("XK_hebrew_he" ), |
11479 | Keysym::hebrew_waw => Some("XK_hebrew_waw" ), |
11480 | Keysym::hebrew_zain => Some("XK_hebrew_zain" ), |
11481 | Keysym::hebrew_zayin => Some("XK_hebrew_zayin" ), |
11482 | Keysym::hebrew_chet => Some("XK_hebrew_chet" ), |
11483 | Keysym::hebrew_het => Some("XK_hebrew_het" ), |
11484 | Keysym::hebrew_tet => Some("XK_hebrew_tet" ), |
11485 | Keysym::hebrew_teth => Some("XK_hebrew_teth" ), |
11486 | Keysym::hebrew_yod => Some("XK_hebrew_yod" ), |
11487 | Keysym::hebrew_finalkaph => Some("XK_hebrew_finalkaph" ), |
11488 | Keysym::hebrew_kaph => Some("XK_hebrew_kaph" ), |
11489 | Keysym::hebrew_lamed => Some("XK_hebrew_lamed" ), |
11490 | Keysym::hebrew_finalmem => Some("XK_hebrew_finalmem" ), |
11491 | Keysym::hebrew_mem => Some("XK_hebrew_mem" ), |
11492 | Keysym::hebrew_finalnun => Some("XK_hebrew_finalnun" ), |
11493 | Keysym::hebrew_nun => Some("XK_hebrew_nun" ), |
11494 | Keysym::hebrew_samech => Some("XK_hebrew_samech" ), |
11495 | Keysym::hebrew_samekh => Some("XK_hebrew_samekh" ), |
11496 | Keysym::hebrew_ayin => Some("XK_hebrew_ayin" ), |
11497 | Keysym::hebrew_finalpe => Some("XK_hebrew_finalpe" ), |
11498 | Keysym::hebrew_pe => Some("XK_hebrew_pe" ), |
11499 | Keysym::hebrew_finalzade => Some("XK_hebrew_finalzade" ), |
11500 | Keysym::hebrew_finalzadi => Some("XK_hebrew_finalzadi" ), |
11501 | Keysym::hebrew_zade => Some("XK_hebrew_zade" ), |
11502 | Keysym::hebrew_zadi => Some("XK_hebrew_zadi" ), |
11503 | Keysym::hebrew_qoph => Some("XK_hebrew_qoph" ), |
11504 | Keysym::hebrew_kuf => Some("XK_hebrew_kuf" ), |
11505 | Keysym::hebrew_resh => Some("XK_hebrew_resh" ), |
11506 | Keysym::hebrew_shin => Some("XK_hebrew_shin" ), |
11507 | Keysym::hebrew_taw => Some("XK_hebrew_taw" ), |
11508 | Keysym::hebrew_taf => Some("XK_hebrew_taf" ), |
11509 | Keysym::Hebrew_switch => Some("XK_Hebrew_switch" ), |
11510 | Keysym::Thai_kokai => Some("XK_Thai_kokai" ), |
11511 | Keysym::Thai_khokhai => Some("XK_Thai_khokhai" ), |
11512 | Keysym::Thai_khokhuat => Some("XK_Thai_khokhuat" ), |
11513 | Keysym::Thai_khokhwai => Some("XK_Thai_khokhwai" ), |
11514 | Keysym::Thai_khokhon => Some("XK_Thai_khokhon" ), |
11515 | Keysym::Thai_khorakhang => Some("XK_Thai_khorakhang" ), |
11516 | Keysym::Thai_ngongu => Some("XK_Thai_ngongu" ), |
11517 | Keysym::Thai_chochan => Some("XK_Thai_chochan" ), |
11518 | Keysym::Thai_choching => Some("XK_Thai_choching" ), |
11519 | Keysym::Thai_chochang => Some("XK_Thai_chochang" ), |
11520 | Keysym::Thai_soso => Some("XK_Thai_soso" ), |
11521 | Keysym::Thai_chochoe => Some("XK_Thai_chochoe" ), |
11522 | Keysym::Thai_yoying => Some("XK_Thai_yoying" ), |
11523 | Keysym::Thai_dochada => Some("XK_Thai_dochada" ), |
11524 | Keysym::Thai_topatak => Some("XK_Thai_topatak" ), |
11525 | Keysym::Thai_thothan => Some("XK_Thai_thothan" ), |
11526 | Keysym::Thai_thonangmontho => Some("XK_Thai_thonangmontho" ), |
11527 | Keysym::Thai_thophuthao => Some("XK_Thai_thophuthao" ), |
11528 | Keysym::Thai_nonen => Some("XK_Thai_nonen" ), |
11529 | Keysym::Thai_dodek => Some("XK_Thai_dodek" ), |
11530 | Keysym::Thai_totao => Some("XK_Thai_totao" ), |
11531 | Keysym::Thai_thothung => Some("XK_Thai_thothung" ), |
11532 | Keysym::Thai_thothahan => Some("XK_Thai_thothahan" ), |
11533 | Keysym::Thai_thothong => Some("XK_Thai_thothong" ), |
11534 | Keysym::Thai_nonu => Some("XK_Thai_nonu" ), |
11535 | Keysym::Thai_bobaimai => Some("XK_Thai_bobaimai" ), |
11536 | Keysym::Thai_popla => Some("XK_Thai_popla" ), |
11537 | Keysym::Thai_phophung => Some("XK_Thai_phophung" ), |
11538 | Keysym::Thai_fofa => Some("XK_Thai_fofa" ), |
11539 | Keysym::Thai_phophan => Some("XK_Thai_phophan" ), |
11540 | Keysym::Thai_fofan => Some("XK_Thai_fofan" ), |
11541 | Keysym::Thai_phosamphao => Some("XK_Thai_phosamphao" ), |
11542 | Keysym::Thai_moma => Some("XK_Thai_moma" ), |
11543 | Keysym::Thai_yoyak => Some("XK_Thai_yoyak" ), |
11544 | Keysym::Thai_rorua => Some("XK_Thai_rorua" ), |
11545 | Keysym::Thai_ru => Some("XK_Thai_ru" ), |
11546 | Keysym::Thai_loling => Some("XK_Thai_loling" ), |
11547 | Keysym::Thai_lu => Some("XK_Thai_lu" ), |
11548 | Keysym::Thai_wowaen => Some("XK_Thai_wowaen" ), |
11549 | Keysym::Thai_sosala => Some("XK_Thai_sosala" ), |
11550 | Keysym::Thai_sorusi => Some("XK_Thai_sorusi" ), |
11551 | Keysym::Thai_sosua => Some("XK_Thai_sosua" ), |
11552 | Keysym::Thai_hohip => Some("XK_Thai_hohip" ), |
11553 | Keysym::Thai_lochula => Some("XK_Thai_lochula" ), |
11554 | Keysym::Thai_oang => Some("XK_Thai_oang" ), |
11555 | Keysym::Thai_honokhuk => Some("XK_Thai_honokhuk" ), |
11556 | Keysym::Thai_paiyannoi => Some("XK_Thai_paiyannoi" ), |
11557 | Keysym::Thai_saraa => Some("XK_Thai_saraa" ), |
11558 | Keysym::Thai_maihanakat => Some("XK_Thai_maihanakat" ), |
11559 | Keysym::Thai_saraaa => Some("XK_Thai_saraaa" ), |
11560 | Keysym::Thai_saraam => Some("XK_Thai_saraam" ), |
11561 | Keysym::Thai_sarai => Some("XK_Thai_sarai" ), |
11562 | Keysym::Thai_saraii => Some("XK_Thai_saraii" ), |
11563 | Keysym::Thai_saraue => Some("XK_Thai_saraue" ), |
11564 | Keysym::Thai_sarauee => Some("XK_Thai_sarauee" ), |
11565 | Keysym::Thai_sarau => Some("XK_Thai_sarau" ), |
11566 | Keysym::Thai_sarauu => Some("XK_Thai_sarauu" ), |
11567 | Keysym::Thai_phinthu => Some("XK_Thai_phinthu" ), |
11568 | Keysym::Thai_maihanakat_maitho => Some("XK_Thai_maihanakat_maitho" ), |
11569 | Keysym::Thai_baht => Some("XK_Thai_baht" ), |
11570 | Keysym::Thai_sarae => Some("XK_Thai_sarae" ), |
11571 | Keysym::Thai_saraae => Some("XK_Thai_saraae" ), |
11572 | Keysym::Thai_sarao => Some("XK_Thai_sarao" ), |
11573 | Keysym::Thai_saraaimaimuan => Some("XK_Thai_saraaimaimuan" ), |
11574 | Keysym::Thai_saraaimaimalai => Some("XK_Thai_saraaimaimalai" ), |
11575 | Keysym::Thai_lakkhangyao => Some("XK_Thai_lakkhangyao" ), |
11576 | Keysym::Thai_maiyamok => Some("XK_Thai_maiyamok" ), |
11577 | Keysym::Thai_maitaikhu => Some("XK_Thai_maitaikhu" ), |
11578 | Keysym::Thai_maiek => Some("XK_Thai_maiek" ), |
11579 | Keysym::Thai_maitho => Some("XK_Thai_maitho" ), |
11580 | Keysym::Thai_maitri => Some("XK_Thai_maitri" ), |
11581 | Keysym::Thai_maichattawa => Some("XK_Thai_maichattawa" ), |
11582 | Keysym::Thai_thanthakhat => Some("XK_Thai_thanthakhat" ), |
11583 | Keysym::Thai_nikhahit => Some("XK_Thai_nikhahit" ), |
11584 | Keysym::Thai_leksun => Some("XK_Thai_leksun" ), |
11585 | Keysym::Thai_leknung => Some("XK_Thai_leknung" ), |
11586 | Keysym::Thai_leksong => Some("XK_Thai_leksong" ), |
11587 | Keysym::Thai_leksam => Some("XK_Thai_leksam" ), |
11588 | Keysym::Thai_leksi => Some("XK_Thai_leksi" ), |
11589 | Keysym::Thai_lekha => Some("XK_Thai_lekha" ), |
11590 | Keysym::Thai_lekhok => Some("XK_Thai_lekhok" ), |
11591 | Keysym::Thai_lekchet => Some("XK_Thai_lekchet" ), |
11592 | Keysym::Thai_lekpaet => Some("XK_Thai_lekpaet" ), |
11593 | Keysym::Thai_lekkao => Some("XK_Thai_lekkao" ), |
11594 | Keysym::Hangul => Some("XK_Hangul" ), |
11595 | Keysym::Hangul_Start => Some("XK_Hangul_Start" ), |
11596 | Keysym::Hangul_End => Some("XK_Hangul_End" ), |
11597 | Keysym::Hangul_Hanja => Some("XK_Hangul_Hanja" ), |
11598 | Keysym::Hangul_Jamo => Some("XK_Hangul_Jamo" ), |
11599 | Keysym::Hangul_Romaja => Some("XK_Hangul_Romaja" ), |
11600 | Keysym::Hangul_Codeinput => Some("XK_Hangul_Codeinput" ), |
11601 | Keysym::Hangul_Jeonja => Some("XK_Hangul_Jeonja" ), |
11602 | Keysym::Hangul_Banja => Some("XK_Hangul_Banja" ), |
11603 | Keysym::Hangul_PreHanja => Some("XK_Hangul_PreHanja" ), |
11604 | Keysym::Hangul_PostHanja => Some("XK_Hangul_PostHanja" ), |
11605 | Keysym::Hangul_SingleCandidate => Some("XK_Hangul_SingleCandidate" ), |
11606 | Keysym::Hangul_MultipleCandidate => Some("XK_Hangul_MultipleCandidate" ), |
11607 | Keysym::Hangul_PreviousCandidate => Some("XK_Hangul_PreviousCandidate" ), |
11608 | Keysym::Hangul_Special => Some("XK_Hangul_Special" ), |
11609 | Keysym::Hangul_switch => Some("XK_Hangul_switch" ), |
11610 | Keysym::Hangul_Kiyeog => Some("XK_Hangul_Kiyeog" ), |
11611 | Keysym::Hangul_SsangKiyeog => Some("XK_Hangul_SsangKiyeog" ), |
11612 | Keysym::Hangul_KiyeogSios => Some("XK_Hangul_KiyeogSios" ), |
11613 | Keysym::Hangul_Nieun => Some("XK_Hangul_Nieun" ), |
11614 | Keysym::Hangul_NieunJieuj => Some("XK_Hangul_NieunJieuj" ), |
11615 | Keysym::Hangul_NieunHieuh => Some("XK_Hangul_NieunHieuh" ), |
11616 | Keysym::Hangul_Dikeud => Some("XK_Hangul_Dikeud" ), |
11617 | Keysym::Hangul_SsangDikeud => Some("XK_Hangul_SsangDikeud" ), |
11618 | Keysym::Hangul_Rieul => Some("XK_Hangul_Rieul" ), |
11619 | Keysym::Hangul_RieulKiyeog => Some("XK_Hangul_RieulKiyeog" ), |
11620 | Keysym::Hangul_RieulMieum => Some("XK_Hangul_RieulMieum" ), |
11621 | Keysym::Hangul_RieulPieub => Some("XK_Hangul_RieulPieub" ), |
11622 | Keysym::Hangul_RieulSios => Some("XK_Hangul_RieulSios" ), |
11623 | Keysym::Hangul_RieulTieut => Some("XK_Hangul_RieulTieut" ), |
11624 | Keysym::Hangul_RieulPhieuf => Some("XK_Hangul_RieulPhieuf" ), |
11625 | Keysym::Hangul_RieulHieuh => Some("XK_Hangul_RieulHieuh" ), |
11626 | Keysym::Hangul_Mieum => Some("XK_Hangul_Mieum" ), |
11627 | Keysym::Hangul_Pieub => Some("XK_Hangul_Pieub" ), |
11628 | Keysym::Hangul_SsangPieub => Some("XK_Hangul_SsangPieub" ), |
11629 | Keysym::Hangul_PieubSios => Some("XK_Hangul_PieubSios" ), |
11630 | Keysym::Hangul_Sios => Some("XK_Hangul_Sios" ), |
11631 | Keysym::Hangul_SsangSios => Some("XK_Hangul_SsangSios" ), |
11632 | Keysym::Hangul_Ieung => Some("XK_Hangul_Ieung" ), |
11633 | Keysym::Hangul_Jieuj => Some("XK_Hangul_Jieuj" ), |
11634 | Keysym::Hangul_SsangJieuj => Some("XK_Hangul_SsangJieuj" ), |
11635 | Keysym::Hangul_Cieuc => Some("XK_Hangul_Cieuc" ), |
11636 | Keysym::Hangul_Khieuq => Some("XK_Hangul_Khieuq" ), |
11637 | Keysym::Hangul_Tieut => Some("XK_Hangul_Tieut" ), |
11638 | Keysym::Hangul_Phieuf => Some("XK_Hangul_Phieuf" ), |
11639 | Keysym::Hangul_Hieuh => Some("XK_Hangul_Hieuh" ), |
11640 | Keysym::Hangul_A => Some("XK_Hangul_A" ), |
11641 | Keysym::Hangul_AE => Some("XK_Hangul_AE" ), |
11642 | Keysym::Hangul_YA => Some("XK_Hangul_YA" ), |
11643 | Keysym::Hangul_YAE => Some("XK_Hangul_YAE" ), |
11644 | Keysym::Hangul_EO => Some("XK_Hangul_EO" ), |
11645 | Keysym::Hangul_E => Some("XK_Hangul_E" ), |
11646 | Keysym::Hangul_YEO => Some("XK_Hangul_YEO" ), |
11647 | Keysym::Hangul_YE => Some("XK_Hangul_YE" ), |
11648 | Keysym::Hangul_O => Some("XK_Hangul_O" ), |
11649 | Keysym::Hangul_WA => Some("XK_Hangul_WA" ), |
11650 | Keysym::Hangul_WAE => Some("XK_Hangul_WAE" ), |
11651 | Keysym::Hangul_OE => Some("XK_Hangul_OE" ), |
11652 | Keysym::Hangul_YO => Some("XK_Hangul_YO" ), |
11653 | Keysym::Hangul_U => Some("XK_Hangul_U" ), |
11654 | Keysym::Hangul_WEO => Some("XK_Hangul_WEO" ), |
11655 | Keysym::Hangul_WE => Some("XK_Hangul_WE" ), |
11656 | Keysym::Hangul_WI => Some("XK_Hangul_WI" ), |
11657 | Keysym::Hangul_YU => Some("XK_Hangul_YU" ), |
11658 | Keysym::Hangul_EU => Some("XK_Hangul_EU" ), |
11659 | Keysym::Hangul_YI => Some("XK_Hangul_YI" ), |
11660 | Keysym::Hangul_I => Some("XK_Hangul_I" ), |
11661 | Keysym::Hangul_J_Kiyeog => Some("XK_Hangul_J_Kiyeog" ), |
11662 | Keysym::Hangul_J_SsangKiyeog => Some("XK_Hangul_J_SsangKiyeog" ), |
11663 | Keysym::Hangul_J_KiyeogSios => Some("XK_Hangul_J_KiyeogSios" ), |
11664 | Keysym::Hangul_J_Nieun => Some("XK_Hangul_J_Nieun" ), |
11665 | Keysym::Hangul_J_NieunJieuj => Some("XK_Hangul_J_NieunJieuj" ), |
11666 | Keysym::Hangul_J_NieunHieuh => Some("XK_Hangul_J_NieunHieuh" ), |
11667 | Keysym::Hangul_J_Dikeud => Some("XK_Hangul_J_Dikeud" ), |
11668 | Keysym::Hangul_J_Rieul => Some("XK_Hangul_J_Rieul" ), |
11669 | Keysym::Hangul_J_RieulKiyeog => Some("XK_Hangul_J_RieulKiyeog" ), |
11670 | Keysym::Hangul_J_RieulMieum => Some("XK_Hangul_J_RieulMieum" ), |
11671 | Keysym::Hangul_J_RieulPieub => Some("XK_Hangul_J_RieulPieub" ), |
11672 | Keysym::Hangul_J_RieulSios => Some("XK_Hangul_J_RieulSios" ), |
11673 | Keysym::Hangul_J_RieulTieut => Some("XK_Hangul_J_RieulTieut" ), |
11674 | Keysym::Hangul_J_RieulPhieuf => Some("XK_Hangul_J_RieulPhieuf" ), |
11675 | Keysym::Hangul_J_RieulHieuh => Some("XK_Hangul_J_RieulHieuh" ), |
11676 | Keysym::Hangul_J_Mieum => Some("XK_Hangul_J_Mieum" ), |
11677 | Keysym::Hangul_J_Pieub => Some("XK_Hangul_J_Pieub" ), |
11678 | Keysym::Hangul_J_PieubSios => Some("XK_Hangul_J_PieubSios" ), |
11679 | Keysym::Hangul_J_Sios => Some("XK_Hangul_J_Sios" ), |
11680 | Keysym::Hangul_J_SsangSios => Some("XK_Hangul_J_SsangSios" ), |
11681 | Keysym::Hangul_J_Ieung => Some("XK_Hangul_J_Ieung" ), |
11682 | Keysym::Hangul_J_Jieuj => Some("XK_Hangul_J_Jieuj" ), |
11683 | Keysym::Hangul_J_Cieuc => Some("XK_Hangul_J_Cieuc" ), |
11684 | Keysym::Hangul_J_Khieuq => Some("XK_Hangul_J_Khieuq" ), |
11685 | Keysym::Hangul_J_Tieut => Some("XK_Hangul_J_Tieut" ), |
11686 | Keysym::Hangul_J_Phieuf => Some("XK_Hangul_J_Phieuf" ), |
11687 | Keysym::Hangul_J_Hieuh => Some("XK_Hangul_J_Hieuh" ), |
11688 | Keysym::Hangul_RieulYeorinHieuh => Some("XK_Hangul_RieulYeorinHieuh" ), |
11689 | Keysym::Hangul_SunkyeongeumMieum => Some("XK_Hangul_SunkyeongeumMieum" ), |
11690 | Keysym::Hangul_SunkyeongeumPieub => Some("XK_Hangul_SunkyeongeumPieub" ), |
11691 | Keysym::Hangul_PanSios => Some("XK_Hangul_PanSios" ), |
11692 | Keysym::Hangul_KkogjiDalrinIeung => Some("XK_Hangul_KkogjiDalrinIeung" ), |
11693 | Keysym::Hangul_SunkyeongeumPhieuf => Some("XK_Hangul_SunkyeongeumPhieuf" ), |
11694 | Keysym::Hangul_YeorinHieuh => Some("XK_Hangul_YeorinHieuh" ), |
11695 | Keysym::Hangul_AraeA => Some("XK_Hangul_AraeA" ), |
11696 | Keysym::Hangul_AraeAE => Some("XK_Hangul_AraeAE" ), |
11697 | Keysym::Hangul_J_PanSios => Some("XK_Hangul_J_PanSios" ), |
11698 | Keysym::Hangul_J_KkogjiDalrinIeung => Some("XK_Hangul_J_KkogjiDalrinIeung" ), |
11699 | Keysym::Hangul_J_YeorinHieuh => Some("XK_Hangul_J_YeorinHieuh" ), |
11700 | Keysym::Korean_Won => Some("XK_Korean_Won" ), |
11701 | Keysym::Armenian_ligature_ew => Some("XK_Armenian_ligature_ew" ), |
11702 | Keysym::Armenian_full_stop => Some("XK_Armenian_full_stop" ), |
11703 | Keysym::Armenian_verjaket => Some("XK_Armenian_verjaket" ), |
11704 | Keysym::Armenian_separation_mark => Some("XK_Armenian_separation_mark" ), |
11705 | Keysym::Armenian_but => Some("XK_Armenian_but" ), |
11706 | Keysym::Armenian_hyphen => Some("XK_Armenian_hyphen" ), |
11707 | Keysym::Armenian_yentamna => Some("XK_Armenian_yentamna" ), |
11708 | Keysym::Armenian_exclam => Some("XK_Armenian_exclam" ), |
11709 | Keysym::Armenian_amanak => Some("XK_Armenian_amanak" ), |
11710 | Keysym::Armenian_accent => Some("XK_Armenian_accent" ), |
11711 | Keysym::Armenian_shesht => Some("XK_Armenian_shesht" ), |
11712 | Keysym::Armenian_question => Some("XK_Armenian_question" ), |
11713 | Keysym::Armenian_paruyk => Some("XK_Armenian_paruyk" ), |
11714 | Keysym::Armenian_AYB => Some("XK_Armenian_AYB" ), |
11715 | Keysym::Armenian_ayb => Some("XK_Armenian_ayb" ), |
11716 | Keysym::Armenian_BEN => Some("XK_Armenian_BEN" ), |
11717 | Keysym::Armenian_ben => Some("XK_Armenian_ben" ), |
11718 | Keysym::Armenian_GIM => Some("XK_Armenian_GIM" ), |
11719 | Keysym::Armenian_gim => Some("XK_Armenian_gim" ), |
11720 | Keysym::Armenian_DA => Some("XK_Armenian_DA" ), |
11721 | Keysym::Armenian_da => Some("XK_Armenian_da" ), |
11722 | Keysym::Armenian_YECH => Some("XK_Armenian_YECH" ), |
11723 | Keysym::Armenian_yech => Some("XK_Armenian_yech" ), |
11724 | Keysym::Armenian_ZA => Some("XK_Armenian_ZA" ), |
11725 | Keysym::Armenian_za => Some("XK_Armenian_za" ), |
11726 | Keysym::Armenian_E => Some("XK_Armenian_E" ), |
11727 | Keysym::Armenian_e => Some("XK_Armenian_e" ), |
11728 | Keysym::Armenian_AT => Some("XK_Armenian_AT" ), |
11729 | Keysym::Armenian_at => Some("XK_Armenian_at" ), |
11730 | Keysym::Armenian_TO => Some("XK_Armenian_TO" ), |
11731 | Keysym::Armenian_to => Some("XK_Armenian_to" ), |
11732 | Keysym::Armenian_ZHE => Some("XK_Armenian_ZHE" ), |
11733 | Keysym::Armenian_zhe => Some("XK_Armenian_zhe" ), |
11734 | Keysym::Armenian_INI => Some("XK_Armenian_INI" ), |
11735 | Keysym::Armenian_ini => Some("XK_Armenian_ini" ), |
11736 | Keysym::Armenian_LYUN => Some("XK_Armenian_LYUN" ), |
11737 | Keysym::Armenian_lyun => Some("XK_Armenian_lyun" ), |
11738 | Keysym::Armenian_KHE => Some("XK_Armenian_KHE" ), |
11739 | Keysym::Armenian_khe => Some("XK_Armenian_khe" ), |
11740 | Keysym::Armenian_TSA => Some("XK_Armenian_TSA" ), |
11741 | Keysym::Armenian_tsa => Some("XK_Armenian_tsa" ), |
11742 | Keysym::Armenian_KEN => Some("XK_Armenian_KEN" ), |
11743 | Keysym::Armenian_ken => Some("XK_Armenian_ken" ), |
11744 | Keysym::Armenian_HO => Some("XK_Armenian_HO" ), |
11745 | Keysym::Armenian_ho => Some("XK_Armenian_ho" ), |
11746 | Keysym::Armenian_DZA => Some("XK_Armenian_DZA" ), |
11747 | Keysym::Armenian_dza => Some("XK_Armenian_dza" ), |
11748 | Keysym::Armenian_GHAT => Some("XK_Armenian_GHAT" ), |
11749 | Keysym::Armenian_ghat => Some("XK_Armenian_ghat" ), |
11750 | Keysym::Armenian_TCHE => Some("XK_Armenian_TCHE" ), |
11751 | Keysym::Armenian_tche => Some("XK_Armenian_tche" ), |
11752 | Keysym::Armenian_MEN => Some("XK_Armenian_MEN" ), |
11753 | Keysym::Armenian_men => Some("XK_Armenian_men" ), |
11754 | Keysym::Armenian_HI => Some("XK_Armenian_HI" ), |
11755 | Keysym::Armenian_hi => Some("XK_Armenian_hi" ), |
11756 | Keysym::Armenian_NU => Some("XK_Armenian_NU" ), |
11757 | Keysym::Armenian_nu => Some("XK_Armenian_nu" ), |
11758 | Keysym::Armenian_SHA => Some("XK_Armenian_SHA" ), |
11759 | Keysym::Armenian_sha => Some("XK_Armenian_sha" ), |
11760 | Keysym::Armenian_VO => Some("XK_Armenian_VO" ), |
11761 | Keysym::Armenian_vo => Some("XK_Armenian_vo" ), |
11762 | Keysym::Armenian_CHA => Some("XK_Armenian_CHA" ), |
11763 | Keysym::Armenian_cha => Some("XK_Armenian_cha" ), |
11764 | Keysym::Armenian_PE => Some("XK_Armenian_PE" ), |
11765 | Keysym::Armenian_pe => Some("XK_Armenian_pe" ), |
11766 | Keysym::Armenian_JE => Some("XK_Armenian_JE" ), |
11767 | Keysym::Armenian_je => Some("XK_Armenian_je" ), |
11768 | Keysym::Armenian_RA => Some("XK_Armenian_RA" ), |
11769 | Keysym::Armenian_ra => Some("XK_Armenian_ra" ), |
11770 | Keysym::Armenian_SE => Some("XK_Armenian_SE" ), |
11771 | Keysym::Armenian_se => Some("XK_Armenian_se" ), |
11772 | Keysym::Armenian_VEV => Some("XK_Armenian_VEV" ), |
11773 | Keysym::Armenian_vev => Some("XK_Armenian_vev" ), |
11774 | Keysym::Armenian_TYUN => Some("XK_Armenian_TYUN" ), |
11775 | Keysym::Armenian_tyun => Some("XK_Armenian_tyun" ), |
11776 | Keysym::Armenian_RE => Some("XK_Armenian_RE" ), |
11777 | Keysym::Armenian_re => Some("XK_Armenian_re" ), |
11778 | Keysym::Armenian_TSO => Some("XK_Armenian_TSO" ), |
11779 | Keysym::Armenian_tso => Some("XK_Armenian_tso" ), |
11780 | Keysym::Armenian_VYUN => Some("XK_Armenian_VYUN" ), |
11781 | Keysym::Armenian_vyun => Some("XK_Armenian_vyun" ), |
11782 | Keysym::Armenian_PYUR => Some("XK_Armenian_PYUR" ), |
11783 | Keysym::Armenian_pyur => Some("XK_Armenian_pyur" ), |
11784 | Keysym::Armenian_KE => Some("XK_Armenian_KE" ), |
11785 | Keysym::Armenian_ke => Some("XK_Armenian_ke" ), |
11786 | Keysym::Armenian_O => Some("XK_Armenian_O" ), |
11787 | Keysym::Armenian_o => Some("XK_Armenian_o" ), |
11788 | Keysym::Armenian_FE => Some("XK_Armenian_FE" ), |
11789 | Keysym::Armenian_fe => Some("XK_Armenian_fe" ), |
11790 | Keysym::Armenian_apostrophe => Some("XK_Armenian_apostrophe" ), |
11791 | Keysym::Georgian_an => Some("XK_Georgian_an" ), |
11792 | Keysym::Georgian_ban => Some("XK_Georgian_ban" ), |
11793 | Keysym::Georgian_gan => Some("XK_Georgian_gan" ), |
11794 | Keysym::Georgian_don => Some("XK_Georgian_don" ), |
11795 | Keysym::Georgian_en => Some("XK_Georgian_en" ), |
11796 | Keysym::Georgian_vin => Some("XK_Georgian_vin" ), |
11797 | Keysym::Georgian_zen => Some("XK_Georgian_zen" ), |
11798 | Keysym::Georgian_tan => Some("XK_Georgian_tan" ), |
11799 | Keysym::Georgian_in => Some("XK_Georgian_in" ), |
11800 | Keysym::Georgian_kan => Some("XK_Georgian_kan" ), |
11801 | Keysym::Georgian_las => Some("XK_Georgian_las" ), |
11802 | Keysym::Georgian_man => Some("XK_Georgian_man" ), |
11803 | Keysym::Georgian_nar => Some("XK_Georgian_nar" ), |
11804 | Keysym::Georgian_on => Some("XK_Georgian_on" ), |
11805 | Keysym::Georgian_par => Some("XK_Georgian_par" ), |
11806 | Keysym::Georgian_zhar => Some("XK_Georgian_zhar" ), |
11807 | Keysym::Georgian_rae => Some("XK_Georgian_rae" ), |
11808 | Keysym::Georgian_san => Some("XK_Georgian_san" ), |
11809 | Keysym::Georgian_tar => Some("XK_Georgian_tar" ), |
11810 | Keysym::Georgian_un => Some("XK_Georgian_un" ), |
11811 | Keysym::Georgian_phar => Some("XK_Georgian_phar" ), |
11812 | Keysym::Georgian_khar => Some("XK_Georgian_khar" ), |
11813 | Keysym::Georgian_ghan => Some("XK_Georgian_ghan" ), |
11814 | Keysym::Georgian_qar => Some("XK_Georgian_qar" ), |
11815 | Keysym::Georgian_shin => Some("XK_Georgian_shin" ), |
11816 | Keysym::Georgian_chin => Some("XK_Georgian_chin" ), |
11817 | Keysym::Georgian_can => Some("XK_Georgian_can" ), |
11818 | Keysym::Georgian_jil => Some("XK_Georgian_jil" ), |
11819 | Keysym::Georgian_cil => Some("XK_Georgian_cil" ), |
11820 | Keysym::Georgian_char => Some("XK_Georgian_char" ), |
11821 | Keysym::Georgian_xan => Some("XK_Georgian_xan" ), |
11822 | Keysym::Georgian_jhan => Some("XK_Georgian_jhan" ), |
11823 | Keysym::Georgian_hae => Some("XK_Georgian_hae" ), |
11824 | Keysym::Georgian_he => Some("XK_Georgian_he" ), |
11825 | Keysym::Georgian_hie => Some("XK_Georgian_hie" ), |
11826 | Keysym::Georgian_we => Some("XK_Georgian_we" ), |
11827 | Keysym::Georgian_har => Some("XK_Georgian_har" ), |
11828 | Keysym::Georgian_hoe => Some("XK_Georgian_hoe" ), |
11829 | Keysym::Georgian_fi => Some("XK_Georgian_fi" ), |
11830 | Keysym::Xabovedot => Some("XK_Xabovedot" ), |
11831 | Keysym::Ibreve => Some("XK_Ibreve" ), |
11832 | Keysym::Zstroke => Some("XK_Zstroke" ), |
11833 | Keysym::Gcaron => Some("XK_Gcaron" ), |
11834 | Keysym::Ocaron => Some("XK_Ocaron" ), |
11835 | Keysym::Obarred => Some("XK_Obarred" ), |
11836 | Keysym::xabovedot => Some("XK_xabovedot" ), |
11837 | Keysym::ibreve => Some("XK_ibreve" ), |
11838 | Keysym::zstroke => Some("XK_zstroke" ), |
11839 | Keysym::gcaron => Some("XK_gcaron" ), |
11840 | Keysym::ocaron => Some("XK_ocaron" ), |
11841 | Keysym::obarred => Some("XK_obarred" ), |
11842 | Keysym::SCHWA => Some("XK_SCHWA" ), |
11843 | Keysym::schwa => Some("XK_schwa" ), |
11844 | Keysym::EZH => Some("XK_EZH" ), |
11845 | Keysym::ezh => Some("XK_ezh" ), |
11846 | Keysym::Lbelowdot => Some("XK_Lbelowdot" ), |
11847 | Keysym::lbelowdot => Some("XK_lbelowdot" ), |
11848 | Keysym::Abelowdot => Some("XK_Abelowdot" ), |
11849 | Keysym::abelowdot => Some("XK_abelowdot" ), |
11850 | Keysym::Ahook => Some("XK_Ahook" ), |
11851 | Keysym::ahook => Some("XK_ahook" ), |
11852 | Keysym::Acircumflexacute => Some("XK_Acircumflexacute" ), |
11853 | Keysym::acircumflexacute => Some("XK_acircumflexacute" ), |
11854 | Keysym::Acircumflexgrave => Some("XK_Acircumflexgrave" ), |
11855 | Keysym::acircumflexgrave => Some("XK_acircumflexgrave" ), |
11856 | Keysym::Acircumflexhook => Some("XK_Acircumflexhook" ), |
11857 | Keysym::acircumflexhook => Some("XK_acircumflexhook" ), |
11858 | Keysym::Acircumflextilde => Some("XK_Acircumflextilde" ), |
11859 | Keysym::acircumflextilde => Some("XK_acircumflextilde" ), |
11860 | Keysym::Acircumflexbelowdot => Some("XK_Acircumflexbelowdot" ), |
11861 | Keysym::acircumflexbelowdot => Some("XK_acircumflexbelowdot" ), |
11862 | Keysym::Abreveacute => Some("XK_Abreveacute" ), |
11863 | Keysym::abreveacute => Some("XK_abreveacute" ), |
11864 | Keysym::Abrevegrave => Some("XK_Abrevegrave" ), |
11865 | Keysym::abrevegrave => Some("XK_abrevegrave" ), |
11866 | Keysym::Abrevehook => Some("XK_Abrevehook" ), |
11867 | Keysym::abrevehook => Some("XK_abrevehook" ), |
11868 | Keysym::Abrevetilde => Some("XK_Abrevetilde" ), |
11869 | Keysym::abrevetilde => Some("XK_abrevetilde" ), |
11870 | Keysym::Abrevebelowdot => Some("XK_Abrevebelowdot" ), |
11871 | Keysym::abrevebelowdot => Some("XK_abrevebelowdot" ), |
11872 | Keysym::Ebelowdot => Some("XK_Ebelowdot" ), |
11873 | Keysym::ebelowdot => Some("XK_ebelowdot" ), |
11874 | Keysym::Ehook => Some("XK_Ehook" ), |
11875 | Keysym::ehook => Some("XK_ehook" ), |
11876 | Keysym::Etilde => Some("XK_Etilde" ), |
11877 | Keysym::etilde => Some("XK_etilde" ), |
11878 | Keysym::Ecircumflexacute => Some("XK_Ecircumflexacute" ), |
11879 | Keysym::ecircumflexacute => Some("XK_ecircumflexacute" ), |
11880 | Keysym::Ecircumflexgrave => Some("XK_Ecircumflexgrave" ), |
11881 | Keysym::ecircumflexgrave => Some("XK_ecircumflexgrave" ), |
11882 | Keysym::Ecircumflexhook => Some("XK_Ecircumflexhook" ), |
11883 | Keysym::ecircumflexhook => Some("XK_ecircumflexhook" ), |
11884 | Keysym::Ecircumflextilde => Some("XK_Ecircumflextilde" ), |
11885 | Keysym::ecircumflextilde => Some("XK_ecircumflextilde" ), |
11886 | Keysym::Ecircumflexbelowdot => Some("XK_Ecircumflexbelowdot" ), |
11887 | Keysym::ecircumflexbelowdot => Some("XK_ecircumflexbelowdot" ), |
11888 | Keysym::Ihook => Some("XK_Ihook" ), |
11889 | Keysym::ihook => Some("XK_ihook" ), |
11890 | Keysym::Ibelowdot => Some("XK_Ibelowdot" ), |
11891 | Keysym::ibelowdot => Some("XK_ibelowdot" ), |
11892 | Keysym::Obelowdot => Some("XK_Obelowdot" ), |
11893 | Keysym::obelowdot => Some("XK_obelowdot" ), |
11894 | Keysym::Ohook => Some("XK_Ohook" ), |
11895 | Keysym::ohook => Some("XK_ohook" ), |
11896 | Keysym::Ocircumflexacute => Some("XK_Ocircumflexacute" ), |
11897 | Keysym::ocircumflexacute => Some("XK_ocircumflexacute" ), |
11898 | Keysym::Ocircumflexgrave => Some("XK_Ocircumflexgrave" ), |
11899 | Keysym::ocircumflexgrave => Some("XK_ocircumflexgrave" ), |
11900 | Keysym::Ocircumflexhook => Some("XK_Ocircumflexhook" ), |
11901 | Keysym::ocircumflexhook => Some("XK_ocircumflexhook" ), |
11902 | Keysym::Ocircumflextilde => Some("XK_Ocircumflextilde" ), |
11903 | Keysym::ocircumflextilde => Some("XK_ocircumflextilde" ), |
11904 | Keysym::Ocircumflexbelowdot => Some("XK_Ocircumflexbelowdot" ), |
11905 | Keysym::ocircumflexbelowdot => Some("XK_ocircumflexbelowdot" ), |
11906 | Keysym::Ohornacute => Some("XK_Ohornacute" ), |
11907 | Keysym::ohornacute => Some("XK_ohornacute" ), |
11908 | Keysym::Ohorngrave => Some("XK_Ohorngrave" ), |
11909 | Keysym::ohorngrave => Some("XK_ohorngrave" ), |
11910 | Keysym::Ohornhook => Some("XK_Ohornhook" ), |
11911 | Keysym::ohornhook => Some("XK_ohornhook" ), |
11912 | Keysym::Ohorntilde => Some("XK_Ohorntilde" ), |
11913 | Keysym::ohorntilde => Some("XK_ohorntilde" ), |
11914 | Keysym::Ohornbelowdot => Some("XK_Ohornbelowdot" ), |
11915 | Keysym::ohornbelowdot => Some("XK_ohornbelowdot" ), |
11916 | Keysym::Ubelowdot => Some("XK_Ubelowdot" ), |
11917 | Keysym::ubelowdot => Some("XK_ubelowdot" ), |
11918 | Keysym::Uhook => Some("XK_Uhook" ), |
11919 | Keysym::uhook => Some("XK_uhook" ), |
11920 | Keysym::Uhornacute => Some("XK_Uhornacute" ), |
11921 | Keysym::uhornacute => Some("XK_uhornacute" ), |
11922 | Keysym::Uhorngrave => Some("XK_Uhorngrave" ), |
11923 | Keysym::uhorngrave => Some("XK_uhorngrave" ), |
11924 | Keysym::Uhornhook => Some("XK_Uhornhook" ), |
11925 | Keysym::uhornhook => Some("XK_uhornhook" ), |
11926 | Keysym::Uhorntilde => Some("XK_Uhorntilde" ), |
11927 | Keysym::uhorntilde => Some("XK_uhorntilde" ), |
11928 | Keysym::Uhornbelowdot => Some("XK_Uhornbelowdot" ), |
11929 | Keysym::uhornbelowdot => Some("XK_uhornbelowdot" ), |
11930 | Keysym::Ybelowdot => Some("XK_Ybelowdot" ), |
11931 | Keysym::ybelowdot => Some("XK_ybelowdot" ), |
11932 | Keysym::Yhook => Some("XK_Yhook" ), |
11933 | Keysym::yhook => Some("XK_yhook" ), |
11934 | Keysym::Ytilde => Some("XK_Ytilde" ), |
11935 | Keysym::ytilde => Some("XK_ytilde" ), |
11936 | Keysym::Ohorn => Some("XK_Ohorn" ), |
11937 | Keysym::ohorn => Some("XK_ohorn" ), |
11938 | Keysym::Uhorn => Some("XK_Uhorn" ), |
11939 | Keysym::uhorn => Some("XK_uhorn" ), |
11940 | Keysym::combining_tilde => Some("XK_combining_tilde" ), |
11941 | Keysym::combining_grave => Some("XK_combining_grave" ), |
11942 | Keysym::combining_acute => Some("XK_combining_acute" ), |
11943 | Keysym::combining_hook => Some("XK_combining_hook" ), |
11944 | Keysym::combining_belowdot => Some("XK_combining_belowdot" ), |
11945 | Keysym::EcuSign => Some("XK_EcuSign" ), |
11946 | Keysym::ColonSign => Some("XK_ColonSign" ), |
11947 | Keysym::CruzeiroSign => Some("XK_CruzeiroSign" ), |
11948 | Keysym::FFrancSign => Some("XK_FFrancSign" ), |
11949 | Keysym::LiraSign => Some("XK_LiraSign" ), |
11950 | Keysym::MillSign => Some("XK_MillSign" ), |
11951 | Keysym::NairaSign => Some("XK_NairaSign" ), |
11952 | Keysym::PesetaSign => Some("XK_PesetaSign" ), |
11953 | Keysym::RupeeSign => Some("XK_RupeeSign" ), |
11954 | Keysym::WonSign => Some("XK_WonSign" ), |
11955 | Keysym::NewSheqelSign => Some("XK_NewSheqelSign" ), |
11956 | Keysym::DongSign => Some("XK_DongSign" ), |
11957 | Keysym::EuroSign => Some("XK_EuroSign" ), |
11958 | Keysym::zerosuperior => Some("XK_zerosuperior" ), |
11959 | Keysym::foursuperior => Some("XK_foursuperior" ), |
11960 | Keysym::fivesuperior => Some("XK_fivesuperior" ), |
11961 | Keysym::sixsuperior => Some("XK_sixsuperior" ), |
11962 | Keysym::sevensuperior => Some("XK_sevensuperior" ), |
11963 | Keysym::eightsuperior => Some("XK_eightsuperior" ), |
11964 | Keysym::ninesuperior => Some("XK_ninesuperior" ), |
11965 | Keysym::zerosubscript => Some("XK_zerosubscript" ), |
11966 | Keysym::onesubscript => Some("XK_onesubscript" ), |
11967 | Keysym::twosubscript => Some("XK_twosubscript" ), |
11968 | Keysym::threesubscript => Some("XK_threesubscript" ), |
11969 | Keysym::foursubscript => Some("XK_foursubscript" ), |
11970 | Keysym::fivesubscript => Some("XK_fivesubscript" ), |
11971 | Keysym::sixsubscript => Some("XK_sixsubscript" ), |
11972 | Keysym::sevensubscript => Some("XK_sevensubscript" ), |
11973 | Keysym::eightsubscript => Some("XK_eightsubscript" ), |
11974 | Keysym::ninesubscript => Some("XK_ninesubscript" ), |
11975 | Keysym::partdifferential => Some("XK_partdifferential" ), |
11976 | Keysym::emptyset => Some("XK_emptyset" ), |
11977 | Keysym::elementof => Some("XK_elementof" ), |
11978 | Keysym::notelementof => Some("XK_notelementof" ), |
11979 | Keysym::containsas => Some("XK_containsas" ), |
11980 | Keysym::squareroot => Some("XK_squareroot" ), |
11981 | Keysym::cuberoot => Some("XK_cuberoot" ), |
11982 | Keysym::fourthroot => Some("XK_fourthroot" ), |
11983 | Keysym::dintegral => Some("XK_dintegral" ), |
11984 | Keysym::tintegral => Some("XK_tintegral" ), |
11985 | Keysym::because => Some("XK_because" ), |
11986 | Keysym::approxeq => Some("XK_approxeq" ), |
11987 | Keysym::notapproxeq => Some("XK_notapproxeq" ), |
11988 | Keysym::notidentical => Some("XK_notidentical" ), |
11989 | Keysym::stricteq => Some("XK_stricteq" ), |
11990 | Keysym::braille_dot_1 => Some("XK_braille_dot_1" ), |
11991 | Keysym::braille_dot_2 => Some("XK_braille_dot_2" ), |
11992 | Keysym::braille_dot_3 => Some("XK_braille_dot_3" ), |
11993 | Keysym::braille_dot_4 => Some("XK_braille_dot_4" ), |
11994 | Keysym::braille_dot_5 => Some("XK_braille_dot_5" ), |
11995 | Keysym::braille_dot_6 => Some("XK_braille_dot_6" ), |
11996 | Keysym::braille_dot_7 => Some("XK_braille_dot_7" ), |
11997 | Keysym::braille_dot_8 => Some("XK_braille_dot_8" ), |
11998 | Keysym::braille_dot_9 => Some("XK_braille_dot_9" ), |
11999 | Keysym::braille_dot_10 => Some("XK_braille_dot_10" ), |
12000 | Keysym::braille_blank => Some("XK_braille_blank" ), |
12001 | Keysym::braille_dots_1 => Some("XK_braille_dots_1" ), |
12002 | Keysym::braille_dots_2 => Some("XK_braille_dots_2" ), |
12003 | Keysym::braille_dots_12 => Some("XK_braille_dots_12" ), |
12004 | Keysym::braille_dots_3 => Some("XK_braille_dots_3" ), |
12005 | Keysym::braille_dots_13 => Some("XK_braille_dots_13" ), |
12006 | Keysym::braille_dots_23 => Some("XK_braille_dots_23" ), |
12007 | Keysym::braille_dots_123 => Some("XK_braille_dots_123" ), |
12008 | Keysym::braille_dots_4 => Some("XK_braille_dots_4" ), |
12009 | Keysym::braille_dots_14 => Some("XK_braille_dots_14" ), |
12010 | Keysym::braille_dots_24 => Some("XK_braille_dots_24" ), |
12011 | Keysym::braille_dots_124 => Some("XK_braille_dots_124" ), |
12012 | Keysym::braille_dots_34 => Some("XK_braille_dots_34" ), |
12013 | Keysym::braille_dots_134 => Some("XK_braille_dots_134" ), |
12014 | Keysym::braille_dots_234 => Some("XK_braille_dots_234" ), |
12015 | Keysym::braille_dots_1234 => Some("XK_braille_dots_1234" ), |
12016 | Keysym::braille_dots_5 => Some("XK_braille_dots_5" ), |
12017 | Keysym::braille_dots_15 => Some("XK_braille_dots_15" ), |
12018 | Keysym::braille_dots_25 => Some("XK_braille_dots_25" ), |
12019 | Keysym::braille_dots_125 => Some("XK_braille_dots_125" ), |
12020 | Keysym::braille_dots_35 => Some("XK_braille_dots_35" ), |
12021 | Keysym::braille_dots_135 => Some("XK_braille_dots_135" ), |
12022 | Keysym::braille_dots_235 => Some("XK_braille_dots_235" ), |
12023 | Keysym::braille_dots_1235 => Some("XK_braille_dots_1235" ), |
12024 | Keysym::braille_dots_45 => Some("XK_braille_dots_45" ), |
12025 | Keysym::braille_dots_145 => Some("XK_braille_dots_145" ), |
12026 | Keysym::braille_dots_245 => Some("XK_braille_dots_245" ), |
12027 | Keysym::braille_dots_1245 => Some("XK_braille_dots_1245" ), |
12028 | Keysym::braille_dots_345 => Some("XK_braille_dots_345" ), |
12029 | Keysym::braille_dots_1345 => Some("XK_braille_dots_1345" ), |
12030 | Keysym::braille_dots_2345 => Some("XK_braille_dots_2345" ), |
12031 | Keysym::braille_dots_12345 => Some("XK_braille_dots_12345" ), |
12032 | Keysym::braille_dots_6 => Some("XK_braille_dots_6" ), |
12033 | Keysym::braille_dots_16 => Some("XK_braille_dots_16" ), |
12034 | Keysym::braille_dots_26 => Some("XK_braille_dots_26" ), |
12035 | Keysym::braille_dots_126 => Some("XK_braille_dots_126" ), |
12036 | Keysym::braille_dots_36 => Some("XK_braille_dots_36" ), |
12037 | Keysym::braille_dots_136 => Some("XK_braille_dots_136" ), |
12038 | Keysym::braille_dots_236 => Some("XK_braille_dots_236" ), |
12039 | Keysym::braille_dots_1236 => Some("XK_braille_dots_1236" ), |
12040 | Keysym::braille_dots_46 => Some("XK_braille_dots_46" ), |
12041 | Keysym::braille_dots_146 => Some("XK_braille_dots_146" ), |
12042 | Keysym::braille_dots_246 => Some("XK_braille_dots_246" ), |
12043 | Keysym::braille_dots_1246 => Some("XK_braille_dots_1246" ), |
12044 | Keysym::braille_dots_346 => Some("XK_braille_dots_346" ), |
12045 | Keysym::braille_dots_1346 => Some("XK_braille_dots_1346" ), |
12046 | Keysym::braille_dots_2346 => Some("XK_braille_dots_2346" ), |
12047 | Keysym::braille_dots_12346 => Some("XK_braille_dots_12346" ), |
12048 | Keysym::braille_dots_56 => Some("XK_braille_dots_56" ), |
12049 | Keysym::braille_dots_156 => Some("XK_braille_dots_156" ), |
12050 | Keysym::braille_dots_256 => Some("XK_braille_dots_256" ), |
12051 | Keysym::braille_dots_1256 => Some("XK_braille_dots_1256" ), |
12052 | Keysym::braille_dots_356 => Some("XK_braille_dots_356" ), |
12053 | Keysym::braille_dots_1356 => Some("XK_braille_dots_1356" ), |
12054 | Keysym::braille_dots_2356 => Some("XK_braille_dots_2356" ), |
12055 | Keysym::braille_dots_12356 => Some("XK_braille_dots_12356" ), |
12056 | Keysym::braille_dots_456 => Some("XK_braille_dots_456" ), |
12057 | Keysym::braille_dots_1456 => Some("XK_braille_dots_1456" ), |
12058 | Keysym::braille_dots_2456 => Some("XK_braille_dots_2456" ), |
12059 | Keysym::braille_dots_12456 => Some("XK_braille_dots_12456" ), |
12060 | Keysym::braille_dots_3456 => Some("XK_braille_dots_3456" ), |
12061 | Keysym::braille_dots_13456 => Some("XK_braille_dots_13456" ), |
12062 | Keysym::braille_dots_23456 => Some("XK_braille_dots_23456" ), |
12063 | Keysym::braille_dots_123456 => Some("XK_braille_dots_123456" ), |
12064 | Keysym::braille_dots_7 => Some("XK_braille_dots_7" ), |
12065 | Keysym::braille_dots_17 => Some("XK_braille_dots_17" ), |
12066 | Keysym::braille_dots_27 => Some("XK_braille_dots_27" ), |
12067 | Keysym::braille_dots_127 => Some("XK_braille_dots_127" ), |
12068 | Keysym::braille_dots_37 => Some("XK_braille_dots_37" ), |
12069 | Keysym::braille_dots_137 => Some("XK_braille_dots_137" ), |
12070 | Keysym::braille_dots_237 => Some("XK_braille_dots_237" ), |
12071 | Keysym::braille_dots_1237 => Some("XK_braille_dots_1237" ), |
12072 | Keysym::braille_dots_47 => Some("XK_braille_dots_47" ), |
12073 | Keysym::braille_dots_147 => Some("XK_braille_dots_147" ), |
12074 | Keysym::braille_dots_247 => Some("XK_braille_dots_247" ), |
12075 | Keysym::braille_dots_1247 => Some("XK_braille_dots_1247" ), |
12076 | Keysym::braille_dots_347 => Some("XK_braille_dots_347" ), |
12077 | Keysym::braille_dots_1347 => Some("XK_braille_dots_1347" ), |
12078 | Keysym::braille_dots_2347 => Some("XK_braille_dots_2347" ), |
12079 | Keysym::braille_dots_12347 => Some("XK_braille_dots_12347" ), |
12080 | Keysym::braille_dots_57 => Some("XK_braille_dots_57" ), |
12081 | Keysym::braille_dots_157 => Some("XK_braille_dots_157" ), |
12082 | Keysym::braille_dots_257 => Some("XK_braille_dots_257" ), |
12083 | Keysym::braille_dots_1257 => Some("XK_braille_dots_1257" ), |
12084 | Keysym::braille_dots_357 => Some("XK_braille_dots_357" ), |
12085 | Keysym::braille_dots_1357 => Some("XK_braille_dots_1357" ), |
12086 | Keysym::braille_dots_2357 => Some("XK_braille_dots_2357" ), |
12087 | Keysym::braille_dots_12357 => Some("XK_braille_dots_12357" ), |
12088 | Keysym::braille_dots_457 => Some("XK_braille_dots_457" ), |
12089 | Keysym::braille_dots_1457 => Some("XK_braille_dots_1457" ), |
12090 | Keysym::braille_dots_2457 => Some("XK_braille_dots_2457" ), |
12091 | Keysym::braille_dots_12457 => Some("XK_braille_dots_12457" ), |
12092 | Keysym::braille_dots_3457 => Some("XK_braille_dots_3457" ), |
12093 | Keysym::braille_dots_13457 => Some("XK_braille_dots_13457" ), |
12094 | Keysym::braille_dots_23457 => Some("XK_braille_dots_23457" ), |
12095 | Keysym::braille_dots_123457 => Some("XK_braille_dots_123457" ), |
12096 | Keysym::braille_dots_67 => Some("XK_braille_dots_67" ), |
12097 | Keysym::braille_dots_167 => Some("XK_braille_dots_167" ), |
12098 | Keysym::braille_dots_267 => Some("XK_braille_dots_267" ), |
12099 | Keysym::braille_dots_1267 => Some("XK_braille_dots_1267" ), |
12100 | Keysym::braille_dots_367 => Some("XK_braille_dots_367" ), |
12101 | Keysym::braille_dots_1367 => Some("XK_braille_dots_1367" ), |
12102 | Keysym::braille_dots_2367 => Some("XK_braille_dots_2367" ), |
12103 | Keysym::braille_dots_12367 => Some("XK_braille_dots_12367" ), |
12104 | Keysym::braille_dots_467 => Some("XK_braille_dots_467" ), |
12105 | Keysym::braille_dots_1467 => Some("XK_braille_dots_1467" ), |
12106 | Keysym::braille_dots_2467 => Some("XK_braille_dots_2467" ), |
12107 | Keysym::braille_dots_12467 => Some("XK_braille_dots_12467" ), |
12108 | Keysym::braille_dots_3467 => Some("XK_braille_dots_3467" ), |
12109 | Keysym::braille_dots_13467 => Some("XK_braille_dots_13467" ), |
12110 | Keysym::braille_dots_23467 => Some("XK_braille_dots_23467" ), |
12111 | Keysym::braille_dots_123467 => Some("XK_braille_dots_123467" ), |
12112 | Keysym::braille_dots_567 => Some("XK_braille_dots_567" ), |
12113 | Keysym::braille_dots_1567 => Some("XK_braille_dots_1567" ), |
12114 | Keysym::braille_dots_2567 => Some("XK_braille_dots_2567" ), |
12115 | Keysym::braille_dots_12567 => Some("XK_braille_dots_12567" ), |
12116 | Keysym::braille_dots_3567 => Some("XK_braille_dots_3567" ), |
12117 | Keysym::braille_dots_13567 => Some("XK_braille_dots_13567" ), |
12118 | Keysym::braille_dots_23567 => Some("XK_braille_dots_23567" ), |
12119 | Keysym::braille_dots_123567 => Some("XK_braille_dots_123567" ), |
12120 | Keysym::braille_dots_4567 => Some("XK_braille_dots_4567" ), |
12121 | Keysym::braille_dots_14567 => Some("XK_braille_dots_14567" ), |
12122 | Keysym::braille_dots_24567 => Some("XK_braille_dots_24567" ), |
12123 | Keysym::braille_dots_124567 => Some("XK_braille_dots_124567" ), |
12124 | Keysym::braille_dots_34567 => Some("XK_braille_dots_34567" ), |
12125 | Keysym::braille_dots_134567 => Some("XK_braille_dots_134567" ), |
12126 | Keysym::braille_dots_234567 => Some("XK_braille_dots_234567" ), |
12127 | Keysym::braille_dots_1234567 => Some("XK_braille_dots_1234567" ), |
12128 | Keysym::braille_dots_8 => Some("XK_braille_dots_8" ), |
12129 | Keysym::braille_dots_18 => Some("XK_braille_dots_18" ), |
12130 | Keysym::braille_dots_28 => Some("XK_braille_dots_28" ), |
12131 | Keysym::braille_dots_128 => Some("XK_braille_dots_128" ), |
12132 | Keysym::braille_dots_38 => Some("XK_braille_dots_38" ), |
12133 | Keysym::braille_dots_138 => Some("XK_braille_dots_138" ), |
12134 | Keysym::braille_dots_238 => Some("XK_braille_dots_238" ), |
12135 | Keysym::braille_dots_1238 => Some("XK_braille_dots_1238" ), |
12136 | Keysym::braille_dots_48 => Some("XK_braille_dots_48" ), |
12137 | Keysym::braille_dots_148 => Some("XK_braille_dots_148" ), |
12138 | Keysym::braille_dots_248 => Some("XK_braille_dots_248" ), |
12139 | Keysym::braille_dots_1248 => Some("XK_braille_dots_1248" ), |
12140 | Keysym::braille_dots_348 => Some("XK_braille_dots_348" ), |
12141 | Keysym::braille_dots_1348 => Some("XK_braille_dots_1348" ), |
12142 | Keysym::braille_dots_2348 => Some("XK_braille_dots_2348" ), |
12143 | Keysym::braille_dots_12348 => Some("XK_braille_dots_12348" ), |
12144 | Keysym::braille_dots_58 => Some("XK_braille_dots_58" ), |
12145 | Keysym::braille_dots_158 => Some("XK_braille_dots_158" ), |
12146 | Keysym::braille_dots_258 => Some("XK_braille_dots_258" ), |
12147 | Keysym::braille_dots_1258 => Some("XK_braille_dots_1258" ), |
12148 | Keysym::braille_dots_358 => Some("XK_braille_dots_358" ), |
12149 | Keysym::braille_dots_1358 => Some("XK_braille_dots_1358" ), |
12150 | Keysym::braille_dots_2358 => Some("XK_braille_dots_2358" ), |
12151 | Keysym::braille_dots_12358 => Some("XK_braille_dots_12358" ), |
12152 | Keysym::braille_dots_458 => Some("XK_braille_dots_458" ), |
12153 | Keysym::braille_dots_1458 => Some("XK_braille_dots_1458" ), |
12154 | Keysym::braille_dots_2458 => Some("XK_braille_dots_2458" ), |
12155 | Keysym::braille_dots_12458 => Some("XK_braille_dots_12458" ), |
12156 | Keysym::braille_dots_3458 => Some("XK_braille_dots_3458" ), |
12157 | Keysym::braille_dots_13458 => Some("XK_braille_dots_13458" ), |
12158 | Keysym::braille_dots_23458 => Some("XK_braille_dots_23458" ), |
12159 | Keysym::braille_dots_123458 => Some("XK_braille_dots_123458" ), |
12160 | Keysym::braille_dots_68 => Some("XK_braille_dots_68" ), |
12161 | Keysym::braille_dots_168 => Some("XK_braille_dots_168" ), |
12162 | Keysym::braille_dots_268 => Some("XK_braille_dots_268" ), |
12163 | Keysym::braille_dots_1268 => Some("XK_braille_dots_1268" ), |
12164 | Keysym::braille_dots_368 => Some("XK_braille_dots_368" ), |
12165 | Keysym::braille_dots_1368 => Some("XK_braille_dots_1368" ), |
12166 | Keysym::braille_dots_2368 => Some("XK_braille_dots_2368" ), |
12167 | Keysym::braille_dots_12368 => Some("XK_braille_dots_12368" ), |
12168 | Keysym::braille_dots_468 => Some("XK_braille_dots_468" ), |
12169 | Keysym::braille_dots_1468 => Some("XK_braille_dots_1468" ), |
12170 | Keysym::braille_dots_2468 => Some("XK_braille_dots_2468" ), |
12171 | Keysym::braille_dots_12468 => Some("XK_braille_dots_12468" ), |
12172 | Keysym::braille_dots_3468 => Some("XK_braille_dots_3468" ), |
12173 | Keysym::braille_dots_13468 => Some("XK_braille_dots_13468" ), |
12174 | Keysym::braille_dots_23468 => Some("XK_braille_dots_23468" ), |
12175 | Keysym::braille_dots_123468 => Some("XK_braille_dots_123468" ), |
12176 | Keysym::braille_dots_568 => Some("XK_braille_dots_568" ), |
12177 | Keysym::braille_dots_1568 => Some("XK_braille_dots_1568" ), |
12178 | Keysym::braille_dots_2568 => Some("XK_braille_dots_2568" ), |
12179 | Keysym::braille_dots_12568 => Some("XK_braille_dots_12568" ), |
12180 | Keysym::braille_dots_3568 => Some("XK_braille_dots_3568" ), |
12181 | Keysym::braille_dots_13568 => Some("XK_braille_dots_13568" ), |
12182 | Keysym::braille_dots_23568 => Some("XK_braille_dots_23568" ), |
12183 | Keysym::braille_dots_123568 => Some("XK_braille_dots_123568" ), |
12184 | Keysym::braille_dots_4568 => Some("XK_braille_dots_4568" ), |
12185 | Keysym::braille_dots_14568 => Some("XK_braille_dots_14568" ), |
12186 | Keysym::braille_dots_24568 => Some("XK_braille_dots_24568" ), |
12187 | Keysym::braille_dots_124568 => Some("XK_braille_dots_124568" ), |
12188 | Keysym::braille_dots_34568 => Some("XK_braille_dots_34568" ), |
12189 | Keysym::braille_dots_134568 => Some("XK_braille_dots_134568" ), |
12190 | Keysym::braille_dots_234568 => Some("XK_braille_dots_234568" ), |
12191 | Keysym::braille_dots_1234568 => Some("XK_braille_dots_1234568" ), |
12192 | Keysym::braille_dots_78 => Some("XK_braille_dots_78" ), |
12193 | Keysym::braille_dots_178 => Some("XK_braille_dots_178" ), |
12194 | Keysym::braille_dots_278 => Some("XK_braille_dots_278" ), |
12195 | Keysym::braille_dots_1278 => Some("XK_braille_dots_1278" ), |
12196 | Keysym::braille_dots_378 => Some("XK_braille_dots_378" ), |
12197 | Keysym::braille_dots_1378 => Some("XK_braille_dots_1378" ), |
12198 | Keysym::braille_dots_2378 => Some("XK_braille_dots_2378" ), |
12199 | Keysym::braille_dots_12378 => Some("XK_braille_dots_12378" ), |
12200 | Keysym::braille_dots_478 => Some("XK_braille_dots_478" ), |
12201 | Keysym::braille_dots_1478 => Some("XK_braille_dots_1478" ), |
12202 | Keysym::braille_dots_2478 => Some("XK_braille_dots_2478" ), |
12203 | Keysym::braille_dots_12478 => Some("XK_braille_dots_12478" ), |
12204 | Keysym::braille_dots_3478 => Some("XK_braille_dots_3478" ), |
12205 | Keysym::braille_dots_13478 => Some("XK_braille_dots_13478" ), |
12206 | Keysym::braille_dots_23478 => Some("XK_braille_dots_23478" ), |
12207 | Keysym::braille_dots_123478 => Some("XK_braille_dots_123478" ), |
12208 | Keysym::braille_dots_578 => Some("XK_braille_dots_578" ), |
12209 | Keysym::braille_dots_1578 => Some("XK_braille_dots_1578" ), |
12210 | Keysym::braille_dots_2578 => Some("XK_braille_dots_2578" ), |
12211 | Keysym::braille_dots_12578 => Some("XK_braille_dots_12578" ), |
12212 | Keysym::braille_dots_3578 => Some("XK_braille_dots_3578" ), |
12213 | Keysym::braille_dots_13578 => Some("XK_braille_dots_13578" ), |
12214 | Keysym::braille_dots_23578 => Some("XK_braille_dots_23578" ), |
12215 | Keysym::braille_dots_123578 => Some("XK_braille_dots_123578" ), |
12216 | Keysym::braille_dots_4578 => Some("XK_braille_dots_4578" ), |
12217 | Keysym::braille_dots_14578 => Some("XK_braille_dots_14578" ), |
12218 | Keysym::braille_dots_24578 => Some("XK_braille_dots_24578" ), |
12219 | Keysym::braille_dots_124578 => Some("XK_braille_dots_124578" ), |
12220 | Keysym::braille_dots_34578 => Some("XK_braille_dots_34578" ), |
12221 | Keysym::braille_dots_134578 => Some("XK_braille_dots_134578" ), |
12222 | Keysym::braille_dots_234578 => Some("XK_braille_dots_234578" ), |
12223 | Keysym::braille_dots_1234578 => Some("XK_braille_dots_1234578" ), |
12224 | Keysym::braille_dots_678 => Some("XK_braille_dots_678" ), |
12225 | Keysym::braille_dots_1678 => Some("XK_braille_dots_1678" ), |
12226 | Keysym::braille_dots_2678 => Some("XK_braille_dots_2678" ), |
12227 | Keysym::braille_dots_12678 => Some("XK_braille_dots_12678" ), |
12228 | Keysym::braille_dots_3678 => Some("XK_braille_dots_3678" ), |
12229 | Keysym::braille_dots_13678 => Some("XK_braille_dots_13678" ), |
12230 | Keysym::braille_dots_23678 => Some("XK_braille_dots_23678" ), |
12231 | Keysym::braille_dots_123678 => Some("XK_braille_dots_123678" ), |
12232 | Keysym::braille_dots_4678 => Some("XK_braille_dots_4678" ), |
12233 | Keysym::braille_dots_14678 => Some("XK_braille_dots_14678" ), |
12234 | Keysym::braille_dots_24678 => Some("XK_braille_dots_24678" ), |
12235 | Keysym::braille_dots_124678 => Some("XK_braille_dots_124678" ), |
12236 | Keysym::braille_dots_34678 => Some("XK_braille_dots_34678" ), |
12237 | Keysym::braille_dots_134678 => Some("XK_braille_dots_134678" ), |
12238 | Keysym::braille_dots_234678 => Some("XK_braille_dots_234678" ), |
12239 | Keysym::braille_dots_1234678 => Some("XK_braille_dots_1234678" ), |
12240 | Keysym::braille_dots_5678 => Some("XK_braille_dots_5678" ), |
12241 | Keysym::braille_dots_15678 => Some("XK_braille_dots_15678" ), |
12242 | Keysym::braille_dots_25678 => Some("XK_braille_dots_25678" ), |
12243 | Keysym::braille_dots_125678 => Some("XK_braille_dots_125678" ), |
12244 | Keysym::braille_dots_35678 => Some("XK_braille_dots_35678" ), |
12245 | Keysym::braille_dots_135678 => Some("XK_braille_dots_135678" ), |
12246 | Keysym::braille_dots_235678 => Some("XK_braille_dots_235678" ), |
12247 | Keysym::braille_dots_1235678 => Some("XK_braille_dots_1235678" ), |
12248 | Keysym::braille_dots_45678 => Some("XK_braille_dots_45678" ), |
12249 | Keysym::braille_dots_145678 => Some("XK_braille_dots_145678" ), |
12250 | Keysym::braille_dots_245678 => Some("XK_braille_dots_245678" ), |
12251 | Keysym::braille_dots_1245678 => Some("XK_braille_dots_1245678" ), |
12252 | Keysym::braille_dots_345678 => Some("XK_braille_dots_345678" ), |
12253 | Keysym::braille_dots_1345678 => Some("XK_braille_dots_1345678" ), |
12254 | Keysym::braille_dots_2345678 => Some("XK_braille_dots_2345678" ), |
12255 | Keysym::braille_dots_12345678 => Some("XK_braille_dots_12345678" ), |
12256 | Keysym::Sinh_ng => Some("XK_Sinh_ng" ), |
12257 | Keysym::Sinh_h2 => Some("XK_Sinh_h2" ), |
12258 | Keysym::Sinh_a => Some("XK_Sinh_a" ), |
12259 | Keysym::Sinh_aa => Some("XK_Sinh_aa" ), |
12260 | Keysym::Sinh_ae => Some("XK_Sinh_ae" ), |
12261 | Keysym::Sinh_aee => Some("XK_Sinh_aee" ), |
12262 | Keysym::Sinh_i => Some("XK_Sinh_i" ), |
12263 | Keysym::Sinh_ii => Some("XK_Sinh_ii" ), |
12264 | Keysym::Sinh_u => Some("XK_Sinh_u" ), |
12265 | Keysym::Sinh_uu => Some("XK_Sinh_uu" ), |
12266 | Keysym::Sinh_ri => Some("XK_Sinh_ri" ), |
12267 | Keysym::Sinh_rii => Some("XK_Sinh_rii" ), |
12268 | Keysym::Sinh_lu => Some("XK_Sinh_lu" ), |
12269 | Keysym::Sinh_luu => Some("XK_Sinh_luu" ), |
12270 | Keysym::Sinh_e => Some("XK_Sinh_e" ), |
12271 | Keysym::Sinh_ee => Some("XK_Sinh_ee" ), |
12272 | Keysym::Sinh_ai => Some("XK_Sinh_ai" ), |
12273 | Keysym::Sinh_o => Some("XK_Sinh_o" ), |
12274 | Keysym::Sinh_oo => Some("XK_Sinh_oo" ), |
12275 | Keysym::Sinh_au => Some("XK_Sinh_au" ), |
12276 | Keysym::Sinh_ka => Some("XK_Sinh_ka" ), |
12277 | Keysym::Sinh_kha => Some("XK_Sinh_kha" ), |
12278 | Keysym::Sinh_ga => Some("XK_Sinh_ga" ), |
12279 | Keysym::Sinh_gha => Some("XK_Sinh_gha" ), |
12280 | Keysym::Sinh_ng2 => Some("XK_Sinh_ng2" ), |
12281 | Keysym::Sinh_nga => Some("XK_Sinh_nga" ), |
12282 | Keysym::Sinh_ca => Some("XK_Sinh_ca" ), |
12283 | Keysym::Sinh_cha => Some("XK_Sinh_cha" ), |
12284 | Keysym::Sinh_ja => Some("XK_Sinh_ja" ), |
12285 | Keysym::Sinh_jha => Some("XK_Sinh_jha" ), |
12286 | Keysym::Sinh_nya => Some("XK_Sinh_nya" ), |
12287 | Keysym::Sinh_jnya => Some("XK_Sinh_jnya" ), |
12288 | Keysym::Sinh_nja => Some("XK_Sinh_nja" ), |
12289 | Keysym::Sinh_tta => Some("XK_Sinh_tta" ), |
12290 | Keysym::Sinh_ttha => Some("XK_Sinh_ttha" ), |
12291 | Keysym::Sinh_dda => Some("XK_Sinh_dda" ), |
12292 | Keysym::Sinh_ddha => Some("XK_Sinh_ddha" ), |
12293 | Keysym::Sinh_nna => Some("XK_Sinh_nna" ), |
12294 | Keysym::Sinh_ndda => Some("XK_Sinh_ndda" ), |
12295 | Keysym::Sinh_tha => Some("XK_Sinh_tha" ), |
12296 | Keysym::Sinh_thha => Some("XK_Sinh_thha" ), |
12297 | Keysym::Sinh_dha => Some("XK_Sinh_dha" ), |
12298 | Keysym::Sinh_dhha => Some("XK_Sinh_dhha" ), |
12299 | Keysym::Sinh_na => Some("XK_Sinh_na" ), |
12300 | Keysym::Sinh_ndha => Some("XK_Sinh_ndha" ), |
12301 | Keysym::Sinh_pa => Some("XK_Sinh_pa" ), |
12302 | Keysym::Sinh_pha => Some("XK_Sinh_pha" ), |
12303 | Keysym::Sinh_ba => Some("XK_Sinh_ba" ), |
12304 | Keysym::Sinh_bha => Some("XK_Sinh_bha" ), |
12305 | Keysym::Sinh_ma => Some("XK_Sinh_ma" ), |
12306 | Keysym::Sinh_mba => Some("XK_Sinh_mba" ), |
12307 | Keysym::Sinh_ya => Some("XK_Sinh_ya" ), |
12308 | Keysym::Sinh_ra => Some("XK_Sinh_ra" ), |
12309 | Keysym::Sinh_la => Some("XK_Sinh_la" ), |
12310 | Keysym::Sinh_va => Some("XK_Sinh_va" ), |
12311 | Keysym::Sinh_sha => Some("XK_Sinh_sha" ), |
12312 | Keysym::Sinh_ssha => Some("XK_Sinh_ssha" ), |
12313 | Keysym::Sinh_sa => Some("XK_Sinh_sa" ), |
12314 | Keysym::Sinh_ha => Some("XK_Sinh_ha" ), |
12315 | Keysym::Sinh_lla => Some("XK_Sinh_lla" ), |
12316 | Keysym::Sinh_fa => Some("XK_Sinh_fa" ), |
12317 | Keysym::Sinh_al => Some("XK_Sinh_al" ), |
12318 | Keysym::Sinh_aa2 => Some("XK_Sinh_aa2" ), |
12319 | Keysym::Sinh_ae2 => Some("XK_Sinh_ae2" ), |
12320 | Keysym::Sinh_aee2 => Some("XK_Sinh_aee2" ), |
12321 | Keysym::Sinh_i2 => Some("XK_Sinh_i2" ), |
12322 | Keysym::Sinh_ii2 => Some("XK_Sinh_ii2" ), |
12323 | Keysym::Sinh_u2 => Some("XK_Sinh_u2" ), |
12324 | Keysym::Sinh_uu2 => Some("XK_Sinh_uu2" ), |
12325 | Keysym::Sinh_ru2 => Some("XK_Sinh_ru2" ), |
12326 | Keysym::Sinh_e2 => Some("XK_Sinh_e2" ), |
12327 | Keysym::Sinh_ee2 => Some("XK_Sinh_ee2" ), |
12328 | Keysym::Sinh_ai2 => Some("XK_Sinh_ai2" ), |
12329 | Keysym::Sinh_o2 => Some("XK_Sinh_o2" ), |
12330 | Keysym::Sinh_oo2 => Some("XK_Sinh_oo2" ), |
12331 | Keysym::Sinh_au2 => Some("XK_Sinh_au2" ), |
12332 | Keysym::Sinh_lu2 => Some("XK_Sinh_lu2" ), |
12333 | Keysym::Sinh_ruu2 => Some("XK_Sinh_ruu2" ), |
12334 | Keysym::Sinh_luu2 => Some("XK_Sinh_luu2" ), |
12335 | Keysym::Sinh_kunddaliya => Some("XK_Sinh_kunddaliya" ), |
12336 | Keysym::XF86_ModeLock => Some("XF86XK_ModeLock" ), |
12337 | Keysym::XF86_MonBrightnessUp => Some("XF86XK_MonBrightnessUp" ), |
12338 | Keysym::XF86_MonBrightnessDown => Some("XF86XK_MonBrightnessDown" ), |
12339 | Keysym::XF86_KbdLightOnOff => Some("XF86XK_KbdLightOnOff" ), |
12340 | Keysym::XF86_KbdBrightnessUp => Some("XF86XK_KbdBrightnessUp" ), |
12341 | Keysym::XF86_KbdBrightnessDown => Some("XF86XK_KbdBrightnessDown" ), |
12342 | Keysym::XF86_MonBrightnessCycle => Some("XF86XK_MonBrightnessCycle" ), |
12343 | Keysym::XF86_Standby => Some("XF86XK_Standby" ), |
12344 | Keysym::XF86_AudioLowerVolume => Some("XF86XK_AudioLowerVolume" ), |
12345 | Keysym::XF86_AudioMute => Some("XF86XK_AudioMute" ), |
12346 | Keysym::XF86_AudioRaiseVolume => Some("XF86XK_AudioRaiseVolume" ), |
12347 | Keysym::XF86_AudioPlay => Some("XF86XK_AudioPlay" ), |
12348 | Keysym::XF86_AudioStop => Some("XF86XK_AudioStop" ), |
12349 | Keysym::XF86_AudioPrev => Some("XF86XK_AudioPrev" ), |
12350 | Keysym::XF86_AudioNext => Some("XF86XK_AudioNext" ), |
12351 | Keysym::XF86_HomePage => Some("XF86XK_HomePage" ), |
12352 | Keysym::XF86_Mail => Some("XF86XK_Mail" ), |
12353 | Keysym::XF86_Start => Some("XF86XK_Start" ), |
12354 | Keysym::XF86_Search => Some("XF86XK_Search" ), |
12355 | Keysym::XF86_AudioRecord => Some("XF86XK_AudioRecord" ), |
12356 | Keysym::XF86_Calculator => Some("XF86XK_Calculator" ), |
12357 | Keysym::XF86_Memo => Some("XF86XK_Memo" ), |
12358 | Keysym::XF86_ToDoList => Some("XF86XK_ToDoList" ), |
12359 | Keysym::XF86_Calendar => Some("XF86XK_Calendar" ), |
12360 | Keysym::XF86_PowerDown => Some("XF86XK_PowerDown" ), |
12361 | Keysym::XF86_ContrastAdjust => Some("XF86XK_ContrastAdjust" ), |
12362 | Keysym::XF86_RockerUp => Some("XF86XK_RockerUp" ), |
12363 | Keysym::XF86_RockerDown => Some("XF86XK_RockerDown" ), |
12364 | Keysym::XF86_RockerEnter => Some("XF86XK_RockerEnter" ), |
12365 | Keysym::XF86_Back => Some("XF86XK_Back" ), |
12366 | Keysym::XF86_Forward => Some("XF86XK_Forward" ), |
12367 | Keysym::XF86_Stop => Some("XF86XK_Stop" ), |
12368 | Keysym::XF86_Refresh => Some("XF86XK_Refresh" ), |
12369 | Keysym::XF86_PowerOff => Some("XF86XK_PowerOff" ), |
12370 | Keysym::XF86_WakeUp => Some("XF86XK_WakeUp" ), |
12371 | Keysym::XF86_Eject => Some("XF86XK_Eject" ), |
12372 | Keysym::XF86_ScreenSaver => Some("XF86XK_ScreenSaver" ), |
12373 | Keysym::XF86_WWW => Some("XF86XK_WWW" ), |
12374 | Keysym::XF86_Sleep => Some("XF86XK_Sleep" ), |
12375 | Keysym::XF86_Favorites => Some("XF86XK_Favorites" ), |
12376 | Keysym::XF86_AudioPause => Some("XF86XK_AudioPause" ), |
12377 | Keysym::XF86_AudioMedia => Some("XF86XK_AudioMedia" ), |
12378 | Keysym::XF86_MyComputer => Some("XF86XK_MyComputer" ), |
12379 | Keysym::XF86_VendorHome => Some("XF86XK_VendorHome" ), |
12380 | Keysym::XF86_LightBulb => Some("XF86XK_LightBulb" ), |
12381 | Keysym::XF86_Shop => Some("XF86XK_Shop" ), |
12382 | Keysym::XF86_History => Some("XF86XK_History" ), |
12383 | Keysym::XF86_OpenURL => Some("XF86XK_OpenURL" ), |
12384 | Keysym::XF86_AddFavorite => Some("XF86XK_AddFavorite" ), |
12385 | Keysym::XF86_HotLinks => Some("XF86XK_HotLinks" ), |
12386 | Keysym::XF86_BrightnessAdjust => Some("XF86XK_BrightnessAdjust" ), |
12387 | Keysym::XF86_Finance => Some("XF86XK_Finance" ), |
12388 | Keysym::XF86_Community => Some("XF86XK_Community" ), |
12389 | Keysym::XF86_AudioRewind => Some("XF86XK_AudioRewind" ), |
12390 | Keysym::XF86_BackForward => Some("XF86XK_BackForward" ), |
12391 | Keysym::XF86_Launch0 => Some("XF86XK_Launch0" ), |
12392 | Keysym::XF86_Launch1 => Some("XF86XK_Launch1" ), |
12393 | Keysym::XF86_Launch2 => Some("XF86XK_Launch2" ), |
12394 | Keysym::XF86_Launch3 => Some("XF86XK_Launch3" ), |
12395 | Keysym::XF86_Launch4 => Some("XF86XK_Launch4" ), |
12396 | Keysym::XF86_Launch5 => Some("XF86XK_Launch5" ), |
12397 | Keysym::XF86_Launch6 => Some("XF86XK_Launch6" ), |
12398 | Keysym::XF86_Launch7 => Some("XF86XK_Launch7" ), |
12399 | Keysym::XF86_Launch8 => Some("XF86XK_Launch8" ), |
12400 | Keysym::XF86_Launch9 => Some("XF86XK_Launch9" ), |
12401 | Keysym::XF86_LaunchA => Some("XF86XK_LaunchA" ), |
12402 | Keysym::XF86_LaunchB => Some("XF86XK_LaunchB" ), |
12403 | Keysym::XF86_LaunchC => Some("XF86XK_LaunchC" ), |
12404 | Keysym::XF86_LaunchD => Some("XF86XK_LaunchD" ), |
12405 | Keysym::XF86_LaunchE => Some("XF86XK_LaunchE" ), |
12406 | Keysym::XF86_LaunchF => Some("XF86XK_LaunchF" ), |
12407 | Keysym::XF86_ApplicationLeft => Some("XF86XK_ApplicationLeft" ), |
12408 | Keysym::XF86_ApplicationRight => Some("XF86XK_ApplicationRight" ), |
12409 | Keysym::XF86_Book => Some("XF86XK_Book" ), |
12410 | Keysym::XF86_CD => Some("XF86XK_CD" ), |
12411 | Keysym::XF86_Calculater => Some("XF86XK_Calculater" ), |
12412 | Keysym::XF86_Clear => Some("XF86XK_Clear" ), |
12413 | Keysym::XF86_Close => Some("XF86XK_Close" ), |
12414 | Keysym::XF86_Copy => Some("XF86XK_Copy" ), |
12415 | Keysym::XF86_Cut => Some("XF86XK_Cut" ), |
12416 | Keysym::XF86_Display => Some("XF86XK_Display" ), |
12417 | Keysym::XF86_DOS => Some("XF86XK_DOS" ), |
12418 | Keysym::XF86_Documents => Some("XF86XK_Documents" ), |
12419 | Keysym::XF86_Excel => Some("XF86XK_Excel" ), |
12420 | Keysym::XF86_Explorer => Some("XF86XK_Explorer" ), |
12421 | Keysym::XF86_Game => Some("XF86XK_Game" ), |
12422 | Keysym::XF86_Go => Some("XF86XK_Go" ), |
12423 | Keysym::XF86_iTouch => Some("XF86XK_iTouch" ), |
12424 | Keysym::XF86_LogOff => Some("XF86XK_LogOff" ), |
12425 | Keysym::XF86_Market => Some("XF86XK_Market" ), |
12426 | Keysym::XF86_Meeting => Some("XF86XK_Meeting" ), |
12427 | Keysym::XF86_MenuKB => Some("XF86XK_MenuKB" ), |
12428 | Keysym::XF86_MenuPB => Some("XF86XK_MenuPB" ), |
12429 | Keysym::XF86_MySites => Some("XF86XK_MySites" ), |
12430 | Keysym::XF86_New => Some("XF86XK_New" ), |
12431 | Keysym::XF86_News => Some("XF86XK_News" ), |
12432 | Keysym::XF86_OfficeHome => Some("XF86XK_OfficeHome" ), |
12433 | Keysym::XF86_Open => Some("XF86XK_Open" ), |
12434 | Keysym::XF86_Option => Some("XF86XK_Option" ), |
12435 | Keysym::XF86_Paste => Some("XF86XK_Paste" ), |
12436 | Keysym::XF86_Phone => Some("XF86XK_Phone" ), |
12437 | Keysym::XF86_Q => Some("XF86XK_Q" ), |
12438 | Keysym::XF86_Reply => Some("XF86XK_Reply" ), |
12439 | Keysym::XF86_Reload => Some("XF86XK_Reload" ), |
12440 | Keysym::XF86_RotateWindows => Some("XF86XK_RotateWindows" ), |
12441 | Keysym::XF86_RotationPB => Some("XF86XK_RotationPB" ), |
12442 | Keysym::XF86_RotationKB => Some("XF86XK_RotationKB" ), |
12443 | Keysym::XF86_Save => Some("XF86XK_Save" ), |
12444 | Keysym::XF86_ScrollUp => Some("XF86XK_ScrollUp" ), |
12445 | Keysym::XF86_ScrollDown => Some("XF86XK_ScrollDown" ), |
12446 | Keysym::XF86_ScrollClick => Some("XF86XK_ScrollClick" ), |
12447 | Keysym::XF86_Send => Some("XF86XK_Send" ), |
12448 | Keysym::XF86_Spell => Some("XF86XK_Spell" ), |
12449 | Keysym::XF86_SplitScreen => Some("XF86XK_SplitScreen" ), |
12450 | Keysym::XF86_Support => Some("XF86XK_Support" ), |
12451 | Keysym::XF86_TaskPane => Some("XF86XK_TaskPane" ), |
12452 | Keysym::XF86_Terminal => Some("XF86XK_Terminal" ), |
12453 | Keysym::XF86_Tools => Some("XF86XK_Tools" ), |
12454 | Keysym::XF86_Travel => Some("XF86XK_Travel" ), |
12455 | Keysym::XF86_UserPB => Some("XF86XK_UserPB" ), |
12456 | Keysym::XF86_User1KB => Some("XF86XK_User1KB" ), |
12457 | Keysym::XF86_User2KB => Some("XF86XK_User2KB" ), |
12458 | Keysym::XF86_Video => Some("XF86XK_Video" ), |
12459 | Keysym::XF86_WheelButton => Some("XF86XK_WheelButton" ), |
12460 | Keysym::XF86_Word => Some("XF86XK_Word" ), |
12461 | Keysym::XF86_Xfer => Some("XF86XK_Xfer" ), |
12462 | Keysym::XF86_ZoomIn => Some("XF86XK_ZoomIn" ), |
12463 | Keysym::XF86_ZoomOut => Some("XF86XK_ZoomOut" ), |
12464 | Keysym::XF86_Away => Some("XF86XK_Away" ), |
12465 | Keysym::XF86_Messenger => Some("XF86XK_Messenger" ), |
12466 | Keysym::XF86_WebCam => Some("XF86XK_WebCam" ), |
12467 | Keysym::XF86_MailForward => Some("XF86XK_MailForward" ), |
12468 | Keysym::XF86_Pictures => Some("XF86XK_Pictures" ), |
12469 | Keysym::XF86_Music => Some("XF86XK_Music" ), |
12470 | Keysym::XF86_Battery => Some("XF86XK_Battery" ), |
12471 | Keysym::XF86_Bluetooth => Some("XF86XK_Bluetooth" ), |
12472 | Keysym::XF86_WLAN => Some("XF86XK_WLAN" ), |
12473 | Keysym::XF86_UWB => Some("XF86XK_UWB" ), |
12474 | Keysym::XF86_AudioForward => Some("XF86XK_AudioForward" ), |
12475 | Keysym::XF86_AudioRepeat => Some("XF86XK_AudioRepeat" ), |
12476 | Keysym::XF86_AudioRandomPlay => Some("XF86XK_AudioRandomPlay" ), |
12477 | Keysym::XF86_Subtitle => Some("XF86XK_Subtitle" ), |
12478 | Keysym::XF86_AudioCycleTrack => Some("XF86XK_AudioCycleTrack" ), |
12479 | Keysym::XF86_CycleAngle => Some("XF86XK_CycleAngle" ), |
12480 | Keysym::XF86_FrameBack => Some("XF86XK_FrameBack" ), |
12481 | Keysym::XF86_FrameForward => Some("XF86XK_FrameForward" ), |
12482 | Keysym::XF86_Time => Some("XF86XK_Time" ), |
12483 | Keysym::XF86_Select => Some("XF86XK_Select" ), |
12484 | Keysym::XF86_View => Some("XF86XK_View" ), |
12485 | Keysym::XF86_TopMenu => Some("XF86XK_TopMenu" ), |
12486 | Keysym::XF86_Red => Some("XF86XK_Red" ), |
12487 | Keysym::XF86_Green => Some("XF86XK_Green" ), |
12488 | Keysym::XF86_Yellow => Some("XF86XK_Yellow" ), |
12489 | Keysym::XF86_Blue => Some("XF86XK_Blue" ), |
12490 | Keysym::XF86_Suspend => Some("XF86XK_Suspend" ), |
12491 | Keysym::XF86_Hibernate => Some("XF86XK_Hibernate" ), |
12492 | Keysym::XF86_TouchpadToggle => Some("XF86XK_TouchpadToggle" ), |
12493 | Keysym::XF86_TouchpadOn => Some("XF86XK_TouchpadOn" ), |
12494 | Keysym::XF86_TouchpadOff => Some("XF86XK_TouchpadOff" ), |
12495 | Keysym::XF86_AudioMicMute => Some("XF86XK_AudioMicMute" ), |
12496 | Keysym::XF86_Keyboard => Some("XF86XK_Keyboard" ), |
12497 | Keysym::XF86_WWAN => Some("XF86XK_WWAN" ), |
12498 | Keysym::XF86_RFKill => Some("XF86XK_RFKill" ), |
12499 | Keysym::XF86_AudioPreset => Some("XF86XK_AudioPreset" ), |
12500 | Keysym::XF86_RotationLockToggle => Some("XF86XK_RotationLockToggle" ), |
12501 | Keysym::XF86_FullScreen => Some("XF86XK_FullScreen" ), |
12502 | Keysym::XF86_Switch_VT_1 => Some("XF86XK_Switch_VT_1" ), |
12503 | Keysym::XF86_Switch_VT_2 => Some("XF86XK_Switch_VT_2" ), |
12504 | Keysym::XF86_Switch_VT_3 => Some("XF86XK_Switch_VT_3" ), |
12505 | Keysym::XF86_Switch_VT_4 => Some("XF86XK_Switch_VT_4" ), |
12506 | Keysym::XF86_Switch_VT_5 => Some("XF86XK_Switch_VT_5" ), |
12507 | Keysym::XF86_Switch_VT_6 => Some("XF86XK_Switch_VT_6" ), |
12508 | Keysym::XF86_Switch_VT_7 => Some("XF86XK_Switch_VT_7" ), |
12509 | Keysym::XF86_Switch_VT_8 => Some("XF86XK_Switch_VT_8" ), |
12510 | Keysym::XF86_Switch_VT_9 => Some("XF86XK_Switch_VT_9" ), |
12511 | Keysym::XF86_Switch_VT_10 => Some("XF86XK_Switch_VT_10" ), |
12512 | Keysym::XF86_Switch_VT_11 => Some("XF86XK_Switch_VT_11" ), |
12513 | Keysym::XF86_Switch_VT_12 => Some("XF86XK_Switch_VT_12" ), |
12514 | Keysym::XF86_Ungrab => Some("XF86XK_Ungrab" ), |
12515 | Keysym::XF86_ClearGrab => Some("XF86XK_ClearGrab" ), |
12516 | Keysym::XF86_Next_VMode => Some("XF86XK_Next_VMode" ), |
12517 | Keysym::XF86_Prev_VMode => Some("XF86XK_Prev_VMode" ), |
12518 | Keysym::XF86_LogWindowTree => Some("XF86XK_LogWindowTree" ), |
12519 | Keysym::XF86_LogGrabInfo => Some("XF86XK_LogGrabInfo" ), |
12520 | Keysym::XF86_BrightnessAuto => Some("XF86XK_BrightnessAuto" ), |
12521 | Keysym::XF86_DisplayOff => Some("XF86XK_DisplayOff" ), |
12522 | Keysym::XF86_Info => Some("XF86XK_Info" ), |
12523 | Keysym::XF86_AspectRatio => Some("XF86XK_AspectRatio" ), |
12524 | Keysym::XF86_DVD => Some("XF86XK_DVD" ), |
12525 | Keysym::XF86_Audio => Some("XF86XK_Audio" ), |
12526 | Keysym::XF86_ChannelUp => Some("XF86XK_ChannelUp" ), |
12527 | Keysym::XF86_ChannelDown => Some("XF86XK_ChannelDown" ), |
12528 | Keysym::XF86_Break => Some("XF86XK_Break" ), |
12529 | Keysym::XF86_VideoPhone => Some("XF86XK_VideoPhone" ), |
12530 | Keysym::XF86_ZoomReset => Some("XF86XK_ZoomReset" ), |
12531 | Keysym::XF86_Editor => Some("XF86XK_Editor" ), |
12532 | Keysym::XF86_GraphicsEditor => Some("XF86XK_GraphicsEditor" ), |
12533 | Keysym::XF86_Presentation => Some("XF86XK_Presentation" ), |
12534 | Keysym::XF86_Database => Some("XF86XK_Database" ), |
12535 | Keysym::XF86_Voicemail => Some("XF86XK_Voicemail" ), |
12536 | Keysym::XF86_Addressbook => Some("XF86XK_Addressbook" ), |
12537 | Keysym::XF86_DisplayToggle => Some("XF86XK_DisplayToggle" ), |
12538 | Keysym::XF86_SpellCheck => Some("XF86XK_SpellCheck" ), |
12539 | Keysym::XF86_ContextMenu => Some("XF86XK_ContextMenu" ), |
12540 | Keysym::XF86_MediaRepeat => Some("XF86XK_MediaRepeat" ), |
12541 | Keysym::XF86_10ChannelsUp => Some("XF86XK_10ChannelsUp" ), |
12542 | Keysym::XF86_10ChannelsDown => Some("XF86XK_10ChannelsDown" ), |
12543 | Keysym::XF86_Images => Some("XF86XK_Images" ), |
12544 | Keysym::XF86_NotificationCenter => Some("XF86XK_NotificationCenter" ), |
12545 | Keysym::XF86_PickupPhone => Some("XF86XK_PickupPhone" ), |
12546 | Keysym::XF86_HangupPhone => Some("XF86XK_HangupPhone" ), |
12547 | Keysym::XF86_Fn => Some("XF86XK_Fn" ), |
12548 | Keysym::XF86_Fn_Esc => Some("XF86XK_Fn_Esc" ), |
12549 | Keysym::XF86_FnRightShift => Some("XF86XK_FnRightShift" ), |
12550 | Keysym::XF86_Numeric0 => Some("XF86XK_Numeric0" ), |
12551 | Keysym::XF86_Numeric1 => Some("XF86XK_Numeric1" ), |
12552 | Keysym::XF86_Numeric2 => Some("XF86XK_Numeric2" ), |
12553 | Keysym::XF86_Numeric3 => Some("XF86XK_Numeric3" ), |
12554 | Keysym::XF86_Numeric4 => Some("XF86XK_Numeric4" ), |
12555 | Keysym::XF86_Numeric5 => Some("XF86XK_Numeric5" ), |
12556 | Keysym::XF86_Numeric6 => Some("XF86XK_Numeric6" ), |
12557 | Keysym::XF86_Numeric7 => Some("XF86XK_Numeric7" ), |
12558 | Keysym::XF86_Numeric8 => Some("XF86XK_Numeric8" ), |
12559 | Keysym::XF86_Numeric9 => Some("XF86XK_Numeric9" ), |
12560 | Keysym::XF86_NumericStar => Some("XF86XK_NumericStar" ), |
12561 | Keysym::XF86_NumericPound => Some("XF86XK_NumericPound" ), |
12562 | Keysym::XF86_NumericA => Some("XF86XK_NumericA" ), |
12563 | Keysym::XF86_NumericB => Some("XF86XK_NumericB" ), |
12564 | Keysym::XF86_NumericC => Some("XF86XK_NumericC" ), |
12565 | Keysym::XF86_NumericD => Some("XF86XK_NumericD" ), |
12566 | Keysym::XF86_CameraFocus => Some("XF86XK_CameraFocus" ), |
12567 | Keysym::XF86_WPSButton => Some("XF86XK_WPSButton" ), |
12568 | Keysym::XF86_CameraZoomIn => Some("XF86XK_CameraZoomIn" ), |
12569 | Keysym::XF86_CameraZoomOut => Some("XF86XK_CameraZoomOut" ), |
12570 | Keysym::XF86_CameraUp => Some("XF86XK_CameraUp" ), |
12571 | Keysym::XF86_CameraDown => Some("XF86XK_CameraDown" ), |
12572 | Keysym::XF86_CameraLeft => Some("XF86XK_CameraLeft" ), |
12573 | Keysym::XF86_CameraRight => Some("XF86XK_CameraRight" ), |
12574 | Keysym::XF86_AttendantOn => Some("XF86XK_AttendantOn" ), |
12575 | Keysym::XF86_AttendantOff => Some("XF86XK_AttendantOff" ), |
12576 | Keysym::XF86_AttendantToggle => Some("XF86XK_AttendantToggle" ), |
12577 | Keysym::XF86_LightsToggle => Some("XF86XK_LightsToggle" ), |
12578 | Keysym::XF86_ALSToggle => Some("XF86XK_ALSToggle" ), |
12579 | Keysym::XF86_Buttonconfig => Some("XF86XK_Buttonconfig" ), |
12580 | Keysym::XF86_Taskmanager => Some("XF86XK_Taskmanager" ), |
12581 | Keysym::XF86_Journal => Some("XF86XK_Journal" ), |
12582 | Keysym::XF86_ControlPanel => Some("XF86XK_ControlPanel" ), |
12583 | Keysym::XF86_AppSelect => Some("XF86XK_AppSelect" ), |
12584 | Keysym::XF86_Screensaver => Some("XF86XK_Screensaver" ), |
12585 | Keysym::XF86_VoiceCommand => Some("XF86XK_VoiceCommand" ), |
12586 | Keysym::XF86_Assistant => Some("XF86XK_Assistant" ), |
12587 | Keysym::XF86_BrightnessMin => Some("XF86XK_BrightnessMin" ), |
12588 | Keysym::XF86_BrightnessMax => Some("XF86XK_BrightnessMax" ), |
12589 | Keysym::XF86_KbdInputAssistPrev => Some("XF86XK_KbdInputAssistPrev" ), |
12590 | Keysym::XF86_KbdInputAssistNext => Some("XF86XK_KbdInputAssistNext" ), |
12591 | Keysym::XF86_KbdInputAssistPrevgroup => Some("XF86XK_KbdInputAssistPrevgroup" ), |
12592 | Keysym::XF86_KbdInputAssistNextgroup => Some("XF86XK_KbdInputAssistNextgroup" ), |
12593 | Keysym::XF86_KbdInputAssistAccept => Some("XF86XK_KbdInputAssistAccept" ), |
12594 | Keysym::XF86_KbdInputAssistCancel => Some("XF86XK_KbdInputAssistCancel" ), |
12595 | Keysym::XF86_RightUp => Some("XF86XK_RightUp" ), |
12596 | Keysym::XF86_RightDown => Some("XF86XK_RightDown" ), |
12597 | Keysym::XF86_LeftUp => Some("XF86XK_LeftUp" ), |
12598 | Keysym::XF86_LeftDown => Some("XF86XK_LeftDown" ), |
12599 | Keysym::XF86_RootMenu => Some("XF86XK_RootMenu" ), |
12600 | Keysym::XF86_MediaTopMenu => Some("XF86XK_MediaTopMenu" ), |
12601 | Keysym::XF86_Numeric11 => Some("XF86XK_Numeric11" ), |
12602 | Keysym::XF86_Numeric12 => Some("XF86XK_Numeric12" ), |
12603 | Keysym::XF86_AudioDesc => Some("XF86XK_AudioDesc" ), |
12604 | Keysym::XF86_3DMode => Some("XF86XK_3DMode" ), |
12605 | Keysym::XF86_NextFavorite => Some("XF86XK_NextFavorite" ), |
12606 | Keysym::XF86_StopRecord => Some("XF86XK_StopRecord" ), |
12607 | Keysym::XF86_PauseRecord => Some("XF86XK_PauseRecord" ), |
12608 | Keysym::XF86_VOD => Some("XF86XK_VOD" ), |
12609 | Keysym::XF86_Unmute => Some("XF86XK_Unmute" ), |
12610 | Keysym::XF86_FastReverse => Some("XF86XK_FastReverse" ), |
12611 | Keysym::XF86_SlowReverse => Some("XF86XK_SlowReverse" ), |
12612 | Keysym::XF86_Data => Some("XF86XK_Data" ), |
12613 | Keysym::XF86_OnScreenKeyboard => Some("XF86XK_OnScreenKeyboard" ), |
12614 | Keysym::XF86_PrivacyScreenToggle => Some("XF86XK_PrivacyScreenToggle" ), |
12615 | Keysym::XF86_SelectiveScreenshot => Some("XF86XK_SelectiveScreenshot" ), |
12616 | Keysym::XF86_Macro1 => Some("XF86XK_Macro1" ), |
12617 | Keysym::XF86_Macro2 => Some("XF86XK_Macro2" ), |
12618 | Keysym::XF86_Macro3 => Some("XF86XK_Macro3" ), |
12619 | Keysym::XF86_Macro4 => Some("XF86XK_Macro4" ), |
12620 | Keysym::XF86_Macro5 => Some("XF86XK_Macro5" ), |
12621 | Keysym::XF86_Macro6 => Some("XF86XK_Macro6" ), |
12622 | Keysym::XF86_Macro7 => Some("XF86XK_Macro7" ), |
12623 | Keysym::XF86_Macro8 => Some("XF86XK_Macro8" ), |
12624 | Keysym::XF86_Macro9 => Some("XF86XK_Macro9" ), |
12625 | Keysym::XF86_Macro10 => Some("XF86XK_Macro10" ), |
12626 | Keysym::XF86_Macro11 => Some("XF86XK_Macro11" ), |
12627 | Keysym::XF86_Macro12 => Some("XF86XK_Macro12" ), |
12628 | Keysym::XF86_Macro13 => Some("XF86XK_Macro13" ), |
12629 | Keysym::XF86_Macro14 => Some("XF86XK_Macro14" ), |
12630 | Keysym::XF86_Macro15 => Some("XF86XK_Macro15" ), |
12631 | Keysym::XF86_Macro16 => Some("XF86XK_Macro16" ), |
12632 | Keysym::XF86_Macro17 => Some("XF86XK_Macro17" ), |
12633 | Keysym::XF86_Macro18 => Some("XF86XK_Macro18" ), |
12634 | Keysym::XF86_Macro19 => Some("XF86XK_Macro19" ), |
12635 | Keysym::XF86_Macro20 => Some("XF86XK_Macro20" ), |
12636 | Keysym::XF86_Macro21 => Some("XF86XK_Macro21" ), |
12637 | Keysym::XF86_Macro22 => Some("XF86XK_Macro22" ), |
12638 | Keysym::XF86_Macro23 => Some("XF86XK_Macro23" ), |
12639 | Keysym::XF86_Macro24 => Some("XF86XK_Macro24" ), |
12640 | Keysym::XF86_Macro25 => Some("XF86XK_Macro25" ), |
12641 | Keysym::XF86_Macro26 => Some("XF86XK_Macro26" ), |
12642 | Keysym::XF86_Macro27 => Some("XF86XK_Macro27" ), |
12643 | Keysym::XF86_Macro28 => Some("XF86XK_Macro28" ), |
12644 | Keysym::XF86_Macro29 => Some("XF86XK_Macro29" ), |
12645 | Keysym::XF86_Macro30 => Some("XF86XK_Macro30" ), |
12646 | Keysym::XF86_MacroRecordStart => Some("XF86XK_MacroRecordStart" ), |
12647 | Keysym::XF86_MacroRecordStop => Some("XF86XK_MacroRecordStop" ), |
12648 | Keysym::XF86_MacroPresetCycle => Some("XF86XK_MacroPresetCycle" ), |
12649 | Keysym::XF86_MacroPreset1 => Some("XF86XK_MacroPreset1" ), |
12650 | Keysym::XF86_MacroPreset2 => Some("XF86XK_MacroPreset2" ), |
12651 | Keysym::XF86_MacroPreset3 => Some("XF86XK_MacroPreset3" ), |
12652 | Keysym::XF86_KbdLcdMenu1 => Some("XF86XK_KbdLcdMenu1" ), |
12653 | Keysym::XF86_KbdLcdMenu2 => Some("XF86XK_KbdLcdMenu2" ), |
12654 | Keysym::XF86_KbdLcdMenu3 => Some("XF86XK_KbdLcdMenu3" ), |
12655 | Keysym::XF86_KbdLcdMenu4 => Some("XF86XK_KbdLcdMenu4" ), |
12656 | Keysym::XF86_KbdLcdMenu5 => Some("XF86XK_KbdLcdMenu5" ), |
12657 | Keysym::SUN_FA_Grave => Some("SunXK_FA_Grave" ), |
12658 | Keysym::SUN_FA_Circum => Some("SunXK_FA_Circum" ), |
12659 | Keysym::SUN_FA_Tilde => Some("SunXK_FA_Tilde" ), |
12660 | Keysym::SUN_FA_Acute => Some("SunXK_FA_Acute" ), |
12661 | Keysym::SUN_FA_Diaeresis => Some("SunXK_FA_Diaeresis" ), |
12662 | Keysym::SUN_FA_Cedilla => Some("SunXK_FA_Cedilla" ), |
12663 | Keysym::SUN_F36 => Some("SunXK_F36" ), |
12664 | Keysym::SUN_F37 => Some("SunXK_F37" ), |
12665 | Keysym::SUN_Sys_Req => Some("SunXK_Sys_Req" ), |
12666 | Keysym::SUN_Print_Screen => Some("SunXK_Print_Screen" ), |
12667 | Keysym::SUN_Compose => Some("SunXK_Compose" ), |
12668 | Keysym::SUN_AltGraph => Some("SunXK_AltGraph" ), |
12669 | Keysym::SUN_PageUp => Some("SunXK_PageUp" ), |
12670 | Keysym::SUN_PageDown => Some("SunXK_PageDown" ), |
12671 | Keysym::SUN_Undo => Some("SunXK_Undo" ), |
12672 | Keysym::SUN_Again => Some("SunXK_Again" ), |
12673 | Keysym::SUN_Find => Some("SunXK_Find" ), |
12674 | Keysym::SUN_Stop => Some("SunXK_Stop" ), |
12675 | Keysym::SUN_Props => Some("SunXK_Props" ), |
12676 | Keysym::SUN_Front => Some("SunXK_Front" ), |
12677 | Keysym::SUN_Copy => Some("SunXK_Copy" ), |
12678 | Keysym::SUN_Open => Some("SunXK_Open" ), |
12679 | Keysym::SUN_Paste => Some("SunXK_Paste" ), |
12680 | Keysym::SUN_Cut => Some("SunXK_Cut" ), |
12681 | Keysym::SUN_PowerSwitch => Some("SunXK_PowerSwitch" ), |
12682 | Keysym::SUN_AudioLowerVolume => Some("SunXK_AudioLowerVolume" ), |
12683 | Keysym::SUN_AudioMute => Some("SunXK_AudioMute" ), |
12684 | Keysym::SUN_AudioRaiseVolume => Some("SunXK_AudioRaiseVolume" ), |
12685 | Keysym::SUN_VideoDegauss => Some("SunXK_VideoDegauss" ), |
12686 | Keysym::SUN_VideoLowerBrightness => Some("SunXK_VideoLowerBrightness" ), |
12687 | Keysym::SUN_VideoRaiseBrightness => Some("SunXK_VideoRaiseBrightness" ), |
12688 | Keysym::SUN_PowerSwitchShift => Some("SunXK_PowerSwitchShift" ), |
12689 | Keysym::D_ring_accent => Some("DXK_ring_accent" ), |
12690 | Keysym::D_circumflex_accent => Some("DXK_circumflex_accent" ), |
12691 | Keysym::D_cedilla_accent => Some("DXK_cedilla_accent" ), |
12692 | Keysym::D_acute_accent => Some("DXK_acute_accent" ), |
12693 | Keysym::D_grave_accent => Some("DXK_grave_accent" ), |
12694 | Keysym::D_tilde => Some("DXK_tilde" ), |
12695 | Keysym::D_diaeresis => Some("DXK_diaeresis" ), |
12696 | Keysym::D_Remove => Some("DXK_Remove" ), |
12697 | Keysym::HP_ClearLine => Some("hpXK_ClearLine" ), |
12698 | Keysym::HP_InsertLine => Some("hpXK_InsertLine" ), |
12699 | Keysym::HP_DeleteLine => Some("hpXK_DeleteLine" ), |
12700 | Keysym::HP_InsertChar => Some("hpXK_InsertChar" ), |
12701 | Keysym::HP_DeleteChar => Some("hpXK_DeleteChar" ), |
12702 | Keysym::HP_BackTab => Some("hpXK_BackTab" ), |
12703 | Keysym::HP_KP_BackTab => Some("hpXK_KP_BackTab" ), |
12704 | Keysym::HP_Modelock1 => Some("hpXK_Modelock1" ), |
12705 | Keysym::HP_Modelock2 => Some("hpXK_Modelock2" ), |
12706 | Keysym::HP_Reset => Some("hpXK_Reset" ), |
12707 | Keysym::HP_System => Some("hpXK_System" ), |
12708 | Keysym::HP_User => Some("hpXK_User" ), |
12709 | Keysym::HP_mute_acute => Some("hpXK_mute_acute" ), |
12710 | Keysym::HP_mute_grave => Some("hpXK_mute_grave" ), |
12711 | Keysym::HP_mute_asciicircum => Some("hpXK_mute_asciicircum" ), |
12712 | Keysym::HP_mute_diaeresis => Some("hpXK_mute_diaeresis" ), |
12713 | Keysym::HP_mute_asciitilde => Some("hpXK_mute_asciitilde" ), |
12714 | Keysym::HP_lira => Some("hpXK_lira" ), |
12715 | Keysym::HP_guilder => Some("hpXK_guilder" ), |
12716 | Keysym::HP_IO => Some("hpXK_IO" ), |
12717 | Keysym::HP_longminus => Some("hpXK_longminus" ), |
12718 | Keysym::HP_block => Some("hpXK_block" ), |
12719 | Keysym::OSF_Copy => Some("osfXK_Copy" ), |
12720 | Keysym::OSF_Cut => Some("osfXK_Cut" ), |
12721 | Keysym::OSF_Paste => Some("osfXK_Paste" ), |
12722 | Keysym::OSF_BackTab => Some("osfXK_BackTab" ), |
12723 | Keysym::OSF_BackSpace => Some("osfXK_BackSpace" ), |
12724 | Keysym::OSF_Clear => Some("osfXK_Clear" ), |
12725 | Keysym::OSF_Escape => Some("osfXK_Escape" ), |
12726 | Keysym::OSF_AddMode => Some("osfXK_AddMode" ), |
12727 | Keysym::OSF_PrimaryPaste => Some("osfXK_PrimaryPaste" ), |
12728 | Keysym::OSF_QuickPaste => Some("osfXK_QuickPaste" ), |
12729 | Keysym::OSF_PageLeft => Some("osfXK_PageLeft" ), |
12730 | Keysym::OSF_PageUp => Some("osfXK_PageUp" ), |
12731 | Keysym::OSF_PageDown => Some("osfXK_PageDown" ), |
12732 | Keysym::OSF_PageRight => Some("osfXK_PageRight" ), |
12733 | Keysym::OSF_Activate => Some("osfXK_Activate" ), |
12734 | Keysym::OSF_MenuBar => Some("osfXK_MenuBar" ), |
12735 | Keysym::OSF_Left => Some("osfXK_Left" ), |
12736 | Keysym::OSF_Up => Some("osfXK_Up" ), |
12737 | Keysym::OSF_Right => Some("osfXK_Right" ), |
12738 | Keysym::OSF_Down => Some("osfXK_Down" ), |
12739 | Keysym::OSF_EndLine => Some("osfXK_EndLine" ), |
12740 | Keysym::OSF_BeginLine => Some("osfXK_BeginLine" ), |
12741 | Keysym::OSF_EndData => Some("osfXK_EndData" ), |
12742 | Keysym::OSF_BeginData => Some("osfXK_BeginData" ), |
12743 | Keysym::OSF_PrevMenu => Some("osfXK_PrevMenu" ), |
12744 | Keysym::OSF_NextMenu => Some("osfXK_NextMenu" ), |
12745 | Keysym::OSF_PrevField => Some("osfXK_PrevField" ), |
12746 | Keysym::OSF_NextField => Some("osfXK_NextField" ), |
12747 | Keysym::OSF_Select => Some("osfXK_Select" ), |
12748 | Keysym::OSF_Insert => Some("osfXK_Insert" ), |
12749 | Keysym::OSF_Undo => Some("osfXK_Undo" ), |
12750 | Keysym::OSF_Menu => Some("osfXK_Menu" ), |
12751 | Keysym::OSF_Cancel => Some("osfXK_Cancel" ), |
12752 | Keysym::OSF_Help => Some("osfXK_Help" ), |
12753 | Keysym::OSF_SelectAll => Some("osfXK_SelectAll" ), |
12754 | Keysym::OSF_DeselectAll => Some("osfXK_DeselectAll" ), |
12755 | Keysym::OSF_Reselect => Some("osfXK_Reselect" ), |
12756 | Keysym::OSF_Extend => Some("osfXK_Extend" ), |
12757 | Keysym::OSF_Restore => Some("osfXK_Restore" ), |
12758 | Keysym::OSF_Delete => Some("osfXK_Delete" ), |
12759 | Keysym::Reset => Some("XK_Reset" ), |
12760 | Keysym::System => Some("XK_System" ), |
12761 | Keysym::User => Some("XK_User" ), |
12762 | Keysym::ClearLine => Some("XK_ClearLine" ), |
12763 | Keysym::InsertLine => Some("XK_InsertLine" ), |
12764 | Keysym::DeleteLine => Some("XK_DeleteLine" ), |
12765 | Keysym::InsertChar => Some("XK_InsertChar" ), |
12766 | Keysym::DeleteChar => Some("XK_DeleteChar" ), |
12767 | Keysym::BackTab => Some("XK_BackTab" ), |
12768 | Keysym::KP_BackTab => Some("XK_KP_BackTab" ), |
12769 | Keysym::Ext16bit_L => Some("XK_Ext16bit_L" ), |
12770 | Keysym::Ext16bit_R => Some("XK_Ext16bit_R" ), |
12771 | Keysym::mute_acute => Some("XK_mute_acute" ), |
12772 | Keysym::mute_grave => Some("XK_mute_grave" ), |
12773 | Keysym::mute_asciicircum => Some("XK_mute_asciicircum" ), |
12774 | Keysym::mute_diaeresis => Some("XK_mute_diaeresis" ), |
12775 | Keysym::mute_asciitilde => Some("XK_mute_asciitilde" ), |
12776 | Keysym::lira => Some("XK_lira" ), |
12777 | Keysym::guilder => Some("XK_guilder" ), |
12778 | Keysym::IO => Some("XK_IO" ), |
12779 | Keysym::longminus => Some("XK_longminus" ), |
12780 | Keysym::block => Some("XK_block" ), |
12781 | |
12782 | _ => None, |
12783 | } |
12784 | } |
12785 | |