Searched refs:XK_KP_Insert (Results 1 – 2 of 2) sorted by relevance
219 #define XK_KP_Insert 0xFF9E macro
168 if (!strcmp(s, "KP_Insert")) return XK_KP_Insert; in XStringToKeysym()1529 if (k == XK_KP_Insert) return "KP_Insert"; in XKeysymToString()