2 --exact same ones used by SDL
3 --except number keys have an underscore before them
48 --/* Skip uppercase letters */
83 --/* End of ASCII mapped keysyms */
85 --/* International keyboard syms */
86 Keys
.WORLD_0
= 160 --/* 0xA0 */
181 Keys
.WORLD_95
= 255 --/* 0xFF */
183 --/* Numeric keypad */
196 Keys
.KP_MULTIPLY
= 268
202 --/* Arrows + Home/End pad */
213 --/* Function keys */
230 --/* Key state modifier keys */
242 Keys
.LSUPER
= 311 --/* Left "Windows" key */
243 Keys
.RSUPER
= 312 --/* Right "Windows" key */
244 Keys
.MODE
= 313 --/* "Alt Gr" key */
245 Keys
.COMPOSE
= 314 --/* Multi-key compose key */
247 --/* Miscellaneous function keys */
253 Keys
.POWER
= 320 --/* Power Macintosh power key */
254 Keys
.EURO
= 321 --/* Some european keyboards */
255 Keys
.UNDO
= 322 --/* Atari keyboard has Undo */