mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Save magnifying glass size and zoom level
This commit is contained in:
@ -76,6 +76,7 @@ void ShortcutsManager::initDefaultShorcuts()
|
||||
defaultShorcuts.insert(SIZE_DOWN_MGLASS_ACTION_Y, Qt::Key_Minus);
|
||||
defaultShorcuts.insert(ZOOM_IN_MGLASS_ACTION_Y, Qt::Key_Asterisk);
|
||||
defaultShorcuts.insert(ZOOM_OUT_MGLASS_ACTION_Y, Qt::Key_Underscore);
|
||||
defaultShorcuts.insert(RESET_MGLASS_ACTION_Y, Qt::Key_Slash);
|
||||
|
||||
#ifdef Q_OS_MACOS
|
||||
defaultShorcuts.insert(NEW_INSTANCE_ACTION_Y, Qt::Key_N);
|
||||
|
Reference in New Issue
Block a user