Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental.input.forceVT setting to the interaction page #367

Merged
merged 2 commits into from
Jul 20, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions TerminalDocs/customize-settings/interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,19 @@ When this is set to `true`, trying to paste text with multiple lines will displa
**Accepts:** `true`, `false`

**Default value:** `true`

<br />

___

## Legacy input encoding

Force the terminal to use the legacy input encoding. Certain keys in some applications may stop working when enabling this setting. This can be useful for debugging certain types of input issues, especially with the [debug tap](https://github.com/microsoft/terminal/wiki/Enabling-the-debug-tap).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Force the terminal to use the legacy input encoding. Specific keys in some applications may stop working when enabling this setting, but it can be useful for advanced-level scenarios when debugging input issues, especially with the debug tap.


**Property name:** `experimental.input.forceVT`

**Necessity:** Optional

**Accepts:** `true`, `false`

**Default value:** `false`