remove enterPressed from remaining screens
This commit is contained in:
@@ -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")))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user