Skip to main content

KeyModifiers enum

Namespace: Arlecchino.Input · Assembly: Arlecchino.Core

Modifiers held with a key. The three the console knows about keep the values ConsoleModifiers gives them, so the two agree bit by bit; KeyModifiers.Super is the one the console has no room for — Command on a Mac, the Windows key elsewhere.

[Flags]
public enum KeyModifiers

Fields

NameValueSummary
None0Nothing held.
Alt1Alt, or Option on a Mac.
Shift2Shift.
Control4Control.
Super8Command on a Mac, the Windows key elsewhere. The Windows console never reports it, since the system takes the key before an application sees it.