1XkbGetXlibControls(3) XKB FUNCTIONS XkbGetXlibControls(3)
2
3
4
6 XkbGetXlibControls - Determines the current state of the Library Con‐
7 trols
8
10 unsigned int XkbGetXlibControls (Display *display);
11
13 - display
14 connection to X server
15
17 XkbGetXlibControls returns the current state of the Library Controls as
18 a bit mask that is an inclusive OR of the control masks from Table 1
19 for the controls that are enabled. For the optional compose processing
20 controls, the fact that a control is enabled does not imply that it is
21 actually implemented.
22
23
24 Table 1 Library Control Masks
25 ───────────────────────────────────────────────
26 Library Control Mask Value
27 ───────────────────────────────────────────────
28 XkbLC_ForceLatin1Lookup (1 << 0)
29 XkbLC_ConsumeLookupMods (1 << 1)
30 XkbLC_AlwaysConsumeShiftAndLock (1 << 2)
31 XkbLC_IgnoreNewKeyboards (1 << 3)
32 XkbLC_ConsumeKeysOnComposeFail (1 << 29)
33 XkbLC_ComposeLED (1 << 30)
34 XkbLC_BeepOnComposeFail (1 << 31)
35 XkbLC_AllControls (0xc0000007)
36
37
38
39
40X Version 11 libX11 1.6.12 XkbGetXlibControls(3)