Skip to content

fix(search): alternative Go to Symbol in Workspace shortcut on web#316725

Open
aanil677 wants to merge 2 commits into
microsoft:mainfrom
aanil677:fix/web-workspace-symbols-keybinding-232381
Open

fix(search): alternative Go to Symbol in Workspace shortcut on web#316725
aanil677 wants to merge 2 commits into
microsoft:mainfrom
aanil677:fix/web-workspace-symbols-keybinding-232381

Conversation

@aanil677
Copy link
Copy Markdown
Contributor

Ctrl/Cmd+T opens a new browser tab; keep it for desktop only. On web (Codespaces, vscode.dev) bind Go to Symbol in Workspace to Ctrl+K G.

Fixes #232381.

Ctrl/Cmd+T opens a new browser tab; keep it for desktop only. On web
(Codespaces, vscode.dev) bind Go to Symbol in Workspace to Ctrl+K G.

Fixes microsoft#232381.

Co-authored-by: Cursor <cursoragent@cursor.com>
Copilot AI review requested due to automatic review settings May 15, 2026 23:25
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts the default keybinding for Go to Symbol in Workspace so it remains Ctrl/Cmd+T on desktop, but uses an alternative on web where browsers intercept Ctrl/Cmd+T (new tab), improving usability on vscode.dev/Codespaces.

Changes:

  • Restrict Ctrl/Cmd+T to non-web contexts using IsWebContext.toNegated().
  • Add a web-only default chord keybinding: Ctrl/Cmd+K then G for the same command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Go to symbol in workspace shortcut in Codespaces (browser) is CTRL-T.

3 participants