Searched refs:KEY_U (Results 1 – 13 of 13) sorted by relevance
33 KEY_U, // The U key enumerator
93 case KEY_U: in KeyName()
192 KEY_U, in default_keyboard_events()
59 pub const KEY_U: u16 = 22; constant
49 #define KEY_U 22 macro
97 #define KEY_U 22 macro
208 return KEY_U; in X11CodeToKey()
65 [KEY_U] = "U", [KEY_I] = "I",
160 #if defined(KEY_U) || (defined(HAVE_DECL_KEY_U) && HAVE_DECL_KEY_U)162 static_assert((KEY_U) == (22), "KEY_U != 22");165 # define KEY_U 223867 [KEY_U] = XLAT(KEY_U),
25 KEY_U 22
215 KEY_U = 22 variable
168 return KEY_U; in VirtualKeyCodeToKey()
350 return KEY_U;