Table of Contents

Property ModifierKey

Namespace
Terminal.Gui.Input
Assembly
Terminal.Gui.dll

ModifierKey

Gets the specific modifier key for standalone modifier key events.

public ModifierKey ModifierKey { get; init; }

Property Value

ModifierKey

Remarks

When ModifierKey is not None, this Key represents a standalone modifier key event (e.g., pressing Shift by itself).

Not all drivers report standalone modifier key events. Not all drivers distinguish left from right modifier keys.

This property does not participate in equality comparisons.