Specifies how to encode function keys such as as F1-F20, Ins, Del, Home, End, PgUp and PgDown.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Enumeration FunctionKeysMode
C#
public enum FunctionKeysMode

Members

Member nameDescription
Supported by the .NET Compact FrameworkCommonExtended
Extended version of the Common mode. Key modifiers such as Alt, Shift, Ctrl are also sent.
Supported by the .NET Compact FrameworkCommon
Encoded as most common sequence ESC[number~ .
Supported by the .NET Compact FrameworkLinux
Most common on the Linux.
Supported by the .NET Compact FrameworkXtermR6
Xterm R6 compatible.
Supported by the .NET Compact FrameworkVT400
VT 400 compatible.
Supported by the .NET Compact FrameworkVT100Plus
VT 100+ compatible.
Supported by the .NET Compact FrameworkSco
SCO compatible.
Supported by the .NET Compact FrameworkCommonAlternative
F1 - F10 are encoded as ESC 1, ESC 2, ..., ESC 9, ESC 0.
Supported by the .NET Compact FrameworkVT52
VT 52 compatible.
Supported by the .NET Compact FrameworkLinuxAlternative
Alternative to the Linux mode.
Supported by the .NET Compact FrameworkScoAlternative
Alternative to the SCO mode.
Supported by the .NET Compact FrameworkWyse60
Wyse 60 compatible.
Supported by the .NET Compact FrameworkHpUx
HP-UX compatible.
Supported by the .NET Compact FrameworkPick
Pick compatible.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also