InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / SendKeyboardModifierPrefix Property


In This Topic
    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.
    Remarks
    When this property is true, pressing and releasing the modifer key alone causes an escape sequence to be sent; pressing the modifer key with other keys prefixes the escape sequences to outbound data.
    • Esc Ctrl+U Esc Ctrl U
    • Esc Ctrl+U
    • Esc Ctrl+C Esc Ctrl+C
    • Esc Ctrl+C
    • Esc Ctrl+A Esc Ctrl+A
    • Esc Ctrl+A
    See Also