Query: xkeycodetokeysym
OS: hpux
Section: 3x11
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XKeycodeToKeysym(3X11) XLIB FUNCTIONS XKeycodeToKeysym(3X11)NAMEXKeycodeToKeysym - convert keysymsSYNTAXKeySym XKeycodeToKeysym(display, keycode, index) Display *display; KeyCode keycode; int index;ARGUMENTSdisplay Specifies the connection to the X server. keycode Specifies the KeyCode. index Specifies the element of KeyCode vector.DESCRIPTIONTo obtain a KeySym for a specific KeyCode, use XKeycodeToKeysym. The XKeycodeToKeysym function uses internal Xlib tables and returns the KeySym defined for the specified KeyCode and the element of the KeyCode vector. If no symbol is defined, XKeycodeToKeysym returns NoSymbol.SEE ALSOXStringToKeysym(3X), XKeysymToSting(3X), XKeysymToKeycode(3X) X Version 11 Release 6 XKeycodeToKeysym(3X11)