From 926cfabb586e409f86305122793f3b1f44bcd113 Mon Sep 17 00:00:00 2001 From: akawana <127211291+akawana@users.noreply.github.com> Date: Mon, 24 Nov 2025 21:55:44 +0800 Subject: [PATCH] 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> --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index cd0c08ae..1dccd0f6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -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"] + } ] }