mirror of
https://github.com/voideditor/void
synced 2026-05-22 17:08:25 +00:00
Merge pull request #633 from anschmieg/keymap-ctrlK
Fix keymap for Void: Quick Edit to resolve conflict
This commit is contained in:
commit
2b9e2088b3
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ registerAction2(class extends Action2 {
|
|||
keybinding: {
|
||||
primary: KeyMod.CtrlCmd | KeyCode.KeyK,
|
||||
weight: KeybindingWeight.VoidExtension,
|
||||
when: 'editorFocus && !terminalFocus',
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue