Bind Play to Backspace by default

This commit is contained in:
Andrzej Rybczak
2020-12-23 00:17:50 +01:00
parent e0fe49e3e3
commit 7e4f3b1917
6 changed files with 12 additions and 2 deletions

View File

@@ -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);