From d70949dd4705b27e2924f8ee8c12e264ba2d5dfd Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Tue, 29 Jul 2025 20:42:38 -0700 Subject: [PATCH] [feat] Remove default `Backspace` keybinding to clear workflow (#4586) --- src/constants/coreKeybindings.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/constants/coreKeybindings.ts b/src/constants/coreKeybindings.ts index ee4d833d2..c61fd0b35 100644 --- a/src/constants/coreKeybindings.ts +++ b/src/constants/coreKeybindings.ts @@ -68,12 +68,6 @@ export const CORE_KEYBINDINGS: Keybinding[] = [ }, commandId: 'Comfy.OpenWorkflow' }, - { - combo: { - key: 'Backspace' - }, - commandId: 'Comfy.ClearWorkflow' - }, { combo: { key: 'g',