Skip to content

Commit 6507a9c

Browse files
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.
1 parent 6c23854 commit 6507a9c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Workflow examples can be found on the [Examples page](https://comfyanonymous.git
5353
| Ctrl + M | Mute/unmute selected nodes |
5454
| Ctrl + B | Bypass selected nodes (acts like the node was removed from the graph and the wires reconnected through) |
5555
| Delete/Backspace | Delete selected nodes |
56-
| Ctrl + Delete/Backspace | Delete the current graph |
56+
| Ctrl + Backspace | Delete the current graph |
5757
| Space | Move the canvas around when held and moving the cursor |
5858
| Ctrl/Shift + Click | Add clicked node to selection |
5959
| Ctrl + C/Ctrl + V | Copy and paste selected nodes (without maintaining connections to outputs of unselected nodes) |

web/extensions/core/keybinds.js

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ app.registerExtension({
2121
s: "#comfy-save-button",
2222
o: "#comfy-file-input",
2323
Backspace: "#comfy-clear-button",
24-
Delete: "#comfy-clear-button",
2524
d: "#comfy-load-default-button",
2625
};
2726

0 commit comments

Comments
 (0)