Command attribute for using a special character

The <command> element can use an is-special-character attribute for the following Terminal adapters:

  • Command Line
  • SSH
  • Kerberized SSH
  • Telnet
  • SFTP
  • SCP
  • FTP
  • PowerShell
  • Windows Command

You can set the is-special-character attribute to true to define any of the following commands:

  • ESC
  • LF
  • CR
  • SPACE
  • CTRL-C
  • CTRL-V
  • CTRL-D
  • CTRL-X
  • CTRL-Z
  • CTRL-\

The following figure shows an XML sample of the is-special-character attribute.

XML sample of is-special-character attribute

...
<commands>
  <command is-special-character="true">SPACE</command>
</commands>
...
... 
Was this page helpful? Yes No Submitting... Thank you

Comments