Functions | |
void | XklSetGroupPerApp (Bool isGlobal) |
Bool | XklIsGroupPerApp (void) |
void | XklSetIndicatorsHandling (Bool whetherHandle) |
Bool | XklGetIndicatorsHandling (void) |
void | XklSetSecondaryGroupsMask (int mask) |
int | XklGetSecondaryGroupsMask (void) |
void | XklSetDefaultGroup (int group) |
int | XklGetDefaultGroup (void) |
int XklGetDefaultGroup | ( | void | ) |
Returns the default group set on window creation If -1, no default group is used
Bool XklGetIndicatorsHandling | ( | void | ) |
int XklGetSecondaryGroupsMask | ( | void | ) |
Bool XklIsGroupPerApp | ( | void | ) |
void XklSetDefaultGroup | ( | int | group | ) |
Configures the default group set on window creation. If -1, no default group is used
group | the default group |
void XklSetGroupPerApp | ( | Bool | isGlobal | ) |
Sets the configuration parameter: group per application
isGlobal | is a new parameter value |
void XklSetIndicatorsHandling | ( | Bool | whetherHandle | ) |
Sets the configuration parameter: perform indicators handling
whetherHandle | is a new parameter value |
void XklSetSecondaryGroupsMask | ( | int | mask | ) |
Sets the secondary groups (one bit per group). Secondary groups require explicit "allowance" for switching
mask | is a new group mask |