You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,11 @@ Workflow examples can be found on the [Examples page](https://comfyanonymous.git
35
35
-**Ctrl + A** select all nodes
36
36
-**Ctrl + M** mute/unmute selected nodes
37
37
-**Delete** or **Backspace** delete selected nodes
38
+
-**Space** Holding space key while moving the cursor moves the canvas around. It works when holding the mouse button down so it is easier to connect different nodes when the canvas gets too large.
39
+
-**Ctrl/Shift + Click** Add clicked node to selection.
40
+
-**Ctrl + C/Ctrl + V** - Copy and paste selected nodes, without maintaining the connection to the outputs of unselected nodes.
41
+
-**Ctrl + C/Ctrl + Shift + V** - Copy and paste selected nodes, and maintaining the connection from the outputs of unselected nodes to the inputs of the newly pasted nodes.
42
+
- Holding **Shift** and drag selected nodes - Move multiple selected nodes at the same time.
0 commit comments