mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-25 05:48:54 -04:00
set shortcut to F12
This commit is contained in:
parent
8ea9dd3f43
commit
96dd73c339
@ -378,7 +378,7 @@ void KiwixApp::createAction()
|
||||
CREATE_ACTION(AboutAction, tr("About Kiwix"));
|
||||
|
||||
CREATE_ACTION_ICON(SettingAction, "settings", tr("Settings"));
|
||||
SET_SHORTCUT(SettingAction, QKeySequence::Preferences);
|
||||
SET_SHORTCUT(SettingAction, QKeySequence(Qt::Key_F12));
|
||||
|
||||
CREATE_ACTION_ICON(DonateAction, "donate", tr("Donate to support Kiwix"));
|
||||
SET_SHORTCUT(DonateAction, QKeySequence("Ctrl+<,3"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user