command-N / command-Y buttons

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

cloverleaf-N / cloverleaf-Y (i.e., command keycap symbol N/Y) shows up as labels on accept/reject change even if pressing command-N would actually open a new file. I.e., these don’t seem to reflect the actual keymaps in place, and so should perhaps not be labeled with a keyboard sequence vs just bare N/Y)

Steps to Reproduce

review changes

Expected Behavior

if a button is labeled with a key sequence the key sequence should work

Screenshots / Screen Recordings

Screenshot 2026-01-12 at 5.40.54 PM.png

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.3.34 (Universal)
VSCode Version: 1.105.1
Commit: 643ba67cd252e2888e296dd0cf34a0c5d7625b90
Date: 2026-01-10T21:17:10.428Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 24.6.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. I can’t repro it.

A few things to check:

  • When you press Cmd+N, is focus definitely on the diff/review panel, not somewhere else?
  • Do you have any custom keybindings? You can check in Keyboard Shortcuts, then search for Cmd+N and see what it’s assigned to.
  • Try running Cursor without extensions: cursor --disable-extensions from the terminal, in case something is intercepting the shortcut.

If it works with --disable-extensions, then an extension is likely causing the conflict.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.