Searched refs:KEY_DOT (Results 1 – 7 of 7) sorted by relevance
273 case 0x002E: scancode = KEY_DOT; break; in keysym2scancode()274 case 0x003E: scancode = KEY_DOT; break; in keysym2scancode()
517 $KEY_DOT = 52;858 $key_lookup{XK_period} = $KEY_DOT;859 $key_lookup{XK_greater} = $KEY_DOT;
635 $KEY_DOT = 52;976 $key_lookup{XK_period} = $KEY_DOT;977 $key_lookup{XK_greater} = $KEY_DOT;
53 KEY_DOT
160 #if defined(KEY_DOT) || (defined(HAVE_DECL_KEY_DOT) && HAVE_DECL_KEY_DOT)161 XLAT(KEY_DOT),
1376 case XK_period: return KEY_DOT; in lookup_code()1377 case XK_greater: return KEY_DOT; in lookup_code()1549 XK_period KEY_DOT1550 -XK_greater KEY_DOT
266 #define KEY_DOT 52 macro