XKeysymToKeycode(3X) XLIB FUNCTIONS XKeysymToKeycode(3X)
NAME
XKeysymToKeycode - 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 XKeysymToKeycode. If the specified KeySym is not defined for any KeyCode,
XKeysymToKeycode returns zero.
SEE ALSO
XStringToKeysym(3X), XKeysymToString(3X), XKeycodeToKeysym(3X), XConvertCase(3X)
X Version 11 Release 6 XKeysymToKeycode(3X)