public readonly struct TerminalKeyGesture : IEquatable<TerminalKeyGesture>
kind:method, kind:property, kind:ctor. Press Esc to clear.TerminalKeyGesture(TerminalKey, Nullable<Char>, TerminalModifiers)Represents a key gesture for binding editor commands (key + optional char + modifiers).Parse(ReadOnlySpan<Char>)Parses a textual gesture representation (e.g. CTRL+R, ALT+b, backspace).ToString()Formats this gesture as a textual representation (e.g. CTRL+R, ALT+b, backspace).