Searched refs:KEY_Y (Results 1 – 13 of 13) sorted by relevance
37 KEY_Y, // The Y key enumerator
101 case KEY_Y: in KeyName()
191 KEY_Y, in default_keyboard_events()
58 pub const KEY_Y: u16 = 21; constant
48 #define KEY_Y 21 macro
96 #define KEY_Y 21 macro
216 return KEY_Y; in X11CodeToKey()
64 [KEY_T] = "T", [KEY_Y] = "Y",
153 #if defined(KEY_Y) || (defined(HAVE_DECL_KEY_Y) && HAVE_DECL_KEY_Y)155 static_assert((KEY_Y) == (21), "KEY_Y != 21");158 # define KEY_Y 213866 [KEY_Y] = XLAT(KEY_Y),
24 KEY_Y 21
214 KEY_Y = 21 variable
166 return KEY_Y; in VirtualKeyCodeToKey()
358 return KEY_Y;