SendKeyboardModifierPrefix Property
In This Topic
Gets or sets a value indicating whether a SHIFT, CTRL, or ALT key press sends an escape sequence and, if the key is pressed in conjunction with other keys, prefixes the escape sequence to outbound data, in VT-UTF8 emulations.
Syntax
'Declaration
Property SendKeyboardModifierPrefix As Boolean
'Usage
Dim instance As ITerminal
Dim value As Boolean
instance.SendKeyboardModifierPrefix = value
value = instance.SendKeyboardModifierPrefix
bool SendKeyboardModifierPrefix {get; set;}
Property Value
The default value is false.
See Also