Property WithAlt
WithAlt
Helper for specifying a shifted Key.
var ControlAltDelete = new Key(Key.Delete).WithAlt.WithDel;
public Key WithAlt { get; }
Helper for specifying a shifted Key.
var ControlAltDelete = new Key(Key.Delete).WithAlt.WithDel;
public Key WithAlt { get; }