Ctrl+Shift+/ toggles fast mode instead of opening keyboard shortcuts

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

According to the keyboard shortcuts popup Ctrl+Shift+/ is supposed to open the keyboard shortcuts popup.

Instead Ctrl+Shift+/ seems to toggle fast mode for Composer 2.5.

Steps to Reproduce

Press Ctrl+Shift+/ in the agents window.

The keyboard shortcuts popup itself says Ctrl+Shift+/ should open the keyboard shortcuts popup.

You can get to it by clicking your name in the bottom left of the agents window, then clicking “Keyboard shortcuts” then searching for “Keyboard shortcuts”

Expected Behavior

Ideally Ctrl+Shift+/ should open the keyboard shortcuts popup.

If you want to keep that shortcut for toggling fast mode I’m okay with that, but a shortcut to open the keyboard shortcuts popup would be nice.

Screenshots / Screen Recordings

Operating System

Linux

Version Information

Version: 3.6.21
VS Code Extension API: 1.105.1
Commit: e7a7e93f4d75f8272503ecf33cedbaae10114a10
Date: 2026-05-28T21:45:36.072Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
xterm.js: 6.1.0-beta.220
OS: Linux x64 6.8.0-117-generic

For AI issues: which model did you use?

Composer 2.5

Does this stop you from using Cursor

No - Cursor works, but with this issue

Thanks @joshua-redmond! This is a known conflict between composer.cycleModelParameter and workbench.action.openAgentsView. The cycle command was intentionally assigned a higher weight, so the keyboard shortcuts popup is deliberately shadowed.

The misleading part is likely that the keyboard shortcuts popup still displays Ctrl+Shift+/ as its own shortcut, since it advertises a chord it can never actually win.

The team is aware of this issue. I’ve added your report!