Flags¶
Details¶
- class Xkl.EngineFeatures(value)¶
Bases:
GObject.GFlags
A set of flags used to indicate the capabilities of the active backend
- CAN_TOGGLE_INDICATORS = 1¶
Backend allows to toggls indicators on/off
- REQUIRES_MANUAL_LAYOUT_MANAGEMENT = 16¶
Backend requires manual configuration, some daemon should do xkl_start_listen(engine,:obj:Xkl.EngineListenModes.MANAGE_LAYOUTS);
- CAN_OUTPUT_CONFIG_AS_ASCII = 2¶
Backend allows writing ASCII representation of the configuration
- DEVICE_DISCOVERY = 32¶
Backend supports device discovery, can notify
- CAN_OUTPUT_CONFIG_AS_BINARY = 4¶
Backend allows writing binary representation of the configuration
- MULTIPLE_LAYOUTS_SUPPORTED = 8¶
Backend supports multiple layouts