How to remove a default keybinding? #6552
Replies: 5 comments 12 replies
|
I brought this up with the team today - we'll add a way to remove a binding. I'll update the #772 when I know more. |
|
Hi @JosephTLyons, same problem here. |
|
thanks to this issue I realised I need to allow window switching on MacOS, so now I'm able to switch between windows by keyboard again. Maybe someone else needs this hint. :) |
|
I want to disable the minimize shortcut on my sytem. I am on macOs, disabled the global shortcut for minimizing an app using the shortcut "cmd-m", tested on other applications and it's working as intended. Now Zed has it's own shortcut for minimizing the app, I tried disabling it like this, as I understand the context "Workspace" should be the parent of every context. But it does not work. The shortcut I think is correctly disabled because when I open the command palette it does not have the shortcut anymore, it's empty. Am I missing something? I tried adding "cmd-j" and it disabled just fine. |
Uh oh!
There was an error while loading. Please reload this page.
I have an Italian keyboard and to insert the string interpolation character (`) I have to type
alt+\which is currently assigned to copilot suggestion.I tried to add a custom keybinding for the copilot autosuggestion, but the default one is still active.
So how can I remove the default keybinding?
All reactions