From b36fdd1aec78f756bc45b206fbcd06d6d7ea82d4 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 9 May 2021 13:10:25 +0000 Subject: added shortcuts for library and history git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9991 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/history/history.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/General/history/history.cpp') diff --git a/src/plugins/General/history/history.cpp b/src/plugins/General/history/history.cpp index 89f732f05..21ed05d36 100644 --- a/src/plugins/General/history/history.cpp +++ b/src/plugins/General/history/history.cpp @@ -55,6 +55,7 @@ History::History(QObject *parent) : QObject(parent) } QAction *action = new QAction(tr("History"), this); + action->setShortcut(tr("Alt+H")); action->setIcon(QIcon::fromTheme("text-x-generic")); UiHelper::instance()->addAction(action, UiHelper::TOOLS_MENU); connect(action, SIGNAL(triggered()), SLOT(showHistoryWindow())); -- cgit v1.2.3-13-gbd6f