Skip to content
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

Closed
WWH98932 opened this issue Apr 29, 2020 · 5 comments
Closed

"Tab+Shift" shortcut broken in Python Interactive Window #1791

WWH98932 opened this issue Apr 29, 2020 · 5 comments
Assignees

Comments

@WWH98932
Copy link

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

@rchiodo
Copy link
Contributor

rchiodo commented Apr 29, 2020

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:
microsoft/vscode-python@3a0fa48#diff-615c68a176022ac6f2f05d488c90533d

I think shift+tab was probably a bad choice though as it's necessary for python code.

@rchiodo rchiodo self-assigned this May 6, 2020
@IanMatthewHuff IanMatthewHuff self-assigned this May 13, 2020
@IanMatthewHuff
Copy link
Member

Validated. Tab and shift-tab now just indent in or out.

@WWH98932
Copy link
Author

Version: 1.45.1 Still not working.

@IanMatthewHuff
Copy link
Member

@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.

@WWH98932
Copy link
Author

@IanMatthewHuff Thanks, hope it can be released soon.

@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 13, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants