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

View File

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