FunctionKeysMode Enum
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Specifies how to encode function keys such as as F1-F20, Ins, Del, Home, End, PgUp and PgDown.
Syntax
public enum FunctionKeysMode
Fields
Name | Description |
---|---|
Common | Encoded as most common sequence ESC[number~ . |
CommonAlternative | F1 - F10 are encoded as ESC 1, ESC 2, ..., ESC 9, ESC 0. |
CommonExtended | Extended version of the Common mode. Key modifiers such as Alt, Shift, Ctrl are also sent. |
HpUx | HP-UX compatible. |
Linux | Most common on the Linux. |
LinuxAlternative | Alternative to the Linux mode. |
Pick | Pick compatible. |
Sco | SCO compatible. |
ScoAlternative | Alternative to the SCO mode. |
VT100Plus | VT 100+ compatible. |
VT400 | VT 400 compatible. |
VT52 | VT 52 compatible. |
Wyse60 | Wyse 60 compatible. |
XtermR6 | Xterm R6 compatible. |