InfoConnect for Unisys VBA Guide
SendKeyboardModifierPrefix Property
Gets or sets 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
Object.SendKeyboardModifierPrefix As Boolean
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
The default value is false.
See Also