-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
*questionIssue represents a question, should be posted to StackOverflow (VS Code)Issue represents a question, should be posted to StackOverflow (VS Code)
Description
- VSCode Version: 1.53.0
- Commit: 8490d3d
- Date: 2021-02-03T16:01:04.046Z
- Electron: 11.2.1
- Chrome: 87.0.4280.141
- Node.js: 12.18.3
- V8: 8.7.220.31-electron.0
- OS: Darwin x64 19.6.0
Steps to Reproduce:
-
Disable the new
editor.action.renameF2 shortcut:{ "key": "f2", "command": "-editor.action.rename", "when": "editorHasRenameProvider && editorTextFocus && !editorReadonly" } -
Add the following shortcuts from my custom configuration:
{ "key": "f2", "command": "workbench.action.focusActiveEditorGroup", "when": "explorerFocus" }, { "key": "f2", "command": "workbench.view.explorer", "when": "editorFocus" } -
With these shortcuts, the F2 key should allow quickly switching focus between the explorer and the editor, which used to work fine before the January 2021 update. Now, switching from the editor to the explorer works, but then hitting F2 does not do anything and does not switch back to the active editor group as it should considering the configured shortcuts.
Does this issue occur when all extensions are disabled?: Yes
Metadata
Metadata
Assignees
Labels
*questionIssue represents a question, should be posted to StackOverflow (VS Code)Issue represents a question, should be posted to StackOverflow (VS Code)