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:
parent
6c23854f54
commit
6507a9c716
|
@ -53,7 +53,7 @@ Workflow examples can be found on the [Examples page](https://comfyanonymous.git
|
||||||
| Ctrl + M | Mute/unmute selected nodes |
|
| 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) |
|
| Ctrl + B | Bypass selected nodes (acts like the node was removed from the graph and the wires reconnected through) |
|
||||||
| Delete/Backspace | Delete selected nodes |
|
| 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 |
|
| Space | Move the canvas around when held and moving the cursor |
|
||||||
| Ctrl/Shift + Click | Add clicked node to selection |
|
| 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) |
|
| Ctrl + C/Ctrl + V | Copy and paste selected nodes (without maintaining connections to outputs of unselected nodes) |
|
||||||
|
|
|
@ -21,7 +21,6 @@ app.registerExtension({
|
||||||
s: "#comfy-save-button",
|
s: "#comfy-save-button",
|
||||||
o: "#comfy-file-input",
|
o: "#comfy-file-input",
|
||||||
Backspace: "#comfy-clear-button",
|
Backspace: "#comfy-clear-button",
|
||||||
Delete: "#comfy-clear-button",
|
|
||||||
d: "#comfy-load-default-button",
|
d: "#comfy-load-default-button",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue