1XkbSAGroup(3) XKB FUNCTIONS XkbSAGroup(3)
2
3
4
6 XkbSAGroup - Returns the group_XXX field of act converted to a signed
7 int
8
10 int XkbSAGroup (XkbAction act);
11
13 - act action from which to extract group
14
16 XkbSAGroup returns the group_XXX field of act converted to a signed
17 int.
18
20 Actions associated with the XkbGroupAction structure change the current
21 group state when keys are pressed and released:
22
23 typedef struct _XkbGroupAction {
24 unsigned char type; /∗ XkbSA_{Set|Latch|Lock}Group */
25 unsigned char flags; /∗ with type, controls the effect on groups
26 */
27 char group_XXX; /∗ represents a group index or delta */
28 } XkbGroupAction;
29
30
32 This manpage seems to be incomplete
33
34
35
36X Version 11 libX11 1.3.4 XkbSAGroup(3)