KeySynthType
Description:
[ CCode ( cprefix = "ATSPI_KEY_" , type_id = "atspi_key_synth_type_get_type ()" ) ]
public enum KeySynthType
Content:
Enum values:
- LOCKMODIFIERS - Emulates
locking a set of modifiers.
- PRESS - Emulates the pressing of a
hardware keyboard key.
- PRESSRELEASE - Emulates the
pressing and immediate releasing of a hardware keyboard key.
- RELEASE - Emulates the release of a
hardware keyboard key.
- STRING - A string is converted to its
equivalent keyboard events and emitted.
- SYM - A symbolic key event is generated,
without specifying a hardware key.
- UNLOCKMODIFIERS - Emulates
unlocking a set of modifiers.