Remove Ctrl+D keybinding (#1643)

This commit is contained in:
Chenlei Hu
2024-11-22 08:17:36 -08:00
committed by GitHub
parent 4e22bffae2
commit 3920210c5c

View File

@@ -74,13 +74,6 @@ export const CORE_KEYBINDINGS: Keybinding[] = [
},
commandId: 'Comfy.ClearWorkflow'
},
{
combo: {
key: 'd',
ctrl: true
},
commandId: 'Comfy.LoadDefaultWorkflow'
},
{
combo: {
key: 'g',