EngineListenModes
Description:
[ CCode ( cprefix = "XKLL_" , type_id = "xkl_engine_listen_modes_get_type ()" ) ]
public enum EngineListenModes
The listener action modes:
Content:
Enum values:
- MANAGE_LAYOUTS - The listener
process should help backend to maintain the configuration (manually switch layouts etc).
- MANAGE_WINDOW_STATES -
The listener process should handle the per-window states and all the related activity
- TRACK_KEYBOARD_STATE -
Just track the state and pass it to the application above.