From 67094aac612268e7edd9bf9d52f5cb771b2d7da6 Mon Sep 17 00:00:00 2001 From: Lasse Date: Mon, 25 Nov 2024 23:16:56 +0100 Subject: [PATCH] Added touchpad support module --- custom-node-list.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 51800e11..1a1fb929 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17653,14 +17653,14 @@ }, { "author": "Lasse Lauwerys", - "title": "Touch screen gesture support", + "title": "Touchpad and trackpad gesture support", "id": "manager", - "reference": "https://github.com/Iemand005/ComfyUI-Touch-Gestures", + "reference": "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures", "files": [ - "https://github.com/Iemand005/ComfyUI-Touch-Gestures" + "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures" ], "install_type": "git-clone", - "description": "Implements proper multitouch zooming and panning into ComfyUI to make it more usable on mobile devices." + "description": "Implements proper touchpad zooming and panning into ComfyUI to make it more usable on laptops." } ] }