actions: split ShowSearchEngine into ShowSearchEngine and ResetSearchEngine

This commit is contained in:
Andrzej Rybczak
2012-09-15 23:20:18 +02:00
parent 3d2e5adae8
commit b4ab065b2d
7 changed files with 51 additions and 29 deletions

View File

@@ -314,7 +314,10 @@ void BindingsConfiguration::generateDefaults()
bind(k, aChangeBrowseMode);
}
if (notBound(k = stringToKey("3")))
{
bind(k, aShowSearchEngine);
bind(k, aResetSearchEngine);
}
if (notBound(k = stringToKey("4")))
bind(k, aShowMediaLibrary);
if (notBound(k = stringToKey("5")))