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 */
26 char group_XXX; /∗ represents a group index or delta */
27 } XkbGroupAction;
28
30 This manpage seems to be incomplete
31
32
33
34X Version 11 libX11 1.6.5 XkbSAGroup(3)