ctrl+shift+B stopped working on 2.0

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

After upgrade - the ctrl+shift+B which is configured on preferences (and still is) as build the solution (Terminal->Run task->default build task). Instead - it started to open and close the new Browser window.

Steps to Reproduce

Open solution which has a C++ based solution and press ctrl_shift+B

Expected Behavior

Open the default build task and run the selected task

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.38 (user setup)
VSCode Version: 1.99.3
Commit: 3fa438a81d579067162dd8767025b788454e6f90
Date: 2025-10-29T20:45:40.883Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26100

For AI issues: which model did you use?

Even without AI. Bu also the Auto model could not solve the problem

Does this stop you from using Cursor

No - Cursor works, but with this issue

Same here.

When working with Business Central AL projects

Actually - I found a solution. Got to Cursor settings→General→Keyboard shortcuts. Remove the shift+ctrl+B setting line which opens the browser (Just completely remove that line).

Thats it….

Cursor will now use the VS Code settings which is as it always has been

1 Like

after removing it, it still not work for me. but when i try to add it back, it showed me there is an existing key binding for the browser. click it and remove the keybinding for the webbrowser. then you can add build task back and it works for me again.