kanryu / quickviewer

A image/comic viewer application for Windows, Mac and Linux, it can show images very fast

Home Page:https://kanryu.github.io/quickviewer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

disable mouse movement for zoomed img, but allows scroll up/down prev/next img

wtfiwinomgs opened this issue · comments

right now mouse scroll up/down will go previous/next image but only with setting "scroll with mouse cursor on zooming" setting checked, and means mouse movement will move image when zoomed in larger than the window.

disabling this setting allows manual drag to see parts of image when image is zoomed in larger than window, but scroll up/down no longer works for prev/next image.

I tried changing mouse key but it does not override it.

there is currently no way to customize to disable "scroll with mouse cursor on zooming" while have wheel up/down goes for next/prev image. please fix this as I do not need to use mouse wheel to scroll on an zoomed image when I can already click on it and drag, i need mousewheel for prev/next image.

having to use both keyboard + mouse is counter intuitive when reading lots of images/comics, I can get it to work with just keyboard but when i wish to use mouse only, it wont let me cause of this conflict.

If the 'Scroll with mouse cursor on zooming' option is disabled, it used to be that the old QuickViewer only had this mode, but turning the wheel will slide the image up and down. This is the default behavior for image viewers with scroll bars. This behavior has priority over the mouse input customization feature and cannot be customized.

When scrolling up, down, left and right with the wheel etc. while enlarging the image, it is necessary to scroll not only up and down but also like the letter 'N', and complicated problems such as when to switch to the next image occur To do. QuickViewer does not take such an approach, but simply displays the entire image at high speed.

If the 'Scroll with mouse cursor on zooming' option is disabled, it used to be that the old QuickViewer only had this mode, but turning the wheel will slide the image up and down. This is the default behavior for image viewers with scroll bars. This behavior has priority over the mouse input customization feature and cannot be customized.

When scrolling up, down, left and right with the wheel etc. while enlarging the image, it is necessary to scroll not only up and down but also like the letter 'N', and complicated problems such as when to switch to the next image occur To do. QuickViewer does not take such an approach, but simply displays the entire image at high speed.

thanks for reply. so theres currently no plan to allow user override that feature? again it is for convenience and efficiency which is the purpose of everything humans do, counter intuitive that keyboard combination has a way to do everything, while with mouse I can't if that box is checked. possible to allow it in future releases?