Module KeyModifierEnums

KeyModifier

Key modifier flags. You can set more than one modifier at a time for a KeyEvent.

Undefined

No key modifier is set, or the modifier is undefined.

CapsLock

Specifies the Caps lock key modifier.

LeftShift

Specifies the left Shift key modifier.

RightShift

Specifies the right Shift key modifier.

LeftControl

Specifies the left Control key modifier.

RightControl

Specifies the right Control key modifier.

LeftAlt

Specifies the left Alt key modifier.

RightAlt

Specifies the right Alt key modifier.

LeftSuper

Specifies the left Super key modifier. \sa LogicalKey::Super

RightSuper

Specifies the right Super key modifier. \sa LogicalKey::Super

Shift

Specifies the Shift modifier, used when the operating system does not separate the left and right Shift modifiers.

Control

Specifies the Control modifier, used when the operating system does not separate the left and right Control modifiers.

Alt

Specifies the Alt modifier, used when the operating system does not separate the left and right Alt modifiers.

Super

Specifies the Super modifier, used when the operating system does not separate the left and right Super modifiers. \sa LogicalKey::Super