1 /* Converted to D from ./gdkkeysyms.h by htod */
2 //module gdkkeysyms,
3 module gdk.Keysyms;
4 /* GDK - The GIMP Drawing Kit
5  * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
6  * Copyright (C) 2005 GNOME Foundation
7  *
8  * This library is free software, you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation, either
11  * version 2 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY, without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library, if not, write to the
20  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21  * Boston, MA 02111-1307, USA.
22  */
23 
24 /*
25  * File auto-generated from script gdkkeysyms-update.pl
26  * using the input file
27  * http://cvs.freedesktop.org/xorg/xc/include/keysymdef.h
28  */
29 
30 /*
31  * Modified by the GTK+ Team and others 1997-2001.  See the AUTHORS
32  * file for a list of people on the GTK+ Team.  See the ChangeLog
33  * files for a list of changes.  These files are distributed with
34  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
35  */
36 
37 //C     #ifndef __GDK_KEYSYMS_H__
38 //C     #define __GDK_KEYSYMS_H__
39 
40 enum GdkKeysyms {
41 	//C     #define GDK_VoidSymbol 0xffffff
42 	//C     #define GDK_BackSpace 0xff08
43 	GDK_VoidSymbol = 0xffffff,
44 	//C     #define GDK_Tab 0xff09
45 	GDK_BackSpace = 0xff08,
46 	//C     #define GDK_Linefeed 0xff0a
47 	GDK_Tab = 0xff09,
48 	//C     #define GDK_Clear 0xff0b
49 	GDK_Linefeed = 0xff0a,
50 	//C     #define GDK_Return 0xff0d
51 	GDK_Clear = 0xff0b,
52 	//C     #define GDK_Pause 0xff13
53 	GDK_Return = 0xff0d,
54 	//C     #define GDK_Scroll_Lock 0xff14
55 	GDK_Pause = 0xff13,
56 	//C     #define GDK_Sys_Req 0xff15
57 	GDK_Scroll_Lock = 0xff14,
58 	//C     #define GDK_Escape 0xff1b
59 	GDK_Sys_Req = 0xff15,
60 	//C     #define GDK_Delete 0xffff
61 	GDK_Escape = 0xff1b,
62 	//C     #define GDK_Multi_key 0xff20
63 	GDK_Delete = 0xffff,
64 	//C     #define GDK_Codeinput 0xff37
65 	GDK_Multi_key = 0xff20,
66 	//C     #define GDK_SingleCandidate 0xff3c
67 	GDK_Codeinput = 0xff37,
68 	//C     #define GDK_MultipleCandidate 0xff3d
69 	GDK_SingleCandidate = 0xff3c,
70 	//C     #define GDK_PreviousCandidate 0xff3e
71 	GDK_MultipleCandidate = 0xff3d,
72 	//C     #define GDK_Kanji 0xff21
73 	GDK_PreviousCandidate = 0xff3e,
74 	//C     #define GDK_Muhenkan 0xff22
75 	GDK_Kanji = 0xff21,
76 	//C     #define GDK_Henkan_Mode 0xff23
77 	GDK_Muhenkan = 0xff22,
78 	//C     #define GDK_Henkan 0xff23
79 	GDK_Henkan_Mode = 0xff23,
80 	//C     #define GDK_Romaji 0xff24
81 	GDK_Henkan = 0xff23,
82 	//C     #define GDK_Hiragana 0xff25
83 	GDK_Romaji = 0xff24,
84 	//C     #define GDK_Katakana 0xff26
85 	GDK_Hiragana = 0xff25,
86 	//C     #define GDK_Hiragana_Katakana 0xff27
87 	GDK_Katakana = 0xff26,
88 	//C     #define GDK_Zenkaku 0xff28
89 	GDK_Hiragana_Katakana = 0xff27,
90 	//C     #define GDK_Hankaku 0xff29
91 	GDK_Zenkaku = 0xff28,
92 	//C     #define GDK_Zenkaku_Hankaku 0xff2a
93 	GDK_Hankaku = 0xff29,
94 	//C     #define GDK_Touroku 0xff2b
95 	GDK_Zenkaku_Hankaku = 0xff2a,
96 	//C     #define GDK_Massyo 0xff2c
97 	GDK_Touroku = 0xff2b,
98 	//C     #define GDK_Kana_Lock 0xff2d
99 	GDK_Massyo = 0xff2c,
100 	//C     #define GDK_Kana_Shift 0xff2e
101 	GDK_Kana_Lock = 0xff2d,
102 	//C     #define GDK_Eisu_Shift 0xff2f
103 	GDK_Kana_Shift = 0xff2e,
104 	//C     #define GDK_Eisu_toggle 0xff30
105 	GDK_Eisu_Shift = 0xff2f,
106 	//C     #define GDK_Kanji_Bangou 0xff37
107 	GDK_Eisu_toggle = 0xff30,
108 	//C     #define GDK_Zen_Koho 0xff3d
109 	GDK_Kanji_Bangou = 0xff37,
110 	//C     #define GDK_Mae_Koho 0xff3e
111 	GDK_Zen_Koho = 0xff3d,
112 	//C     #define GDK_Home 0xff50
113 	GDK_Mae_Koho = 0xff3e,
114 	//C     #define GDK_Left 0xff51
115 	GDK_Home = 0xff50,
116 	//C     #define GDK_Up 0xff52
117 	GDK_Left = 0xff51,
118 	//C     #define GDK_Right 0xff53
119 	GDK_Up = 0xff52,
120 	//C     #define GDK_Down 0xff54
121 	GDK_Right = 0xff53,
122 	//C     #define GDK_Prior 0xff55
123 	GDK_Down = 0xff54,
124 	//C     #define GDK_Page_Up 0xff55
125 	GDK_Prior = 0xff55,
126 	//C     #define GDK_Next 0xff56
127 	GDK_Page_Up = 0xff55,
128 	//C     #define GDK_Page_Down 0xff56
129 	GDK_Next = 0xff56,
130 	//C     #define GDK_End 0xff57
131 	GDK_Page_Down = 0xff56,
132 	//C     #define GDK_Begin 0xff58
133 	GDK_End = 0xff57,
134 	//C     #define GDK_Select 0xff60
135 	GDK_Begin = 0xff58,
136 	//C     #define GDK_Print 0xff61
137 	GDK_Select = 0xff60,
138 	//C     #define GDK_Execute 0xff62
139 	GDK_Print = 0xff61,
140 	//C     #define GDK_Insert 0xff63
141 	GDK_Execute = 0xff62,
142 	//C     #define GDK_Undo 0xff65
143 	GDK_Insert = 0xff63,
144 	//C     #define GDK_Redo 0xff66
145 	GDK_Undo = 0xff65,
146 	//C     #define GDK_Menu 0xff67
147 	GDK_Redo = 0xff66,
148 	//C     #define GDK_Find 0xff68
149 	GDK_Menu = 0xff67,
150 	//C     #define GDK_Cancel 0xff69
151 	GDK_Find = 0xff68,
152 	//C     #define GDK_Help 0xff6a
153 	GDK_Cancel = 0xff69,
154 	//C     #define GDK_Break 0xff6b
155 	GDK_Help = 0xff6a,
156 	//C     #define GDK_Mode_switch 0xff7e
157 	GDK_Break = 0xff6b,
158 	//C     #define GDK_script_switch 0xff7e
159 	GDK_Mode_switch = 0xff7e,
160 	//C     #define GDK_Num_Lock 0xff7f
161 	GDK_script_switch = 0xff7e,
162 	//C     #define GDK_KP_Space 0xff80
163 	GDK_Num_Lock = 0xff7f,
164 	//C     #define GDK_KP_Tab 0xff89
165 	GDK_KP_Space = 0xff80,
166 	//C     #define GDK_KP_Enter 0xff8d
167 	GDK_KP_Tab = 0xff89,
168 	//C     #define GDK_KP_F1 0xff91
169 	GDK_KP_Enter = 0xff8d,
170 	//C     #define GDK_KP_F2 0xff92
171 	GDK_KP_F1 = 0xff91,
172 	//C     #define GDK_KP_F3 0xff93
173 	GDK_KP_F2 = 0xff92,
174 	//C     #define GDK_KP_F4 0xff94
175 	GDK_KP_F3 = 0xff93,
176 	//C     #define GDK_KP_Home 0xff95
177 	GDK_KP_F4 = 0xff94,
178 	//C     #define GDK_KP_Left 0xff96
179 	GDK_KP_Home = 0xff95,
180 	//C     #define GDK_KP_Up 0xff97
181 	GDK_KP_Left = 0xff96,
182 	//C     #define GDK_KP_Right 0xff98
183 	GDK_KP_Up = 0xff97,
184 	//C     #define GDK_KP_Down 0xff99
185 	GDK_KP_Right = 0xff98,
186 	//C     #define GDK_KP_Prior 0xff9a
187 	GDK_KP_Down = 0xff99,
188 	//C     #define GDK_KP_Page_Up 0xff9a
189 	GDK_KP_Prior = 0xff9a,
190 	//C     #define GDK_KP_Next 0xff9b
191 	GDK_KP_Page_Up = 0xff9a,
192 	//C     #define GDK_KP_Page_Down 0xff9b
193 	GDK_KP_Next = 0xff9b,
194 	//C     #define GDK_KP_End 0xff9c
195 	GDK_KP_Page_Down = 0xff9b,
196 	//C     #define GDK_KP_Begin 0xff9d
197 	GDK_KP_End = 0xff9c,
198 	//C     #define GDK_KP_Insert 0xff9e
199 	GDK_KP_Begin = 0xff9d,
200 	//C     #define GDK_KP_Delete 0xff9f
201 	GDK_KP_Insert = 0xff9e,
202 	//C     #define GDK_KP_Equal 0xffbd
203 	GDK_KP_Delete = 0xff9f,
204 	//C     #define GDK_KP_Multiply 0xffaa
205 	GDK_KP_Equal = 0xffbd,
206 	//C     #define GDK_KP_Add 0xffab
207 	GDK_KP_Multiply = 0xffaa,
208 	//C     #define GDK_KP_Separator 0xffac
209 	GDK_KP_Add = 0xffab,
210 	//C     #define GDK_KP_Subtract 0xffad
211 	GDK_KP_Separator = 0xffac,
212 	//C     #define GDK_KP_Decimal 0xffae
213 	GDK_KP_Subtract = 0xffad,
214 	//C     #define GDK_KP_Divide 0xffaf
215 	GDK_KP_Decimal = 0xffae,
216 	//C     #define GDK_KP_0 0xffb0
217 	GDK_KP_Divide = 0xffaf,
218 	//C     #define GDK_KP_1 0xffb1
219 	GDK_KP_0 = 0xffb0,
220 	//C     #define GDK_KP_2 0xffb2
221 	GDK_KP_1 = 0xffb1,
222 	//C     #define GDK_KP_3 0xffb3
223 	GDK_KP_2 = 0xffb2,
224 	//C     #define GDK_KP_4 0xffb4
225 	GDK_KP_3 = 0xffb3,
226 	//C     #define GDK_KP_5 0xffb5
227 	GDK_KP_4 = 0xffb4,
228 	//C     #define GDK_KP_6 0xffb6
229 	GDK_KP_5 = 0xffb5,
230 	//C     #define GDK_KP_7 0xffb7
231 	GDK_KP_6 = 0xffb6,
232 	//C     #define GDK_KP_8 0xffb8
233 	GDK_KP_7 = 0xffb7,
234 	//C     #define GDK_KP_9 0xffb9
235 	GDK_KP_8 = 0xffb8,
236 	//C     #define GDK_F1 0xffbe
237 	GDK_KP_9 = 0xffb9,
238 	//C     #define GDK_F2 0xffbf
239 	GDK_F1 = 0xffbe,
240 	//C     #define GDK_F3 0xffc0
241 	GDK_F2 = 0xffbf,
242 	//C     #define GDK_F4 0xffc1
243 	GDK_F3 = 0xffc0,
244 	//C     #define GDK_F5 0xffc2
245 	GDK_F4 = 0xffc1,
246 	//C     #define GDK_F6 0xffc3
247 	GDK_F5 = 0xffc2,
248 	//C     #define GDK_F7 0xffc4
249 	GDK_F6 = 0xffc3,
250 	//C     #define GDK_F8 0xffc5
251 	GDK_F7 = 0xffc4,
252 	//C     #define GDK_F9 0xffc6
253 	GDK_F8 = 0xffc5,
254 	//C     #define GDK_F10 0xffc7
255 	GDK_F9 = 0xffc6,
256 	//C     #define GDK_F11 0xffc8
257 	GDK_F10 = 0xffc7,
258 	//C     #define GDK_L1 0xffc8
259 	GDK_F11 = 0xffc8,
260 	//C     #define GDK_F12 0xffc9
261 	GDK_L1 = 0xffc8,
262 	//C     #define GDK_L2 0xffc9
263 	GDK_F12 = 0xffc9,
264 	//C     #define GDK_F13 0xffca
265 	GDK_L2 = 0xffc9,
266 	//C     #define GDK_L3 0xffca
267 	GDK_F13 = 0xffca,
268 	//C     #define GDK_F14 0xffcb
269 	GDK_L3 = 0xffca,
270 	//C     #define GDK_L4 0xffcb
271 	GDK_F14 = 0xffcb,
272 	//C     #define GDK_F15 0xffcc
273 	GDK_L4 = 0xffcb,
274 	//C     #define GDK_L5 0xffcc
275 	GDK_F15 = 0xffcc,
276 	//C     #define GDK_F16 0xffcd
277 	GDK_L5 = 0xffcc,
278 	//C     #define GDK_L6 0xffcd
279 	GDK_F16 = 0xffcd,
280 	//C     #define GDK_F17 0xffce
281 	GDK_L6 = 0xffcd,
282 	//C     #define GDK_L7 0xffce
283 	GDK_F17 = 0xffce,
284 	//C     #define GDK_F18 0xffcf
285 	GDK_L7 = 0xffce,
286 	//C     #define GDK_L8 0xffcf
287 	GDK_F18 = 0xffcf,
288 	//C     #define GDK_F19 0xffd0
289 	GDK_L8 = 0xffcf,
290 	//C     #define GDK_L9 0xffd0
291 	GDK_F19 = 0xffd0,
292 	//C     #define GDK_F20 0xffd1
293 	GDK_L9 = 0xffd0,
294 	//C     #define GDK_L10 0xffd1
295 	GDK_F20 = 0xffd1,
296 	//C     #define GDK_F21 0xffd2
297 	GDK_L10 = 0xffd1,
298 	//C     #define GDK_R1 0xffd2
299 	GDK_F21 = 0xffd2,
300 	//C     #define GDK_F22 0xffd3
301 	GDK_R1 = 0xffd2,
302 	//C     #define GDK_R2 0xffd3
303 	GDK_F22 = 0xffd3,
304 	//C     #define GDK_F23 0xffd4
305 	GDK_R2 = 0xffd3,
306 	//C     #define GDK_R3 0xffd4
307 	GDK_F23 = 0xffd4,
308 	//C     #define GDK_F24 0xffd5
309 	GDK_R3 = 0xffd4,
310 	//C     #define GDK_R4 0xffd5
311 	GDK_F24 = 0xffd5,
312 	//C     #define GDK_F25 0xffd6
313 	GDK_R4 = 0xffd5,
314 	//C     #define GDK_R5 0xffd6
315 	GDK_F25 = 0xffd6,
316 	//C     #define GDK_F26 0xffd7
317 	GDK_R5 = 0xffd6,
318 	//C     #define GDK_R6 0xffd7
319 	GDK_F26 = 0xffd7,
320 	//C     #define GDK_F27 0xffd8
321 	GDK_R6 = 0xffd7,
322 	//C     #define GDK_R7 0xffd8
323 	GDK_F27 = 0xffd8,
324 	//C     #define GDK_F28 0xffd9
325 	GDK_R7 = 0xffd8,
326 	//C     #define GDK_R8 0xffd9
327 	GDK_F28 = 0xffd9,
328 	//C     #define GDK_F29 0xffda
329 	GDK_R8 = 0xffd9,
330 	//C     #define GDK_R9 0xffda
331 	GDK_F29 = 0xffda,
332 	//C     #define GDK_F30 0xffdb
333 	GDK_R9 = 0xffda,
334 	//C     #define GDK_R10 0xffdb
335 	GDK_F30 = 0xffdb,
336 	//C     #define GDK_F31 0xffdc
337 	GDK_R10 = 0xffdb,
338 	//C     #define GDK_R11 0xffdc
339 	GDK_F31 = 0xffdc,
340 	//C     #define GDK_F32 0xffdd
341 	GDK_R11 = 0xffdc,
342 	//C     #define GDK_R12 0xffdd
343 	GDK_F32 = 0xffdd,
344 	//C     #define GDK_F33 0xffde
345 	GDK_R12 = 0xffdd,
346 	//C     #define GDK_R13 0xffde
347 	GDK_F33 = 0xffde,
348 	//C     #define GDK_F34 0xffdf
349 	GDK_R13 = 0xffde,
350 	//C     #define GDK_R14 0xffdf
351 	GDK_F34 = 0xffdf,
352 	//C     #define GDK_F35 0xffe0
353 	GDK_R14 = 0xffdf,
354 	//C     #define GDK_R15 0xffe0
355 	GDK_F35 = 0xffe0,
356 	//C     #define GDK_Shift_L 0xffe1
357 	GDK_R15 = 0xffe0,
358 	//C     #define GDK_Shift_R 0xffe2
359 	GDK_Shift_L = 0xffe1,
360 	//C     #define GDK_Control_L 0xffe3
361 	GDK_Shift_R = 0xffe2,
362 	//C     #define GDK_Control_R 0xffe4
363 	GDK_Control_L = 0xffe3,
364 	//C     #define GDK_Caps_Lock 0xffe5
365 	GDK_Control_R = 0xffe4,
366 	//C     #define GDK_Shift_Lock 0xffe6
367 	GDK_Caps_Lock = 0xffe5,
368 	//C     #define GDK_Meta_L 0xffe7
369 	GDK_Shift_Lock = 0xffe6,
370 	//C     #define GDK_Meta_R 0xffe8
371 	GDK_Meta_L = 0xffe7,
372 	//C     #define GDK_Alt_L 0xffe9
373 	GDK_Meta_R = 0xffe8,
374 	//C     #define GDK_Alt_R 0xffea
375 	GDK_Alt_L = 0xffe9,
376 	//C     #define GDK_Super_L 0xffeb
377 	GDK_Alt_R = 0xffea,
378 	//C     #define GDK_Super_R 0xffec
379 	GDK_Super_L = 0xffeb,
380 	//C     #define GDK_Hyper_L 0xffed
381 	GDK_Super_R = 0xffec,
382 	//C     #define GDK_Hyper_R 0xffee
383 	GDK_Hyper_L = 0xffed,
384 	//C     #define GDK_ISO_Lock 0xfe01
385 	GDK_Hyper_R = 0xffee,
386 	//C     #define GDK_ISO_Level2_Latch 0xfe02
387 	GDK_ISO_Lock = 0xfe01,
388 	//C     #define GDK_ISO_Level3_Shift 0xfe03
389 	GDK_ISO_Level2_Latch = 0xfe02,
390 	//C     #define GDK_ISO_Level3_Latch 0xfe04
391 	GDK_ISO_Level3_Shift = 0xfe03,
392 	//C     #define GDK_ISO_Level3_Lock 0xfe05
393 	GDK_ISO_Level3_Latch = 0xfe04,
394 	//C     #define GDK_ISO_Group_Shift 0xff7e
395 	GDK_ISO_Level3_Lock = 0xfe05,
396 	//C     #define GDK_ISO_Group_Latch 0xfe06
397 	GDK_ISO_Group_Shift = 0xff7e,
398 	//C     #define GDK_ISO_Group_Lock 0xfe07
399 	GDK_ISO_Group_Latch = 0xfe06,
400 	//C     #define GDK_ISO_Next_Group 0xfe08
401 	GDK_ISO_Group_Lock = 0xfe07,
402 	//C     #define GDK_ISO_Next_Group_Lock 0xfe09
403 	GDK_ISO_Next_Group = 0xfe08,
404 	//C     #define GDK_ISO_Prev_Group 0xfe0a
405 	GDK_ISO_Next_Group_Lock = 0xfe09,
406 	//C     #define GDK_ISO_Prev_Group_Lock 0xfe0b
407 	GDK_ISO_Prev_Group = 0xfe0a,
408 	//C     #define GDK_ISO_First_Group 0xfe0c
409 	GDK_ISO_Prev_Group_Lock = 0xfe0b,
410 	//C     #define GDK_ISO_First_Group_Lock 0xfe0d
411 	GDK_ISO_First_Group = 0xfe0c,
412 	//C     #define GDK_ISO_Last_Group 0xfe0e
413 	GDK_ISO_First_Group_Lock = 0xfe0d,
414 	//C     #define GDK_ISO_Last_Group_Lock 0xfe0f
415 	GDK_ISO_Last_Group = 0xfe0e,
416 	//C     #define GDK_ISO_Left_Tab 0xfe20
417 	GDK_ISO_Last_Group_Lock = 0xfe0f,
418 	//C     #define GDK_ISO_Move_Line_Up 0xfe21
419 	GDK_ISO_Left_Tab = 0xfe20,
420 	//C     #define GDK_ISO_Move_Line_Down 0xfe22
421 	GDK_ISO_Move_Line_Up = 0xfe21,
422 	//C     #define GDK_ISO_Partial_Line_Up 0xfe23
423 	GDK_ISO_Move_Line_Down = 0xfe22,
424 	//C     #define GDK_ISO_Partial_Line_Down 0xfe24
425 	GDK_ISO_Partial_Line_Up = 0xfe23,
426 	//C     #define GDK_ISO_Partial_Space_Left 0xfe25
427 	GDK_ISO_Partial_Line_Down = 0xfe24,
428 	//C     #define GDK_ISO_Partial_Space_Right 0xfe26
429 	GDK_ISO_Partial_Space_Left = 0xfe25,
430 	//C     #define GDK_ISO_Set_Margin_Left 0xfe27
431 	GDK_ISO_Partial_Space_Right = 0xfe26,
432 	//C     #define GDK_ISO_Set_Margin_Right 0xfe28
433 	GDK_ISO_Set_Margin_Left = 0xfe27,
434 	//C     #define GDK_ISO_Release_Margin_Left 0xfe29
435 	GDK_ISO_Set_Margin_Right = 0xfe28,
436 	//C     #define GDK_ISO_Release_Margin_Right 0xfe2a
437 	GDK_ISO_Release_Margin_Left = 0xfe29,
438 	//C     #define GDK_ISO_Release_Both_Margins 0xfe2b
439 	GDK_ISO_Release_Margin_Right = 0xfe2a,
440 	//C     #define GDK_ISO_Fast_Cursor_Left 0xfe2c
441 	GDK_ISO_Release_Both_Margins = 0xfe2b,
442 	//C     #define GDK_ISO_Fast_Cursor_Right 0xfe2d
443 	GDK_ISO_Fast_Cursor_Left = 0xfe2c,
444 	//C     #define GDK_ISO_Fast_Cursor_Up 0xfe2e
445 	GDK_ISO_Fast_Cursor_Right = 0xfe2d,
446 	//C     #define GDK_ISO_Fast_Cursor_Down 0xfe2f
447 	GDK_ISO_Fast_Cursor_Up = 0xfe2e,
448 	//C     #define GDK_ISO_Continuous_Underline 0xfe30
449 	GDK_ISO_Fast_Cursor_Down = 0xfe2f,
450 	//C     #define GDK_ISO_Discontinuous_Underline 0xfe31
451 	GDK_ISO_Continuous_Underline = 0xfe30,
452 	//C     #define GDK_ISO_Emphasize 0xfe32
453 	GDK_ISO_Discontinuous_Underline = 0xfe31,
454 	//C     #define GDK_ISO_Center_Object 0xfe33
455 	GDK_ISO_Emphasize = 0xfe32,
456 	//C     #define GDK_ISO_Enter 0xfe34
457 	GDK_ISO_Center_Object = 0xfe33,
458 	//C     #define GDK_dead_grave 0xfe50
459 	GDK_ISO_Enter = 0xfe34,
460 	//C     #define GDK_dead_acute 0xfe51
461 	GDK_dead_grave = 0xfe50,
462 	//C     #define GDK_dead_circumflex 0xfe52
463 	GDK_dead_acute = 0xfe51,
464 	//C     #define GDK_dead_tilde 0xfe53
465 	GDK_dead_circumflex = 0xfe52,
466 	//C     #define GDK_dead_macron 0xfe54
467 	GDK_dead_tilde = 0xfe53,
468 	//C     #define GDK_dead_breve 0xfe55
469 	GDK_dead_macron = 0xfe54,
470 	//C     #define GDK_dead_abovedot 0xfe56
471 	GDK_dead_breve = 0xfe55,
472 	//C     #define GDK_dead_diaeresis 0xfe57
473 	GDK_dead_abovedot = 0xfe56,
474 	//C     #define GDK_dead_abovering 0xfe58
475 	GDK_dead_diaeresis = 0xfe57,
476 	//C     #define GDK_dead_doubleacute 0xfe59
477 	GDK_dead_abovering = 0xfe58,
478 	//C     #define GDK_dead_caron 0xfe5a
479 	GDK_dead_doubleacute = 0xfe59,
480 	//C     #define GDK_dead_cedilla 0xfe5b
481 	GDK_dead_caron = 0xfe5a,
482 	//C     #define GDK_dead_ogonek 0xfe5c
483 	GDK_dead_cedilla = 0xfe5b,
484 	//C     #define GDK_dead_iota 0xfe5d
485 	GDK_dead_ogonek = 0xfe5c,
486 	//C     #define GDK_dead_voiced_sound 0xfe5e
487 	GDK_dead_iota = 0xfe5d,
488 	//C     #define GDK_dead_semivoiced_sound 0xfe5f
489 	GDK_dead_voiced_sound = 0xfe5e,
490 	//C     #define GDK_dead_belowdot 0xfe60
491 	GDK_dead_semivoiced_sound = 0xfe5f,
492 	//C     #define GDK_dead_hook 0xfe61
493 	GDK_dead_belowdot = 0xfe60,
494 	//C     #define GDK_dead_horn 0xfe62
495 	GDK_dead_hook = 0xfe61,
496 	//C     #define GDK_First_Virtual_Screen 0xfed0
497 	GDK_dead_horn = 0xfe62,
498 	//C     #define GDK_Prev_Virtual_Screen 0xfed1
499 	GDK_First_Virtual_Screen = 0xfed0,
500 	//C     #define GDK_Next_Virtual_Screen 0xfed2
501 	GDK_Prev_Virtual_Screen = 0xfed1,
502 	//C     #define GDK_Last_Virtual_Screen 0xfed4
503 	GDK_Next_Virtual_Screen = 0xfed2,
504 	//C     #define GDK_Terminate_Server 0xfed5
505 	GDK_Last_Virtual_Screen = 0xfed4,
506 	//C     #define GDK_AccessX_Enable 0xfe70
507 	GDK_Terminate_Server = 0xfed5,
508 	//C     #define GDK_AccessX_Feedback_Enable 0xfe71
509 	GDK_AccessX_Enable = 0xfe70,
510 	//C     #define GDK_RepeatKeys_Enable 0xfe72
511 	GDK_AccessX_Feedback_Enable = 0xfe71,
512 	//C     #define GDK_SlowKeys_Enable 0xfe73
513 	GDK_RepeatKeys_Enable = 0xfe72,
514 	//C     #define GDK_BounceKeys_Enable 0xfe74
515 	GDK_SlowKeys_Enable = 0xfe73,
516 	//C     #define GDK_StickyKeys_Enable 0xfe75
517 	GDK_BounceKeys_Enable = 0xfe74,
518 	//C     #define GDK_MouseKeys_Enable 0xfe76
519 	GDK_StickyKeys_Enable = 0xfe75,
520 	//C     #define GDK_MouseKeys_Accel_Enable 0xfe77
521 	GDK_MouseKeys_Enable = 0xfe76,
522 	//C     #define GDK_Overlay1_Enable 0xfe78
523 	GDK_MouseKeys_Accel_Enable = 0xfe77,
524 	//C     #define GDK_Overlay2_Enable 0xfe79
525 	GDK_Overlay1_Enable = 0xfe78,
526 	//C     #define GDK_AudibleBell_Enable 0xfe7a
527 	GDK_Overlay2_Enable = 0xfe79,
528 	//C     #define GDK_Pointer_Left 0xfee0
529 	GDK_AudibleBell_Enable = 0xfe7a,
530 	//C     #define GDK_Pointer_Right 0xfee1
531 	GDK_Pointer_Left = 0xfee0,
532 	//C     #define GDK_Pointer_Up 0xfee2
533 	GDK_Pointer_Right = 0xfee1,
534 	//C     #define GDK_Pointer_Down 0xfee3
535 	GDK_Pointer_Up = 0xfee2,
536 	//C     #define GDK_Pointer_UpLeft 0xfee4
537 	GDK_Pointer_Down = 0xfee3,
538 	//C     #define GDK_Pointer_UpRight 0xfee5
539 	GDK_Pointer_UpLeft = 0xfee4,
540 	//C     #define GDK_Pointer_DownLeft 0xfee6
541 	GDK_Pointer_UpRight = 0xfee5,
542 	//C     #define GDK_Pointer_DownRight 0xfee7
543 	GDK_Pointer_DownLeft = 0xfee6,
544 	//C     #define GDK_Pointer_Button_Dflt 0xfee8
545 	GDK_Pointer_DownRight = 0xfee7,
546 	//C     #define GDK_Pointer_Button1 0xfee9
547 	GDK_Pointer_Button_Dflt = 0xfee8,
548 	//C     #define GDK_Pointer_Button2 0xfeea
549 	GDK_Pointer_Button1 = 0xfee9,
550 	//C     #define GDK_Pointer_Button3 0xfeeb
551 	GDK_Pointer_Button2 = 0xfeea,
552 	//C     #define GDK_Pointer_Button4 0xfeec
553 	GDK_Pointer_Button3 = 0xfeeb,
554 	//C     #define GDK_Pointer_Button5 0xfeed
555 	GDK_Pointer_Button4 = 0xfeec,
556 	//C     #define GDK_Pointer_DblClick_Dflt 0xfeee
557 	GDK_Pointer_Button5 = 0xfeed,
558 	//C     #define GDK_Pointer_DblClick1 0xfeef
559 	GDK_Pointer_DblClick_Dflt = 0xfeee,
560 	//C     #define GDK_Pointer_DblClick2 0xfef0
561 	GDK_Pointer_DblClick1 = 0xfeef,
562 	//C     #define GDK_Pointer_DblClick3 0xfef1
563 	GDK_Pointer_DblClick2 = 0xfef0,
564 	//C     #define GDK_Pointer_DblClick4 0xfef2
565 	GDK_Pointer_DblClick3 = 0xfef1,
566 	//C     #define GDK_Pointer_DblClick5 0xfef3
567 	GDK_Pointer_DblClick4 = 0xfef2,
568 	//C     #define GDK_Pointer_Drag_Dflt 0xfef4
569 	GDK_Pointer_DblClick5 = 0xfef3,
570 	//C     #define GDK_Pointer_Drag1 0xfef5
571 	GDK_Pointer_Drag_Dflt = 0xfef4,
572 	//C     #define GDK_Pointer_Drag2 0xfef6
573 	GDK_Pointer_Drag1 = 0xfef5,
574 	//C     #define GDK_Pointer_Drag3 0xfef7
575 	GDK_Pointer_Drag2 = 0xfef6,
576 	//C     #define GDK_Pointer_Drag4 0xfef8
577 	GDK_Pointer_Drag3 = 0xfef7,
578 	//C     #define GDK_Pointer_Drag5 0xfefd
579 	GDK_Pointer_Drag4 = 0xfef8,
580 	//C     #define GDK_Pointer_EnableKeys 0xfef9
581 	GDK_Pointer_Drag5 = 0xfefd,
582 	//C     #define GDK_Pointer_Accelerate 0xfefa
583 	GDK_Pointer_EnableKeys = 0xfef9,
584 	//C     #define GDK_Pointer_DfltBtnNext 0xfefb
585 	GDK_Pointer_Accelerate = 0xfefa,
586 	//C     #define GDK_Pointer_DfltBtnPrev 0xfefc
587 	GDK_Pointer_DfltBtnNext = 0xfefb,
588 	//C     #define GDK_3270_Duplicate 0xfd01
589 	GDK_Pointer_DfltBtnPrev = 0xfefc,
590 	//C     #define GDK_3270_FieldMark 0xfd02
591 	GDK_3270_Duplicate = 0xfd01,
592 	//C     #define GDK_3270_Right2 0xfd03
593 	GDK_3270_FieldMark = 0xfd02,
594 	//C     #define GDK_3270_Left2 0xfd04
595 	GDK_3270_Right2 = 0xfd03,
596 	//C     #define GDK_3270_BackTab 0xfd05
597 	GDK_3270_Left2 = 0xfd04,
598 	//C     #define GDK_3270_EraseEOF 0xfd06
599 	GDK_3270_BackTab = 0xfd05,
600 	//C     #define GDK_3270_EraseInput 0xfd07
601 	GDK_3270_EraseEOF = 0xfd06,
602 	//C     #define GDK_3270_Reset 0xfd08
603 	GDK_3270_EraseInput = 0xfd07,
604 	//C     #define GDK_3270_Quit 0xfd09
605 	GDK_3270_Reset = 0xfd08,
606 	//C     #define GDK_3270_PA1 0xfd0a
607 	GDK_3270_Quit = 0xfd09,
608 	//C     #define GDK_3270_PA2 0xfd0b
609 	GDK_3270_PA1 = 0xfd0a,
610 	//C     #define GDK_3270_PA3 0xfd0c
611 	GDK_3270_PA2 = 0xfd0b,
612 	//C     #define GDK_3270_Test 0xfd0d
613 	GDK_3270_PA3 = 0xfd0c,
614 	//C     #define GDK_3270_Attn 0xfd0e
615 	GDK_3270_Test = 0xfd0d,
616 	//C     #define GDK_3270_CursorBlink 0xfd0f
617 	GDK_3270_Attn = 0xfd0e,
618 	//C     #define GDK_3270_AltCursor 0xfd10
619 	GDK_3270_CursorBlink = 0xfd0f,
620 	//C     #define GDK_3270_KeyClick 0xfd11
621 	GDK_3270_AltCursor = 0xfd10,
622 	//C     #define GDK_3270_Jump 0xfd12
623 	GDK_3270_KeyClick = 0xfd11,
624 	//C     #define GDK_3270_Ident 0xfd13
625 	GDK_3270_Jump = 0xfd12,
626 	//C     #define GDK_3270_Rule 0xfd14
627 	GDK_3270_Ident = 0xfd13,
628 	//C     #define GDK_3270_Copy 0xfd15
629 	GDK_3270_Rule = 0xfd14,
630 	//C     #define GDK_3270_Play 0xfd16
631 	GDK_3270_Copy = 0xfd15,
632 	//C     #define GDK_3270_Setup 0xfd17
633 	GDK_3270_Play = 0xfd16,
634 	//C     #define GDK_3270_Record 0xfd18
635 	GDK_3270_Setup = 0xfd17,
636 	//C     #define GDK_3270_ChangeScreen 0xfd19
637 	GDK_3270_Record = 0xfd18,
638 	//C     #define GDK_3270_DeleteWord 0xfd1a
639 	GDK_3270_ChangeScreen = 0xfd19,
640 	//C     #define GDK_3270_ExSelect 0xfd1b
641 	GDK_3270_DeleteWord = 0xfd1a,
642 	//C     #define GDK_3270_CursorSelect 0xfd1c
643 	GDK_3270_ExSelect = 0xfd1b,
644 	//C     #define GDK_3270_PrintScreen 0xfd1d
645 	GDK_3270_CursorSelect = 0xfd1c,
646 	//C     #define GDK_3270_Enter 0xfd1e
647 	GDK_3270_PrintScreen = 0xfd1d,
648 	//C     #define GDK_space 0x020
649 	GDK_3270_Enter = 0xfd1e,
650 	//C     #define GDK_exclam 0x021
651 	GDK_space = 0x020,
652 	//C     #define GDK_quotedbl 0x022
653 	GDK_exclam = 0x021,
654 	//C     #define GDK_numbersign 0x023
655 	GDK_quotedbl = 0x022,
656 	//C     #define GDK_dollar 0x024
657 	GDK_numbersign = 0x023,
658 	//C     #define GDK_percent 0x025
659 	GDK_dollar = 0x024,
660 	//C     #define GDK_ampersand 0x026
661 	GDK_percent = 0x025,
662 	//C     #define GDK_apostrophe 0x027
663 	GDK_ampersand = 0x026,
664 	//C     #define GDK_quoteright 0x027
665 	GDK_apostrophe = 0x027,
666 	//C     #define GDK_parenleft 0x028
667 	GDK_quoteright = 0x027,
668 	//C     #define GDK_parenright 0x029
669 	GDK_parenleft = 0x028,
670 	//C     #define GDK_asterisk 0x02a
671 	GDK_parenright = 0x029,
672 	//C     #define GDK_plus 0x02b
673 	GDK_asterisk = 0x02a,
674 	//C     #define GDK_comma 0x02c
675 	GDK_plus = 0x02b,
676 	//C     #define GDK_minus 0x02d
677 	GDK_comma = 0x02c,
678 	//C     #define GDK_period 0x02e
679 	GDK_minus = 0x02d,
680 	//C     #define GDK_slash 0x02f
681 	GDK_period = 0x02e,
682 	//C     #define GDK_0 0x030
683 	GDK_slash = 0x02f,
684 	//C     #define GDK_1 0x031
685 	GDK_0 = 0x030,
686 	//C     #define GDK_2 0x032
687 	GDK_1 = 0x031,
688 	//C     #define GDK_3 0x033
689 	GDK_2 = 0x032,
690 	//C     #define GDK_4 0x034
691 	GDK_3 = 0x033,
692 	//C     #define GDK_5 0x035
693 	GDK_4 = 0x034,
694 	//C     #define GDK_6 0x036
695 	GDK_5 = 0x035,
696 	//C     #define GDK_7 0x037
697 	GDK_6 = 0x036,
698 	//C     #define GDK_8 0x038
699 	GDK_7 = 0x037,
700 	//C     #define GDK_9 0x039
701 	GDK_8 = 0x038,
702 	//C     #define GDK_colon 0x03a
703 	GDK_9 = 0x039,
704 	//C     #define GDK_semicolon 0x03b
705 	GDK_colon = 0x03a,
706 	//C     #define GDK_less 0x03c
707 	GDK_semicolon = 0x03b,
708 	//C     #define GDK_equal 0x03d
709 	GDK_less = 0x03c,
710 	//C     #define GDK_greater 0x03e
711 	GDK_equal = 0x03d,
712 	//C     #define GDK_question 0x03f
713 	GDK_greater = 0x03e,
714 	//C     #define GDK_at 0x040
715 	GDK_question = 0x03f,
716 	//C     #define GDK_A 0x041
717 	GDK_at = 0x040,
718 	//C     #define GDK_B 0x042
719 	GDK_A = 0x041,
720 	//C     #define GDK_C 0x043
721 	GDK_B = 0x042,
722 	//C     #define GDK_D 0x044
723 	GDK_C = 0x043,
724 	//C     #define GDK_E 0x045
725 	GDK_D = 0x044,
726 	//C     #define GDK_F 0x046
727 	GDK_E = 0x045,
728 	//C     #define GDK_G 0x047
729 	GDK_F = 0x046,
730 	//C     #define GDK_H 0x048
731 	GDK_G = 0x047,
732 	//C     #define GDK_I 0x049
733 	GDK_H = 0x048,
734 	//C     #define GDK_J 0x04a
735 	GDK_I = 0x049,
736 	//C     #define GDK_K 0x04b
737 	GDK_J = 0x04a,
738 	//C     #define GDK_L 0x04c
739 	GDK_K = 0x04b,
740 	//C     #define GDK_M 0x04d
741 	GDK_L = 0x04c,
742 	//C     #define GDK_N 0x04e
743 	GDK_M = 0x04d,
744 	//C     #define GDK_O 0x04f
745 	GDK_N = 0x04e,
746 	//C     #define GDK_P 0x050
747 	GDK_O = 0x04f,
748 	//C     #define GDK_Q 0x051
749 	GDK_P = 0x050,
750 	//C     #define GDK_R 0x052
751 	GDK_Q = 0x051,
752 	//C     #define GDK_S 0x053
753 	GDK_R = 0x052,
754 	//C     #define GDK_T 0x054
755 	GDK_S = 0x053,
756 	//C     #define GDK_U 0x055
757 	GDK_T = 0x054,
758 	//C     #define GDK_V 0x056
759 	GDK_U = 0x055,
760 	//C     #define GDK_W 0x057
761 	GDK_V = 0x056,
762 	//C     #define GDK_X 0x058
763 	GDK_W = 0x057,
764 	//C     #define GDK_Y 0x059
765 	GDK_X = 0x058,
766 	//C     #define GDK_Z 0x05a
767 	GDK_Y = 0x059,
768 	//C     #define GDK_bracketleft 0x05b
769 	GDK_Z = 0x05a,
770 	//C     #define GDK_backslash 0x05c
771 	GDK_bracketleft = 0x05b,
772 	//C     #define GDK_bracketright 0x05d
773 	GDK_backslash = 0x05c,
774 	//C     #define GDK_asciicircum 0x05e
775 	GDK_bracketright = 0x05d,
776 	//C     #define GDK_underscore 0x05f
777 	GDK_asciicircum = 0x05e,
778 	//C     #define GDK_grave 0x060
779 	GDK_underscore = 0x05f,
780 	//C     #define GDK_quoteleft 0x060
781 	GDK_grave = 0x060,
782 	//C     #define GDK_a 0x061
783 	GDK_quoteleft = 0x060,
784 	//C     #define GDK_b 0x062
785 	GDK_a = 0x061,
786 	//C     #define GDK_c 0x063
787 	GDK_b = 0x062,
788 	//C     #define GDK_d 0x064
789 	GDK_c = 0x063,
790 	//C     #define GDK_e 0x065
791 	GDK_d = 0x064,
792 	//C     #define GDK_f 0x066
793 	GDK_e = 0x065,
794 	//C     #define GDK_g 0x067
795 	GDK_f = 0x066,
796 	//C     #define GDK_h 0x068
797 	GDK_g = 0x067,
798 	//C     #define GDK_i 0x069
799 	GDK_h = 0x068,
800 	//C     #define GDK_j 0x06a
801 	GDK_i = 0x069,
802 	//C     #define GDK_k 0x06b
803 	GDK_j = 0x06a,
804 	//C     #define GDK_l 0x06c
805 	GDK_k = 0x06b,
806 	//C     #define GDK_m 0x06d
807 	GDK_l = 0x06c,
808 	//C     #define GDK_n 0x06e
809 	GDK_m = 0x06d,
810 	//C     #define GDK_o 0x06f
811 	GDK_n = 0x06e,
812 	//C     #define GDK_p 0x070
813 	GDK_o = 0x06f,
814 	//C     #define GDK_q 0x071
815 	GDK_p = 0x070,
816 	//C     #define GDK_r 0x072
817 	GDK_q = 0x071,
818 	//C     #define GDK_s 0x073
819 	GDK_r = 0x072,
820 	//C     #define GDK_t 0x074
821 	GDK_s = 0x073,
822 	//C     #define GDK_u 0x075
823 	GDK_t = 0x074,
824 	//C     #define GDK_v 0x076
825 	GDK_u = 0x075,
826 	//C     #define GDK_w 0x077
827 	GDK_v = 0x076,
828 	//C     #define GDK_x 0x078
829 	GDK_w = 0x077,
830 	//C     #define GDK_y 0x079
831 	GDK_x = 0x078,
832 	//C     #define GDK_z 0x07a
833 	GDK_y = 0x079,
834 	//C     #define GDK_braceleft 0x07b
835 	GDK_z = 0x07a,
836 	//C     #define GDK_bar 0x07c
837 	GDK_braceleft = 0x07b,
838 	//C     #define GDK_braceright 0x07d
839 	GDK_bar = 0x07c,
840 	//C     #define GDK_asciitilde 0x07e
841 	GDK_braceright = 0x07d,
842 	//C     #define GDK_nobreakspace 0x0a0
843 	GDK_asciitilde = 0x07e,
844 	//C     #define GDK_exclamdown 0x0a1
845 	GDK_nobreakspace = 0x0a0,
846 	//C     #define GDK_cent 0x0a2
847 	GDK_exclamdown = 0x0a1,
848 	//C     #define GDK_sterling 0x0a3
849 	GDK_cent = 0x0a2,
850 	//C     #define GDK_currency 0x0a4
851 	GDK_sterling = 0x0a3,
852 	//C     #define GDK_yen 0x0a5
853 	GDK_currency = 0x0a4,
854 	//C     #define GDK_brokenbar 0x0a6
855 	GDK_yen = 0x0a5,
856 	//C     #define GDK_section 0x0a7
857 	GDK_brokenbar = 0x0a6,
858 	//C     #define GDK_diaeresis 0x0a8
859 	GDK_section = 0x0a7,
860 	//C     #define GDK_copyright 0x0a9
861 	GDK_diaeresis = 0x0a8,
862 	//C     #define GDK_ordfeminine 0x0aa
863 	GDK_copyright = 0x0a9,
864 	//C     #define GDK_guillemotleft 0x0ab
865 	GDK_ordfeminine = 0x0aa,
866 	//C     #define GDK_notsign 0x0ac
867 	GDK_guillemotleft = 0x0ab,
868 	//C     #define GDK_hyphen 0x0ad
869 	GDK_notsign = 0x0ac,
870 	//C     #define GDK_registered 0x0ae
871 	GDK_hyphen = 0x0ad,
872 	//C     #define GDK_macron 0x0af
873 	GDK_registered = 0x0ae,
874 	//C     #define GDK_degree 0x0b0
875 	GDK_macron = 0x0af,
876 	//C     #define GDK_plusminus 0x0b1
877 	GDK_degree = 0x0b0,
878 	//C     #define GDK_twosuperior 0x0b2
879 	GDK_plusminus = 0x0b1,
880 	//C     #define GDK_threesuperior 0x0b3
881 	GDK_twosuperior = 0x0b2,
882 	//C     #define GDK_acute 0x0b4
883 	GDK_threesuperior = 0x0b3,
884 	//C     #define GDK_mu 0x0b5
885 	GDK_acute = 0x0b4,
886 	//C     #define GDK_paragraph 0x0b6
887 	GDK_mu = 0x0b5,
888 	//C     #define GDK_periodcentered 0x0b7
889 	GDK_paragraph = 0x0b6,
890 	//C     #define GDK_cedilla 0x0b8
891 	GDK_periodcentered = 0x0b7,
892 	//C     #define GDK_onesuperior 0x0b9
893 	GDK_cedilla = 0x0b8,
894 	//C     #define GDK_masculine 0x0ba
895 	GDK_onesuperior = 0x0b9,
896 	//C     #define GDK_guillemotright 0x0bb
897 	GDK_masculine = 0x0ba,
898 	//C     #define GDK_onequarter 0x0bc
899 	GDK_guillemotright = 0x0bb,
900 	//C     #define GDK_onehalf 0x0bd
901 	GDK_onequarter = 0x0bc,
902 	//C     #define GDK_threequarters 0x0be
903 	GDK_onehalf = 0x0bd,
904 	//C     #define GDK_questiondown 0x0bf
905 	GDK_threequarters = 0x0be,
906 	//C     #define GDK_Agrave 0x0c0
907 	GDK_questiondown = 0x0bf,
908 	//C     #define GDK_Aacute 0x0c1
909 	GDK_Agrave = 0x0c0,
910 	//C     #define GDK_Acircumflex 0x0c2
911 	GDK_Aacute = 0x0c1,
912 	//C     #define GDK_Atilde 0x0c3
913 	GDK_Acircumflex = 0x0c2,
914 	//C     #define GDK_Adiaeresis 0x0c4
915 	GDK_Atilde = 0x0c3,
916 	//C     #define GDK_Aring 0x0c5
917 	GDK_Adiaeresis = 0x0c4,
918 	//C     #define GDK_AE 0x0c6
919 	GDK_Aring = 0x0c5,
920 	//C     #define GDK_Ccedilla 0x0c7
921 	GDK_AE = 0x0c6,
922 	//C     #define GDK_Egrave 0x0c8
923 	GDK_Ccedilla = 0x0c7,
924 	//C     #define GDK_Eacute 0x0c9
925 	GDK_Egrave = 0x0c8,
926 	//C     #define GDK_Ecircumflex 0x0ca
927 	GDK_Eacute = 0x0c9,
928 	//C     #define GDK_Ediaeresis 0x0cb
929 	GDK_Ecircumflex = 0x0ca,
930 	//C     #define GDK_Igrave 0x0cc
931 	GDK_Ediaeresis = 0x0cb,
932 	//C     #define GDK_Iacute 0x0cd
933 	GDK_Igrave = 0x0cc,
934 	//C     #define GDK_Icircumflex 0x0ce
935 	GDK_Iacute = 0x0cd,
936 	//C     #define GDK_Idiaeresis 0x0cf
937 	GDK_Icircumflex = 0x0ce,
938 	//C     #define GDK_ETH 0x0d0
939 	GDK_Idiaeresis = 0x0cf,
940 	//C     #define GDK_Eth 0x0d0
941 	GDK_ETH = 0x0d0,
942 	//C     #define GDK_Ntilde 0x0d1
943 	GDK_Eth = 0x0d0,
944 	//C     #define GDK_Ograve 0x0d2
945 	GDK_Ntilde = 0x0d1,
946 	//C     #define GDK_Oacute 0x0d3
947 	GDK_Ograve = 0x0d2,
948 	//C     #define GDK_Ocircumflex 0x0d4
949 	GDK_Oacute = 0x0d3,
950 	//C     #define GDK_Otilde 0x0d5
951 	GDK_Ocircumflex = 0x0d4,
952 	//C     #define GDK_Odiaeresis 0x0d6
953 	GDK_Otilde = 0x0d5,
954 	//C     #define GDK_multiply 0x0d7
955 	GDK_Odiaeresis = 0x0d6,
956 	//C     #define GDK_Oslash 0x0d8
957 	GDK_multiply = 0x0d7,
958 	//C     #define GDK_Ooblique 0x0d8
959 	GDK_Oslash = 0x0d8,
960 	//C     #define GDK_Ugrave 0x0d9
961 	GDK_Ooblique = 0x0d8,
962 	//C     #define GDK_Uacute 0x0da
963 	GDK_Ugrave = 0x0d9,
964 	//C     #define GDK_Ucircumflex 0x0db
965 	GDK_Uacute = 0x0da,
966 	//C     #define GDK_Udiaeresis 0x0dc
967 	GDK_Ucircumflex = 0x0db,
968 	//C     #define GDK_Yacute 0x0dd
969 	GDK_Udiaeresis = 0x0dc,
970 	//C     #define GDK_THORN 0x0de
971 	GDK_Yacute = 0x0dd,
972 	//C     #define GDK_Thorn 0x0de
973 	GDK_THORN = 0x0de,
974 	//C     #define GDK_ssharp 0x0df
975 	GDK_Thorn = 0x0de,
976 	//C     #define GDK_agrave 0x0e0
977 	GDK_ssharp = 0x0df,
978 	//C     #define GDK_aacute 0x0e1
979 	GDK_agrave = 0x0e0,
980 	//C     #define GDK_acircumflex 0x0e2
981 	GDK_aacute = 0x0e1,
982 	//C     #define GDK_atilde 0x0e3
983 	GDK_acircumflex = 0x0e2,
984 	//C     #define GDK_adiaeresis 0x0e4
985 	GDK_atilde = 0x0e3,
986 	//C     #define GDK_aring 0x0e5
987 	GDK_adiaeresis = 0x0e4,
988 	//C     #define GDK_ae 0x0e6
989 	GDK_aring = 0x0e5,
990 	//C     #define GDK_ccedilla 0x0e7
991 	GDK_ae = 0x0e6,
992 	//C     #define GDK_egrave 0x0e8
993 	GDK_ccedilla = 0x0e7,
994 	//C     #define GDK_eacute 0x0e9
995 	GDK_egrave = 0x0e8,
996 	//C     #define GDK_ecircumflex 0x0ea
997 	GDK_eacute = 0x0e9,
998 	//C     #define GDK_ediaeresis 0x0eb
999 	GDK_ecircumflex = 0x0ea,
1000 	//C     #define GDK_igrave 0x0ec
1001 	GDK_ediaeresis = 0x0eb,
1002 	//C     #define GDK_iacute 0x0ed
1003 	GDK_igrave = 0x0ec,
1004 	//C     #define GDK_icircumflex 0x0ee
1005 	GDK_iacute = 0x0ed,
1006 	//C     #define GDK_idiaeresis 0x0ef
1007 	GDK_icircumflex = 0x0ee,
1008 	//C     #define GDK_eth 0x0f0
1009 	GDK_idiaeresis = 0x0ef,
1010 	//C     #define GDK_ntilde 0x0f1
1011 	GDK_eth = 0x0f0,
1012 	//C     #define GDK_ograve 0x0f2
1013 	GDK_ntilde = 0x0f1,
1014 	//C     #define GDK_oacute 0x0f3
1015 	GDK_ograve = 0x0f2,
1016 	//C     #define GDK_ocircumflex 0x0f4
1017 	GDK_oacute = 0x0f3,
1018 	//C     #define GDK_otilde 0x0f5
1019 	GDK_ocircumflex = 0x0f4,
1020 	//C     #define GDK_odiaeresis 0x0f6
1021 	GDK_otilde = 0x0f5,
1022 	//C     #define GDK_division 0x0f7
1023 	GDK_odiaeresis = 0x0f6,
1024 	//C     #define GDK_oslash 0x0f8
1025 	GDK_division = 0x0f7,
1026 	//C     #define GDK_ooblique 0x0f8
1027 	GDK_oslash = 0x0f8,
1028 	//C     #define GDK_ugrave 0x0f9
1029 	GDK_ooblique = 0x0f8,
1030 	//C     #define GDK_uacute 0x0fa
1031 	GDK_ugrave = 0x0f9,
1032 	//C     #define GDK_ucircumflex 0x0fb
1033 	GDK_uacute = 0x0fa,
1034 	//C     #define GDK_udiaeresis 0x0fc
1035 	GDK_ucircumflex = 0x0fb,
1036 	//C     #define GDK_yacute 0x0fd
1037 	GDK_udiaeresis = 0x0fc,
1038 	//C     #define GDK_thorn 0x0fe
1039 	GDK_yacute = 0x0fd,
1040 	//C     #define GDK_ydiaeresis 0x0ff
1041 	GDK_thorn = 0x0fe,
1042 	//C     #define GDK_Aogonek 0x1a1
1043 	GDK_ydiaeresis = 0x0ff,
1044 	//C     #define GDK_breve 0x1a2
1045 	GDK_Aogonek = 0x1a1,
1046 	//C     #define GDK_Lstroke 0x1a3
1047 	GDK_breve = 0x1a2,
1048 	//C     #define GDK_Lcaron 0x1a5
1049 	GDK_Lstroke = 0x1a3,
1050 	//C     #define GDK_Sacute 0x1a6
1051 	GDK_Lcaron = 0x1a5,
1052 	//C     #define GDK_Scaron 0x1a9
1053 	GDK_Sacute = 0x1a6,
1054 	//C     #define GDK_Scedilla 0x1aa
1055 	GDK_Scaron = 0x1a9,
1056 	//C     #define GDK_Tcaron 0x1ab
1057 	GDK_Scedilla = 0x1aa,
1058 	//C     #define GDK_Zacute 0x1ac
1059 	GDK_Tcaron = 0x1ab,
1060 	//C     #define GDK_Zcaron 0x1ae
1061 	GDK_Zacute = 0x1ac,
1062 	//C     #define GDK_Zabovedot 0x1af
1063 	GDK_Zcaron = 0x1ae,
1064 	//C     #define GDK_aogonek 0x1b1
1065 	GDK_Zabovedot = 0x1af,
1066 	//C     #define GDK_ogonek 0x1b2
1067 	GDK_aogonek = 0x1b1,
1068 	//C     #define GDK_lstroke 0x1b3
1069 	GDK_ogonek = 0x1b2,
1070 	//C     #define GDK_lcaron 0x1b5
1071 	GDK_lstroke = 0x1b3,
1072 	//C     #define GDK_sacute 0x1b6
1073 	GDK_lcaron = 0x1b5,
1074 	//C     #define GDK_caron 0x1b7
1075 	GDK_sacute = 0x1b6,
1076 	//C     #define GDK_scaron 0x1b9
1077 	GDK_caron = 0x1b7,
1078 	//C     #define GDK_scedilla 0x1ba
1079 	GDK_scaron = 0x1b9,
1080 	//C     #define GDK_tcaron 0x1bb
1081 	GDK_scedilla = 0x1ba,
1082 	//C     #define GDK_zacute 0x1bc
1083 	GDK_tcaron = 0x1bb,
1084 	//C     #define GDK_doubleacute 0x1bd
1085 	GDK_zacute = 0x1bc,
1086 	//C     #define GDK_zcaron 0x1be
1087 	GDK_doubleacute = 0x1bd,
1088 	//C     #define GDK_zabovedot 0x1bf
1089 	GDK_zcaron = 0x1be,
1090 	//C     #define GDK_Racute 0x1c0
1091 	GDK_zabovedot = 0x1bf,
1092 	//C     #define GDK_Abreve 0x1c3
1093 	GDK_Racute = 0x1c0,
1094 	//C     #define GDK_Lacute 0x1c5
1095 	GDK_Abreve = 0x1c3,
1096 	//C     #define GDK_Cacute 0x1c6
1097 	GDK_Lacute = 0x1c5,
1098 	//C     #define GDK_Ccaron 0x1c8
1099 	GDK_Cacute = 0x1c6,
1100 	//C     #define GDK_Eogonek 0x1ca
1101 	GDK_Ccaron = 0x1c8,
1102 	//C     #define GDK_Ecaron 0x1cc
1103 	GDK_Eogonek = 0x1ca,
1104 	//C     #define GDK_Dcaron 0x1cf
1105 	GDK_Ecaron = 0x1cc,
1106 	//C     #define GDK_Dstroke 0x1d0
1107 	GDK_Dcaron = 0x1cf,
1108 	//C     #define GDK_Nacute 0x1d1
1109 	GDK_Dstroke = 0x1d0,
1110 	//C     #define GDK_Ncaron 0x1d2
1111 	GDK_Nacute = 0x1d1,
1112 	//C     #define GDK_Odoubleacute 0x1d5
1113 	GDK_Ncaron = 0x1d2,
1114 	//C     #define GDK_Rcaron 0x1d8
1115 	GDK_Odoubleacute = 0x1d5,
1116 	//C     #define GDK_Uring 0x1d9
1117 	GDK_Rcaron = 0x1d8,
1118 	//C     #define GDK_Udoubleacute 0x1db
1119 	GDK_Uring = 0x1d9,
1120 	//C     #define GDK_Tcedilla 0x1de
1121 	GDK_Udoubleacute = 0x1db,
1122 	//C     #define GDK_racute 0x1e0
1123 	GDK_Tcedilla = 0x1de,
1124 	//C     #define GDK_abreve 0x1e3
1125 	GDK_racute = 0x1e0,
1126 	//C     #define GDK_lacute 0x1e5
1127 	GDK_abreve = 0x1e3,
1128 	//C     #define GDK_cacute 0x1e6
1129 	GDK_lacute = 0x1e5,
1130 	//C     #define GDK_ccaron 0x1e8
1131 	GDK_cacute = 0x1e6,
1132 	//C     #define GDK_eogonek 0x1ea
1133 	GDK_ccaron = 0x1e8,
1134 	//C     #define GDK_ecaron 0x1ec
1135 	GDK_eogonek = 0x1ea,
1136 	//C     #define GDK_dcaron 0x1ef
1137 	GDK_ecaron = 0x1ec,
1138 	//C     #define GDK_dstroke 0x1f0
1139 	GDK_dcaron = 0x1ef,
1140 	//C     #define GDK_nacute 0x1f1
1141 	GDK_dstroke = 0x1f0,
1142 	//C     #define GDK_ncaron 0x1f2
1143 	GDK_nacute = 0x1f1,
1144 	//C     #define GDK_odoubleacute 0x1f5
1145 	GDK_ncaron = 0x1f2,
1146 	//C     #define GDK_udoubleacute 0x1fb
1147 	GDK_odoubleacute = 0x1f5,
1148 	//C     #define GDK_rcaron 0x1f8
1149 	GDK_udoubleacute = 0x1fb,
1150 	//C     #define GDK_uring 0x1f9
1151 	GDK_rcaron = 0x1f8,
1152 	//C     #define GDK_tcedilla 0x1fe
1153 	GDK_uring = 0x1f9,
1154 	//C     #define GDK_abovedot 0x1ff
1155 	GDK_tcedilla = 0x1fe,
1156 	//C     #define GDK_Hstroke 0x2a1
1157 	GDK_abovedot = 0x1ff,
1158 	//C     #define GDK_Hcircumflex 0x2a6
1159 	GDK_Hstroke = 0x2a1,
1160 	//C     #define GDK_Iabovedot 0x2a9
1161 	GDK_Hcircumflex = 0x2a6,
1162 	//C     #define GDK_Gbreve 0x2ab
1163 	GDK_Iabovedot = 0x2a9,
1164 	//C     #define GDK_Jcircumflex 0x2ac
1165 	GDK_Gbreve = 0x2ab,
1166 	//C     #define GDK_hstroke 0x2b1
1167 	GDK_Jcircumflex = 0x2ac,
1168 	//C     #define GDK_hcircumflex 0x2b6
1169 	GDK_hstroke = 0x2b1,
1170 	//C     #define GDK_idotless 0x2b9
1171 	GDK_hcircumflex = 0x2b6,
1172 	//C     #define GDK_gbreve 0x2bb
1173 	GDK_idotless = 0x2b9,
1174 	//C     #define GDK_jcircumflex 0x2bc
1175 	GDK_gbreve = 0x2bb,
1176 	//C     #define GDK_Cabovedot 0x2c5
1177 	GDK_jcircumflex = 0x2bc,
1178 	//C     #define GDK_Ccircumflex 0x2c6
1179 	GDK_Cabovedot = 0x2c5,
1180 	//C     #define GDK_Gabovedot 0x2d5
1181 	GDK_Ccircumflex = 0x2c6,
1182 	//C     #define GDK_Gcircumflex 0x2d8
1183 	GDK_Gabovedot = 0x2d5,
1184 	//C     #define GDK_Ubreve 0x2dd
1185 	GDK_Gcircumflex = 0x2d8,
1186 	//C     #define GDK_Scircumflex 0x2de
1187 	GDK_Ubreve = 0x2dd,
1188 	//C     #define GDK_cabovedot 0x2e5
1189 	GDK_Scircumflex = 0x2de,
1190 	//C     #define GDK_ccircumflex 0x2e6
1191 	GDK_cabovedot = 0x2e5,
1192 	//C     #define GDK_gabovedot 0x2f5
1193 	GDK_ccircumflex = 0x2e6,
1194 	//C     #define GDK_gcircumflex 0x2f8
1195 	GDK_gabovedot = 0x2f5,
1196 	//C     #define GDK_ubreve 0x2fd
1197 	GDK_gcircumflex = 0x2f8,
1198 	//C     #define GDK_scircumflex 0x2fe
1199 	GDK_ubreve = 0x2fd,
1200 	//C     #define GDK_kra 0x3a2
1201 	GDK_scircumflex = 0x2fe,
1202 	//C     #define GDK_kappa 0x3a2
1203 	GDK_kra = 0x3a2,
1204 	//C     #define GDK_Rcedilla 0x3a3
1205 	GDK_kappa = 0x3a2,
1206 	//C     #define GDK_Itilde 0x3a5
1207 	GDK_Rcedilla = 0x3a3,
1208 	//C     #define GDK_Lcedilla 0x3a6
1209 	GDK_Itilde = 0x3a5,
1210 	//C     #define GDK_Emacron 0x3aa
1211 	GDK_Lcedilla = 0x3a6,
1212 	//C     #define GDK_Gcedilla 0x3ab
1213 	GDK_Emacron = 0x3aa,
1214 	//C     #define GDK_Tslash 0x3ac
1215 	GDK_Gcedilla = 0x3ab,
1216 	//C     #define GDK_rcedilla 0x3b3
1217 	GDK_Tslash = 0x3ac,
1218 	//C     #define GDK_itilde 0x3b5
1219 	GDK_rcedilla = 0x3b3,
1220 	//C     #define GDK_lcedilla 0x3b6
1221 	GDK_itilde = 0x3b5,
1222 	//C     #define GDK_emacron 0x3ba
1223 	GDK_lcedilla = 0x3b6,
1224 	//C     #define GDK_gcedilla 0x3bb
1225 	GDK_emacron = 0x3ba,
1226 	//C     #define GDK_tslash 0x3bc
1227 	GDK_gcedilla = 0x3bb,
1228 	//C     #define GDK_ENG 0x3bd
1229 	GDK_tslash = 0x3bc,
1230 	//C     #define GDK_eng 0x3bf
1231 	GDK_ENG = 0x3bd,
1232 	//C     #define GDK_Amacron 0x3c0
1233 	GDK_eng = 0x3bf,
1234 	//C     #define GDK_Iogonek 0x3c7
1235 	GDK_Amacron = 0x3c0,
1236 	//C     #define GDK_Eabovedot 0x3cc
1237 	GDK_Iogonek = 0x3c7,
1238 	//C     #define GDK_Imacron 0x3cf
1239 	GDK_Eabovedot = 0x3cc,
1240 	//C     #define GDK_Ncedilla 0x3d1
1241 	GDK_Imacron = 0x3cf,
1242 	//C     #define GDK_Omacron 0x3d2
1243 	GDK_Ncedilla = 0x3d1,
1244 	//C     #define GDK_Kcedilla 0x3d3
1245 	GDK_Omacron = 0x3d2,
1246 	//C     #define GDK_Uogonek 0x3d9
1247 	GDK_Kcedilla = 0x3d3,
1248 	//C     #define GDK_Utilde 0x3dd
1249 	GDK_Uogonek = 0x3d9,
1250 	//C     #define GDK_Umacron 0x3de
1251 	GDK_Utilde = 0x3dd,
1252 	//C     #define GDK_amacron 0x3e0
1253 	GDK_Umacron = 0x3de,
1254 	//C     #define GDK_iogonek 0x3e7
1255 	GDK_amacron = 0x3e0,
1256 	//C     #define GDK_eabovedot 0x3ec
1257 	GDK_iogonek = 0x3e7,
1258 	//C     #define GDK_imacron 0x3ef
1259 	GDK_eabovedot = 0x3ec,
1260 	//C     #define GDK_ncedilla 0x3f1
1261 	GDK_imacron = 0x3ef,
1262 	//C     #define GDK_omacron 0x3f2
1263 	GDK_ncedilla = 0x3f1,
1264 	//C     #define GDK_kcedilla 0x3f3
1265 	GDK_omacron = 0x3f2,
1266 	//C     #define GDK_uogonek 0x3f9
1267 	GDK_kcedilla = 0x3f3,
1268 	//C     #define GDK_utilde 0x3fd
1269 	GDK_uogonek = 0x3f9,
1270 	//C     #define GDK_umacron 0x3fe
1271 	GDK_utilde = 0x3fd,
1272 	//C     #define GDK_Babovedot 0x1001e02
1273 	GDK_umacron = 0x3fe,
1274 	//C     #define GDK_babovedot 0x1001e03
1275 	GDK_Babovedot = 0x1001e02,
1276 	//C     #define GDK_Dabovedot 0x1001e0a
1277 	GDK_babovedot = 0x1001e03,
1278 	//C     #define GDK_Wgrave 0x1001e80
1279 	GDK_Dabovedot = 0x1001e0a,
1280 	//C     #define GDK_Wacute 0x1001e82
1281 	GDK_Wgrave = 0x1001e80,
1282 	//C     #define GDK_dabovedot 0x1001e0b
1283 	GDK_Wacute = 0x1001e82,
1284 	//C     #define GDK_Ygrave 0x1001ef2
1285 	GDK_dabovedot = 0x1001e0b,
1286 	//C     #define GDK_Fabovedot 0x1001e1e
1287 	GDK_Ygrave = 0x1001ef2,
1288 	//C     #define GDK_fabovedot 0x1001e1f
1289 	GDK_Fabovedot = 0x1001e1e,
1290 	//C     #define GDK_Mabovedot 0x1001e40
1291 	GDK_fabovedot = 0x1001e1f,
1292 	//C     #define GDK_mabovedot 0x1001e41
1293 	GDK_Mabovedot = 0x1001e40,
1294 	//C     #define GDK_Pabovedot 0x1001e56
1295 	GDK_mabovedot = 0x1001e41,
1296 	//C     #define GDK_wgrave 0x1001e81
1297 	GDK_Pabovedot = 0x1001e56,
1298 	//C     #define GDK_pabovedot 0x1001e57
1299 	GDK_wgrave = 0x1001e81,
1300 	//C     #define GDK_wacute 0x1001e83
1301 	GDK_pabovedot = 0x1001e57,
1302 	//C     #define GDK_Sabovedot 0x1001e60
1303 	GDK_wacute = 0x1001e83,
1304 	//C     #define GDK_ygrave 0x1001ef3
1305 	GDK_Sabovedot = 0x1001e60,
1306 	//C     #define GDK_Wdiaeresis 0x1001e84
1307 	GDK_ygrave = 0x1001ef3,
1308 	//C     #define GDK_wdiaeresis 0x1001e85
1309 	GDK_Wdiaeresis = 0x1001e84,
1310 	//C     #define GDK_sabovedot 0x1001e61
1311 	GDK_wdiaeresis = 0x1001e85,
1312 	//C     #define GDK_Wcircumflex 0x1000174
1313 	GDK_sabovedot = 0x1001e61,
1314 	//C     #define GDK_Tabovedot 0x1001e6a
1315 	GDK_Wcircumflex = 0x1000174,
1316 	//C     #define GDK_Ycircumflex 0x1000176
1317 	GDK_Tabovedot = 0x1001e6a,
1318 	//C     #define GDK_wcircumflex 0x1000175
1319 	GDK_Ycircumflex = 0x1000176,
1320 	//C     #define GDK_tabovedot 0x1001e6b
1321 	GDK_wcircumflex = 0x1000175,
1322 	//C     #define GDK_ycircumflex 0x1000177
1323 	GDK_tabovedot = 0x1001e6b,
1324 	//C     #define GDK_OE 0x13bc
1325 	GDK_ycircumflex = 0x1000177,
1326 	//C     #define GDK_oe 0x13bd
1327 	GDK_OE = 0x13bc,
1328 	//C     #define GDK_Ydiaeresis 0x13be
1329 	GDK_oe = 0x13bd,
1330 	//C     #define GDK_overline 0x47e
1331 	GDK_Ydiaeresis = 0x13be,
1332 	//C     #define GDK_kana_fullstop 0x4a1
1333 	GDK_overline = 0x47e,
1334 	//C     #define GDK_kana_openingbracket 0x4a2
1335 	GDK_kana_fullstop = 0x4a1,
1336 	//C     #define GDK_kana_closingbracket 0x4a3
1337 	GDK_kana_openingbracket = 0x4a2,
1338 	//C     #define GDK_kana_comma 0x4a4
1339 	GDK_kana_closingbracket = 0x4a3,
1340 	//C     #define GDK_kana_conjunctive 0x4a5
1341 	GDK_kana_comma = 0x4a4,
1342 	//C     #define GDK_kana_middledot 0x4a5
1343 	GDK_kana_conjunctive = 0x4a5,
1344 	//C     #define GDK_kana_WO 0x4a6
1345 	GDK_kana_middledot = 0x4a5,
1346 	//C     #define GDK_kana_a 0x4a7
1347 	GDK_kana_WO = 0x4a6,
1348 	//C     #define GDK_kana_i 0x4a8
1349 	GDK_kana_a = 0x4a7,
1350 	//C     #define GDK_kana_u 0x4a9
1351 	GDK_kana_i = 0x4a8,
1352 	//C     #define GDK_kana_e 0x4aa
1353 	GDK_kana_u = 0x4a9,
1354 	//C     #define GDK_kana_o 0x4ab
1355 	GDK_kana_e = 0x4aa,
1356 	//C     #define GDK_kana_ya 0x4ac
1357 	GDK_kana_o = 0x4ab,
1358 	//C     #define GDK_kana_yu 0x4ad
1359 	GDK_kana_ya = 0x4ac,
1360 	//C     #define GDK_kana_yo 0x4ae
1361 	GDK_kana_yu = 0x4ad,
1362 	//C     #define GDK_kana_tsu 0x4af
1363 	GDK_kana_yo = 0x4ae,
1364 	//C     #define GDK_kana_tu 0x4af
1365 	GDK_kana_tsu = 0x4af,
1366 	//C     #define GDK_prolongedsound 0x4b0
1367 	GDK_kana_tu = 0x4af,
1368 	//C     #define GDK_kana_A 0x4b1
1369 	GDK_prolongedsound = 0x4b0,
1370 	//C     #define GDK_kana_I 0x4b2
1371 	GDK_kana_A = 0x4b1,
1372 	//C     #define GDK_kana_U 0x4b3
1373 	GDK_kana_I = 0x4b2,
1374 	//C     #define GDK_kana_E 0x4b4
1375 	GDK_kana_U = 0x4b3,
1376 	//C     #define GDK_kana_O 0x4b5
1377 	GDK_kana_E = 0x4b4,
1378 	//C     #define GDK_kana_KA 0x4b6
1379 	GDK_kana_O = 0x4b5,
1380 	//C     #define GDK_kana_KI 0x4b7
1381 	GDK_kana_KA = 0x4b6,
1382 	//C     #define GDK_kana_KU 0x4b8
1383 	GDK_kana_KI = 0x4b7,
1384 	//C     #define GDK_kana_KE 0x4b9
1385 	GDK_kana_KU = 0x4b8,
1386 	//C     #define GDK_kana_KO 0x4ba
1387 	GDK_kana_KE = 0x4b9,
1388 	//C     #define GDK_kana_SA 0x4bb
1389 	GDK_kana_KO = 0x4ba,
1390 	//C     #define GDK_kana_SHI 0x4bc
1391 	GDK_kana_SA = 0x4bb,
1392 	//C     #define GDK_kana_SU 0x4bd
1393 	GDK_kana_SHI = 0x4bc,
1394 	//C     #define GDK_kana_SE 0x4be
1395 	GDK_kana_SU = 0x4bd,
1396 	//C     #define GDK_kana_SO 0x4bf
1397 	GDK_kana_SE = 0x4be,
1398 	//C     #define GDK_kana_TA 0x4c0
1399 	GDK_kana_SO = 0x4bf,
1400 	//C     #define GDK_kana_CHI 0x4c1
1401 	GDK_kana_TA = 0x4c0,
1402 	//C     #define GDK_kana_TI 0x4c1
1403 	GDK_kana_CHI = 0x4c1,
1404 	//C     #define GDK_kana_TSU 0x4c2
1405 	GDK_kana_TI = 0x4c1,
1406 	//C     #define GDK_kana_TU 0x4c2
1407 	GDK_kana_TSU = 0x4c2,
1408 	//C     #define GDK_kana_TE 0x4c3
1409 	GDK_kana_TU = 0x4c2,
1410 	//C     #define GDK_kana_TO 0x4c4
1411 	GDK_kana_TE = 0x4c3,
1412 	//C     #define GDK_kana_NA 0x4c5
1413 	GDK_kana_TO = 0x4c4,
1414 	//C     #define GDK_kana_NI 0x4c6
1415 	GDK_kana_NA = 0x4c5,
1416 	//C     #define GDK_kana_NU 0x4c7
1417 	GDK_kana_NI = 0x4c6,
1418 	//C     #define GDK_kana_NE 0x4c8
1419 	GDK_kana_NU = 0x4c7,
1420 	//C     #define GDK_kana_NO 0x4c9
1421 	GDK_kana_NE = 0x4c8,
1422 	//C     #define GDK_kana_HA 0x4ca
1423 	GDK_kana_NO = 0x4c9,
1424 	//C     #define GDK_kana_HI 0x4cb
1425 	GDK_kana_HA = 0x4ca,
1426 	//C     #define GDK_kana_FU 0x4cc
1427 	GDK_kana_HI = 0x4cb,
1428 	//C     #define GDK_kana_HU 0x4cc
1429 	GDK_kana_FU = 0x4cc,
1430 	//C     #define GDK_kana_HE 0x4cd
1431 	GDK_kana_HU = 0x4cc,
1432 	//C     #define GDK_kana_HO 0x4ce
1433 	GDK_kana_HE = 0x4cd,
1434 	//C     #define GDK_kana_MA 0x4cf
1435 	GDK_kana_HO = 0x4ce,
1436 	//C     #define GDK_kana_MI 0x4d0
1437 	GDK_kana_MA = 0x4cf,
1438 	//C     #define GDK_kana_MU 0x4d1
1439 	GDK_kana_MI = 0x4d0,
1440 	//C     #define GDK_kana_ME 0x4d2
1441 	GDK_kana_MU = 0x4d1,
1442 	//C     #define GDK_kana_MO 0x4d3
1443 	GDK_kana_ME = 0x4d2,
1444 	//C     #define GDK_kana_YA 0x4d4
1445 	GDK_kana_MO = 0x4d3,
1446 	//C     #define GDK_kana_YU 0x4d5
1447 	GDK_kana_YA = 0x4d4,
1448 	//C     #define GDK_kana_YO 0x4d6
1449 	GDK_kana_YU = 0x4d5,
1450 	//C     #define GDK_kana_RA 0x4d7
1451 	GDK_kana_YO = 0x4d6,
1452 	//C     #define GDK_kana_RI 0x4d8
1453 	GDK_kana_RA = 0x4d7,
1454 	//C     #define GDK_kana_RU 0x4d9
1455 	GDK_kana_RI = 0x4d8,
1456 	//C     #define GDK_kana_RE 0x4da
1457 	GDK_kana_RU = 0x4d9,
1458 	//C     #define GDK_kana_RO 0x4db
1459 	GDK_kana_RE = 0x4da,
1460 	//C     #define GDK_kana_WA 0x4dc
1461 	GDK_kana_RO = 0x4db,
1462 	//C     #define GDK_kana_N 0x4dd
1463 	GDK_kana_WA = 0x4dc,
1464 	//C     #define GDK_voicedsound 0x4de
1465 	GDK_kana_N = 0x4dd,
1466 	//C     #define GDK_semivoicedsound 0x4df
1467 	GDK_voicedsound = 0x4de,
1468 	//C     #define GDK_kana_switch 0xff7e
1469 	GDK_semivoicedsound = 0x4df,
1470 	//C     #define GDK_Farsi_0 0x10006f0
1471 	GDK_kana_switch = 0xff7e,
1472 	//C     #define GDK_Farsi_1 0x10006f1
1473 	GDK_Farsi_0 = 0x10006f0,
1474 	//C     #define GDK_Farsi_2 0x10006f2
1475 	GDK_Farsi_1 = 0x10006f1,
1476 	//C     #define GDK_Farsi_3 0x10006f3
1477 	GDK_Farsi_2 = 0x10006f2,
1478 	//C     #define GDK_Farsi_4 0x10006f4
1479 	GDK_Farsi_3 = 0x10006f3,
1480 	//C     #define GDK_Farsi_5 0x10006f5
1481 	GDK_Farsi_4 = 0x10006f4,
1482 	//C     #define GDK_Farsi_6 0x10006f6
1483 	GDK_Farsi_5 = 0x10006f5,
1484 	//C     #define GDK_Farsi_7 0x10006f7
1485 	GDK_Farsi_6 = 0x10006f6,
1486 	//C     #define GDK_Farsi_8 0x10006f8
1487 	GDK_Farsi_7 = 0x10006f7,
1488 	//C     #define GDK_Farsi_9 0x10006f9
1489 	GDK_Farsi_8 = 0x10006f8,
1490 	//C     #define GDK_Arabic_percent 0x100066a
1491 	GDK_Farsi_9 = 0x10006f9,
1492 	//C     #define GDK_Arabic_superscript_alef 0x1000670
1493 	GDK_Arabic_percent = 0x100066a,
1494 	//C     #define GDK_Arabic_tteh 0x1000679
1495 	GDK_Arabic_superscript_alef = 0x1000670,
1496 	//C     #define GDK_Arabic_peh 0x100067e
1497 	GDK_Arabic_tteh = 0x1000679,
1498 	//C     #define GDK_Arabic_tcheh 0x1000686
1499 	GDK_Arabic_peh = 0x100067e,
1500 	//C     #define GDK_Arabic_ddal 0x1000688
1501 	GDK_Arabic_tcheh = 0x1000686,
1502 	//C     #define GDK_Arabic_rreh 0x1000691
1503 	GDK_Arabic_ddal = 0x1000688,
1504 	//C     #define GDK_Arabic_comma 0x5ac
1505 	GDK_Arabic_rreh = 0x1000691,
1506 	//C     #define GDK_Arabic_fullstop 0x10006d4
1507 	GDK_Arabic_comma = 0x5ac,
1508 	//C     #define GDK_Arabic_0 0x1000660
1509 	GDK_Arabic_fullstop = 0x10006d4,
1510 	//C     #define GDK_Arabic_1 0x1000661
1511 	GDK_Arabic_0 = 0x1000660,
1512 	//C     #define GDK_Arabic_2 0x1000662
1513 	GDK_Arabic_1 = 0x1000661,
1514 	//C     #define GDK_Arabic_3 0x1000663
1515 	GDK_Arabic_2 = 0x1000662,
1516 	//C     #define GDK_Arabic_4 0x1000664
1517 	GDK_Arabic_3 = 0x1000663,
1518 	//C     #define GDK_Arabic_5 0x1000665
1519 	GDK_Arabic_4 = 0x1000664,
1520 	//C     #define GDK_Arabic_6 0x1000666
1521 	GDK_Arabic_5 = 0x1000665,
1522 	//C     #define GDK_Arabic_7 0x1000667
1523 	GDK_Arabic_6 = 0x1000666,
1524 	//C     #define GDK_Arabic_8 0x1000668
1525 	GDK_Arabic_7 = 0x1000667,
1526 	//C     #define GDK_Arabic_9 0x1000669
1527 	GDK_Arabic_8 = 0x1000668,
1528 	//C     #define GDK_Arabic_semicolon 0x5bb
1529 	GDK_Arabic_9 = 0x1000669,
1530 	//C     #define GDK_Arabic_question_mark 0x5bf
1531 	GDK_Arabic_semicolon = 0x5bb,
1532 	//C     #define GDK_Arabic_hamza 0x5c1
1533 	GDK_Arabic_question_mark = 0x5bf,
1534 	//C     #define GDK_Arabic_maddaonalef 0x5c2
1535 	GDK_Arabic_hamza = 0x5c1,
1536 	//C     #define GDK_Arabic_hamzaonalef 0x5c3
1537 	GDK_Arabic_maddaonalef = 0x5c2,
1538 	//C     #define GDK_Arabic_hamzaonwaw 0x5c4
1539 	GDK_Arabic_hamzaonalef = 0x5c3,
1540 	//C     #define GDK_Arabic_hamzaunderalef 0x5c5
1541 	GDK_Arabic_hamzaonwaw = 0x5c4,
1542 	//C     #define GDK_Arabic_hamzaonyeh 0x5c6
1543 	GDK_Arabic_hamzaunderalef = 0x5c5,
1544 	//C     #define GDK_Arabic_alef 0x5c7
1545 	GDK_Arabic_hamzaonyeh = 0x5c6,
1546 	//C     #define GDK_Arabic_beh 0x5c8
1547 	GDK_Arabic_alef = 0x5c7,
1548 	//C     #define GDK_Arabic_tehmarbuta 0x5c9
1549 	GDK_Arabic_beh = 0x5c8,
1550 	//C     #define GDK_Arabic_teh 0x5ca
1551 	GDK_Arabic_tehmarbuta = 0x5c9,
1552 	//C     #define GDK_Arabic_theh 0x5cb
1553 	GDK_Arabic_teh = 0x5ca,
1554 	//C     #define GDK_Arabic_jeem 0x5cc
1555 	GDK_Arabic_theh = 0x5cb,
1556 	//C     #define GDK_Arabic_hah 0x5cd
1557 	GDK_Arabic_jeem = 0x5cc,
1558 	//C     #define GDK_Arabic_khah 0x5ce
1559 	GDK_Arabic_hah = 0x5cd,
1560 	//C     #define GDK_Arabic_dal 0x5cf
1561 	GDK_Arabic_khah = 0x5ce,
1562 	//C     #define GDK_Arabic_thal 0x5d0
1563 	GDK_Arabic_dal = 0x5cf,
1564 	//C     #define GDK_Arabic_ra 0x5d1
1565 	GDK_Arabic_thal = 0x5d0,
1566 	//C     #define GDK_Arabic_zain 0x5d2
1567 	GDK_Arabic_ra = 0x5d1,
1568 	//C     #define GDK_Arabic_seen 0x5d3
1569 	GDK_Arabic_zain = 0x5d2,
1570 	//C     #define GDK_Arabic_sheen 0x5d4
1571 	GDK_Arabic_seen = 0x5d3,
1572 	//C     #define GDK_Arabic_sad 0x5d5
1573 	GDK_Arabic_sheen = 0x5d4,
1574 	//C     #define GDK_Arabic_dad 0x5d6
1575 	GDK_Arabic_sad = 0x5d5,
1576 	//C     #define GDK_Arabic_tah 0x5d7
1577 	GDK_Arabic_dad = 0x5d6,
1578 	//C     #define GDK_Arabic_zah 0x5d8
1579 	GDK_Arabic_tah = 0x5d7,
1580 	//C     #define GDK_Arabic_ain 0x5d9
1581 	GDK_Arabic_zah = 0x5d8,
1582 	//C     #define GDK_Arabic_ghain 0x5da
1583 	GDK_Arabic_ain = 0x5d9,
1584 	//C     #define GDK_Arabic_tatweel 0x5e0
1585 	GDK_Arabic_ghain = 0x5da,
1586 	//C     #define GDK_Arabic_feh 0x5e1
1587 	GDK_Arabic_tatweel = 0x5e0,
1588 	//C     #define GDK_Arabic_qaf 0x5e2
1589 	GDK_Arabic_feh = 0x5e1,
1590 	//C     #define GDK_Arabic_kaf 0x5e3
1591 	GDK_Arabic_qaf = 0x5e2,
1592 	//C     #define GDK_Arabic_lam 0x5e4
1593 	GDK_Arabic_kaf = 0x5e3,
1594 	//C     #define GDK_Arabic_meem 0x5e5
1595 	GDK_Arabic_lam = 0x5e4,
1596 	//C     #define GDK_Arabic_noon 0x5e6
1597 	GDK_Arabic_meem = 0x5e5,
1598 	//C     #define GDK_Arabic_ha 0x5e7
1599 	GDK_Arabic_noon = 0x5e6,
1600 	//C     #define GDK_Arabic_heh 0x5e7
1601 	GDK_Arabic_ha = 0x5e7,
1602 	//C     #define GDK_Arabic_waw 0x5e8
1603 	GDK_Arabic_heh = 0x5e7,
1604 	//C     #define GDK_Arabic_alefmaksura 0x5e9
1605 	GDK_Arabic_waw = 0x5e8,
1606 	//C     #define GDK_Arabic_yeh 0x5ea
1607 	GDK_Arabic_alefmaksura = 0x5e9,
1608 	//C     #define GDK_Arabic_fathatan 0x5eb
1609 	GDK_Arabic_yeh = 0x5ea,
1610 	//C     #define GDK_Arabic_dammatan 0x5ec
1611 	GDK_Arabic_fathatan = 0x5eb,
1612 	//C     #define GDK_Arabic_kasratan 0x5ed
1613 	GDK_Arabic_dammatan = 0x5ec,
1614 	//C     #define GDK_Arabic_fatha 0x5ee
1615 	GDK_Arabic_kasratan = 0x5ed,
1616 	//C     #define GDK_Arabic_damma 0x5ef
1617 	GDK_Arabic_fatha = 0x5ee,
1618 	//C     #define GDK_Arabic_kasra 0x5f0
1619 	GDK_Arabic_damma = 0x5ef,
1620 	//C     #define GDK_Arabic_shadda 0x5f1
1621 	GDK_Arabic_kasra = 0x5f0,
1622 	//C     #define GDK_Arabic_sukun 0x5f2
1623 	GDK_Arabic_shadda = 0x5f1,
1624 	//C     #define GDK_Arabic_madda_above 0x1000653
1625 	GDK_Arabic_sukun = 0x5f2,
1626 	//C     #define GDK_Arabic_hamza_above 0x1000654
1627 	GDK_Arabic_madda_above = 0x1000653,
1628 	//C     #define GDK_Arabic_hamza_below 0x1000655
1629 	GDK_Arabic_hamza_above = 0x1000654,
1630 	//C     #define GDK_Arabic_jeh 0x1000698
1631 	GDK_Arabic_hamza_below = 0x1000655,
1632 	//C     #define GDK_Arabic_veh 0x10006a4
1633 	GDK_Arabic_jeh = 0x1000698,
1634 	//C     #define GDK_Arabic_keheh 0x10006a9
1635 	GDK_Arabic_veh = 0x10006a4,
1636 	//C     #define GDK_Arabic_gaf 0x10006af
1637 	GDK_Arabic_keheh = 0x10006a9,
1638 	//C     #define GDK_Arabic_noon_ghunna 0x10006ba
1639 	GDK_Arabic_gaf = 0x10006af,
1640 	//C     #define GDK_Arabic_heh_doachashmee 0x10006be
1641 	GDK_Arabic_noon_ghunna = 0x10006ba,
1642 	//C     #define GDK_Farsi_yeh 0x10006cc
1643 	GDK_Arabic_heh_doachashmee = 0x10006be,
1644 	//C     #define GDK_Arabic_farsi_yeh 0x10006cc
1645 	GDK_Farsi_yeh = 0x10006cc,
1646 	//C     #define GDK_Arabic_yeh_baree 0x10006d2
1647 	GDK_Arabic_farsi_yeh = 0x10006cc,
1648 	//C     #define GDK_Arabic_heh_goal 0x10006c1
1649 	GDK_Arabic_yeh_baree = 0x10006d2,
1650 	//C     #define GDK_Arabic_switch 0xff7e
1651 	GDK_Arabic_heh_goal = 0x10006c1,
1652 	//C     #define GDK_Cyrillic_GHE_bar 0x1000492
1653 	GDK_Arabic_switch = 0xff7e,
1654 	//C     #define GDK_Cyrillic_ghe_bar 0x1000493
1655 	GDK_Cyrillic_GHE_bar = 0x1000492,
1656 	//C     #define GDK_Cyrillic_ZHE_descender 0x1000496
1657 	GDK_Cyrillic_ghe_bar = 0x1000493,
1658 	//C     #define GDK_Cyrillic_zhe_descender 0x1000497
1659 	GDK_Cyrillic_ZHE_descender = 0x1000496,
1660 	//C     #define GDK_Cyrillic_KA_descender 0x100049a
1661 	GDK_Cyrillic_zhe_descender = 0x1000497,
1662 	//C     #define GDK_Cyrillic_ka_descender 0x100049b
1663 	GDK_Cyrillic_KA_descender = 0x100049a,
1664 	//C     #define GDK_Cyrillic_KA_vertstroke 0x100049c
1665 	GDK_Cyrillic_ka_descender = 0x100049b,
1666 	//C     #define GDK_Cyrillic_ka_vertstroke 0x100049d
1667 	GDK_Cyrillic_KA_vertstroke = 0x100049c,
1668 	//C     #define GDK_Cyrillic_EN_descender 0x10004a2
1669 	GDK_Cyrillic_ka_vertstroke = 0x100049d,
1670 	//C     #define GDK_Cyrillic_en_descender 0x10004a3
1671 	GDK_Cyrillic_EN_descender = 0x10004a2,
1672 	//C     #define GDK_Cyrillic_U_straight 0x10004ae
1673 	GDK_Cyrillic_en_descender = 0x10004a3,
1674 	//C     #define GDK_Cyrillic_u_straight 0x10004af
1675 	GDK_Cyrillic_U_straight = 0x10004ae,
1676 	//C     #define GDK_Cyrillic_U_straight_bar 0x10004b0
1677 	GDK_Cyrillic_u_straight = 0x10004af,
1678 	//C     #define GDK_Cyrillic_u_straight_bar 0x10004b1
1679 	GDK_Cyrillic_U_straight_bar = 0x10004b0,
1680 	//C     #define GDK_Cyrillic_HA_descender 0x10004b2
1681 	GDK_Cyrillic_u_straight_bar = 0x10004b1,
1682 	//C     #define GDK_Cyrillic_ha_descender 0x10004b3
1683 	GDK_Cyrillic_HA_descender = 0x10004b2,
1684 	//C     #define GDK_Cyrillic_CHE_descender 0x10004b6
1685 	GDK_Cyrillic_ha_descender = 0x10004b3,
1686 	//C     #define GDK_Cyrillic_che_descender 0x10004b7
1687 	GDK_Cyrillic_CHE_descender = 0x10004b6,
1688 	//C     #define GDK_Cyrillic_CHE_vertstroke 0x10004b8
1689 	GDK_Cyrillic_che_descender = 0x10004b7,
1690 	//C     #define GDK_Cyrillic_che_vertstroke 0x10004b9
1691 	GDK_Cyrillic_CHE_vertstroke = 0x10004b8,
1692 	//C     #define GDK_Cyrillic_SHHA 0x10004ba
1693 	GDK_Cyrillic_che_vertstroke = 0x10004b9,
1694 	//C     #define GDK_Cyrillic_shha 0x10004bb
1695 	GDK_Cyrillic_SHHA = 0x10004ba,
1696 	//C     #define GDK_Cyrillic_SCHWA 0x10004d8
1697 	GDK_Cyrillic_shha = 0x10004bb,
1698 	//C     #define GDK_Cyrillic_schwa 0x10004d9
1699 	GDK_Cyrillic_SCHWA = 0x10004d8,
1700 	//C     #define GDK_Cyrillic_I_macron 0x10004e2
1701 	GDK_Cyrillic_schwa = 0x10004d9,
1702 	//C     #define GDK_Cyrillic_i_macron 0x10004e3
1703 	GDK_Cyrillic_I_macron = 0x10004e2,
1704 	//C     #define GDK_Cyrillic_O_bar 0x10004e8
1705 	GDK_Cyrillic_i_macron = 0x10004e3,
1706 	//C     #define GDK_Cyrillic_o_bar 0x10004e9
1707 	GDK_Cyrillic_O_bar = 0x10004e8,
1708 	//C     #define GDK_Cyrillic_U_macron 0x10004ee
1709 	GDK_Cyrillic_o_bar = 0x10004e9,
1710 	//C     #define GDK_Cyrillic_u_macron 0x10004ef
1711 	GDK_Cyrillic_U_macron = 0x10004ee,
1712 	//C     #define GDK_Serbian_dje 0x6a1
1713 	GDK_Cyrillic_u_macron = 0x10004ef,
1714 	//C     #define GDK_Macedonia_gje 0x6a2
1715 	GDK_Serbian_dje = 0x6a1,
1716 	//C     #define GDK_Cyrillic_io 0x6a3
1717 	GDK_Macedonia_gje = 0x6a2,
1718 	//C     #define GDK_Ukrainian_ie 0x6a4
1719 	GDK_Cyrillic_io = 0x6a3,
1720 	//C     #define GDK_Ukranian_je 0x6a4
1721 	GDK_Ukrainian_ie = 0x6a4,
1722 	//C     #define GDK_Macedonia_dse 0x6a5
1723 	GDK_Ukranian_je = 0x6a4,
1724 	//C     #define GDK_Ukrainian_i 0x6a6
1725 	GDK_Macedonia_dse = 0x6a5,
1726 	//C     #define GDK_Ukranian_i 0x6a6
1727 	GDK_Ukrainian_i = 0x6a6,
1728 	//C     #define GDK_Ukrainian_yi 0x6a7
1729 	GDK_Ukranian_i = 0x6a6,
1730 	//C     #define GDK_Ukranian_yi 0x6a7
1731 	GDK_Ukrainian_yi = 0x6a7,
1732 	//C     #define GDK_Cyrillic_je 0x6a8
1733 	GDK_Ukranian_yi = 0x6a7,
1734 	//C     #define GDK_Serbian_je 0x6a8
1735 	GDK_Cyrillic_je = 0x6a8,
1736 	//C     #define GDK_Cyrillic_lje 0x6a9
1737 	GDK_Serbian_je = 0x6a8,
1738 	//C     #define GDK_Serbian_lje 0x6a9
1739 	GDK_Cyrillic_lje = 0x6a9,
1740 	//C     #define GDK_Cyrillic_nje 0x6aa
1741 	GDK_Serbian_lje = 0x6a9,
1742 	//C     #define GDK_Serbian_nje 0x6aa
1743 	GDK_Cyrillic_nje = 0x6aa,
1744 	//C     #define GDK_Serbian_tshe 0x6ab
1745 	GDK_Serbian_nje = 0x6aa,
1746 	//C     #define GDK_Macedonia_kje 0x6ac
1747 	GDK_Serbian_tshe = 0x6ab,
1748 	//C     #define GDK_Ukrainian_ghe_with_upturn 0x6ad
1749 	GDK_Macedonia_kje = 0x6ac,
1750 	//C     #define GDK_Byelorussian_shortu 0x6ae
1751 	GDK_Ukrainian_ghe_with_upturn = 0x6ad,
1752 	//C     #define GDK_Cyrillic_dzhe 0x6af
1753 	GDK_Byelorussian_shortu = 0x6ae,
1754 	//C     #define GDK_Serbian_dze 0x6af
1755 	GDK_Cyrillic_dzhe = 0x6af,
1756 	//C     #define GDK_numerosign 0x6b0
1757 	GDK_Serbian_dze = 0x6af,
1758 	//C     #define GDK_Serbian_DJE 0x6b1
1759 	GDK_numerosign = 0x6b0,
1760 	//C     #define GDK_Macedonia_GJE 0x6b2
1761 	GDK_Serbian_DJE = 0x6b1,
1762 	//C     #define GDK_Cyrillic_IO 0x6b3
1763 	GDK_Macedonia_GJE = 0x6b2,
1764 	//C     #define GDK_Ukrainian_IE 0x6b4
1765 	GDK_Cyrillic_IO = 0x6b3,
1766 	//C     #define GDK_Ukranian_JE 0x6b4
1767 	GDK_Ukrainian_IE = 0x6b4,
1768 	//C     #define GDK_Macedonia_DSE 0x6b5
1769 	GDK_Ukranian_JE = 0x6b4,
1770 	//C     #define GDK_Ukrainian_I 0x6b6
1771 	GDK_Macedonia_DSE = 0x6b5,
1772 	//C     #define GDK_Ukranian_I 0x6b6
1773 	GDK_Ukrainian_I = 0x6b6,
1774 	//C     #define GDK_Ukrainian_YI 0x6b7
1775 	GDK_Ukranian_I = 0x6b6,
1776 	//C     #define GDK_Ukranian_YI 0x6b7
1777 	GDK_Ukrainian_YI = 0x6b7,
1778 	//C     #define GDK_Cyrillic_JE 0x6b8
1779 	GDK_Ukranian_YI = 0x6b7,
1780 	//C     #define GDK_Serbian_JE 0x6b8
1781 	GDK_Cyrillic_JE = 0x6b8,
1782 	//C     #define GDK_Cyrillic_LJE 0x6b9
1783 	GDK_Serbian_JE = 0x6b8,
1784 	//C     #define GDK_Serbian_LJE 0x6b9
1785 	GDK_Cyrillic_LJE = 0x6b9,
1786 	//C     #define GDK_Cyrillic_NJE 0x6ba
1787 	GDK_Serbian_LJE = 0x6b9,
1788 	//C     #define GDK_Serbian_NJE 0x6ba
1789 	GDK_Cyrillic_NJE = 0x6ba,
1790 	//C     #define GDK_Serbian_TSHE 0x6bb
1791 	GDK_Serbian_NJE = 0x6ba,
1792 	//C     #define GDK_Macedonia_KJE 0x6bc
1793 	GDK_Serbian_TSHE = 0x6bb,
1794 	//C     #define GDK_Ukrainian_GHE_WITH_UPTURN 0x6bd
1795 	GDK_Macedonia_KJE = 0x6bc,
1796 	//C     #define GDK_Byelorussian_SHORTU 0x6be
1797 	GDK_Ukrainian_GHE_WITH_UPTURN = 0x6bd,
1798 	//C     #define GDK_Cyrillic_DZHE 0x6bf
1799 	GDK_Byelorussian_SHORTU = 0x6be,
1800 	//C     #define GDK_Serbian_DZE 0x6bf
1801 	GDK_Cyrillic_DZHE = 0x6bf,
1802 	//C     #define GDK_Cyrillic_yu 0x6c0
1803 	GDK_Serbian_DZE = 0x6bf,
1804 	//C     #define GDK_Cyrillic_a 0x6c1
1805 	GDK_Cyrillic_yu = 0x6c0,
1806 	//C     #define GDK_Cyrillic_be 0x6c2
1807 	GDK_Cyrillic_a = 0x6c1,
1808 	//C     #define GDK_Cyrillic_tse 0x6c3
1809 	GDK_Cyrillic_be = 0x6c2,
1810 	//C     #define GDK_Cyrillic_de 0x6c4
1811 	GDK_Cyrillic_tse = 0x6c3,
1812 	//C     #define GDK_Cyrillic_ie 0x6c5
1813 	GDK_Cyrillic_de = 0x6c4,
1814 	//C     #define GDK_Cyrillic_ef 0x6c6
1815 	GDK_Cyrillic_ie = 0x6c5,
1816 	//C     #define GDK_Cyrillic_ghe 0x6c7
1817 	GDK_Cyrillic_ef = 0x6c6,
1818 	//C     #define GDK_Cyrillic_ha 0x6c8
1819 	GDK_Cyrillic_ghe = 0x6c7,
1820 	//C     #define GDK_Cyrillic_i 0x6c9
1821 	GDK_Cyrillic_ha = 0x6c8,
1822 	//C     #define GDK_Cyrillic_shorti 0x6ca
1823 	GDK_Cyrillic_i = 0x6c9,
1824 	//C     #define GDK_Cyrillic_ka 0x6cb
1825 	GDK_Cyrillic_shorti = 0x6ca,
1826 	//C     #define GDK_Cyrillic_el 0x6cc
1827 	GDK_Cyrillic_ka = 0x6cb,
1828 	//C     #define GDK_Cyrillic_em 0x6cd
1829 	GDK_Cyrillic_el = 0x6cc,
1830 	//C     #define GDK_Cyrillic_en 0x6ce
1831 	GDK_Cyrillic_em = 0x6cd,
1832 	//C     #define GDK_Cyrillic_o 0x6cf
1833 	GDK_Cyrillic_en = 0x6ce,
1834 	//C     #define GDK_Cyrillic_pe 0x6d0
1835 	GDK_Cyrillic_o = 0x6cf,
1836 	//C     #define GDK_Cyrillic_ya 0x6d1
1837 	GDK_Cyrillic_pe = 0x6d0,
1838 	//C     #define GDK_Cyrillic_er 0x6d2
1839 	GDK_Cyrillic_ya = 0x6d1,
1840 	//C     #define GDK_Cyrillic_es 0x6d3
1841 	GDK_Cyrillic_er = 0x6d2,
1842 	//C     #define GDK_Cyrillic_te 0x6d4
1843 	GDK_Cyrillic_es = 0x6d3,
1844 	//C     #define GDK_Cyrillic_u 0x6d5
1845 	GDK_Cyrillic_te = 0x6d4,
1846 	//C     #define GDK_Cyrillic_zhe 0x6d6
1847 	GDK_Cyrillic_u = 0x6d5,
1848 	//C     #define GDK_Cyrillic_ve 0x6d7
1849 	GDK_Cyrillic_zhe = 0x6d6,
1850 	//C     #define GDK_Cyrillic_softsign 0x6d8
1851 	GDK_Cyrillic_ve = 0x6d7,
1852 	//C     #define GDK_Cyrillic_yeru 0x6d9
1853 	GDK_Cyrillic_softsign = 0x6d8,
1854 	//C     #define GDK_Cyrillic_ze 0x6da
1855 	GDK_Cyrillic_yeru = 0x6d9,
1856 	//C     #define GDK_Cyrillic_sha 0x6db
1857 	GDK_Cyrillic_ze = 0x6da,
1858 	//C     #define GDK_Cyrillic_e 0x6dc
1859 	GDK_Cyrillic_sha = 0x6db,
1860 	//C     #define GDK_Cyrillic_shcha 0x6dd
1861 	GDK_Cyrillic_e = 0x6dc,
1862 	//C     #define GDK_Cyrillic_che 0x6de
1863 	GDK_Cyrillic_shcha = 0x6dd,
1864 	//C     #define GDK_Cyrillic_hardsign 0x6df
1865 	GDK_Cyrillic_che = 0x6de,
1866 	//C     #define GDK_Cyrillic_YU 0x6e0
1867 	GDK_Cyrillic_hardsign = 0x6df,
1868 	//C     #define GDK_Cyrillic_A 0x6e1
1869 	GDK_Cyrillic_YU = 0x6e0,
1870 	//C     #define GDK_Cyrillic_BE 0x6e2
1871 	GDK_Cyrillic_A = 0x6e1,
1872 	//C     #define GDK_Cyrillic_TSE 0x6e3
1873 	GDK_Cyrillic_BE = 0x6e2,
1874 	//C     #define GDK_Cyrillic_DE 0x6e4
1875 	GDK_Cyrillic_TSE = 0x6e3,
1876 	//C     #define GDK_Cyrillic_IE 0x6e5
1877 	GDK_Cyrillic_DE = 0x6e4,
1878 	//C     #define GDK_Cyrillic_EF 0x6e6
1879 	GDK_Cyrillic_IE = 0x6e5,
1880 	//C     #define GDK_Cyrillic_GHE 0x6e7
1881 	GDK_Cyrillic_EF = 0x6e6,
1882 	//C     #define GDK_Cyrillic_HA 0x6e8
1883 	GDK_Cyrillic_GHE = 0x6e7,
1884 	//C     #define GDK_Cyrillic_I 0x6e9
1885 	GDK_Cyrillic_HA = 0x6e8,
1886 	//C     #define GDK_Cyrillic_SHORTI 0x6ea
1887 	GDK_Cyrillic_I = 0x6e9,
1888 	//C     #define GDK_Cyrillic_KA 0x6eb
1889 	GDK_Cyrillic_SHORTI = 0x6ea,
1890 	//C     #define GDK_Cyrillic_EL 0x6ec
1891 	GDK_Cyrillic_KA = 0x6eb,
1892 	//C     #define GDK_Cyrillic_EM 0x6ed
1893 	GDK_Cyrillic_EL = 0x6ec,
1894 	//C     #define GDK_Cyrillic_EN 0x6ee
1895 	GDK_Cyrillic_EM = 0x6ed,
1896 	//C     #define GDK_Cyrillic_O 0x6ef
1897 	GDK_Cyrillic_EN = 0x6ee,
1898 	//C     #define GDK_Cyrillic_PE 0x6f0
1899 	GDK_Cyrillic_O = 0x6ef,
1900 	//C     #define GDK_Cyrillic_YA 0x6f1
1901 	GDK_Cyrillic_PE = 0x6f0,
1902 	//C     #define GDK_Cyrillic_ER 0x6f2
1903 	GDK_Cyrillic_YA = 0x6f1,
1904 	//C     #define GDK_Cyrillic_ES 0x6f3
1905 	GDK_Cyrillic_ER = 0x6f2,
1906 	//C     #define GDK_Cyrillic_TE 0x6f4
1907 	GDK_Cyrillic_ES = 0x6f3,
1908 	//C     #define GDK_Cyrillic_U 0x6f5
1909 	GDK_Cyrillic_TE = 0x6f4,
1910 	//C     #define GDK_Cyrillic_ZHE 0x6f6
1911 	GDK_Cyrillic_U = 0x6f5,
1912 	//C     #define GDK_Cyrillic_VE 0x6f7
1913 	GDK_Cyrillic_ZHE = 0x6f6,
1914 	//C     #define GDK_Cyrillic_SOFTSIGN 0x6f8
1915 	GDK_Cyrillic_VE = 0x6f7,
1916 	//C     #define GDK_Cyrillic_YERU 0x6f9
1917 	GDK_Cyrillic_SOFTSIGN = 0x6f8,
1918 	//C     #define GDK_Cyrillic_ZE 0x6fa
1919 	GDK_Cyrillic_YERU = 0x6f9,
1920 	//C     #define GDK_Cyrillic_SHA 0x6fb
1921 	GDK_Cyrillic_ZE = 0x6fa,
1922 	//C     #define GDK_Cyrillic_E 0x6fc
1923 	GDK_Cyrillic_SHA = 0x6fb,
1924 	//C     #define GDK_Cyrillic_SHCHA 0x6fd
1925 	GDK_Cyrillic_E = 0x6fc,
1926 	//C     #define GDK_Cyrillic_CHE 0x6fe
1927 	GDK_Cyrillic_SHCHA = 0x6fd,
1928 	//C     #define GDK_Cyrillic_HARDSIGN 0x6ff
1929 	GDK_Cyrillic_CHE = 0x6fe,
1930 	//C     #define GDK_Greek_ALPHAaccent 0x7a1
1931 	GDK_Cyrillic_HARDSIGN = 0x6ff,
1932 	//C     #define GDK_Greek_EPSILONaccent 0x7a2
1933 	GDK_Greek_ALPHAaccent = 0x7a1,
1934 	//C     #define GDK_Greek_ETAaccent 0x7a3
1935 	GDK_Greek_EPSILONaccent = 0x7a2,
1936 	//C     #define GDK_Greek_IOTAaccent 0x7a4
1937 	GDK_Greek_ETAaccent = 0x7a3,
1938 	//C     #define GDK_Greek_IOTAdieresis 0x7a5
1939 	GDK_Greek_IOTAaccent = 0x7a4,
1940 	//C     #define GDK_Greek_IOTAdiaeresis 0x7a5
1941 	GDK_Greek_IOTAdieresis = 0x7a5,
1942 	//C     #define GDK_Greek_OMICRONaccent 0x7a7
1943 	GDK_Greek_IOTAdiaeresis = 0x7a5,
1944 	//C     #define GDK_Greek_UPSILONaccent 0x7a8
1945 	GDK_Greek_OMICRONaccent = 0x7a7,
1946 	//C     #define GDK_Greek_UPSILONdieresis 0x7a9
1947 	GDK_Greek_UPSILONaccent = 0x7a8,
1948 	//C     #define GDK_Greek_OMEGAaccent 0x7ab
1949 	GDK_Greek_UPSILONdieresis = 0x7a9,
1950 	//C     #define GDK_Greek_accentdieresis 0x7ae
1951 	GDK_Greek_OMEGAaccent = 0x7ab,
1952 	//C     #define GDK_Greek_horizbar 0x7af
1953 	GDK_Greek_accentdieresis = 0x7ae,
1954 	//C     #define GDK_Greek_alphaaccent 0x7b1
1955 	GDK_Greek_horizbar = 0x7af,
1956 	//C     #define GDK_Greek_epsilonaccent 0x7b2
1957 	GDK_Greek_alphaaccent = 0x7b1,
1958 	//C     #define GDK_Greek_etaaccent 0x7b3
1959 	GDK_Greek_epsilonaccent = 0x7b2,
1960 	//C     #define GDK_Greek_iotaaccent 0x7b4
1961 	GDK_Greek_etaaccent = 0x7b3,
1962 	//C     #define GDK_Greek_iotadieresis 0x7b5
1963 	GDK_Greek_iotaaccent = 0x7b4,
1964 	//C     #define GDK_Greek_iotaaccentdieresis 0x7b6
1965 	GDK_Greek_iotadieresis = 0x7b5,
1966 	//C     #define GDK_Greek_omicronaccent 0x7b7
1967 	GDK_Greek_iotaaccentdieresis = 0x7b6,
1968 	//C     #define GDK_Greek_upsilonaccent 0x7b8
1969 	GDK_Greek_omicronaccent = 0x7b7,
1970 	//C     #define GDK_Greek_upsilondieresis 0x7b9
1971 	GDK_Greek_upsilonaccent = 0x7b8,
1972 	//C     #define GDK_Greek_upsilonaccentdieresis 0x7ba
1973 	GDK_Greek_upsilondieresis = 0x7b9,
1974 	//C     #define GDK_Greek_omegaaccent 0x7bb
1975 	GDK_Greek_upsilonaccentdieresis = 0x7ba,
1976 	//C     #define GDK_Greek_ALPHA 0x7c1
1977 	GDK_Greek_omegaaccent = 0x7bb,
1978 	//C     #define GDK_Greek_BETA 0x7c2
1979 	GDK_Greek_ALPHA = 0x7c1,
1980 	//C     #define GDK_Greek_GAMMA 0x7c3
1981 	GDK_Greek_BETA = 0x7c2,
1982 	//C     #define GDK_Greek_DELTA 0x7c4
1983 	GDK_Greek_GAMMA = 0x7c3,
1984 	//C     #define GDK_Greek_EPSILON 0x7c5
1985 	GDK_Greek_DELTA = 0x7c4,
1986 	//C     #define GDK_Greek_ZETA 0x7c6
1987 	GDK_Greek_EPSILON = 0x7c5,
1988 	//C     #define GDK_Greek_ETA 0x7c7
1989 	GDK_Greek_ZETA = 0x7c6,
1990 	//C     #define GDK_Greek_THETA 0x7c8
1991 	GDK_Greek_ETA = 0x7c7,
1992 	//C     #define GDK_Greek_IOTA 0x7c9
1993 	GDK_Greek_THETA = 0x7c8,
1994 	//C     #define GDK_Greek_KAPPA 0x7ca
1995 	GDK_Greek_IOTA = 0x7c9,
1996 	//C     #define GDK_Greek_LAMDA 0x7cb
1997 	GDK_Greek_KAPPA = 0x7ca,
1998 	//C     #define GDK_Greek_LAMBDA 0x7cb
1999 	GDK_Greek_LAMDA = 0x7cb,
2000 	//C     #define GDK_Greek_MU 0x7cc
2001 	GDK_Greek_LAMBDA = 0x7cb,
2002 	//C     #define GDK_Greek_NU 0x7cd
2003 	GDK_Greek_MU = 0x7cc,
2004 	//C     #define GDK_Greek_XI 0x7ce
2005 	GDK_Greek_NU = 0x7cd,
2006 	//C     #define GDK_Greek_OMICRON 0x7cf
2007 	GDK_Greek_XI = 0x7ce,
2008 	//C     #define GDK_Greek_PI 0x7d0
2009 	GDK_Greek_OMICRON = 0x7cf,
2010 	//C     #define GDK_Greek_RHO 0x7d1
2011 	GDK_Greek_PI = 0x7d0,
2012 	//C     #define GDK_Greek_SIGMA 0x7d2
2013 	GDK_Greek_RHO = 0x7d1,
2014 	//C     #define GDK_Greek_TAU 0x7d4
2015 	GDK_Greek_SIGMA = 0x7d2,
2016 	//C     #define GDK_Greek_UPSILON 0x7d5
2017 	GDK_Greek_TAU = 0x7d4,
2018 	//C     #define GDK_Greek_PHI 0x7d6
2019 	GDK_Greek_UPSILON = 0x7d5,
2020 	//C     #define GDK_Greek_CHI 0x7d7
2021 	GDK_Greek_PHI = 0x7d6,
2022 	//C     #define GDK_Greek_PSI 0x7d8
2023 	GDK_Greek_CHI = 0x7d7,
2024 	//C     #define GDK_Greek_OMEGA 0x7d9
2025 	GDK_Greek_PSI = 0x7d8,
2026 	//C     #define GDK_Greek_alpha 0x7e1
2027 	GDK_Greek_OMEGA = 0x7d9,
2028 	//C     #define GDK_Greek_beta 0x7e2
2029 	GDK_Greek_alpha = 0x7e1,
2030 	//C     #define GDK_Greek_gamma 0x7e3
2031 	GDK_Greek_beta = 0x7e2,
2032 	//C     #define GDK_Greek_delta 0x7e4
2033 	GDK_Greek_gamma = 0x7e3,
2034 	//C     #define GDK_Greek_epsilon 0x7e5
2035 	GDK_Greek_delta = 0x7e4,
2036 	//C     #define GDK_Greek_zeta 0x7e6
2037 	GDK_Greek_epsilon = 0x7e5,
2038 	//C     #define GDK_Greek_eta 0x7e7
2039 	GDK_Greek_zeta = 0x7e6,
2040 	//C     #define GDK_Greek_theta 0x7e8
2041 	GDK_Greek_eta = 0x7e7,
2042 	//C     #define GDK_Greek_iota 0x7e9
2043 	GDK_Greek_theta = 0x7e8,
2044 	//C     #define GDK_Greek_kappa 0x7ea
2045 	GDK_Greek_iota = 0x7e9,
2046 	//C     #define GDK_Greek_lamda 0x7eb
2047 	GDK_Greek_kappa = 0x7ea,
2048 	//C     #define GDK_Greek_lambda 0x7eb
2049 	GDK_Greek_lamda = 0x7eb,
2050 	//C     #define GDK_Greek_mu 0x7ec
2051 	GDK_Greek_lambda = 0x7eb,
2052 	//C     #define GDK_Greek_nu 0x7ed
2053 	GDK_Greek_mu = 0x7ec,
2054 	//C     #define GDK_Greek_xi 0x7ee
2055 	GDK_Greek_nu = 0x7ed,
2056 	//C     #define GDK_Greek_omicron 0x7ef
2057 	GDK_Greek_xi = 0x7ee,
2058 	//C     #define GDK_Greek_pi 0x7f0
2059 	GDK_Greek_omicron = 0x7ef,
2060 	//C     #define GDK_Greek_rho 0x7f1
2061 	GDK_Greek_pi = 0x7f0,
2062 	//C     #define GDK_Greek_sigma 0x7f2
2063 	GDK_Greek_rho = 0x7f1,
2064 	//C     #define GDK_Greek_finalsmallsigma 0x7f3
2065 	GDK_Greek_sigma = 0x7f2,
2066 	//C     #define GDK_Greek_tau 0x7f4
2067 	GDK_Greek_finalsmallsigma = 0x7f3,
2068 	//C     #define GDK_Greek_upsilon 0x7f5
2069 	GDK_Greek_tau = 0x7f4,
2070 	//C     #define GDK_Greek_phi 0x7f6
2071 	GDK_Greek_upsilon = 0x7f5,
2072 	//C     #define GDK_Greek_chi 0x7f7
2073 	GDK_Greek_phi = 0x7f6,
2074 	//C     #define GDK_Greek_psi 0x7f8
2075 	GDK_Greek_chi = 0x7f7,
2076 	//C     #define GDK_Greek_omega 0x7f9
2077 	GDK_Greek_psi = 0x7f8,
2078 	//C     #define GDK_Greek_switch 0xff7e
2079 	GDK_Greek_omega = 0x7f9,
2080 	//C     #define GDK_leftradical 0x8a1
2081 	GDK_Greek_switch = 0xff7e,
2082 	//C     #define GDK_topleftradical 0x8a2
2083 	GDK_leftradical = 0x8a1,
2084 	//C     #define GDK_horizconnector 0x8a3
2085 	GDK_topleftradical = 0x8a2,
2086 	//C     #define GDK_topintegral 0x8a4
2087 	GDK_horizconnector = 0x8a3,
2088 	//C     #define GDK_botintegral 0x8a5
2089 	GDK_topintegral = 0x8a4,
2090 	//C     #define GDK_vertconnector 0x8a6
2091 	GDK_botintegral = 0x8a5,
2092 	//C     #define GDK_topleftsqbracket 0x8a7
2093 	GDK_vertconnector = 0x8a6,
2094 	//C     #define GDK_botleftsqbracket 0x8a8
2095 	GDK_topleftsqbracket = 0x8a7,
2096 	//C     #define GDK_toprightsqbracket 0x8a9
2097 	GDK_botleftsqbracket = 0x8a8,
2098 	//C     #define GDK_botrightsqbracket 0x8aa
2099 	GDK_toprightsqbracket = 0x8a9,
2100 	//C     #define GDK_topleftparens 0x8ab
2101 	GDK_botrightsqbracket = 0x8aa,
2102 	//C     #define GDK_botleftparens 0x8ac
2103 	GDK_topleftparens = 0x8ab,
2104 	//C     #define GDK_toprightparens 0x8ad
2105 	GDK_botleftparens = 0x8ac,
2106 	//C     #define GDK_botrightparens 0x8ae
2107 	GDK_toprightparens = 0x8ad,
2108 	//C     #define GDK_leftmiddlecurlybrace 0x8af
2109 	GDK_botrightparens = 0x8ae,
2110 	//C     #define GDK_rightmiddlecurlybrace 0x8b0
2111 	GDK_leftmiddlecurlybrace = 0x8af,
2112 	//C     #define GDK_topleftsummation 0x8b1
2113 	GDK_rightmiddlecurlybrace = 0x8b0,
2114 	//C     #define GDK_botleftsummation 0x8b2
2115 	GDK_topleftsummation = 0x8b1,
2116 	//C     #define GDK_topvertsummationconnector 0x8b3
2117 	GDK_botleftsummation = 0x8b2,
2118 	//C     #define GDK_botvertsummationconnector 0x8b4
2119 	GDK_topvertsummationconnector = 0x8b3,
2120 	//C     #define GDK_toprightsummation 0x8b5
2121 	GDK_botvertsummationconnector = 0x8b4,
2122 	//C     #define GDK_botrightsummation 0x8b6
2123 	GDK_toprightsummation = 0x8b5,
2124 	//C     #define GDK_rightmiddlesummation 0x8b7
2125 	GDK_botrightsummation = 0x8b6,
2126 	//C     #define GDK_lessthanequal 0x8bc
2127 	GDK_rightmiddlesummation = 0x8b7,
2128 	//C     #define GDK_notequal 0x8bd
2129 	GDK_lessthanequal = 0x8bc,
2130 	//C     #define GDK_greaterthanequal 0x8be
2131 	GDK_notequal = 0x8bd,
2132 	//C     #define GDK_integral 0x8bf
2133 	GDK_greaterthanequal = 0x8be,
2134 	//C     #define GDK_therefore 0x8c0
2135 	GDK_integral = 0x8bf,
2136 	//C     #define GDK_variation 0x8c1
2137 	GDK_therefore = 0x8c0,
2138 	//C     #define GDK_infinity 0x8c2
2139 	GDK_variation = 0x8c1,
2140 	//C     #define GDK_nabla 0x8c5
2141 	GDK_infinity = 0x8c2,
2142 	//C     #define GDK_approximate 0x8c8
2143 	GDK_nabla = 0x8c5,
2144 	//C     #define GDK_similarequal 0x8c9
2145 	GDK_approximate = 0x8c8,
2146 	//C     #define GDK_ifonlyif 0x8cd
2147 	GDK_similarequal = 0x8c9,
2148 	//C     #define GDK_implies 0x8ce
2149 	GDK_ifonlyif = 0x8cd,
2150 	//C     #define GDK_identical 0x8cf
2151 	GDK_implies = 0x8ce,
2152 	//C     #define GDK_radical 0x8d6
2153 	GDK_identical = 0x8cf,
2154 	//C     #define GDK_includedin 0x8da
2155 	GDK_radical = 0x8d6,
2156 	//C     #define GDK_includes 0x8db
2157 	GDK_includedin = 0x8da,
2158 	//C     #define GDK_intersection 0x8dc
2159 	GDK_includes = 0x8db,
2160 	//C     #define GDK_union 0x8dd
2161 	GDK_intersection = 0x8dc,
2162 	//C     #define GDK_logicaland 0x8de
2163 	GDK_union = 0x8dd,
2164 	//C     #define GDK_logicalor 0x8df
2165 	GDK_logicaland = 0x8de,
2166 	//C     #define GDK_partialderivative 0x8ef
2167 	GDK_logicalor = 0x8df,
2168 	//C     #define GDK_function 0x8f6
2169 	GDK_partialderivative = 0x8ef,
2170 	//C     #define GDK_leftarrow 0x8fb
2171 	GDK_function = 0x8f6,
2172 	//C     #define GDK_uparrow 0x8fc
2173 	GDK_leftarrow = 0x8fb,
2174 	//C     #define GDK_rightarrow 0x8fd
2175 	GDK_uparrow = 0x8fc,
2176 	//C     #define GDK_downarrow 0x8fe
2177 	GDK_rightarrow = 0x8fd,
2178 	//C     #define GDK_blank 0x9df
2179 	GDK_downarrow = 0x8fe,
2180 	//C     #define GDK_soliddiamond 0x9e0
2181 	GDK_blank = 0x9df,
2182 	//C     #define GDK_checkerboard 0x9e1
2183 	GDK_soliddiamond = 0x9e0,
2184 	//C     #define GDK_ht 0x9e2
2185 	GDK_checkerboard = 0x9e1,
2186 	//C     #define GDK_ff 0x9e3
2187 	GDK_ht = 0x9e2,
2188 	//C     #define GDK_cr 0x9e4
2189 	GDK_ff = 0x9e3,
2190 	//C     #define GDK_lf 0x9e5
2191 	GDK_cr = 0x9e4,
2192 	//C     #define GDK_nl 0x9e8
2193 	GDK_lf = 0x9e5,
2194 	//C     #define GDK_vt 0x9e9
2195 	GDK_nl = 0x9e8,
2196 	//C     #define GDK_lowrightcorner 0x9ea
2197 	GDK_vt = 0x9e9,
2198 	//C     #define GDK_uprightcorner 0x9eb
2199 	GDK_lowrightcorner = 0x9ea,
2200 	//C     #define GDK_upleftcorner 0x9ec
2201 	GDK_uprightcorner = 0x9eb,
2202 	//C     #define GDK_lowleftcorner 0x9ed
2203 	GDK_upleftcorner = 0x9ec,
2204 	//C     #define GDK_crossinglines 0x9ee
2205 	GDK_lowleftcorner = 0x9ed,
2206 	//C     #define GDK_horizlinescan1 0x9ef
2207 	GDK_crossinglines = 0x9ee,
2208 	//C     #define GDK_horizlinescan3 0x9f0
2209 	GDK_horizlinescan1 = 0x9ef,
2210 	//C     #define GDK_horizlinescan5 0x9f1
2211 	GDK_horizlinescan3 = 0x9f0,
2212 	//C     #define GDK_horizlinescan7 0x9f2
2213 	GDK_horizlinescan5 = 0x9f1,
2214 	//C     #define GDK_horizlinescan9 0x9f3
2215 	GDK_horizlinescan7 = 0x9f2,
2216 	//C     #define GDK_leftt 0x9f4
2217 	GDK_horizlinescan9 = 0x9f3,
2218 	//C     #define GDK_rightt 0x9f5
2219 	GDK_leftt = 0x9f4,
2220 	//C     #define GDK_bott 0x9f6
2221 	GDK_rightt = 0x9f5,
2222 	//C     #define GDK_topt 0x9f7
2223 	GDK_bott = 0x9f6,
2224 	//C     #define GDK_vertbar 0x9f8
2225 	GDK_topt = 0x9f7,
2226 	//C     #define GDK_emspace 0xaa1
2227 	GDK_vertbar = 0x9f8,
2228 	//C     #define GDK_enspace 0xaa2
2229 	GDK_emspace = 0xaa1,
2230 	//C     #define GDK_em3space 0xaa3
2231 	GDK_enspace = 0xaa2,
2232 	//C     #define GDK_em4space 0xaa4
2233 	GDK_em3space = 0xaa3,
2234 	//C     #define GDK_digitspace 0xaa5
2235 	GDK_em4space = 0xaa4,
2236 	//C     #define GDK_punctspace 0xaa6
2237 	GDK_digitspace = 0xaa5,
2238 	//C     #define GDK_thinspace 0xaa7
2239 	GDK_punctspace = 0xaa6,
2240 	//C     #define GDK_hairspace 0xaa8
2241 	GDK_thinspace = 0xaa7,
2242 	//C     #define GDK_emdash 0xaa9
2243 	GDK_hairspace = 0xaa8,
2244 	//C     #define GDK_endash 0xaaa
2245 	GDK_emdash = 0xaa9,
2246 	//C     #define GDK_signifblank 0xaac
2247 	GDK_endash = 0xaaa,
2248 	//C     #define GDK_ellipsis 0xaae
2249 	GDK_signifblank = 0xaac,
2250 	//C     #define GDK_doubbaselinedot 0xaaf
2251 	GDK_ellipsis = 0xaae,
2252 	//C     #define GDK_onethird 0xab0
2253 	GDK_doubbaselinedot = 0xaaf,
2254 	//C     #define GDK_twothirds 0xab1
2255 	GDK_onethird = 0xab0,
2256 	//C     #define GDK_onefifth 0xab2
2257 	GDK_twothirds = 0xab1,
2258 	//C     #define GDK_twofifths 0xab3
2259 	GDK_onefifth = 0xab2,
2260 	//C     #define GDK_threefifths 0xab4
2261 	GDK_twofifths = 0xab3,
2262 	//C     #define GDK_fourfifths 0xab5
2263 	GDK_threefifths = 0xab4,
2264 	//C     #define GDK_onesixth 0xab6
2265 	GDK_fourfifths = 0xab5,
2266 	//C     #define GDK_fivesixths 0xab7
2267 	GDK_onesixth = 0xab6,
2268 	//C     #define GDK_careof 0xab8
2269 	GDK_fivesixths = 0xab7,
2270 	//C     #define GDK_figdash 0xabb
2271 	GDK_careof = 0xab8,
2272 	//C     #define GDK_leftanglebracket 0xabc
2273 	GDK_figdash = 0xabb,
2274 	//C     #define GDK_decimalpoint 0xabd
2275 	GDK_leftanglebracket = 0xabc,
2276 	//C     #define GDK_rightanglebracket 0xabe
2277 	GDK_decimalpoint = 0xabd,
2278 	//C     #define GDK_marker 0xabf
2279 	GDK_rightanglebracket = 0xabe,
2280 	//C     #define GDK_oneeighth 0xac3
2281 	GDK_marker = 0xabf,
2282 	//C     #define GDK_threeeighths 0xac4
2283 	GDK_oneeighth = 0xac3,
2284 	//C     #define GDK_fiveeighths 0xac5
2285 	GDK_threeeighths = 0xac4,
2286 	//C     #define GDK_seveneighths 0xac6
2287 	GDK_fiveeighths = 0xac5,
2288 	//C     #define GDK_trademark 0xac9
2289 	GDK_seveneighths = 0xac6,
2290 	//C     #define GDK_signaturemark 0xaca
2291 	GDK_trademark = 0xac9,
2292 	//C     #define GDK_trademarkincircle 0xacb
2293 	GDK_signaturemark = 0xaca,
2294 	//C     #define GDK_leftopentriangle 0xacc
2295 	GDK_trademarkincircle = 0xacb,
2296 	//C     #define GDK_rightopentriangle 0xacd
2297 	GDK_leftopentriangle = 0xacc,
2298 	//C     #define GDK_emopencircle 0xace
2299 	GDK_rightopentriangle = 0xacd,
2300 	//C     #define GDK_emopenrectangle 0xacf
2301 	GDK_emopencircle = 0xace,
2302 	//C     #define GDK_leftsinglequotemark 0xad0
2303 	GDK_emopenrectangle = 0xacf,
2304 	//C     #define GDK_rightsinglequotemark 0xad1
2305 	GDK_leftsinglequotemark = 0xad0,
2306 	//C     #define GDK_leftdoublequotemark 0xad2
2307 	GDK_rightsinglequotemark = 0xad1,
2308 	//C     #define GDK_rightdoublequotemark 0xad3
2309 	GDK_leftdoublequotemark = 0xad2,
2310 	//C     #define GDK_prescription 0xad4
2311 	GDK_rightdoublequotemark = 0xad3,
2312 	//C     #define GDK_minutes 0xad6
2313 	GDK_prescription = 0xad4,
2314 	//C     #define GDK_seconds 0xad7
2315 	GDK_minutes = 0xad6,
2316 	//C     #define GDK_latincross 0xad9
2317 	GDK_seconds = 0xad7,
2318 	//C     #define GDK_hexagram 0xada
2319 	GDK_latincross = 0xad9,
2320 	//C     #define GDK_filledrectbullet 0xadb
2321 	GDK_hexagram = 0xada,
2322 	//C     #define GDK_filledlefttribullet 0xadc
2323 	GDK_filledrectbullet = 0xadb,
2324 	//C     #define GDK_filledrighttribullet 0xadd
2325 	GDK_filledlefttribullet = 0xadc,
2326 	//C     #define GDK_emfilledcircle 0xade
2327 	GDK_filledrighttribullet = 0xadd,
2328 	//C     #define GDK_emfilledrect 0xadf
2329 	GDK_emfilledcircle = 0xade,
2330 	//C     #define GDK_enopencircbullet 0xae0
2331 	GDK_emfilledrect = 0xadf,
2332 	//C     #define GDK_enopensquarebullet 0xae1
2333 	GDK_enopencircbullet = 0xae0,
2334 	//C     #define GDK_openrectbullet 0xae2
2335 	GDK_enopensquarebullet = 0xae1,
2336 	//C     #define GDK_opentribulletup 0xae3
2337 	GDK_openrectbullet = 0xae2,
2338 	//C     #define GDK_opentribulletdown 0xae4
2339 	GDK_opentribulletup = 0xae3,
2340 	//C     #define GDK_openstar 0xae5
2341 	GDK_opentribulletdown = 0xae4,
2342 	//C     #define GDK_enfilledcircbullet 0xae6
2343 	GDK_openstar = 0xae5,
2344 	//C     #define GDK_enfilledsqbullet 0xae7
2345 	GDK_enfilledcircbullet = 0xae6,
2346 	//C     #define GDK_filledtribulletup 0xae8
2347 	GDK_enfilledsqbullet = 0xae7,
2348 	//C     #define GDK_filledtribulletdown 0xae9
2349 	GDK_filledtribulletup = 0xae8,
2350 	//C     #define GDK_leftpointer 0xaea
2351 	GDK_filledtribulletdown = 0xae9,
2352 	//C     #define GDK_rightpointer 0xaeb
2353 	GDK_leftpointer = 0xaea,
2354 	//C     #define GDK_club 0xaec
2355 	GDK_rightpointer = 0xaeb,
2356 	//C     #define GDK_diamond 0xaed
2357 	GDK_club = 0xaec,
2358 	//C     #define GDK_heart 0xaee
2359 	GDK_diamond = 0xaed,
2360 	//C     #define GDK_maltesecross 0xaf0
2361 	GDK_heart = 0xaee,
2362 	//C     #define GDK_dagger 0xaf1
2363 	GDK_maltesecross = 0xaf0,
2364 	//C     #define GDK_doubledagger 0xaf2
2365 	GDK_dagger = 0xaf1,
2366 	//C     #define GDK_checkmark 0xaf3
2367 	GDK_doubledagger = 0xaf2,
2368 	//C     #define GDK_ballotcross 0xaf4
2369 	GDK_checkmark = 0xaf3,
2370 	//C     #define GDK_musicalsharp 0xaf5
2371 	GDK_ballotcross = 0xaf4,
2372 	//C     #define GDK_musicalflat 0xaf6
2373 	GDK_musicalsharp = 0xaf5,
2374 	//C     #define GDK_malesymbol 0xaf7
2375 	GDK_musicalflat = 0xaf6,
2376 	//C     #define GDK_femalesymbol 0xaf8
2377 	GDK_malesymbol = 0xaf7,
2378 	//C     #define GDK_telephone 0xaf9
2379 	GDK_femalesymbol = 0xaf8,
2380 	//C     #define GDK_telephonerecorder 0xafa
2381 	GDK_telephone = 0xaf9,
2382 	//C     #define GDK_phonographcopyright 0xafb
2383 	GDK_telephonerecorder = 0xafa,
2384 	//C     #define GDK_caret 0xafc
2385 	GDK_phonographcopyright = 0xafb,
2386 	//C     #define GDK_singlelowquotemark 0xafd
2387 	GDK_caret = 0xafc,
2388 	//C     #define GDK_doublelowquotemark 0xafe
2389 	GDK_singlelowquotemark = 0xafd,
2390 	//C     #define GDK_cursor 0xaff
2391 	GDK_doublelowquotemark = 0xafe,
2392 	//C     #define GDK_leftcaret 0xba3
2393 	GDK_cursor = 0xaff,
2394 	//C     #define GDK_rightcaret 0xba6
2395 	GDK_leftcaret = 0xba3,
2396 	//C     #define GDK_downcaret 0xba8
2397 	GDK_rightcaret = 0xba6,
2398 	//C     #define GDK_upcaret 0xba9
2399 	GDK_downcaret = 0xba8,
2400 	//C     #define GDK_overbar 0xbc0
2401 	GDK_upcaret = 0xba9,
2402 	//C     #define GDK_downtack 0xbc2
2403 	GDK_overbar = 0xbc0,
2404 	//C     #define GDK_upshoe 0xbc3
2405 	GDK_downtack = 0xbc2,
2406 	//C     #define GDK_downstile 0xbc4
2407 	GDK_upshoe = 0xbc3,
2408 	//C     #define GDK_underbar 0xbc6
2409 	GDK_downstile = 0xbc4,
2410 	//C     #define GDK_jot 0xbca
2411 	GDK_underbar = 0xbc6,
2412 	//C     #define GDK_quad 0xbcc
2413 	GDK_jot = 0xbca,
2414 	//C     #define GDK_uptack 0xbce
2415 	GDK_quad = 0xbcc,
2416 	//C     #define GDK_circle 0xbcf
2417 	GDK_uptack = 0xbce,
2418 	//C     #define GDK_upstile 0xbd3
2419 	GDK_circle = 0xbcf,
2420 	//C     #define GDK_downshoe 0xbd6
2421 	GDK_upstile = 0xbd3,
2422 	//C     #define GDK_rightshoe 0xbd8
2423 	GDK_downshoe = 0xbd6,
2424 	//C     #define GDK_leftshoe 0xbda
2425 	GDK_rightshoe = 0xbd8,
2426 	//C     #define GDK_lefttack 0xbdc
2427 	GDK_leftshoe = 0xbda,
2428 	//C     #define GDK_righttack 0xbfc
2429 	GDK_lefttack = 0xbdc,
2430 	//C     #define GDK_hebrew_doublelowline 0xcdf
2431 	GDK_righttack = 0xbfc,
2432 	//C     #define GDK_hebrew_aleph 0xce0
2433 	GDK_hebrew_doublelowline = 0xcdf,
2434 	//C     #define GDK_hebrew_bet 0xce1
2435 	GDK_hebrew_aleph = 0xce0,
2436 	//C     #define GDK_hebrew_beth 0xce1
2437 	GDK_hebrew_bet = 0xce1,
2438 	//C     #define GDK_hebrew_gimel 0xce2
2439 	GDK_hebrew_beth = 0xce1,
2440 	//C     #define GDK_hebrew_gimmel 0xce2
2441 	GDK_hebrew_gimel = 0xce2,
2442 	//C     #define GDK_hebrew_dalet 0xce3
2443 	GDK_hebrew_gimmel = 0xce2,
2444 	//C     #define GDK_hebrew_daleth 0xce3
2445 	GDK_hebrew_dalet = 0xce3,
2446 	//C     #define GDK_hebrew_he 0xce4
2447 	GDK_hebrew_daleth = 0xce3,
2448 	//C     #define GDK_hebrew_waw 0xce5
2449 	GDK_hebrew_he = 0xce4,
2450 	//C     #define GDK_hebrew_zain 0xce6
2451 	GDK_hebrew_waw = 0xce5,
2452 	//C     #define GDK_hebrew_zayin 0xce6
2453 	GDK_hebrew_zain = 0xce6,
2454 	//C     #define GDK_hebrew_chet 0xce7
2455 	GDK_hebrew_zayin = 0xce6,
2456 	//C     #define GDK_hebrew_het 0xce7
2457 	GDK_hebrew_chet = 0xce7,
2458 	//C     #define GDK_hebrew_tet 0xce8
2459 	GDK_hebrew_het = 0xce7,
2460 	//C     #define GDK_hebrew_teth 0xce8
2461 	GDK_hebrew_tet = 0xce8,
2462 	//C     #define GDK_hebrew_yod 0xce9
2463 	GDK_hebrew_teth = 0xce8,
2464 	//C     #define GDK_hebrew_finalkaph 0xcea
2465 	GDK_hebrew_yod = 0xce9,
2466 	//C     #define GDK_hebrew_kaph 0xceb
2467 	GDK_hebrew_finalkaph = 0xcea,
2468 	//C     #define GDK_hebrew_lamed 0xcec
2469 	GDK_hebrew_kaph = 0xceb,
2470 	//C     #define GDK_hebrew_finalmem 0xced
2471 	GDK_hebrew_lamed = 0xcec,
2472 	//C     #define GDK_hebrew_mem 0xcee
2473 	GDK_hebrew_finalmem = 0xced,
2474 	//C     #define GDK_hebrew_finalnun 0xcef
2475 	GDK_hebrew_mem = 0xcee,
2476 	//C     #define GDK_hebrew_nun 0xcf0
2477 	GDK_hebrew_finalnun = 0xcef,
2478 	//C     #define GDK_hebrew_samech 0xcf1
2479 	GDK_hebrew_nun = 0xcf0,
2480 	//C     #define GDK_hebrew_samekh 0xcf1
2481 	GDK_hebrew_samech = 0xcf1,
2482 	//C     #define GDK_hebrew_ayin 0xcf2
2483 	GDK_hebrew_samekh = 0xcf1,
2484 	//C     #define GDK_hebrew_finalpe 0xcf3
2485 	GDK_hebrew_ayin = 0xcf2,
2486 	//C     #define GDK_hebrew_pe 0xcf4
2487 	GDK_hebrew_finalpe = 0xcf3,
2488 	//C     #define GDK_hebrew_finalzade 0xcf5
2489 	GDK_hebrew_pe = 0xcf4,
2490 	//C     #define GDK_hebrew_finalzadi 0xcf5
2491 	GDK_hebrew_finalzade = 0xcf5,
2492 	//C     #define GDK_hebrew_zade 0xcf6
2493 	GDK_hebrew_finalzadi = 0xcf5,
2494 	//C     #define GDK_hebrew_zadi 0xcf6
2495 	GDK_hebrew_zade = 0xcf6,
2496 	//C     #define GDK_hebrew_qoph 0xcf7
2497 	GDK_hebrew_zadi = 0xcf6,
2498 	//C     #define GDK_hebrew_kuf 0xcf7
2499 	GDK_hebrew_qoph = 0xcf7,
2500 	//C     #define GDK_hebrew_resh 0xcf8
2501 	GDK_hebrew_kuf = 0xcf7,
2502 	//C     #define GDK_hebrew_shin 0xcf9
2503 	GDK_hebrew_resh = 0xcf8,
2504 	//C     #define GDK_hebrew_taw 0xcfa
2505 	GDK_hebrew_shin = 0xcf9,
2506 	//C     #define GDK_hebrew_taf 0xcfa
2507 	GDK_hebrew_taw = 0xcfa,
2508 	//C     #define GDK_Hebrew_switch 0xff7e
2509 	GDK_hebrew_taf = 0xcfa,
2510 	//C     #define GDK_Thai_kokai 0xda1
2511 	GDK_Hebrew_switch = 0xff7e,
2512 	//C     #define GDK_Thai_khokhai 0xda2
2513 	GDK_Thai_kokai = 0xda1,
2514 	//C     #define GDK_Thai_khokhuat 0xda3
2515 	GDK_Thai_khokhai = 0xda2,
2516 	//C     #define GDK_Thai_khokhwai 0xda4
2517 	GDK_Thai_khokhuat = 0xda3,
2518 	//C     #define GDK_Thai_khokhon 0xda5
2519 	GDK_Thai_khokhwai = 0xda4,
2520 	//C     #define GDK_Thai_khorakhang 0xda6
2521 	GDK_Thai_khokhon = 0xda5,
2522 	//C     #define GDK_Thai_ngongu 0xda7
2523 	GDK_Thai_khorakhang = 0xda6,
2524 	//C     #define GDK_Thai_chochan 0xda8
2525 	GDK_Thai_ngongu = 0xda7,
2526 	//C     #define GDK_Thai_choching 0xda9
2527 	GDK_Thai_chochan = 0xda8,
2528 	//C     #define GDK_Thai_chochang 0xdaa
2529 	GDK_Thai_choching = 0xda9,
2530 	//C     #define GDK_Thai_soso 0xdab
2531 	GDK_Thai_chochang = 0xdaa,
2532 	//C     #define GDK_Thai_chochoe 0xdac
2533 	GDK_Thai_soso = 0xdab,
2534 	//C     #define GDK_Thai_yoying 0xdad
2535 	GDK_Thai_chochoe = 0xdac,
2536 	//C     #define GDK_Thai_dochada 0xdae
2537 	GDK_Thai_yoying = 0xdad,
2538 	//C     #define GDK_Thai_topatak 0xdaf
2539 	GDK_Thai_dochada = 0xdae,
2540 	//C     #define GDK_Thai_thothan 0xdb0
2541 	GDK_Thai_topatak = 0xdaf,
2542 	//C     #define GDK_Thai_thonangmontho 0xdb1
2543 	GDK_Thai_thothan = 0xdb0,
2544 	//C     #define GDK_Thai_thophuthao 0xdb2
2545 	GDK_Thai_thonangmontho = 0xdb1,
2546 	//C     #define GDK_Thai_nonen 0xdb3
2547 	GDK_Thai_thophuthao = 0xdb2,
2548 	//C     #define GDK_Thai_dodek 0xdb4
2549 	GDK_Thai_nonen = 0xdb3,
2550 	//C     #define GDK_Thai_totao 0xdb5
2551 	GDK_Thai_dodek = 0xdb4,
2552 	//C     #define GDK_Thai_thothung 0xdb6
2553 	GDK_Thai_totao = 0xdb5,
2554 	//C     #define GDK_Thai_thothahan 0xdb7
2555 	GDK_Thai_thothung = 0xdb6,
2556 	//C     #define GDK_Thai_thothong 0xdb8
2557 	GDK_Thai_thothahan = 0xdb7,
2558 	//C     #define GDK_Thai_nonu 0xdb9
2559 	GDK_Thai_thothong = 0xdb8,
2560 	//C     #define GDK_Thai_bobaimai 0xdba
2561 	GDK_Thai_nonu = 0xdb9,
2562 	//C     #define GDK_Thai_popla 0xdbb
2563 	GDK_Thai_bobaimai = 0xdba,
2564 	//C     #define GDK_Thai_phophung 0xdbc
2565 	GDK_Thai_popla = 0xdbb,
2566 	//C     #define GDK_Thai_fofa 0xdbd
2567 	GDK_Thai_phophung = 0xdbc,
2568 	//C     #define GDK_Thai_phophan 0xdbe
2569 	GDK_Thai_fofa = 0xdbd,
2570 	//C     #define GDK_Thai_fofan 0xdbf
2571 	GDK_Thai_phophan = 0xdbe,
2572 	//C     #define GDK_Thai_phosamphao 0xdc0
2573 	GDK_Thai_fofan = 0xdbf,
2574 	//C     #define GDK_Thai_moma 0xdc1
2575 	GDK_Thai_phosamphao = 0xdc0,
2576 	//C     #define GDK_Thai_yoyak 0xdc2
2577 	GDK_Thai_moma = 0xdc1,
2578 	//C     #define GDK_Thai_rorua 0xdc3
2579 	GDK_Thai_yoyak = 0xdc2,
2580 	//C     #define GDK_Thai_ru 0xdc4
2581 	GDK_Thai_rorua = 0xdc3,
2582 	//C     #define GDK_Thai_loling 0xdc5
2583 	GDK_Thai_ru = 0xdc4,
2584 	//C     #define GDK_Thai_lu 0xdc6
2585 	GDK_Thai_loling = 0xdc5,
2586 	//C     #define GDK_Thai_wowaen 0xdc7
2587 	GDK_Thai_lu = 0xdc6,
2588 	//C     #define GDK_Thai_sosala 0xdc8
2589 	GDK_Thai_wowaen = 0xdc7,
2590 	//C     #define GDK_Thai_sorusi 0xdc9
2591 	GDK_Thai_sosala = 0xdc8,
2592 	//C     #define GDK_Thai_sosua 0xdca
2593 	GDK_Thai_sorusi = 0xdc9,
2594 	//C     #define GDK_Thai_hohip 0xdcb
2595 	GDK_Thai_sosua = 0xdca,
2596 	//C     #define GDK_Thai_lochula 0xdcc
2597 	GDK_Thai_hohip = 0xdcb,
2598 	//C     #define GDK_Thai_oang 0xdcd
2599 	GDK_Thai_lochula = 0xdcc,
2600 	//C     #define GDK_Thai_honokhuk 0xdce
2601 	GDK_Thai_oang = 0xdcd,
2602 	//C     #define GDK_Thai_paiyannoi 0xdcf
2603 	GDK_Thai_honokhuk = 0xdce,
2604 	//C     #define GDK_Thai_saraa 0xdd0
2605 	GDK_Thai_paiyannoi = 0xdcf,
2606 	//C     #define GDK_Thai_maihanakat 0xdd1
2607 	GDK_Thai_saraa = 0xdd0,
2608 	//C     #define GDK_Thai_saraaa 0xdd2
2609 	GDK_Thai_maihanakat = 0xdd1,
2610 	//C     #define GDK_Thai_saraam 0xdd3
2611 	GDK_Thai_saraaa = 0xdd2,
2612 	//C     #define GDK_Thai_sarai 0xdd4
2613 	GDK_Thai_saraam = 0xdd3,
2614 	//C     #define GDK_Thai_saraii 0xdd5
2615 	GDK_Thai_sarai = 0xdd4,
2616 	//C     #define GDK_Thai_saraue 0xdd6
2617 	GDK_Thai_saraii = 0xdd5,
2618 	//C     #define GDK_Thai_sarauee 0xdd7
2619 	GDK_Thai_saraue = 0xdd6,
2620 	//C     #define GDK_Thai_sarau 0xdd8
2621 	GDK_Thai_sarauee = 0xdd7,
2622 	//C     #define GDK_Thai_sarauu 0xdd9
2623 	GDK_Thai_sarau = 0xdd8,
2624 	//C     #define GDK_Thai_phinthu 0xdda
2625 	GDK_Thai_sarauu = 0xdd9,
2626 	//C     #define GDK_Thai_maihanakat_maitho 0xdde
2627 	GDK_Thai_phinthu = 0xdda,
2628 	//C     #define GDK_Thai_baht 0xddf
2629 	GDK_Thai_maihanakat_maitho = 0xdde,
2630 	//C     #define GDK_Thai_sarae 0xde0
2631 	GDK_Thai_baht = 0xddf,
2632 	//C     #define GDK_Thai_saraae 0xde1
2633 	GDK_Thai_sarae = 0xde0,
2634 	//C     #define GDK_Thai_sarao 0xde2
2635 	GDK_Thai_saraae = 0xde1,
2636 	//C     #define GDK_Thai_saraaimaimuan 0xde3
2637 	GDK_Thai_sarao = 0xde2,
2638 	//C     #define GDK_Thai_saraaimaimalai 0xde4
2639 	GDK_Thai_saraaimaimuan = 0xde3,
2640 	//C     #define GDK_Thai_lakkhangyao 0xde5
2641 	GDK_Thai_saraaimaimalai = 0xde4,
2642 	//C     #define GDK_Thai_maiyamok 0xde6
2643 	GDK_Thai_lakkhangyao = 0xde5,
2644 	//C     #define GDK_Thai_maitaikhu 0xde7
2645 	GDK_Thai_maiyamok = 0xde6,
2646 	//C     #define GDK_Thai_maiek 0xde8
2647 	GDK_Thai_maitaikhu = 0xde7,
2648 	//C     #define GDK_Thai_maitho 0xde9
2649 	GDK_Thai_maiek = 0xde8,
2650 	//C     #define GDK_Thai_maitri 0xdea
2651 	GDK_Thai_maitho = 0xde9,
2652 	//C     #define GDK_Thai_maichattawa 0xdeb
2653 	GDK_Thai_maitri = 0xdea,
2654 	//C     #define GDK_Thai_thanthakhat 0xdec
2655 	GDK_Thai_maichattawa = 0xdeb,
2656 	//C     #define GDK_Thai_nikhahit 0xded
2657 	GDK_Thai_thanthakhat = 0xdec,
2658 	//C     #define GDK_Thai_leksun 0xdf0
2659 	GDK_Thai_nikhahit = 0xded,
2660 	//C     #define GDK_Thai_leknung 0xdf1
2661 	GDK_Thai_leksun = 0xdf0,
2662 	//C     #define GDK_Thai_leksong 0xdf2
2663 	GDK_Thai_leknung = 0xdf1,
2664 	//C     #define GDK_Thai_leksam 0xdf3
2665 	GDK_Thai_leksong = 0xdf2,
2666 	//C     #define GDK_Thai_leksi 0xdf4
2667 	GDK_Thai_leksam = 0xdf3,
2668 	//C     #define GDK_Thai_lekha 0xdf5
2669 	GDK_Thai_leksi = 0xdf4,
2670 	//C     #define GDK_Thai_lekhok 0xdf6
2671 	GDK_Thai_lekha = 0xdf5,
2672 	//C     #define GDK_Thai_lekchet 0xdf7
2673 	GDK_Thai_lekhok = 0xdf6,
2674 	//C     #define GDK_Thai_lekpaet 0xdf8
2675 	GDK_Thai_lekchet = 0xdf7,
2676 	//C     #define GDK_Thai_lekkao 0xdf9
2677 	GDK_Thai_lekpaet = 0xdf8,
2678 	//C     #define GDK_Hangul 0xff31
2679 	GDK_Thai_lekkao = 0xdf9,
2680 	//C     #define GDK_Hangul_Start 0xff32
2681 	GDK_Hangul = 0xff31,
2682 	//C     #define GDK_Hangul_End 0xff33
2683 	GDK_Hangul_Start = 0xff32,
2684 	//C     #define GDK_Hangul_Hanja 0xff34
2685 	GDK_Hangul_End = 0xff33,
2686 	//C     #define GDK_Hangul_Jamo 0xff35
2687 	GDK_Hangul_Hanja = 0xff34,
2688 	//C     #define GDK_Hangul_Romaja 0xff36
2689 	GDK_Hangul_Jamo = 0xff35,
2690 	//C     #define GDK_Hangul_Codeinput 0xff37
2691 	GDK_Hangul_Romaja = 0xff36,
2692 	//C     #define GDK_Hangul_Jeonja 0xff38
2693 	GDK_Hangul_Codeinput = 0xff37,
2694 	//C     #define GDK_Hangul_Banja 0xff39
2695 	GDK_Hangul_Jeonja = 0xff38,
2696 	//C     #define GDK_Hangul_PreHanja 0xff3a
2697 	GDK_Hangul_Banja = 0xff39,
2698 	//C     #define GDK_Hangul_PostHanja 0xff3b
2699 	GDK_Hangul_PreHanja = 0xff3a,
2700 	//C     #define GDK_Hangul_SingleCandidate 0xff3c
2701 	GDK_Hangul_PostHanja = 0xff3b,
2702 	//C     #define GDK_Hangul_MultipleCandidate 0xff3d
2703 	GDK_Hangul_SingleCandidate = 0xff3c,
2704 	//C     #define GDK_Hangul_PreviousCandidate 0xff3e
2705 	GDK_Hangul_MultipleCandidate = 0xff3d,
2706 	//C     #define GDK_Hangul_Special 0xff3f
2707 	GDK_Hangul_PreviousCandidate = 0xff3e,
2708 	//C     #define GDK_Hangul_switch 0xff7e
2709 	GDK_Hangul_Special = 0xff3f,
2710 	//C     #define GDK_Hangul_Kiyeog 0xea1
2711 	GDK_Hangul_switch = 0xff7e,
2712 	//C     #define GDK_Hangul_SsangKiyeog 0xea2
2713 	GDK_Hangul_Kiyeog = 0xea1,
2714 	//C     #define GDK_Hangul_KiyeogSios 0xea3
2715 	GDK_Hangul_SsangKiyeog = 0xea2,
2716 	//C     #define GDK_Hangul_Nieun 0xea4
2717 	GDK_Hangul_KiyeogSios = 0xea3,
2718 	//C     #define GDK_Hangul_NieunJieuj 0xea5
2719 	GDK_Hangul_Nieun = 0xea4,
2720 	//C     #define GDK_Hangul_NieunHieuh 0xea6
2721 	GDK_Hangul_NieunJieuj = 0xea5,
2722 	//C     #define GDK_Hangul_Dikeud 0xea7
2723 	GDK_Hangul_NieunHieuh = 0xea6,
2724 	//C     #define GDK_Hangul_SsangDikeud 0xea8
2725 	GDK_Hangul_Dikeud = 0xea7,
2726 	//C     #define GDK_Hangul_Rieul 0xea9
2727 	GDK_Hangul_SsangDikeud = 0xea8,
2728 	//C     #define GDK_Hangul_RieulKiyeog 0xeaa
2729 	GDK_Hangul_Rieul = 0xea9,
2730 	//C     #define GDK_Hangul_RieulMieum 0xeab
2731 	GDK_Hangul_RieulKiyeog = 0xeaa,
2732 	//C     #define GDK_Hangul_RieulPieub 0xeac
2733 	GDK_Hangul_RieulMieum = 0xeab,
2734 	//C     #define GDK_Hangul_RieulSios 0xead
2735 	GDK_Hangul_RieulPieub = 0xeac,
2736 	//C     #define GDK_Hangul_RieulTieut 0xeae
2737 	GDK_Hangul_RieulSios = 0xead,
2738 	//C     #define GDK_Hangul_RieulPhieuf 0xeaf
2739 	GDK_Hangul_RieulTieut = 0xeae,
2740 	//C     #define GDK_Hangul_RieulHieuh 0xeb0
2741 	GDK_Hangul_RieulPhieuf = 0xeaf,
2742 	//C     #define GDK_Hangul_Mieum 0xeb1
2743 	GDK_Hangul_RieulHieuh = 0xeb0,
2744 	//C     #define GDK_Hangul_Pieub 0xeb2
2745 	GDK_Hangul_Mieum = 0xeb1,
2746 	//C     #define GDK_Hangul_SsangPieub 0xeb3
2747 	GDK_Hangul_Pieub = 0xeb2,
2748 	//C     #define GDK_Hangul_PieubSios 0xeb4
2749 	GDK_Hangul_SsangPieub = 0xeb3,
2750 	//C     #define GDK_Hangul_Sios 0xeb5
2751 	GDK_Hangul_PieubSios = 0xeb4,
2752 	//C     #define GDK_Hangul_SsangSios 0xeb6
2753 	GDK_Hangul_Sios = 0xeb5,
2754 	//C     #define GDK_Hangul_Ieung 0xeb7
2755 	GDK_Hangul_SsangSios = 0xeb6,
2756 	//C     #define GDK_Hangul_Jieuj 0xeb8
2757 	GDK_Hangul_Ieung = 0xeb7,
2758 	//C     #define GDK_Hangul_SsangJieuj 0xeb9
2759 	GDK_Hangul_Jieuj = 0xeb8,
2760 	//C     #define GDK_Hangul_Cieuc 0xeba
2761 	GDK_Hangul_SsangJieuj = 0xeb9,
2762 	//C     #define GDK_Hangul_Khieuq 0xebb
2763 	GDK_Hangul_Cieuc = 0xeba,
2764 	//C     #define GDK_Hangul_Tieut 0xebc
2765 	GDK_Hangul_Khieuq = 0xebb,
2766 	//C     #define GDK_Hangul_Phieuf 0xebd
2767 	GDK_Hangul_Tieut = 0xebc,
2768 	//C     #define GDK_Hangul_Hieuh 0xebe
2769 	GDK_Hangul_Phieuf = 0xebd,
2770 	//C     #define GDK_Hangul_A 0xebf
2771 	GDK_Hangul_Hieuh = 0xebe,
2772 	//C     #define GDK_Hangul_AE 0xec0
2773 	GDK_Hangul_A = 0xebf,
2774 	//C     #define GDK_Hangul_YA 0xec1
2775 	GDK_Hangul_AE = 0xec0,
2776 	//C     #define GDK_Hangul_YAE 0xec2
2777 	GDK_Hangul_YA = 0xec1,
2778 	//C     #define GDK_Hangul_EO 0xec3
2779 	GDK_Hangul_YAE = 0xec2,
2780 	//C     #define GDK_Hangul_E 0xec4
2781 	GDK_Hangul_EO = 0xec3,
2782 	//C     #define GDK_Hangul_YEO 0xec5
2783 	GDK_Hangul_E = 0xec4,
2784 	//C     #define GDK_Hangul_YE 0xec6
2785 	GDK_Hangul_YEO = 0xec5,
2786 	//C     #define GDK_Hangul_O 0xec7
2787 	GDK_Hangul_YE = 0xec6,
2788 	//C     #define GDK_Hangul_WA 0xec8
2789 	GDK_Hangul_O = 0xec7,
2790 	//C     #define GDK_Hangul_WAE 0xec9
2791 	GDK_Hangul_WA = 0xec8,
2792 	//C     #define GDK_Hangul_OE 0xeca
2793 	GDK_Hangul_WAE = 0xec9,
2794 	//C     #define GDK_Hangul_YO 0xecb
2795 	GDK_Hangul_OE = 0xeca,
2796 	//C     #define GDK_Hangul_U 0xecc
2797 	GDK_Hangul_YO = 0xecb,
2798 	//C     #define GDK_Hangul_WEO 0xecd
2799 	GDK_Hangul_U = 0xecc,
2800 	//C     #define GDK_Hangul_WE 0xece
2801 	GDK_Hangul_WEO = 0xecd,
2802 	//C     #define GDK_Hangul_WI 0xecf
2803 	GDK_Hangul_WE = 0xece,
2804 	//C     #define GDK_Hangul_YU 0xed0
2805 	GDK_Hangul_WI = 0xecf,
2806 	//C     #define GDK_Hangul_EU 0xed1
2807 	GDK_Hangul_YU = 0xed0,
2808 	//C     #define GDK_Hangul_YI 0xed2
2809 	GDK_Hangul_EU = 0xed1,
2810 	//C     #define GDK_Hangul_I 0xed3
2811 	GDK_Hangul_YI = 0xed2,
2812 	//C     #define GDK_Hangul_J_Kiyeog 0xed4
2813 	GDK_Hangul_I = 0xed3,
2814 	//C     #define GDK_Hangul_J_SsangKiyeog 0xed5
2815 	GDK_Hangul_J_Kiyeog = 0xed4,
2816 	//C     #define GDK_Hangul_J_KiyeogSios 0xed6
2817 	GDK_Hangul_J_SsangKiyeog = 0xed5,
2818 	//C     #define GDK_Hangul_J_Nieun 0xed7
2819 	GDK_Hangul_J_KiyeogSios = 0xed6,
2820 	//C     #define GDK_Hangul_J_NieunJieuj 0xed8
2821 	GDK_Hangul_J_Nieun = 0xed7,
2822 	//C     #define GDK_Hangul_J_NieunHieuh 0xed9
2823 	GDK_Hangul_J_NieunJieuj = 0xed8,
2824 	//C     #define GDK_Hangul_J_Dikeud 0xeda
2825 	GDK_Hangul_J_NieunHieuh = 0xed9,
2826 	//C     #define GDK_Hangul_J_Rieul 0xedb
2827 	GDK_Hangul_J_Dikeud = 0xeda,
2828 	//C     #define GDK_Hangul_J_RieulKiyeog 0xedc
2829 	GDK_Hangul_J_Rieul = 0xedb,
2830 	//C     #define GDK_Hangul_J_RieulMieum 0xedd
2831 	GDK_Hangul_J_RieulKiyeog = 0xedc,
2832 	//C     #define GDK_Hangul_J_RieulPieub 0xede
2833 	GDK_Hangul_J_RieulMieum = 0xedd,
2834 	//C     #define GDK_Hangul_J_RieulSios 0xedf
2835 	GDK_Hangul_J_RieulPieub = 0xede,
2836 	//C     #define GDK_Hangul_J_RieulTieut 0xee0
2837 	GDK_Hangul_J_RieulSios = 0xedf,
2838 	//C     #define GDK_Hangul_J_RieulPhieuf 0xee1
2839 	GDK_Hangul_J_RieulTieut = 0xee0,
2840 	//C     #define GDK_Hangul_J_RieulHieuh 0xee2
2841 	GDK_Hangul_J_RieulPhieuf = 0xee1,
2842 	//C     #define GDK_Hangul_J_Mieum 0xee3
2843 	GDK_Hangul_J_RieulHieuh = 0xee2,
2844 	//C     #define GDK_Hangul_J_Pieub 0xee4
2845 	GDK_Hangul_J_Mieum = 0xee3,
2846 	//C     #define GDK_Hangul_J_PieubSios 0xee5
2847 	GDK_Hangul_J_Pieub = 0xee4,
2848 	//C     #define GDK_Hangul_J_Sios 0xee6
2849 	GDK_Hangul_J_PieubSios = 0xee5,
2850 	//C     #define GDK_Hangul_J_SsangSios 0xee7
2851 	GDK_Hangul_J_Sios = 0xee6,
2852 	//C     #define GDK_Hangul_J_Ieung 0xee8
2853 	GDK_Hangul_J_SsangSios = 0xee7,
2854 	//C     #define GDK_Hangul_J_Jieuj 0xee9
2855 	GDK_Hangul_J_Ieung = 0xee8,
2856 	//C     #define GDK_Hangul_J_Cieuc 0xeea
2857 	GDK_Hangul_J_Jieuj = 0xee9,
2858 	//C     #define GDK_Hangul_J_Khieuq 0xeeb
2859 	GDK_Hangul_J_Cieuc = 0xeea,
2860 	//C     #define GDK_Hangul_J_Tieut 0xeec
2861 	GDK_Hangul_J_Khieuq = 0xeeb,
2862 	//C     #define GDK_Hangul_J_Phieuf 0xeed
2863 	GDK_Hangul_J_Tieut = 0xeec,
2864 	//C     #define GDK_Hangul_J_Hieuh 0xeee
2865 	GDK_Hangul_J_Phieuf = 0xeed,
2866 	//C     #define GDK_Hangul_RieulYeorinHieuh 0xeef
2867 	GDK_Hangul_J_Hieuh = 0xeee,
2868 	//C     #define GDK_Hangul_SunkyeongeumMieum 0xef0
2869 	GDK_Hangul_RieulYeorinHieuh = 0xeef,
2870 	//C     #define GDK_Hangul_SunkyeongeumPieub 0xef1
2871 	GDK_Hangul_SunkyeongeumMieum = 0xef0,
2872 	//C     #define GDK_Hangul_PanSios 0xef2
2873 	GDK_Hangul_SunkyeongeumPieub = 0xef1,
2874 	//C     #define GDK_Hangul_KkogjiDalrinIeung 0xef3
2875 	GDK_Hangul_PanSios = 0xef2,
2876 	//C     #define GDK_Hangul_SunkyeongeumPhieuf 0xef4
2877 	GDK_Hangul_KkogjiDalrinIeung = 0xef3,
2878 	//C     #define GDK_Hangul_YeorinHieuh 0xef5
2879 	GDK_Hangul_SunkyeongeumPhieuf = 0xef4,
2880 	//C     #define GDK_Hangul_AraeA 0xef6
2881 	GDK_Hangul_YeorinHieuh = 0xef5,
2882 	//C     #define GDK_Hangul_AraeAE 0xef7
2883 	GDK_Hangul_AraeA = 0xef6,
2884 	//C     #define GDK_Hangul_J_PanSios 0xef8
2885 	GDK_Hangul_AraeAE = 0xef7,
2886 	//C     #define GDK_Hangul_J_KkogjiDalrinIeung 0xef9
2887 	GDK_Hangul_J_PanSios = 0xef8,
2888 	//C     #define GDK_Hangul_J_YeorinHieuh 0xefa
2889 	GDK_Hangul_J_KkogjiDalrinIeung = 0xef9,
2890 	//C     #define GDK_Korean_Won 0xeff
2891 	GDK_Hangul_J_YeorinHieuh = 0xefa,
2892 	//C     #define GDK_Armenian_ligature_ew 0x1000587
2893 	GDK_Korean_Won = 0xeff,
2894 	//C     #define GDK_Armenian_full_stop 0x1000589
2895 	GDK_Armenian_ligature_ew = 0x1000587,
2896 	//C     #define GDK_Armenian_verjaket 0x1000589
2897 	GDK_Armenian_full_stop = 0x1000589,
2898 	//C     #define GDK_Armenian_separation_mark 0x100055d
2899 	GDK_Armenian_verjaket = 0x1000589,
2900 	//C     #define GDK_Armenian_but 0x100055d
2901 	GDK_Armenian_separation_mark = 0x100055d,
2902 	//C     #define GDK_Armenian_hyphen 0x100058a
2903 	GDK_Armenian_but = 0x100055d,
2904 	//C     #define GDK_Armenian_yentamna 0x100058a
2905 	GDK_Armenian_hyphen = 0x100058a,
2906 	//C     #define GDK_Armenian_exclam 0x100055c
2907 	GDK_Armenian_yentamna = 0x100058a,
2908 	//C     #define GDK_Armenian_amanak 0x100055c
2909 	GDK_Armenian_exclam = 0x100055c,
2910 	//C     #define GDK_Armenian_accent 0x100055b
2911 	GDK_Armenian_amanak = 0x100055c,
2912 	//C     #define GDK_Armenian_shesht 0x100055b
2913 	GDK_Armenian_accent = 0x100055b,
2914 	//C     #define GDK_Armenian_question 0x100055e
2915 	GDK_Armenian_shesht = 0x100055b,
2916 	//C     #define GDK_Armenian_paruyk 0x100055e
2917 	GDK_Armenian_question = 0x100055e,
2918 	//C     #define GDK_Armenian_AYB 0x1000531
2919 	GDK_Armenian_paruyk = 0x100055e,
2920 	//C     #define GDK_Armenian_ayb 0x1000561
2921 	GDK_Armenian_AYB = 0x1000531,
2922 	//C     #define GDK_Armenian_BEN 0x1000532
2923 	GDK_Armenian_ayb = 0x1000561,
2924 	//C     #define GDK_Armenian_ben 0x1000562
2925 	GDK_Armenian_BEN = 0x1000532,
2926 	//C     #define GDK_Armenian_GIM 0x1000533
2927 	GDK_Armenian_ben = 0x1000562,
2928 	//C     #define GDK_Armenian_gim 0x1000563
2929 	GDK_Armenian_GIM = 0x1000533,
2930 	//C     #define GDK_Armenian_DA 0x1000534
2931 	GDK_Armenian_gim = 0x1000563,
2932 	//C     #define GDK_Armenian_da 0x1000564
2933 	GDK_Armenian_DA = 0x1000534,
2934 	//C     #define GDK_Armenian_YECH 0x1000535
2935 	GDK_Armenian_da = 0x1000564,
2936 	//C     #define GDK_Armenian_yech 0x1000565
2937 	GDK_Armenian_YECH = 0x1000535,
2938 	//C     #define GDK_Armenian_ZA 0x1000536
2939 	GDK_Armenian_yech = 0x1000565,
2940 	//C     #define GDK_Armenian_za 0x1000566
2941 	GDK_Armenian_ZA = 0x1000536,
2942 	//C     #define GDK_Armenian_E 0x1000537
2943 	GDK_Armenian_za = 0x1000566,
2944 	//C     #define GDK_Armenian_e 0x1000567
2945 	GDK_Armenian_E = 0x1000537,
2946 	//C     #define GDK_Armenian_AT 0x1000538
2947 	GDK_Armenian_e = 0x1000567,
2948 	//C     #define GDK_Armenian_at 0x1000568
2949 	GDK_Armenian_AT = 0x1000538,
2950 	//C     #define GDK_Armenian_TO 0x1000539
2951 	GDK_Armenian_at = 0x1000568,
2952 	//C     #define GDK_Armenian_to 0x1000569
2953 	GDK_Armenian_TO = 0x1000539,
2954 	//C     #define GDK_Armenian_ZHE 0x100053a
2955 	GDK_Armenian_to = 0x1000569,
2956 	//C     #define GDK_Armenian_zhe 0x100056a
2957 	GDK_Armenian_ZHE = 0x100053a,
2958 	//C     #define GDK_Armenian_INI 0x100053b
2959 	GDK_Armenian_zhe = 0x100056a,
2960 	//C     #define GDK_Armenian_ini 0x100056b
2961 	GDK_Armenian_INI = 0x100053b,
2962 	//C     #define GDK_Armenian_LYUN 0x100053c
2963 	GDK_Armenian_ini = 0x100056b,
2964 	//C     #define GDK_Armenian_lyun 0x100056c
2965 	GDK_Armenian_LYUN = 0x100053c,
2966 	//C     #define GDK_Armenian_KHE 0x100053d
2967 	GDK_Armenian_lyun = 0x100056c,
2968 	//C     #define GDK_Armenian_khe 0x100056d
2969 	GDK_Armenian_KHE = 0x100053d,
2970 	//C     #define GDK_Armenian_TSA 0x100053e
2971 	GDK_Armenian_khe = 0x100056d,
2972 	//C     #define GDK_Armenian_tsa 0x100056e
2973 	GDK_Armenian_TSA = 0x100053e,
2974 	//C     #define GDK_Armenian_KEN 0x100053f
2975 	GDK_Armenian_tsa = 0x100056e,
2976 	//C     #define GDK_Armenian_ken 0x100056f
2977 	GDK_Armenian_KEN = 0x100053f,
2978 	//C     #define GDK_Armenian_HO 0x1000540
2979 	GDK_Armenian_ken = 0x100056f,
2980 	//C     #define GDK_Armenian_ho 0x1000570
2981 	GDK_Armenian_HO = 0x1000540,
2982 	//C     #define GDK_Armenian_DZA 0x1000541
2983 	GDK_Armenian_ho = 0x1000570,
2984 	//C     #define GDK_Armenian_dza 0x1000571
2985 	GDK_Armenian_DZA = 0x1000541,
2986 	//C     #define GDK_Armenian_GHAT 0x1000542
2987 	GDK_Armenian_dza = 0x1000571,
2988 	//C     #define GDK_Armenian_ghat 0x1000572
2989 	GDK_Armenian_GHAT = 0x1000542,
2990 	//C     #define GDK_Armenian_TCHE 0x1000543
2991 	GDK_Armenian_ghat = 0x1000572,
2992 	//C     #define GDK_Armenian_tche 0x1000573
2993 	GDK_Armenian_TCHE = 0x1000543,
2994 	//C     #define GDK_Armenian_MEN 0x1000544
2995 	GDK_Armenian_tche = 0x1000573,
2996 	//C     #define GDK_Armenian_men 0x1000574
2997 	GDK_Armenian_MEN = 0x1000544,
2998 	//C     #define GDK_Armenian_HI 0x1000545
2999 	GDK_Armenian_men = 0x1000574,
3000 	//C     #define GDK_Armenian_hi 0x1000575
3001 	GDK_Armenian_HI = 0x1000545,
3002 	//C     #define GDK_Armenian_NU 0x1000546
3003 	GDK_Armenian_hi = 0x1000575,
3004 	//C     #define GDK_Armenian_nu 0x1000576
3005 	GDK_Armenian_NU = 0x1000546,
3006 	//C     #define GDK_Armenian_SHA 0x1000547
3007 	GDK_Armenian_nu = 0x1000576,
3008 	//C     #define GDK_Armenian_sha 0x1000577
3009 	GDK_Armenian_SHA = 0x1000547,
3010 	//C     #define GDK_Armenian_VO 0x1000548
3011 	GDK_Armenian_sha = 0x1000577,
3012 	//C     #define GDK_Armenian_vo 0x1000578
3013 	GDK_Armenian_VO = 0x1000548,
3014 	//C     #define GDK_Armenian_CHA 0x1000549
3015 	GDK_Armenian_vo = 0x1000578,
3016 	//C     #define GDK_Armenian_cha 0x1000579
3017 	GDK_Armenian_CHA = 0x1000549,
3018 	//C     #define GDK_Armenian_PE 0x100054a
3019 	GDK_Armenian_cha = 0x1000579,
3020 	//C     #define GDK_Armenian_pe 0x100057a
3021 	GDK_Armenian_PE = 0x100054a,
3022 	//C     #define GDK_Armenian_JE 0x100054b
3023 	GDK_Armenian_pe = 0x100057a,
3024 	//C     #define GDK_Armenian_je 0x100057b
3025 	GDK_Armenian_JE = 0x100054b,
3026 	//C     #define GDK_Armenian_RA 0x100054c
3027 	GDK_Armenian_je = 0x100057b,
3028 	//C     #define GDK_Armenian_ra 0x100057c
3029 	GDK_Armenian_RA = 0x100054c,
3030 	//C     #define GDK_Armenian_SE 0x100054d
3031 	GDK_Armenian_ra = 0x100057c,
3032 	//C     #define GDK_Armenian_se 0x100057d
3033 	GDK_Armenian_SE = 0x100054d,
3034 	//C     #define GDK_Armenian_VEV 0x100054e
3035 	GDK_Armenian_se = 0x100057d,
3036 	//C     #define GDK_Armenian_vev 0x100057e
3037 	GDK_Armenian_VEV = 0x100054e,
3038 	//C     #define GDK_Armenian_TYUN 0x100054f
3039 	GDK_Armenian_vev = 0x100057e,
3040 	//C     #define GDK_Armenian_tyun 0x100057f
3041 	GDK_Armenian_TYUN = 0x100054f,
3042 	//C     #define GDK_Armenian_RE 0x1000550
3043 	GDK_Armenian_tyun = 0x100057f,
3044 	//C     #define GDK_Armenian_re 0x1000580
3045 	GDK_Armenian_RE = 0x1000550,
3046 	//C     #define GDK_Armenian_TSO 0x1000551
3047 	GDK_Armenian_re = 0x1000580,
3048 	//C     #define GDK_Armenian_tso 0x1000581
3049 	GDK_Armenian_TSO = 0x1000551,
3050 	//C     #define GDK_Armenian_VYUN 0x1000552
3051 	GDK_Armenian_tso = 0x1000581,
3052 	//C     #define GDK_Armenian_vyun 0x1000582
3053 	GDK_Armenian_VYUN = 0x1000552,
3054 	//C     #define GDK_Armenian_PYUR 0x1000553
3055 	GDK_Armenian_vyun = 0x1000582,
3056 	//C     #define GDK_Armenian_pyur 0x1000583
3057 	GDK_Armenian_PYUR = 0x1000553,
3058 	//C     #define GDK_Armenian_KE 0x1000554
3059 	GDK_Armenian_pyur = 0x1000583,
3060 	//C     #define GDK_Armenian_ke 0x1000584
3061 	GDK_Armenian_KE = 0x1000554,
3062 	//C     #define GDK_Armenian_O 0x1000555
3063 	GDK_Armenian_ke = 0x1000584,
3064 	//C     #define GDK_Armenian_o 0x1000585
3065 	GDK_Armenian_O = 0x1000555,
3066 	//C     #define GDK_Armenian_FE 0x1000556
3067 	GDK_Armenian_o = 0x1000585,
3068 	//C     #define GDK_Armenian_fe 0x1000586
3069 	GDK_Armenian_FE = 0x1000556,
3070 	//C     #define GDK_Armenian_apostrophe 0x100055a
3071 	GDK_Armenian_fe = 0x1000586,
3072 	//C     #define GDK_Georgian_an 0x10010d0
3073 	GDK_Armenian_apostrophe = 0x100055a,
3074 	//C     #define GDK_Georgian_ban 0x10010d1
3075 	GDK_Georgian_an = 0x10010d0,
3076 	//C     #define GDK_Georgian_gan 0x10010d2
3077 	GDK_Georgian_ban = 0x10010d1,
3078 	//C     #define GDK_Georgian_don 0x10010d3
3079 	GDK_Georgian_gan = 0x10010d2,
3080 	//C     #define GDK_Georgian_en 0x10010d4
3081 	GDK_Georgian_don = 0x10010d3,
3082 	//C     #define GDK_Georgian_vin 0x10010d5
3083 	GDK_Georgian_en = 0x10010d4,
3084 	//C     #define GDK_Georgian_zen 0x10010d6
3085 	GDK_Georgian_vin = 0x10010d5,
3086 	//C     #define GDK_Georgian_tan 0x10010d7
3087 	GDK_Georgian_zen = 0x10010d6,
3088 	//C     #define GDK_Georgian_in 0x10010d8
3089 	GDK_Georgian_tan = 0x10010d7,
3090 	//C     #define GDK_Georgian_kan 0x10010d9
3091 	GDK_Georgian_in = 0x10010d8,
3092 	//C     #define GDK_Georgian_las 0x10010da
3093 	GDK_Georgian_kan = 0x10010d9,
3094 	//C     #define GDK_Georgian_man 0x10010db
3095 	GDK_Georgian_las = 0x10010da,
3096 	//C     #define GDK_Georgian_nar 0x10010dc
3097 	GDK_Georgian_man = 0x10010db,
3098 	//C     #define GDK_Georgian_on 0x10010dd
3099 	GDK_Georgian_nar = 0x10010dc,
3100 	//C     #define GDK_Georgian_par 0x10010de
3101 	GDK_Georgian_on = 0x10010dd,
3102 	//C     #define GDK_Georgian_zhar 0x10010df
3103 	GDK_Georgian_par = 0x10010de,
3104 	//C     #define GDK_Georgian_rae 0x10010e0
3105 	GDK_Georgian_zhar = 0x10010df,
3106 	//C     #define GDK_Georgian_san 0x10010e1
3107 	GDK_Georgian_rae = 0x10010e0,
3108 	//C     #define GDK_Georgian_tar 0x10010e2
3109 	GDK_Georgian_san = 0x10010e1,
3110 	//C     #define GDK_Georgian_un 0x10010e3
3111 	GDK_Georgian_tar = 0x10010e2,
3112 	//C     #define GDK_Georgian_phar 0x10010e4
3113 	GDK_Georgian_un = 0x10010e3,
3114 	//C     #define GDK_Georgian_khar 0x10010e5
3115 	GDK_Georgian_phar = 0x10010e4,
3116 	//C     #define GDK_Georgian_ghan 0x10010e6
3117 	GDK_Georgian_khar = 0x10010e5,
3118 	//C     #define GDK_Georgian_qar 0x10010e7
3119 	GDK_Georgian_ghan = 0x10010e6,
3120 	//C     #define GDK_Georgian_shin 0x10010e8
3121 	GDK_Georgian_qar = 0x10010e7,
3122 	//C     #define GDK_Georgian_chin 0x10010e9
3123 	GDK_Georgian_shin = 0x10010e8,
3124 	//C     #define GDK_Georgian_can 0x10010ea
3125 	GDK_Georgian_chin = 0x10010e9,
3126 	//C     #define GDK_Georgian_jil 0x10010eb
3127 	GDK_Georgian_can = 0x10010ea,
3128 	//C     #define GDK_Georgian_cil 0x10010ec
3129 	GDK_Georgian_jil = 0x10010eb,
3130 	//C     #define GDK_Georgian_char 0x10010ed
3131 	GDK_Georgian_cil = 0x10010ec,
3132 	//C     #define GDK_Georgian_xan 0x10010ee
3133 	GDK_Georgian_char = 0x10010ed,
3134 	//C     #define GDK_Georgian_jhan 0x10010ef
3135 	GDK_Georgian_xan = 0x10010ee,
3136 	//C     #define GDK_Georgian_hae 0x10010f0
3137 	GDK_Georgian_jhan = 0x10010ef,
3138 	//C     #define GDK_Georgian_he 0x10010f1
3139 	GDK_Georgian_hae = 0x10010f0,
3140 	//C     #define GDK_Georgian_hie 0x10010f2
3141 	GDK_Georgian_he = 0x10010f1,
3142 	//C     #define GDK_Georgian_we 0x10010f3
3143 	GDK_Georgian_hie = 0x10010f2,
3144 	//C     #define GDK_Georgian_har 0x10010f4
3145 	GDK_Georgian_we = 0x10010f3,
3146 	//C     #define GDK_Georgian_hoe 0x10010f5
3147 	GDK_Georgian_har = 0x10010f4,
3148 	//C     #define GDK_Georgian_fi 0x10010f6
3149 	GDK_Georgian_hoe = 0x10010f5,
3150 	//C     #define GDK_Xabovedot 0x1001e8a
3151 	GDK_Georgian_fi = 0x10010f6,
3152 	//C     #define GDK_Ibreve 0x100012c
3153 	GDK_Xabovedot = 0x1001e8a,
3154 	//C     #define GDK_Zstroke 0x10001b5
3155 	GDK_Ibreve = 0x100012c,
3156 	//C     #define GDK_Gcaron 0x10001e6
3157 	GDK_Zstroke = 0x10001b5,
3158 	//C     #define GDK_Ocaron 0x10001d1
3159 	GDK_Gcaron = 0x10001e6,
3160 	//C     #define GDK_Obarred 0x100019f
3161 	GDK_Ocaron = 0x10001d1,
3162 	//C     #define GDK_xabovedot 0x1001e8b
3163 	GDK_Obarred = 0x100019f,
3164 	//C     #define GDK_ibreve 0x100012d
3165 	GDK_xabovedot = 0x1001e8b,
3166 	//C     #define GDK_zstroke 0x10001b6
3167 	GDK_ibreve = 0x100012d,
3168 	//C     #define GDK_gcaron 0x10001e7
3169 	GDK_zstroke = 0x10001b6,
3170 	//C     #define GDK_ocaron 0x10001d2
3171 	GDK_gcaron = 0x10001e7,
3172 	//C     #define GDK_obarred 0x1000275
3173 	GDK_ocaron = 0x10001d2,
3174 	//C     #define GDK_SCHWA 0x100018f
3175 	GDK_obarred = 0x1000275,
3176 	//C     #define GDK_schwa 0x1000259
3177 	GDK_SCHWA = 0x100018f,
3178 	//C     #define GDK_Lbelowdot 0x1001e36
3179 	GDK_schwa = 0x1000259,
3180 	//C     #define GDK_lbelowdot 0x1001e37
3181 	GDK_Lbelowdot = 0x1001e36,
3182 	//C     #define GDK_Abelowdot 0x1001ea0
3183 	GDK_lbelowdot = 0x1001e37,
3184 	//C     #define GDK_abelowdot 0x1001ea1
3185 	GDK_Abelowdot = 0x1001ea0,
3186 	//C     #define GDK_Ahook 0x1001ea2
3187 	GDK_abelowdot = 0x1001ea1,
3188 	//C     #define GDK_ahook 0x1001ea3
3189 	GDK_Ahook = 0x1001ea2,
3190 	//C     #define GDK_Acircumflexacute 0x1001ea4
3191 	GDK_ahook = 0x1001ea3,
3192 	//C     #define GDK_acircumflexacute 0x1001ea5
3193 	GDK_Acircumflexacute = 0x1001ea4,
3194 	//C     #define GDK_Acircumflexgrave 0x1001ea6
3195 	GDK_acircumflexacute = 0x1001ea5,
3196 	//C     #define GDK_acircumflexgrave 0x1001ea7
3197 	GDK_Acircumflexgrave = 0x1001ea6,
3198 	//C     #define GDK_Acircumflexhook 0x1001ea8
3199 	GDK_acircumflexgrave = 0x1001ea7,
3200 	//C     #define GDK_acircumflexhook 0x1001ea9
3201 	GDK_Acircumflexhook = 0x1001ea8,
3202 	//C     #define GDK_Acircumflextilde 0x1001eaa
3203 	GDK_acircumflexhook = 0x1001ea9,
3204 	//C     #define GDK_acircumflextilde 0x1001eab
3205 	GDK_Acircumflextilde = 0x1001eaa,
3206 	//C     #define GDK_Acircumflexbelowdot 0x1001eac
3207 	GDK_acircumflextilde = 0x1001eab,
3208 	//C     #define GDK_acircumflexbelowdot 0x1001ead
3209 	GDK_Acircumflexbelowdot = 0x1001eac,
3210 	//C     #define GDK_Abreveacute 0x1001eae
3211 	GDK_acircumflexbelowdot = 0x1001ead,
3212 	//C     #define GDK_abreveacute 0x1001eaf
3213 	GDK_Abreveacute = 0x1001eae,
3214 	//C     #define GDK_Abrevegrave 0x1001eb0
3215 	GDK_abreveacute = 0x1001eaf,
3216 	//C     #define GDK_abrevegrave 0x1001eb1
3217 	GDK_Abrevegrave = 0x1001eb0,
3218 	//C     #define GDK_Abrevehook 0x1001eb2
3219 	GDK_abrevegrave = 0x1001eb1,
3220 	//C     #define GDK_abrevehook 0x1001eb3
3221 	GDK_Abrevehook = 0x1001eb2,
3222 	//C     #define GDK_Abrevetilde 0x1001eb4
3223 	GDK_abrevehook = 0x1001eb3,
3224 	//C     #define GDK_abrevetilde 0x1001eb5
3225 	GDK_Abrevetilde = 0x1001eb4,
3226 	//C     #define GDK_Abrevebelowdot 0x1001eb6
3227 	GDK_abrevetilde = 0x1001eb5,
3228 	//C     #define GDK_abrevebelowdot 0x1001eb7
3229 	GDK_Abrevebelowdot = 0x1001eb6,
3230 	//C     #define GDK_Ebelowdot 0x1001eb8
3231 	GDK_abrevebelowdot = 0x1001eb7,
3232 	//C     #define GDK_ebelowdot 0x1001eb9
3233 	GDK_Ebelowdot = 0x1001eb8,
3234 	//C     #define GDK_Ehook 0x1001eba
3235 	GDK_ebelowdot = 0x1001eb9,
3236 	//C     #define GDK_ehook 0x1001ebb
3237 	GDK_Ehook = 0x1001eba,
3238 	//C     #define GDK_Etilde 0x1001ebc
3239 	GDK_ehook = 0x1001ebb,
3240 	//C     #define GDK_etilde 0x1001ebd
3241 	GDK_Etilde = 0x1001ebc,
3242 	//C     #define GDK_Ecircumflexacute 0x1001ebe
3243 	GDK_etilde = 0x1001ebd,
3244 	//C     #define GDK_ecircumflexacute 0x1001ebf
3245 	GDK_Ecircumflexacute = 0x1001ebe,
3246 	//C     #define GDK_Ecircumflexgrave 0x1001ec0
3247 	GDK_ecircumflexacute = 0x1001ebf,
3248 	//C     #define GDK_ecircumflexgrave 0x1001ec1
3249 	GDK_Ecircumflexgrave = 0x1001ec0,
3250 	//C     #define GDK_Ecircumflexhook 0x1001ec2
3251 	GDK_ecircumflexgrave = 0x1001ec1,
3252 	//C     #define GDK_ecircumflexhook 0x1001ec3
3253 	GDK_Ecircumflexhook = 0x1001ec2,
3254 	//C     #define GDK_Ecircumflextilde 0x1001ec4
3255 	GDK_ecircumflexhook = 0x1001ec3,
3256 	//C     #define GDK_ecircumflextilde 0x1001ec5
3257 	GDK_Ecircumflextilde = 0x1001ec4,
3258 	//C     #define GDK_Ecircumflexbelowdot 0x1001ec6
3259 	GDK_ecircumflextilde = 0x1001ec5,
3260 	//C     #define GDK_ecircumflexbelowdot 0x1001ec7
3261 	GDK_Ecircumflexbelowdot = 0x1001ec6,
3262 	//C     #define GDK_Ihook 0x1001ec8
3263 	GDK_ecircumflexbelowdot = 0x1001ec7,
3264 	//C     #define GDK_ihook 0x1001ec9
3265 	GDK_Ihook = 0x1001ec8,
3266 	//C     #define GDK_Ibelowdot 0x1001eca
3267 	GDK_ihook = 0x1001ec9,
3268 	//C     #define GDK_ibelowdot 0x1001ecb
3269 	GDK_Ibelowdot = 0x1001eca,
3270 	//C     #define GDK_Obelowdot 0x1001ecc
3271 	GDK_ibelowdot = 0x1001ecb,
3272 	//C     #define GDK_obelowdot 0x1001ecd
3273 	GDK_Obelowdot = 0x1001ecc,
3274 	//C     #define GDK_Ohook 0x1001ece
3275 	GDK_obelowdot = 0x1001ecd,
3276 	//C     #define GDK_ohook 0x1001ecf
3277 	GDK_Ohook = 0x1001ece,
3278 	//C     #define GDK_Ocircumflexacute 0x1001ed0
3279 	GDK_ohook = 0x1001ecf,
3280 	//C     #define GDK_ocircumflexacute 0x1001ed1
3281 	GDK_Ocircumflexacute = 0x1001ed0,
3282 	//C     #define GDK_Ocircumflexgrave 0x1001ed2
3283 	GDK_ocircumflexacute = 0x1001ed1,
3284 	//C     #define GDK_ocircumflexgrave 0x1001ed3
3285 	GDK_Ocircumflexgrave = 0x1001ed2,
3286 	//C     #define GDK_Ocircumflexhook 0x1001ed4
3287 	GDK_ocircumflexgrave = 0x1001ed3,
3288 	//C     #define GDK_ocircumflexhook 0x1001ed5
3289 	GDK_Ocircumflexhook = 0x1001ed4,
3290 	//C     #define GDK_Ocircumflextilde 0x1001ed6
3291 	GDK_ocircumflexhook = 0x1001ed5,
3292 	//C     #define GDK_ocircumflextilde 0x1001ed7
3293 	GDK_Ocircumflextilde = 0x1001ed6,
3294 	//C     #define GDK_Ocircumflexbelowdot 0x1001ed8
3295 	GDK_ocircumflextilde = 0x1001ed7,
3296 	//C     #define GDK_ocircumflexbelowdot 0x1001ed9
3297 	GDK_Ocircumflexbelowdot = 0x1001ed8,
3298 	//C     #define GDK_Ohornacute 0x1001eda
3299 	GDK_ocircumflexbelowdot = 0x1001ed9,
3300 	//C     #define GDK_ohornacute 0x1001edb
3301 	GDK_Ohornacute = 0x1001eda,
3302 	//C     #define GDK_Ohorngrave 0x1001edc
3303 	GDK_ohornacute = 0x1001edb,
3304 	//C     #define GDK_ohorngrave 0x1001edd
3305 	GDK_Ohorngrave = 0x1001edc,
3306 	//C     #define GDK_Ohornhook 0x1001ede
3307 	GDK_ohorngrave = 0x1001edd,
3308 	//C     #define GDK_ohornhook 0x1001edf
3309 	GDK_Ohornhook = 0x1001ede,
3310 	//C     #define GDK_Ohorntilde 0x1001ee0
3311 	GDK_ohornhook = 0x1001edf,
3312 	//C     #define GDK_ohorntilde 0x1001ee1
3313 	GDK_Ohorntilde = 0x1001ee0,
3314 	//C     #define GDK_Ohornbelowdot 0x1001ee2
3315 	GDK_ohorntilde = 0x1001ee1,
3316 	//C     #define GDK_ohornbelowdot 0x1001ee3
3317 	GDK_Ohornbelowdot = 0x1001ee2,
3318 	//C     #define GDK_Ubelowdot 0x1001ee4
3319 	GDK_ohornbelowdot = 0x1001ee3,
3320 	//C     #define GDK_ubelowdot 0x1001ee5
3321 	GDK_Ubelowdot = 0x1001ee4,
3322 	//C     #define GDK_Uhook 0x1001ee6
3323 	GDK_ubelowdot = 0x1001ee5,
3324 	//C     #define GDK_uhook 0x1001ee7
3325 	GDK_Uhook = 0x1001ee6,
3326 	//C     #define GDK_Uhornacute 0x1001ee8
3327 	GDK_uhook = 0x1001ee7,
3328 	//C     #define GDK_uhornacute 0x1001ee9
3329 	GDK_Uhornacute = 0x1001ee8,
3330 	//C     #define GDK_Uhorngrave 0x1001eea
3331 	GDK_uhornacute = 0x1001ee9,
3332 	//C     #define GDK_uhorngrave 0x1001eeb
3333 	GDK_Uhorngrave = 0x1001eea,
3334 	//C     #define GDK_Uhornhook 0x1001eec
3335 	GDK_uhorngrave = 0x1001eeb,
3336 	//C     #define GDK_uhornhook 0x1001eed
3337 	GDK_Uhornhook = 0x1001eec,
3338 	//C     #define GDK_Uhorntilde 0x1001eee
3339 	GDK_uhornhook = 0x1001eed,
3340 	//C     #define GDK_uhorntilde 0x1001eef
3341 	GDK_Uhorntilde = 0x1001eee,
3342 	//C     #define GDK_Uhornbelowdot 0x1001ef0
3343 	GDK_uhorntilde = 0x1001eef,
3344 	//C     #define GDK_uhornbelowdot 0x1001ef1
3345 	GDK_Uhornbelowdot = 0x1001ef0,
3346 	//C     #define GDK_Ybelowdot 0x1001ef4
3347 	GDK_uhornbelowdot = 0x1001ef1,
3348 	//C     #define GDK_ybelowdot 0x1001ef5
3349 	GDK_Ybelowdot = 0x1001ef4,
3350 	//C     #define GDK_Yhook 0x1001ef6
3351 	GDK_ybelowdot = 0x1001ef5,
3352 	//C     #define GDK_yhook 0x1001ef7
3353 	GDK_Yhook = 0x1001ef6,
3354 	//C     #define GDK_Ytilde 0x1001ef8
3355 	GDK_yhook = 0x1001ef7,
3356 	//C     #define GDK_ytilde 0x1001ef9
3357 	GDK_Ytilde = 0x1001ef8,
3358 	//C     #define GDK_Ohorn 0x10001a0
3359 	GDK_ytilde = 0x1001ef9,
3360 	//C     #define GDK_ohorn 0x10001a1
3361 	GDK_Ohorn = 0x10001a0,
3362 	//C     #define GDK_Uhorn 0x10001af
3363 	GDK_ohorn = 0x10001a1,
3364 	//C     #define GDK_uhorn 0x10001b0
3365 	GDK_Uhorn = 0x10001af,
3366 	//C     #define GDK_EcuSign 0x10020a0
3367 	GDK_uhorn = 0x10001b0,
3368 	//C     #define GDK_ColonSign 0x10020a1
3369 	GDK_EcuSign = 0x10020a0,
3370 	//C     #define GDK_CruzeiroSign 0x10020a2
3371 	GDK_ColonSign = 0x10020a1,
3372 	//C     #define GDK_FFrancSign 0x10020a3
3373 	GDK_CruzeiroSign = 0x10020a2,
3374 	//C     #define GDK_LiraSign 0x10020a4
3375 	GDK_FFrancSign = 0x10020a3,
3376 	//C     #define GDK_MillSign 0x10020a5
3377 	GDK_LiraSign = 0x10020a4,
3378 	//C     #define GDK_NairaSign 0x10020a6
3379 	GDK_MillSign = 0x10020a5,
3380 	//C     #define GDK_PesetaSign 0x10020a7
3381 	GDK_NairaSign = 0x10020a6,
3382 	//C     #define GDK_RupeeSign 0x10020a8
3383 	GDK_PesetaSign = 0x10020a7,
3384 	//C     #define GDK_WonSign 0x10020a9
3385 	GDK_RupeeSign = 0x10020a8,
3386 	//C     #define GDK_NewSheqelSign 0x10020aa
3387 	GDK_WonSign = 0x10020a9,
3388 	//C     #define GDK_DongSign 0x10020ab
3389 	GDK_NewSheqelSign = 0x10020aa,
3390 	//C     #define GDK_EuroSign 0x20ac
3391 	GDK_DongSign = 0x10020ab,
3392 	//C     #define GDK_zerosuperior 0x1002070
3393 	GDK_EuroSign = 0x20ac,
3394 	//C     #define GDK_foursuperior 0x1002074
3395 	GDK_zerosuperior = 0x1002070,
3396 	//C     #define GDK_fivesuperior 0x1002075
3397 	GDK_foursuperior = 0x1002074,
3398 	//C     #define GDK_sixsuperior 0x1002076
3399 	GDK_fivesuperior = 0x1002075,
3400 	//C     #define GDK_sevensuperior 0x1002077
3401 	GDK_sixsuperior = 0x1002076,
3402 	//C     #define GDK_eightsuperior 0x1002078
3403 	GDK_sevensuperior = 0x1002077,
3404 	//C     #define GDK_ninesuperior 0x1002079
3405 	GDK_eightsuperior = 0x1002078,
3406 	//C     #define GDK_zerosubscript 0x1002080
3407 	GDK_ninesuperior = 0x1002079,
3408 	//C     #define GDK_onesubscript 0x1002081
3409 	GDK_zerosubscript = 0x1002080,
3410 	//C     #define GDK_twosubscript 0x1002082
3411 	GDK_onesubscript = 0x1002081,
3412 	//C     #define GDK_threesubscript 0x1002083
3413 	GDK_twosubscript = 0x1002082,
3414 	//C     #define GDK_foursubscript 0x1002084
3415 	GDK_threesubscript = 0x1002083,
3416 	//C     #define GDK_fivesubscript 0x1002085
3417 	GDK_foursubscript = 0x1002084,
3418 	//C     #define GDK_sixsubscript 0x1002086
3419 	GDK_fivesubscript = 0x1002085,
3420 	//C     #define GDK_sevensubscript 0x1002087
3421 	GDK_sixsubscript = 0x1002086,
3422 	//C     #define GDK_eightsubscript 0x1002088
3423 	GDK_sevensubscript = 0x1002087,
3424 	//C     #define GDK_ninesubscript 0x1002089
3425 	GDK_eightsubscript = 0x1002088,
3426 	//C     #define GDK_partdifferential 0x1002202
3427 	GDK_ninesubscript = 0x1002089,
3428 	//C     #define GDK_emptyset 0x1002205
3429 	GDK_partdifferential = 0x1002202,
3430 	//C     #define GDK_elementof 0x1002208
3431 	GDK_emptyset = 0x1002205,
3432 	//C     #define GDK_notelementof 0x1002209
3433 	GDK_elementof = 0x1002208,
3434 	//C     #define GDK_containsas 0x100220b
3435 	GDK_notelementof = 0x1002209,
3436 	//C     #define GDK_squareroot 0x100221a
3437 	GDK_containsas = 0x100220b,
3438 	//C     #define GDK_cuberoot 0x100221b
3439 	GDK_squareroot = 0x100221a,
3440 	//C     #define GDK_fourthroot 0x100221c
3441 	GDK_cuberoot = 0x100221b,
3442 	//C     #define GDK_dintegral 0x100222c
3443 	GDK_fourthroot = 0x100221c,
3444 	//C     #define GDK_tintegral 0x100222d
3445 	GDK_dintegral = 0x100222c,
3446 	//C     #define GDK_because 0x1002235
3447 	GDK_tintegral = 0x100222d,
3448 	//C     #define GDK_approxeq 0x1002248
3449 	GDK_because = 0x1002235,
3450 	//C     #define GDK_notapproxeq 0x1002247
3451 	GDK_approxeq = 0x1002248,
3452 	//C     #define GDK_notidentical 0x1002262
3453 	GDK_notapproxeq = 0x1002247,
3454 	//C     #define GDK_stricteq 0x1002263
3455 	GDK_notidentical = 0x1002262,
3456 
3457 	GDK_stricteq = 0x1002263
3458 	//C     #endif /* __GDK_KEYSYMS_H__ */
3459 }