outputs: replace enterPressed with toggleOutput

This commit is contained in:
Andrzej Rybczak
2015-09-27 14:24:30 +02:00
parent c6506d77fd
commit 0ee09fb109
8 changed files with 48 additions and 22 deletions

View File

@@ -496,7 +496,10 @@ void BindingsConfiguration::generateDefaults()
if (notBound(k = stringToKey("insert")))
bind(k, Actions::Type::SelectItem);
if (notBound(k = stringToKey("enter")))
{
bind(k, Actions::Type::ToggleOutput);
bind(k, Actions::Type::PressEnter);
}
if (notBound(k = stringToKey("space")))
{
bind(k, Actions::Type::AddItemToPlaylist);