AltKeyMode Enum
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Determines which control will process Alt key.
Syntax
public enum AltKeyMode
Fields
Name | Description |
---|---|
Menu | Alt key activates the application menu. The keystroke is ignored by TerminalColor. |
MenuAndTerminal | Alt key activates the application menu, and it is handled by TerminalColor as well. |
Terminal | Alt keystroke is handled by TerminalColor. It does not activate the application menu. |