actions: split ShowBrowser into showBrowser and ChangeBrowseMode

This commit is contained in:
Andrzej Rybczak
2012-09-15 23:13:47 +02:00
parent 14587cb4ec
commit 3d2e5adae8
6 changed files with 48 additions and 28 deletions

View File

@@ -309,7 +309,10 @@ void BindingsConfiguration::generateDefaults()
if (notBound(k = stringToKey("1")))
bind(k, aShowPlaylist);
if (notBound(k = stringToKey("2")))
{
bind(k, aShowBrowser);
bind(k, aChangeBrowseMode);
}
if (notBound(k = stringToKey("3")))
bind(k, aShowSearchEngine);
if (notBound(k = stringToKey("4")))