From 3920210c5c387d84cf60418985e567bf958b254f Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Fri, 22 Nov 2024 08:17:36 -0800 Subject: [PATCH] Remove Ctrl+D keybinding (#1643) --- src/stores/coreKeybindings.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/stores/coreKeybindings.ts b/src/stores/coreKeybindings.ts index 3d0d60ec3..023a63ac9 100644 --- a/src/stores/coreKeybindings.ts +++ b/src/stores/coreKeybindings.ts @@ -74,13 +74,6 @@ export const CORE_KEYBINDINGS: Keybinding[] = [ }, commandId: 'Comfy.ClearWorkflow' }, - { - combo: { - key: 'd', - ctrl: true - }, - commandId: 'Comfy.LoadDefaultWorkflow' - }, { combo: { key: 'g',