1XkbKeycodeToKeysym(3) XKB FUNCTIONS XkbKeycodeToKeysym(3)
2
3
4
6 XkbKeycodeToKeysym - Finds the keysym bound to a particular key at a
7 specified group and shift level
8
10 KeySym XkbKeycodeToKeysym (Display *dpy, KeyCode kc, unsigned int
11 group, unsigned int level);
12
14 dpy connection to X server
15
16 kc key of interest
17
18 group group of interest
19
20 level shift level of interest
21
23 XkbKeycodeToKeysym returns the keysym bound to a particular group and
24 shift level for a particular key on the core keyboard. If kc is not a
25 legal keycode for the core keyboard, or if group or level are out of
26 range for the specified key, XkbKeycodeToKeysym returns NoSymbol.
27
28
29
30X Version 11 libX11 1.8.7 XkbKeycodeToKeysym(3)