ModifierType
Description:
[ CCode ( cprefix = "ATSPI_MODIFIER_" , type_id = "atspi_modifier_type_get_type ()" ) ]
public enum ModifierType
Content:
Enum values:
- ALT - The Alt key (as opposed to AltGr).
- CONTROL - 'Control'/'Ctrl'.
- META - Depending on the platform, this may
map to 'Window', 'Function', 'Meta', 'Menu', or 'NumLock'.
- META2 - See
ATSPI_MODIFIER_META
.
- META3 - See
ATSPI_MODIFIER_META
.
- NUMLOCK - A symbolic meta key name that
is mapped by AT-SPI to the appropriate META value, for the convenience of the client.
- SHIFT - The left or right 'Shift' key.
- SHIFTLOCK - The ShiftLock or CapsLock
key.