Searched refs:KEY_M (Results 1 – 14 of 14) sorted by relevance
25 KEY_M, // The M key enumerator
77 case KEY_M: in KeyName()
36 uinput.KEY_M,
220 KEY_M, in default_keyboard_events()
87 pub const KEY_M: u16 = 50; constant
77 #define KEY_M 50 macro
125 #define KEY_M 50 macro
192 return KEY_M; in X11CodeToKey()
79 [KEY_M] = "M", [KEY_COMMA] = "Comma",
356 #if defined(KEY_M) || (defined(HAVE_DECL_KEY_M) && HAVE_DECL_KEY_M)358 static_assert((KEY_M) == (50), "KEY_M != 50");361 # define KEY_M 503895 [KEY_M] = XLAT(KEY_M),
53 KEY_M 50
243 KEY_M = 50 variable
194 return KEY_M; in VirtualKeyCodeToKey()
334 return KEY_M;