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:
Andrew Pareles 2025-05-21 18:25:51 -07:00 committed by GitHub
commit 5bdbbc84aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',
} }
}); });
} }