mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 16:59:45 +00:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user