Add Keybinding Extra (keyboard shortcut extension) (#2306)

* Add Keybinding Extra custom node

Added a new custom node for Keybinding Extra with relevant details.

* Enhance description for Keybinding Extra

Updated the description for the Keybinding Extra to provide more detail about its functionality.

* Update custom-node-list.json

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
This commit is contained in:
akawana 2025-11-24 21:55:44 +08:00 committed by GitHub
parent a9a8d05115
commit 926cfabb58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37410,6 +37410,17 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
}
},
{
"author": "akawana",
"title": "Keybinding Extra",
"reference": "https://github.com/akawana/ComfyUI-Keybinding-extra",
"files": [
"https://github.com/akawana/ComfyUI-Keybinding-extra"
],
"install_type": "git-clone",
"description": "Adds shortcuts for commenting and deleting lines of text, with a configurable comment symbol. Includes a node that cleans comments from text and splits content using tags for Regional Prompting.",
"tags": ["frontend", "shortcut", "utility"]
}
]
}