Searched refs:KEY_S (Results 1 – 14 of 14) sorted by relevance
31 KEY_S, // The S key enumerator
89 case KEY_S: in KeyName()
89 case KEY_S: in main()
201 KEY_S, in default_keyboard_events()
68 pub const KEY_S: u16 = 31; constant
58 #define KEY_S 31 macro
106 #define KEY_S 31 macro
204 return KEY_S; in X11CodeToKey()
69 [KEY_A] = "A", [KEY_S] = "S",
223 #if defined(KEY_S) || (defined(HAVE_DECL_KEY_S) && HAVE_DECL_KEY_S)225 static_assert((KEY_S) == (31), "KEY_S != 31");228 # define KEY_S 313876 [KEY_S] = XLAT(KEY_S),
34 KEY_S 31
224 KEY_S = 31 variable
178 return KEY_S; in VirtualKeyCodeToKey()
346 return KEY_S;