XKeysymToString
Syntax
char *XKeysymToString(
keysym
)
KeySym
keysym
;
Arguments
keysym
Specifies the KeySym that is to be converted.
Description
The returned string is in a static area and must not be modified. The returned string is in the Host Portable Character Encoding. If the specified KeySym is not defined,
XKeysymToString()
returns a NULL.
See also
XConvertCase()
,
XKeycodeToKeysym()
,
XLookupKeysym()
,
XStringToKeysym()
,
Keyboard Utility Functions
.
Christophe Tronche
,
ch@tronche.com