Bug 372416

Summary: Make scrollwheel zoom/unzoom images without needing ctrl key
Product: [Applications] gwenview Reporter: Daniel <mayazcherquoi>
Component: generalAssignee: Gwenview Bugs <gwenview-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: wishlist CC: myriam, nate
Priority: NOR    
Version: Other (add details in bug description)   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Daniel 2016-11-13 06:10:14 UTC
At the moment, in order to zoom in / zoom out of an image, I have to hold down the Ctrl key and then use the scroll wheel to zoom in and out, rather than the much more familiar action of just scrolling and zooming in / out (no holding down Ctrl key).

Please make it so that scrolling the mouse wheel will zoom in and out.

Thank you.

Using version: 16.08.3 (Frameworks 5.27.0, Qt 5.7.0)
Comment 1 Daniel 2017-03-17 02:10:46 UTC
How is this still unconfirmed?

Still happens in the latest version, 16.12.3.
Comment 2 Nate Graham 2017-09-08 20:16:53 UTC
The change to remove the ctrl key requirement is trivial, but it would necessitate a few other changes to prevent conflicts and unwanted behavior:

- With a mouse+wheel, when the image is zoomed in, a scroll is already used to pan up and down; that behavior would need to be re-assigned to something else, or just gotten rid of, since you more easily can drag to pan anyway

- For laptop users who scroll with a two-finger up-and-down scroll gesture, the very similar two-finger drag gesture is already bound to pan&zoom. This would either need to be removed, or else the two-finger scroll behavior would have to not apply to touchpads, and zooming would use a pinch gesture instead: https://bugs.kde.org/show_bug.cgi?id=378021
Comment 3 Nate Graham 2017-09-09 04:27:12 UTC

*** This bug has been marked as a duplicate of bug 254511 ***