-
Notifications
You must be signed in to change notification settings - Fork 300
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+Shift" shortcut broken in Python Interactive Window #1791
Comments
We changed what escape did (it clears the terminal) but we still needed a keyboard shortcut to lose focus. We switched losing focus to the shift+tab key in this commit here: I think shift+tab was probably a bad choice though as it's necessary for python code. |
Validated. Tab and shift-tab now just indent in or out. |
Version: 1.45.1 Still not working. |
@WWH98932 Apologies. This validation that I did was on our own master branch. The fix isn't live yet. Should be fixed with the next full release of the extension in June. Or you could pull our insiders bits and check it there as it should be fixed there. |
@IanMatthewHuff Thanks, hope it can be released soon. |
I'm using "Tab" and "Shift + Tab" for indentation in interactive window, "Tab" works but "Shift + Tab" is doing something like switching the VScode UI controls (just like the "Tab Moves Focus" mode). This situation suddenlly appears last week.
System Info:
Version: 1.44.2 (user setup)
Commit: ff915844119ce9485abfe8aa9076ec76b5300ddd
Date: 2020-04-16T16:36:23.138Z
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.18362
The text was updated successfully, but these errors were encountered: