Bug: new keyboard shortcut masks testing shortcuts

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

On Mac cmd+; is the first part of a chord used for testing commands.

The system adds a new default keybinding of cmd+; for Cycle Composer Location. This new keybinding masks all keybindings that use cmd+; as part of a chord.

Steps to Reproduce

Try “cmd+; f” in a file with tests.

Expected Behavior

Run tests in file

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.43 (Universal)
VSCode Version: 1.99.3
Commit: 8e4da76ad196925accaa169efcae28c45454cce0
Date: 2025-10-30T18:49:27.589Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 25.0.0

Additional Information

Work-around is to remove that keybinding. I don’t know what the new function is, but I suppose the “When” clause needs to be improved.

Does this stop you from using Cursor

No - Cursor works, but with this issue

Thanks for the report! Just added a more precise “When” clause which fixes the issue. Going out in the next release (likely the next day or so).

1 Like