From 3dfdddcc910c6623b5c9a20368089e41a5cbcffc Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Wed, 11 Dec 2024 15:55:38 -0800 Subject: [PATCH] Update README (Add new keybinding entries) (#6020) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf7803bab..00f26bdd0 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ Workflow examples can be found on the [Examples page](https://comfyanonymous.git | `Q` | Toggle visibility of the queue | | `H` | Toggle visibility of history | | `R` | Refresh graph | +| `F` | Show/Hide menu | +| `.` | Fit view to selection (Whole graph when nothing is selected) | | Double-Click LMB | Open node quick search palette | | `Shift` + Drag | Move multiple wires at once | | `Ctrl` + `Alt` + LMB | Disconnect all wires from clicked slot |