Searched refs:KEY_J (Results 1 – 13 of 13) sorted by relevance
22 KEY_J, // The J key enumerator
71 case KEY_J: in KeyName()
206 KEY_J, in default_keyboard_events()
73 pub const KEY_J: u16 = 36; constant
63 #define KEY_J 36 macro
111 #define KEY_J 36 macro
186 return KEY_J; in X11CodeToKey()
72 [KEY_J] = "J", [KEY_K] = "K",
258 #if defined(KEY_J) || (defined(HAVE_DECL_KEY_J) && HAVE_DECL_KEY_J)260 static_assert((KEY_J) == (36), "KEY_J != 36");263 # define KEY_J 363881 [KEY_J] = XLAT(KEY_J),
39 KEY_J 36
229 KEY_J = 36 variable
188 return KEY_J; in VirtualKeyCodeToKey()
328 return KEY_J;