Merge pull request #235 from vedgy/configurable-fit-to-page-shortcut

Allow to configure Fit to page action shortcut in the UI
This commit is contained in:
Luis Ángel San Martín 2021-03-13 08:33:09 +01:00 committed by GitHub
commit 0925771f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1328,6 +1328,7 @@ void MainWindowViewer::setUpShortcutsManagement()
<< doublePageAction
<< doubleMangaPageAction
<< adjustToFullSizeAction
<< fitToPageAction
<< increasePageZoomAction
<< decreasePageZoomAction
<< resetZoomAction);