Group selected nodes by Ctrl + g (#663)

* Ctrl + g to group selected noes

* Add playwright test

* nit

* Move button loc

* Update test expectations [skip ci]

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Chenlei Hu
2024-08-28 11:49:41 -04:00
committed by GitHub
parent 5c2cb00cd6
commit 2c174b5956
9 changed files with 58 additions and 6 deletions

View File

@@ -40,7 +40,8 @@ app.registerExtension({
s: '#comfy-save-button',
o: '#comfy-file-input',
Backspace: '#comfy-clear-button',
d: '#comfy-load-default-button'
d: '#comfy-load-default-button',
g: '#comfy-group-selected-nodes-button'
}
const modifierKeybindId = modifierKeyIdMap[event.key]