Skip to content

Commit 37beea0

Browse files
Add missing shortcuts from litegraph doc to README.
1 parent e356667 commit 37beea0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ Workflow examples can be found on the [Examples page](https://comfyanonymous.git
3535
- **Ctrl + A** select all nodes
3636
- **Ctrl + M** mute/unmute selected nodes
3737
- **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.
3843

3944
# Installing
4045

0 commit comments

Comments
 (0)