-
Notifications
You must be signed in to change notification settings - Fork 38.9k
integrated terminal can not handle uppercase keys, such as alt+shift+h #126442
Copy link
Copy link
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)upstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)upstream-issue-linkedThis is an upstream issue that has been reported upstreamThis is an upstream issue that has been reported upstream
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.57.0
- OS Version: Ubuntu 20.04 (5.4.0-42-generic)
- Bash Version: 5.0.17(1)-release
- Zsh Version: 5.8
Steps to Reproduce:
- Open ubuntu terminal and start vscode:
code --disable-extensions. - Open vscode terminal with
bashorzsh. - Input
catcommand and enter. - Press
alt+shift+hkeys, and it shows up^[h.
What I expected to see is ^[H with alt+shift+h pressed.
And ubuntu terminal shows the correct keys codes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)upstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)upstream-issue-linkedThis is an upstream issue that has been reported upstreamThis is an upstream issue that has been reported upstream

