Searched refs:keySymbols (Results 1 – 1 of 1) sorted by relevance
25 KeySym *keySymbols; in X11CodeToKey() local26 keySymbols = XGetKeyboardMapping(display, scancode, 1, &temp); in X11CodeToKey()28 unsigned int keySymbol = keySymbols[0]; in X11CodeToKey()29 XFree(keySymbols); in X11CodeToKey()