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

Can't navigate to side panel using workbench.action.navigateX commands #142130

Closed
Drakota opened this issue Feb 3, 2022 · 3 comments
Closed

Can't navigate to side panel using workbench.action.navigateX commands #142130

Drakota opened this issue Feb 3, 2022 · 3 comments
Assignees
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) layout General VS Code workbench layout issues

Comments

@Drakota
Copy link

Drakota commented Feb 3, 2022

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.64.0
  • OS Version: Windows 11 21H2

Steps to Reproduce:

  1. Show new side panel
  2. Try to focus it from the editor by using workbench.action.navigateRight
  3. See that the focus is still on the editor and not on the side panel as it should

Basically I have these keybindings:

  {
    "key": "ctrl+k",
    "command": "workbench.action.navigateUp"
  },
  {
    "key": "ctrl+j",
    "command": "workbench.action.navigateDown"
  },
  {
    "key": "ctrl+h",
    "command": "workbench.action.navigateLeft"
  },
  {
    "key": "ctrl+l",
    "command": "workbench.action.navigateRight"
  },

To navigate the different views, but it doesn't seems to work with the side panel, the focus stays on what was previously focused.

@sbatten sbatten added accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues bug Issue identified by VS Code Team member as probable bug layout General VS Code workbench layout issues labels Feb 4, 2022
@sbatten sbatten added this to the February 2022 milestone Feb 4, 2022
@ddnomad
Copy link

ddnomad commented Feb 10, 2022

Spent like 2 hours trying to figure out why this does not work on MacOS. Seems like it is not MacOS to blame. A fix would be very appreciated <3

@sbatten sbatten removed this from the February 2022 milestone Feb 10, 2022
@sbatten sbatten added the *duplicate Issue identified as a duplicate of another issue(s) label Feb 10, 2022
@sbatten
Copy link
Member

sbatten commented Feb 10, 2022

duplicate

@sbatten sbatten closed this as completed Feb 10, 2022
@sbatten
Copy link
Member

sbatten commented Feb 10, 2022

closing as duplicate #142146

@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) layout General VS Code workbench layout issues
Projects
None yet
Development

No branches or pull requests

3 participants