https://bugs.kde.org/show_bug.cgi?id=396360
--- Comment #8 from Henrik Fehlauer <rk...@lab12.net> --- Git commit 11ed44cdf988db2a055265afc76f6b7c8be64fb6 by Henrik Fehlauer. Committed on 16/07/2018 at 22:11. Pushed by rkflx into branch 'Applications/18.08'. Add mouse shortcut for Fill and adapt docbook Summary: D14093 will add back middle-clicking to toggle between {nav Fit} (with {key F} as its keyboard shortcut) and {nav 100%} zoom. In addition, D14094 sets {key Shift F} as a shortcut for {nav Fill}. Going along with this, here we add {key Shift}-middle-clicking for {nav Fill}. The code is moved to `DocumentView` in order not to duplicate the handling of the toggling behaviour. We also adapt the docbook accordingly, as some users still seem to read the manual. Depends on D14093 Test Plan: Middle-click multiple times on an image in {nav View} mode and observe {nav Fit} is toggled. Repeat while holding down {key Shift} for {nav Fill}. Proof-read docbook ("View mode" and "Tips" sections). Reviewers: #gwenview, muhlenpfordt Reviewed By: #gwenview, muhlenpfordt Subscribers: muhlenpfordt, kde-doc-english Tags: #documentation Differential Revision: https://phabricator.kde.org/D14103 M +3 -4 doc/index.docbook M +0 -8 lib/documentview/abstractimageview.cpp M +13 -0 lib/documentview/documentview.cpp M +1 -0 lib/documentview/documentview.h https://commits.kde.org/gwenview/11ed44cdf988db2a055265afc76f6b7c8be64fb6 -- You are receiving this mail because: You are watching all bug changes.