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
19 group of interest
20
21 - level
22 shift level of interest
23
25 XkbKeycodeToKeysym returns the keysym bound to a particular group and
26 shift level for a particular key on the core keyboard. If kc is not a
27 legal keycode for the core keyboard, or if group or level are out of
28 range for the specified key, XkbKeycodeToKeysym returns NoSymbol.
29
30
31
32X Version 11 libX11 1.6.9 XkbKeycodeToKeysym(3)