1XkbKeyTypeIndex(3) XKB FUNCTIONS XkbKeyTypeIndex(3)
2
3
4
6 XkbKeyTypeIndex - Obtain the index of a key type or the pointer to a
7 key type
8
10 int XkbKeyTypeIndex (XkbDescPtr xkb, KeyCode keycode, int group);
11
13 - xkb Xkb description of interest
14
15 - keycode
16 keycode of interest
17
18 - group
19 group index
20
22 XkbKeyTypeIndex computes an index into the types vector of the client
23 map in xkb from the given keycode and group index.
24
25
26
27
28X Version 11 libX11 1.6.7 XkbKeyTypeIndex(3)