ComfyUI_frontend icon indicating copy to clipboard operation
ComfyUI_frontend copied to clipboard

[Feature Request]: Touchpad two-finger move gesture

Open nanamicat opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

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 avatar Sep 26 '24 11:09 nanamicat

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.

nanamicat avatar Sep 26 '24 15:09 nanamicat