Skip to content
Version 2.11.0
↓ Get the launcher

ModifierKeys enumeration

Bit-flag set of keyboard modifier keys used in KeyBinding.

[Flags]
public enum ModifierKeys
name value description
None 0x0 No modifier keys held.
Shift 0x1 Shift key held.
Ctrl 0x2 Control key held.
Alt 0x4 Alt key held.