kanryu / quickviewer

A image/comic viewer application for Windows, Mac and Linux, it can show images very fast
https://kanryu.github.io/quickviewer/
GNU General Public License v3.0
539 stars 65 forks source link

FR: Pointing device button actions #9

Closed Gitoffthelawn closed 7 years ago

Gitoffthelawn commented 7 years ago

Can you add pointing device button actions?

Examples:

  1. Click (or double-click) to zoom (with zoom centered on that position).
  2. Select region to zoom via pointing device selection.
  3. Next/previous image.

Perhaps can be customizable via key config.

kanryu commented 7 years ago

Currently, the following operations are assigned to the main window with respect to the mouse input.

I want to realize mouse gesture and input by touch pad's swipe. However, Qt seems to be inadequate in these correspondences. (Especially on Windows)

We will implement an option dialog from now on, but I want to prepare a customize screen there. Is that okay?

Gitoffthelawn commented 7 years ago

That sounds good.

Most touch pads don't have a mouse wheel... they only have buttons and gestures.

kanryu commented 7 years ago

@Gitoffthelawn I made it. I think that 'Ctrl + mouse wheel scrolling' is the input method for general image resizing :)

Gitoffthelawn commented 7 years ago

Thanks! I'll try it out soon. :)