Skip to content

Commit

Permalink
Remove the CTRL-Delete keybind.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
comfyanonymous committed May 23, 2024
1 parent 6c23854 commit 6507a9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Workflow examples can be found on the [Examples page](https://comfyanonymous.git
| Ctrl + M | Mute/unmute selected nodes |
| Ctrl + B | Bypass selected nodes (acts like the node was removed from the graph and the wires reconnected through) |
| Delete/Backspace | Delete selected nodes |
| Ctrl + Delete/Backspace | Delete the current graph |
| Ctrl + Backspace | Delete the current graph |
| Space | Move the canvas around when held and moving the cursor |
| Ctrl/Shift + Click | Add clicked node to selection |
| Ctrl + C/Ctrl + V | Copy and paste selected nodes (without maintaining connections to outputs of unselected nodes) |
Expand Down
1 change: 0 additions & 1 deletion web/extensions/core/keybinds.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

Expand Down

0 comments on commit 6507a9c

Please sign in to comment.