playlist: remove enterPressed

This commit is contained in:
Andrzej Rybczak
2015-09-27 15:25:24 +02:00
parent 3de7558483
commit 3c1a888378
7 changed files with 28 additions and 9 deletions

View File

@@ -497,6 +497,7 @@ void BindingsConfiguration::generateDefaults()
bind(k, Actions::Type::SelectItem);
if (notBound(k = stringToKey("enter")))
{
bind(k, Actions::Type::Play);
bind(k, Actions::Type::ToggleOutput);
bind(k, Actions::Type::PressEnter);
}