Merge pull request #290 from prokoudine/master

Add default shortcut for Action Search
This commit is contained in:
itsmattkc
2019-01-10 11:32:31 +11:00
committed by GitHub
+1 -1
View File
@@ -848,7 +848,7 @@ void MainWindow::setup_menus() {
QMenu* help_menu = menuBar->addMenu("&Help");
help_menu->addAction("A&ction Search", this, SLOT(show_action_search()));
help_menu->addAction("A&ction Search", this, SLOT(show_action_search()), QKeySequence("/"));
help_menu->addSeparator();