From 0e5ea8b945b3e85d7edba3d7e48d50e1e0bcaa8f Mon Sep 17 00:00:00 2001 From: vinurk Date: Wed, 17 Apr 2024 01:08:34 +0530 Subject: [PATCH] changed shortcut --- src/kiwixapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kiwixapp.cpp b/src/kiwixapp.cpp index eb7ff09..b146be0 100644 --- a/src/kiwixapp.cpp +++ b/src/kiwixapp.cpp @@ -465,7 +465,7 @@ void KiwixApp::createActions() CREATE_ACTION_SHORTCUT(ToggleTOCAction, gt("table-of-content"), QKeySequence(Qt::CTRL | Qt::SHIFT | Qt::Key_1)); HIDE_ACTION(ToggleTOCAction); - CREATE_ACTION_ONOFF_ICON_SHORTCUT(ToggleReadingListAction, "reading-list-active", "reading-list", gt("reading-list"), QKeySequence(Qt::CTRL | Qt::SHIFT | Qt::Key_2)); + CREATE_ACTION_ONOFF_ICON_SHORTCUT(ToggleReadingListAction, "reading-list-active", "reading-list", gt("reading-list"), QKeySequence(Qt::CTRL | Qt::Key_B)); CREATE_ACTION_SHORTCUTS(ZoomInAction, gt("zoom-in"), QList({QKeySequence::ZoomIn, QKeySequence(Qt::CTRL | Qt::Key_Equal)}));