Table of Contents

Property NoShift

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

NoShift

Helper for removing a shift modifier from a Key.

var ControlAltDelete = new Key(Key.Delete).WithAlt.WithDel;
var AltDelete = ControlAltDelete.NoCtrl;
public Key NoShift { get; }

Property Value

Key