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

NAME

6       XkbLatchGroup -  Latches the keysym group
7

SYNOPSIS

9       Bool   XkbLatchGroup   (Display  *display,  unsigned  int  device_spec,
10              unsigned int group);
11

ARGUMENTS

13       display
14              connection to the X server
15
16       device_spec
17              device ID, or XkbUseCoreKbd
18
19       group  index of the keysym group to latch
20

DESCRIPTION

22       XkbLatchGroup sends a request to the  server  to  latch  the  specified
23       group and does not wait for a reply. It returns True if the request was
24       sent and False otherwise.
25
26       Reference the keysym group indices with these symbolic constants:
27
28
29       Table 1 Symbolic Group Names
30       ─────────────────────────────
31       Symbolic Name       Value
32       ─────────────────────────────
33       XkbGroup1Index      0
34       XkbGroup2Index      1
35       XkbGroup3Index      2
36       XkbGroup4Index      3
37

RETURN VALUES

39       True           The XkbLatchGroup function returns True if a request was
40                      sent to the server to latch the specified group.
41
42       False          The  XkbLatchGroup function returns False if the request
43                      was not sent.
44
45
46
47
48
49
50X Version 11                     libX11 1.6.9                 XkbLatchGroup(3)
Impressum