From d8fb8ce606e76f31b466d00eaa4880dc3dd798c7 Mon Sep 17 00:00:00 2001 From: Lasse Lauwerys <65569591+Iemand005@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:02:39 +0100 Subject: [PATCH] Add better touchpad gestures module (#1269) * Added touchscreen support module * Added touchpad support module --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 593d7c5b..fd3fe41b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17683,6 +17683,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Lasse Lauwerys", + "title": "Touchpad and trackpad gesture support", + "id": "manager", + "reference": "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures", + "files": [ + "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures" + ], + "install_type": "git-clone", + "description": "Implements proper touchpad zooming and panning into ComfyUI to make it more usable on laptops." } ] }