macos: Document ctrl-space
global shortcut conflict (#23239)
This commit is contained in:
parent
3af09bbae1
commit
fd40d173f3
1 changed files with 2 additions and 0 deletions
|
@ -414,6 +414,8 @@
|
|||
"cmd-k cmd-9": ["editor::FoldAtLevel", { "level": 9 }],
|
||||
"cmd-k cmd-0": "editor::FoldAll",
|
||||
"cmd-k cmd-j": "editor::UnfoldAll",
|
||||
// Using `ctrl-space` in Zed requires disabling the macOS global shortcut.
|
||||
// System Preferences->Keyboard->Keyboard Shortcuts->Input Sources->Select the previous input source (uncheck)
|
||||
"ctrl-space": "editor::ShowCompletions",
|
||||
"cmd-.": "editor::ToggleCodeActions",
|
||||
"cmd-k r": "editor::RevealInFileManager",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue