XKeysymToKeycode(3X) XLIB FUNCTIONS XKeysymToKeycode(3X)NAMEXKeysymToKeycode - convert keysyms
SYNTAX
KeyCode XKeysymToKeycode(display, keysym)
Display *display;
KeySym keysym;
ARGUMENTS
display Specifies the connection to the X server.
keysym Specifies the KeySym that is to be searched for or converted.
DESCRIPTION
To obtain a KeyCode for a key having a specific KeySym, use XKeysymToK‐
eycode. If the specified KeySym is not defined for any KeyCode,
XKeysymToKeycode returns zero.
SEE ALSOXStringToKeysym(3X), XKeysymToString(3X), XKeycodeToKeysym(3X), XCon‐
vertCase(3X)X Version 11 Release 6 XKeysymToKeycode(3X)