DolphinQt: Make Ctrl+F show the game list search and select the search text if already open. Escape closes.

This commit is contained in:
Jordan Woyak
2019-03-17 16:08:59 -05:00
parent 8713a752f3
commit 94c4975b5d
5 changed files with 40 additions and 12 deletions

View File

@ -96,7 +96,7 @@ signals:
void ShowList();
void ShowGrid();
void PurgeGameListCache();
void ToggleSearch();
void ShowSearch();
void ColumnVisibilityToggled(const QString& row, bool visible);
void GameListPlatformVisibilityToggled(const QString& row, bool visible);
void GameListRegionVisibilityToggled(const QString& row, bool visible);