XKB FUNCTIONS XkbKeycodeToKeysym(3x11)
NAME
XkbKeycodeToKeysym - Finds the keysym bound to a particular
key at a specified group and shift levelSYNOPSIS
cc [ flag... ] file... -lX11 [ library... ]
KeySym XkbKeycodeToKeysym (Display *dpy, KeyCode kc,
unsigned int group, unsigned int level); ARGUMENTS- dpy
connection to X server- kc key of interest
- group
group of interest- level
shift level of interestDESCRIPTION
XkbKeycodeToKeysym returns the keysym bound to a particular
group and shift level for a particular key on the core key-
board. If kc is not a legal keycode for the core keyboard, or if group or level are out of range for the specified key,XkbKeycodeToKeysym returns NoSymbol.
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libx11 ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libX11 1.3.5 1