1XkbSASetGroup(3)                 XKB FUNCTIONS                XkbSASetGroup(3)
2
3
4

NAME

6       XkbSASetGroup  -  Sets  the group_XXX field of act from the group index
7       grp
8

SYNOPSIS

10       void XkbSASetGroup (XkbAction act, int grp);
11

ARGUMENTS

13       - act  action from which to set group
14
15       - grp  group index to set in group_XXX
16

DESCRIPTION

18       XkbSASetGroup sets the group_XXX field of act from the group index grp.
19

STRUCTURE

21       Actions associated with the XkbGroupAction structure change the current
22       group state when keys are pressed and released:
23
24           typedef struct _XkbGroupAction {
25               unsigned char    type;       /∗ XkbSA_{Set|Latch|Lock}Group */
26               unsigned char    flags;      /∗ with type, controls the effect on groups */
27               char             group_XXX;  /∗ represents a group index or delta */
28           } XkbGroupAction;
29

WARNING

31       This manpage seems to be incomplete
32
33
34
35X Version 11                     libX11 1.6.9                 XkbSASetGroup(3)
Impressum