Merge pull request #290 from prokoudine/master
Add default shortcut for Action Search
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user