vscode: Keyboard Shortcuts `shift+cmd+\` not work

I use shift+cmd+\ to focus terminal tabs view in work, but i found it doesn’t work now. I didn’t change any config of my shortcuts. this is my default config :

{
  "key": "shift+cmd+\\",
  "command": "workbench.action.terminal.focusTabs",
  "when": "terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported || terminalHasBeenCreated && terminalTabsFocus || terminalProcessSupported && terminalTabsFocus"
}

I tried to change my key to “shift+cmd+2” or any other, it still doesn’t work. I want to know what the problem is and how to fix it.😭 image

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 19 (6 by maintainers)

Most upvoted comments

Hello, just updated VSCode to 1.74 and now this shortcut works fine

Just sharing the behavior I have with that, since I noticed this also some time ago. If it might be helpful.

I didn’t change the keybinding for the workbench.action.terminal.focusTabs action: image

I check what is happening after pressing ctrl+shift+\ with Developer: Toggle Keyboard Shortcuts Troubleshooting tool, observing that the command should be invoked, but nothing happens: image

My VSCode version is:

  • Version: 1.73.1 (user setup)
  • Commit: 6261075646f055b99068d3688932416f2346dd3b
  • Date: 2022-11-09T04:27:29.066Z
  • Electron: 19.0.17
  • Chromium: 102.0.5005.167
  • Node.js: 16.14.2
  • V8: 10.2.154.15-electron.0
  • OS: Windows_NT x64 10.0.19044
  • Sandboxed: No

Thanks, waiting for any info of it as well.

I also have this issue on Windows. Using the standard English QWERTY keyboard. I had a keybinding which always worked but suddenly stopped working some time ago.