5 static name2keysym_t name2keysym
[]={
10 { "numbersign", 0x023},
13 { "ampersand", 0x026},
14 { "apostrophe", 0x027},
15 { "parenleft", 0x028},
16 { "parenright", 0x029},
34 { "semicolon", 0x03b},
66 { "bracketleft", 0x05b},
67 { "backslash", 0x05c},
68 { "bracketright", 0x05d},
69 { "asciicircum", 0x05e},
70 { "underscore", 0x05f},
98 { "braceleft", 0x07b},
100 { "braceright", 0x07d},
101 { "asciitilde", 0x07e},
103 /* latin 1 extensions */
104 { "nobreakspace", 0x0a0},
105 { "exclamdown", 0x0a1},
107 { "sterling", 0x0a3},
108 { "currency", 0x0a4},
110 { "brokenbar", 0x0a6},
112 { "diaeresis", 0x0a8},
113 { "copyright", 0x0a9},
114 { "ordfeminine", 0x0aa},
115 { "guillemotleft", 0x0ab},
118 { "registered", 0x0ae},
121 { "plusminus", 0x0b1},
122 { "twosuperior", 0x0b2},
123 { "threesuperior", 0x0b3},
126 { "paragraph", 0x0b6},
127 { "periodcentered", 0x0b7},
129 { "onesuperior", 0x0b9},
130 { "masculine", 0x0ba},
131 { "guillemotright", 0x0bb},
132 { "onequarter", 0x0bc},
134 { "threequarters", 0x0be},
135 { "questiondown", 0x0bf},
138 { "Acircumflex", 0x0c2},
140 { "Adiaeresis", 0x0c4},
143 { "Ccedilla", 0x0c7},
146 { "Ecircumflex", 0x0ca},
147 { "Ediaeresis", 0x0cb},
150 { "Icircumflex", 0x0ce},
151 { "Idiaeresis", 0x0cf},
157 { "Ocircumflex", 0x0d4},
159 { "Odiaeresis", 0x0d6},
160 { "multiply", 0x0d7},
161 { "Ooblique", 0x0d8},
165 { "Ucircumflex", 0x0db},
166 { "Udiaeresis", 0x0dc},
173 { "acircumflex", 0x0e2},
175 { "adiaeresis", 0x0e4},
178 { "ccedilla", 0x0e7},
181 { "ecircumflex", 0x0ea},
182 { "ediaeresis", 0x0eb},
185 { "icircumflex", 0x0ee},
186 { "idiaeresis", 0x0ef},
191 { "ocircumflex", 0x0f4},
193 { "odiaeresis", 0x0f6},
194 { "division", 0x0f7},
196 { "ooblique", 0x0f8},
199 { "ucircumflex", 0x0fb},
200 { "udiaeresis", 0x0fc},
203 { "ydiaeresis", 0x0ff},
204 {"EuroSign", SDLK_EURO
},
207 {"Control_L", SDLK_LCTRL
},
208 {"Control_R", SDLK_RCTRL
},
209 {"Alt_L", SDLK_LALT
},
210 {"Alt_R", SDLK_RALT
},
211 {"Caps_Lock", SDLK_CAPSLOCK
},
212 {"Meta_L", SDLK_LMETA
},
213 {"Meta_R", SDLK_RMETA
},
214 {"Shift_L", SDLK_LSHIFT
},
215 {"Shift_R", SDLK_RSHIFT
},
216 {"Super_L", SDLK_LSUPER
},
217 {"Super_R", SDLK_RSUPER
},
220 {"BackSpace", SDLK_BACKSPACE
},
222 {"Return", SDLK_RETURN
},
223 {"Right", SDLK_RIGHT
},
227 {"Page_Down", SDLK_PAGEDOWN
},
228 {"Page_Up", SDLK_PAGEUP
},
229 {"Insert", SDLK_INSERT
},
230 {"Delete", SDLK_DELETE
},
233 {"Scroll_Lock", SDLK_SCROLLOCK
},
249 {"Sys_Req", SDLK_SYSREQ
},
260 {"KP_Add", SDLK_KP_PLUS
},
261 {"KP_Decimal", SDLK_KP_PERIOD
},
262 {"KP_Divide", SDLK_KP_DIVIDE
},
263 {"KP_Enter", SDLK_KP_ENTER
},
264 {"KP_Equal", SDLK_KP_EQUALS
},
265 {"KP_Multiply", SDLK_KP_MULTIPLY
},
266 {"KP_Subtract", SDLK_KP_MINUS
},
269 {"Power", SDLK_POWER
},
270 {"Print", SDLK_PRINT
},
271 {"Mode_switch", SDLK_MODE
},
272 {"Multi_Key", SDLK_COMPOSE
},
273 {"Num_Lock", SDLK_NUMLOCK
},
274 {"Pause", SDLK_PAUSE
},
275 {"Escape", SDLK_ESCAPE
},