diff --git a/README.md b/README.md index 80de21bc..cf32014b 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/web/extensions/core/keybinds.js b/web/extensions/core/keybinds.js index cf698ea5..ac367c11 100644 --- a/web/extensions/core/keybinds.js +++ b/web/extensions/core/keybinds.js @@ -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", };