Class Ss3Pattern
Parser for SS3 terminal escape sequences. These describe specific keys e.g.
EscOP
is F1.
public class Ss3Pattern : AnsiKeyboardParserPattern
- Inheritance
-
Ss3Pattern
- Inherited Members
Methods
- GetKeyImpl(string?)
Returns the ss3 key that corresponds to the provided input escape sequence
- IsMatch(string?)
Returns true if
input
is one of the terminal sequences recognised by this class.