bindings: make run_action take precedence over play_item

This commit is contained in:
Andrzej Rybczak
2015-11-13 03:26:49 +01:00
parent 103e6de214
commit 7f148f9c34
3 changed files with 4 additions and 3 deletions

View File

@@ -499,8 +499,8 @@ void BindingsConfiguration::generateDefaults()
{
bind(k, Actions::Type::EnterDirectory);
bind(k, Actions::Type::ToggleOutput);
bind(k, Actions::Type::PlayItem);
bind(k, Actions::Type::RunAction);
bind(k, Actions::Type::PlayItem);
}
if (notBound(k = stringToKey("space")))
{