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

In merge editor, I cannot access the result editor via command/keyboard #183245

Open
Tracked by #182682
meganrogge opened this issue May 23, 2023 · 1 comment
Open
Tracked by #182682
Assignees
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues feature-request Request for new features or functionality merge-editor
Milestone

Comments

@meganrogge
Copy link
Contributor

  1. Open the merge editor
  2. Navigate to the result editor via keyboard 🐛 not possible

Henning mentioned that we could have a command that lets you toggle between the editors, which would accomplish this.

Part of #180729

@hediet hediet added this to the June 2023 milestone May 26, 2023
@hediet hediet modified the milestones: June 2023, July 2023 Jun 27, 2023
@hediet hediet modified the milestones: July 2023, August 2023 Jul 21, 2023
@hediet hediet added accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues merge-editor feature-request Request for new features or functionality labels Jul 21, 2023
@hediet hediet modified the milestones: August 2023, September 2023 Aug 28, 2023
@hediet hediet modified the milestones: September 2023, Backlog Sep 25, 2023
@shalevku
Copy link

shalevku commented Sep 25, 2024

Meanwhile, a workaround could be to enable: vscode://settings/git.mergeEditor to "Open the merge editor for files that are currently under conflict", and then use this keyboar shortcut:

{
  "key": "ctrl+1",
  "command": "workbench.action.focusFirstEditorGroup"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues feature-request Request for new features or functionality merge-editor
Projects
None yet
Development

No branches or pull requests

3 participants