Curso shortcuts bugged

Describe the Bug

Since today I am not able to work with cursor. While coding, at some point, comands like CMD+ S, delete, or arrows stop working.

As I press cmd +s for instance, I see the “file” top menu flashing as if save is being triggere dbut file doesn’t save! if I trigger save manually under file menu it then works.

if, I press tab instead, to make spaces in my line, starts tabbing around the IDE elements.

I can temporarely fix it by reload the window the keyboard command start to work again for then break again short after. Is unusable..

Steps to Reproduce

Just happens randomly, not sure what triggers the bug

Expected Behavior

Keyboard command should work

Operating System

MacOS

Version Information

Version: 2.4.22
VSCode Version: 1.105.1
Commit: 618c607a249dd7fd2ffc662c6531143833bebd40
Date: 2026-01-26T22:51:47.692Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Darwin arm64 24.6.0

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hey, thanks for the report. This is a weird issue. The File menu “flashing” and tabs switching in navigation mode suggests the editor is losing focus, or keyboard events aren’t being handled correctly.

I’ll need a bit more info to figure it out:

  1. Extensions: Cmd + Shift + P > “Developer: Open Extension Monitor” and share a screenshot of the active extensions. Or try launching Cursor from Terminal with cursor --disable-extensions. Does the bug still happen?

  2. Browser tab: Does this happen when the built-in Browser tab is open? There are a few known focus issues when the Browser tab is active.

  3. Console logs: When the bug happens, open Cmd + Shift + P > “Developer: Toggle JavaScript Console” and check if any errors appear right when the shortcuts stop working.

  4. Repro steps: Do you notice any pattern, like it happens after using chat or agent, after switching files, etc?

Let me know what you find from these checks.

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