Class KittyKeyboardPattern
Parses kitty keyboard protocol CSI u sequences into the Key model.
Extracts event type (press/repeat/release) and maps it to KeyEventType.
public class KittyKeyboardPattern : AnsiKeyboardParserPattern
- Inheritance
-
KittyKeyboardPattern
- Inherited Members
Constructors
Methods
- GetKeyImpl(string?)
When overriden in a derived class, returns the Key that matches the input ansi escape sequence.
- IsMatch(string?)
Returns true if
inputis one of the terminal sequences recognised by this class.