-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Tab key triggers twice in shell #7598
Comments
Interesting. Are you using a physical or virtual keyboard? What layout is it? |
(I ask because this doesn't seem to reproduce with US (QWERTY) hardware keyboards for anyone on the team.) |
It's physical keyboard. |
By any chance, did you try the workaround earlier in #4448, with setting |
|
Sorry, I do not understand.
If so, does the Tab bug still happen? |
Thank you for clarification. It solved the issue. So for anyone in the future setting
and setting service |
Thanks. I will add this to the list of issues caused by disabling random windows services! |
Environment
Steps to reproduce
Tab ↹
button.Tab ↹
action is executed by shell twice,Expected behavior
Shell receives Tab key once, and therefore executes it's action once.
Actual behavior
Shell (bash on wsl, PowerShell or cmd) executes Tab key twice, resulting with two \t characters in vim, or advancing shell's directory autocompletion by two directories.
Notes:
Tab
input code with:{ "command": { "action": "sendInput", "input": "\u0009" }, "keys": "f2" }
F2 key sends
Tab
's input code only once.The text was updated successfully, but these errors were encountered: