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 typedef struct _XkbGroupAction {
23 unsigned char type; /* XkbSA_{Set|Latch|Lock}Group */
24 unsigned char flags; /* with type, controls the effect on groups */
25 char group_XXX; /* represents a group index or delta */
26 } XkbGroupAction;
27
29 This manpage seems to be incomplete
30
31
32
33X Version 11 libX11 1.8.7 XkbSAGroup(3)