Bind Play to Backspace by default
This commit is contained in:
@@ -610,6 +610,7 @@ void BindingsConfiguration::generateDefaults()
|
||||
{
|
||||
bind(k, Actions::Type::JumpToParentDirectory);
|
||||
bind(k, Actions::Type::ReplaySong);
|
||||
bind(k, Actions::Type::Play);
|
||||
}
|
||||
if (notBound(k = stringToKey("f")))
|
||||
bind(k, Actions::Type::SeekForward);
|
||||
|
||||
Reference in New Issue
Block a user