AltKeyMode Enum
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)
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 Terminal |
MenuAndTerminal | Alt key activates the application menu, and it is handled by Terminal |
Terminal | Alt keystroke is handled by Terminal |