-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Closed
Copy link
Labels
*as-designedDescribed behavior is as designedDescribed behavior is as designedinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersterminal-inputRelating to typing in the terminal not doing the right thing, IMEs not working, etc.Relating to typing in the terminal not doing the right thing, IMEs not working, etc.upstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)upstream-issue-fixedThe underlying upstream issue has been fixedThe underlying upstream issue has been fixedupstream-issue-linkedThis is an upstream issue that has been reported upstreamThis is an upstream issue that has been reported upstream
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.80.0
- OS Version: Windows 10
Steps to Reproduce:
- Enable terminal.integrated.sendKeybindingsToShell
- Focus terminal and press alt and any arrow key
I used fish_key_reader
to see what the terminal is sending:
- vscode terminal
- alt+left:
\e\[1\;5D
- ctrl+left:
\e\[1\;5D
- alt+left:
- windows terminal, gnome terminal, etc
- alt+left:
\e\[1\;3D
- ctrl+left:
\e\[1\;5D
- alt+left:
Tried searching through the options and old issues, but couldn't find anything to resolve it
Elliot-Roberts and endlisnis
Metadata
Metadata
Assignees
Labels
*as-designedDescribed behavior is as designedDescribed behavior is as designedinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersterminal-inputRelating to typing in the terminal not doing the right thing, IMEs not working, etc.Relating to typing in the terminal not doing the right thing, IMEs not working, etc.upstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)upstream-issue-fixedThe underlying upstream issue has been fixedThe underlying upstream issue has been fixedupstream-issue-linkedThis is an upstream issue that has been reported upstreamThis is an upstream issue that has been reported upstream