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