summaryrefslogtreecommitdiff
path: root/src/bindings.cpp
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2015-09-28 06:40:45 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2015-11-04 19:21:31 +0100
commit9e9e5215804d872597824f7c84b87aa49f63e14a (patch)
treefa7ecaabf4e2f43d9a4a02bab2e61cab82ac1f61 /src/bindings.cpp
parent3c1a888378b168c4bad4297da634692311c56d5a (diff)
remove enterPressed from remaining screens
Diffstat (limited to 'src/bindings.cpp')
-rw-r--r--src/bindings.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bindings.cpp b/src/bindings.cpp
index ebd26fe1..f5249e23 100644
--- a/src/bindings.cpp
+++ b/src/bindings.cpp
@@ -497,9 +497,10 @@ void BindingsConfiguration::generateDefaults()
bind(k, Actions::Type::SelectItem);
if (notBound(k = stringToKey("enter")))
{
- bind(k, Actions::Type::Play);
+ bind(k, Actions::Type::EnterDirectory);
bind(k, Actions::Type::ToggleOutput);
- bind(k, Actions::Type::PressEnter);
+ bind(k, Actions::Type::PlayItem);
+ bind(k, Actions::Type::RunAction);
}
if (notBound(k = stringToKey("space")))
{