-
Notifications
You must be signed in to change notification settings - Fork 105
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
Unable use Ctrl+L hotkey clear screen in VSCode Terminal using Remote - WSL #704
Comments
Hello @doggy8088 Thanks for reporting. We'll take a look. Regards, |
Hello @doggy8088 , I tested with a fresh install of Pengwin and it doesn't happen. Also, I noticed the message that you showed in the screenshot and searched for it. Check this answer: https://stackoverflow.com/questions/57456894/visual-studio-code-waiting-for-second-key-of-chord-ctrl-a looks like you have Ctrl+L assigned to another action. Regards, |
The Shell Args is deprecated. I changed to this, but the {
"terminal.integrated.allowChords": true,
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "bash",
"args": ["-l"],
"icon": "terminal-bash"
}
}
} I recorded a short clip. Please take a look. |
After setting {
"terminal.integrated.allowChords": false
} But I still don't know why Ubuntu 20.04 LTS don't have that issue. Only Pengwin Linux have this issue. Here is the video clip about Ubuntu 20.04 can hit Ctrl+L clear screen. |
None of these hotkeys registered for Terminal. |
I just had a keybinding for ctrl+l that was attached to the terminalFocus (I can't remember what it was for now) I removed and it fixed it for me. |
Describe the bug
I opened a project from WSL using Pengwin Linux and VSCode. After VSCode opened, I can't hit Ctrl+L clear screen in the Terminal. If I use Ubuntu 20.04 in WSL, there is no problem at all.
To Reproduce
Steps to reproduce the behavior:
Open WSL 2 (Pengwin)
mkdir build
code .
Open Terminal
ls
Hit
Ctrl+L
clear screen, you will see this:Expected behavior
It should clear screen in the Terminal window.
Screenshots
Additional context
N/A
Basic Troubleshooting Checklist
[x] I have searched Google for the error message.
[x] I have checked official WSL troubleshooting documentation: https://docs.microsoft.com/en-us/windows/wsl/troubleshooting#confirm-wsl-is-enabled.
[x] I have searched the official Microsoft WSL issues page: https://github.com/Microsoft/WSL/issues.
[x] I have searched the Pengwin issues page: https://github.com/WhitewaterFoundry/Pengwin/issues.
[x] I have run Windows 10 updates and restarted.
[x] I have restarted WSL service:
wsl.exe --terminate WLinux
wsl.exe --shutdown
.What other troubleshooting have you attempted?
I don't know what else I can try.
Pengwin Version
Run
grep "PENGWIN_VERSION" /etc/os-release
in Pengwin.WSL general info
Run
wslsys
in Pengwin.The text was updated successfully, but these errors were encountered: