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

@ -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) |

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",
};