Searched refs:XK_b (Results 1 – 10 of 10) sorted by relevance
150 case XK_b: in on_key_press()
246 XK_b, 11, /* b */
1368 case XK_b: return KEY_B; in lookup_code()1544 XK_b KEY_B
750 XK_b, 11, /* b */
638 if (keysym == XK_b) { in v4l_key_command()
465 if (!strcmp(s, "b")) return XK_b; in XStringToKeysym()1826 if (k == XK_b) return "b"; in XKeysymToString()
555 #define XK_b 0x062 macro
850 $key_lookup{XK_b} = $KEY_B;
968 $key_lookup{XK_b} = $KEY_B;
6090 + } else if (ks == XK_b || ks == XK_B) {