From 2c3d58817940b8ac002bb3f4bd3f57a4e954d60c Mon Sep 17 00:00:00 2001 From: akawana <127211291+akawana@users.noreply.github.com> Date: Mon, 24 Nov 2025 02:05:33 +0800 Subject: [PATCH] Add Keybinding Extra custom node Added a new custom node for Keybinding Extra with relevant details. --- custom-node-list.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2cd3596c..4a407522 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,12 @@ { "custom_nodes": [ + { + "title": "Keybinding Extra", + "repo": "https://github.com/akawana/ComfyUI-Keybinding-extra", + "author": "akawana", + "description": "Adds configurable keyboard shortcuts to the ComfyUI frontend. Comment line (Ctrl+/).", + "tags": ["frontend", "shortcut", "utility"] + } { "author": "Dr.Lt.Data", "title": "ComfyUI-Manager",