ComfyUI_frontend icon indicating copy to clipboard operation
ComfyUI_frontend copied to clipboard

[Keybinding] Show source of keybinding

Open huchenlei opened this issue 1 year ago • 0 comments

Related PR: https://github.com/Comfy-Org/ComfyUI_frontend/pull/1081

We now supports frontend extension scripts to add custom commands and keybindings. Marking which extension registered the command becomes necessary. We can achieve that easily by tagging the extension name to the command object when loading commands from extensions.

huchenlei avatar Oct 03 '24 20:10 huchenlei