XStringToKeysym(3X) — X Version 11
NAME
XStringToKeysym, XKeysymToString, XKeycodeToKeysym, XKeysymToKeycode − convert keysyms
SYNTAX
KeySym XStringToKeysym(string)
char ∗string;
char ∗XKeysymToString(keysym_str)
KeySym keysym_str;
KeySym XKeycodeToKeysym(display, keycode, index_return)
Display ∗display;
KeyCode keycode;
int index_return;
KeyCode XKeysymToKeycode(display, keysym_kcode)
Display ∗display;
Keysym keysym_kcode;
ARGUMENTS
displaySpecifies the connection to the X server.
index_returnReturns the element of keycode vector.
keycodeSpecifies the keycode.
keysym_kcode
Specifies the keysym that is to be searched for.
keysym_strSpecifies the keysym that is to be converted.
stringSpecifies the name of the keysym that is to be converted.
DESCRIPTION
The XStringToKeysym function converts the name of the keysym to the keysym code.
The XKeysymToString function converts a keysym code to the name of the keysym.
The XKeycodeToKeysym function converts a key code to a defined keysym.
The XKeysymToKeycode function converts a keysym to the appropriate keycode.
SEE ALSO
XLookupKeysym(3X)
Xlib − C Language X Interface
1 March 1988