Represents a key gesture for binding editor commands (key + optional char + modifiers).
public readonly struct TerminalKeyGesture : IEquatable<TerminalKeyGesture>
kind:method, kind:property, kind:ctor. Press Esc to clear.From(TerminalKeyEvent)Creates a gesture from a key event.TryParse(ReadOnlySpan<Char>, out TerminalKeyGesture)Tries to parse a textual gesture representation (e.g. CTRL+R, ALT+b, backspace).