Comfy-Org / ComfyUI_frontend

Official front-end implementation of ComfyUI [Team travelling; No release between 2024-09-28 and 2024-09-30]
https://www.comfy.org/
GNU General Public License v3.0
481 stars 64 forks source link

[Feature Request]: Touchpad two-finger move gesture #1002

Open nanamicat opened 3 days ago

nanamicat commented 3 days ago

Is there an existing issue for this?

What would your feature do ?

On Macbook (or windows laptop), two-finger move gesture is comfortable. which is also the default behavoir for browser handle big page. but Comfyui does not handle it correctly, it will zoom as mouse scroll, not move.

Proposed workflow

two-finger move

Additional information

No response

nanamicat commented 3 days ago

well, after some research, I found that it's really hard to tell apart mouse wheel and touchpad in javascript.

maybe the only way to make it works is: add a option in settings to set ctrl + wheel -> zoom and wheel -> move.