Module mods

Source
Expand description

Keyboard modifiers

Structs§

Modifiers
Zero or more keyboard modifiers

Constants§

ALT
Alias for MOD1.
CAPS
Alias for LOCK.
CTRL
The Ctrl modifier.
LOCK
The CapsLock modifier.
LOGO
Alias for MOD4.
MOD1
The Mod1 modifier, i.e., Alt.
MOD2
The Mod2 modifier, i.e., NumLock.
MOD3
The Mod3 modifier.
MOD4
The Mod4 modifier, i.e., Logo.
MOD5
The Mod5 modifier.
NUM
Alias for MOD2.
RELEASE
Synthetic modifier matching key release events.
SHIFT
The Shift modifier