TerminalOptions.FunctionKeysMode Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
FunctionKeysMode
Gets or sets the behavior of function keys that include F1-F20, Insert, Delete, Home, End, Page Up and Page Down. The HomeEndKeysMode takes precedence for the behavior of Home and End keys unless set to HomeEndKeysMode.Standard.
Declaration
public FunctionKeysMode FunctionKeysMode { get; set; }
Property Value
Type | Description |
---|---|
FunctionKeysMode | Function keys behavior. |