Ctrl + space (toggle suggestion details) doesn't work

Hi, I’m using cursor Version: 0.40.4
VSCode Version: 1.91.1
Commit: 63dae81aea2c3fc079420fe72578a8eef26ba870
Date: 2024-09-05T02:52:05.660Z
Electron: 29.4.0
ElectronBuildId: undefined
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Darwin arm64 23.6.0

on a mac os with m1.

The problem I’m facing is that the usual ctrl+space for seeing the suggestions from vscode (the toggleSuggesionDetails) doesn’t work even if the keyboard binding is correctly set. I mean that by using ctrl+space nothing happens. I still manage to see it because sometimes it opens automatically when i write a .

The strange thing is that on a different compute (mac with intel) it works fine, while on this one it doesn’t…

And that’s annoying because in order to see the suggestions i have to delete the previous point and then hope that it will open automatically…

I attached a screenshot to make it clear what i mean with the toggle suggetion detail

Hey @alessandromazza98

Maybe this shortcut is taken by another program. Try checking in the system settings under the keyboard section, and try closing all applications except Cursor.

it still doesn’t work. It’s weird because on the same computer if i use normal vscode it works fine

Check the shortcut settings, maybe they’ve been overridden.

there are no overridden commands, very weird. btw thanks for your help

hey, i found the issue, i don’t know why but it works if i push fn + ctrl + space

the problem was conflict with the mac os switch input sources… i disabled that command now and on cursor it works fine again with ctrl + space

I’m glad the issue is resolved.