Table of Contents

Class KittyKeyboardPattern

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

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

KittyKeyboardPattern()

Methods

GetKeyImpl(string?)

When overriden in a derived class, returns the Key that matches the input ansi escape sequence.

IsMatch(string?)

Returns true if input is one of the terminal sequences recognised by this class.