2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
7 static const __attribute__((section(".text"))) struct _keytable
28 {K_F11
, 0x66 }, /* LAMIGA. F11 rawkey code would be 4B */
29 {K_F12
, 0x67 }, /* RAMIGA. F12 rawkey code would be 6F*/
31 /* {K_Sys_Req, ??? }, */
32 /* {K_Scroll_Lock, ???? }, */
65 {K_KP_Multiply
, 0x5c },
83 {K_KP_Decimal
, 0x3c },
108 {K_Semicolon
, 0x29 },
110 {K_BackSlash
, 0x2b },
112 {K_LessGreater
, 0x30 },
135 {K_LMeta
, 0x66 }, /* Left Win key = LAmi */
136 {K_RMeta
, 0x67 }, /* Right Win key = RAmi */
137 /* [K_Menu, ???? }, */
142 {K_ResetRequest
,0x78 },