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

NAME

6       XkbLockGroup -  Locks the keysym group
7

SYNOPSIS

9       Bool XkbLockGroup (Display *display, unsigned int device_spec, unsigned
10              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 lock
20

DESCRIPTION

22       XkbLockGroup sends a request to the server to lock the specified  group
23       and  does not wait for a reply. It returns True if the request was sent
24       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 XkbLockGroup function returns True  when  a  request
40                      was  sent  to the server to lock the specified group and
41                      does not wait for a reply.
42
43       False          The XkbLockGroup function returns False if  the  request
44                      was not sent.
45
46
47
48
49X Version 11                     libX11 1.7.0                  XkbLockGroup(3)
Impressum