Enumeration
AtspiKeySynthType
Description [src]
Members
Name | Description |
---|---|
ATSPI_KEY_PRESS |
Emulates the pressing of a hardware keyboard key. |
ATSPI_KEY_RELEASE |
Emulates the release of a hardware keyboard key. |
ATSPI_KEY_PRESSRELEASE |
Emulates the pressing and immediate releasing of a hardware keyboard key. |
ATSPI_KEY_SYM |
A symbolic key event is generated, without specifying a
hardware key. Note: if the keysym is not present in the current keyboard
map, the |
ATSPI_KEY_STRING |
A string is converted to its equivalent keyboard events
and emitted. If the string consists of complex characters or composed
characters which are not in the current keymap, string emission is
subject to the out-of-keymap limitations described for
|
ATSPI_KEY_LOCKMODIFIERS |
Emulates locking a set of modifiers. |
ATSPI_KEY_UNLOCKMODIFIERS |
Emulates unlocking a set of modifiers. |