hpux man page for xkeysymtokeycode

Query: xkeysymtokeycode

OS: hpux

Section: 3x

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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)
Related Man Pages
xkeycodetokeysym(3x11) - ultrix
xconvertcase(3) - x11r4
xconvertcase(3) - suse
xkeysymtostring(3) - suse
xstringtokeysym(3) - suse
Similar Topics in the Unix Linux Community
Xlib: XKeysymToKeycode hangs