Add default shortcut for Action Search

This commit is contained in:
Alexandre Prokoudine
2019-01-10 03:15:54 +03:00
parent e0f6280607
commit a0e03f550f
+1 -1
View File
@@ -806,7 +806,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();