Remove the CTRL-Delete keybind.

On some keyboards it's apparently too easy to accidentally do CTRL-Delete
when pressing CTRL-Enter repeatedly.

CTRL-Backspace can still be used to clear the workflow.
This commit is contained in:
comfyanonymous
2024-05-23 01:29:22 -04:00
parent 6c23854f54
commit 6507a9c716
2 changed files with 1 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ app.registerExtension({
s: "#comfy-save-button",
o: "#comfy-file-input",
Backspace: "#comfy-clear-button",
Delete: "#comfy-clear-button",
d: "#comfy-load-default-button",
};