From 005869157971815cdfe535f65292dc5d3428b85c Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Mon, 18 Nov 2024 23:07:11 -0500 Subject: [PATCH] Bind Ctrl+s to Comfy.SaveWorkflow (#1599) --- src/stores/coreKeybindings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/coreKeybindings.ts b/src/stores/coreKeybindings.ts index 089d1343f..3d0d60ec3 100644 --- a/src/stores/coreKeybindings.ts +++ b/src/stores/coreKeybindings.ts @@ -59,7 +59,7 @@ export const CORE_KEYBINDINGS: Keybinding[] = [ key: 's', ctrl: true }, - commandId: 'Comfy.ExportWorkflow' + commandId: 'Comfy.SaveWorkflow' }, { combo: {