diff options
author | Andrzej Rybczak <andrzej@rybczak.net> | 2020-12-23 00:17:50 +0100 |
---|---|---|
committer | Andrzej Rybczak <andrzej@rybczak.net> | 2020-12-23 00:17:50 +0100 |
commit | 7e4f3b1917f389f8769dff1cd738d93f5d365377 (patch) | |
tree | 10f75ce7709e56603012fd4383c2b09f7638a7a5 /doc/bindings | |
parent | e0fe49e3e331536203b883844f8208da70800cbd (diff) |
Bind Play to Backspace by default
Diffstat (limited to 'doc/bindings')
-rw-r--r-- | doc/bindings | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bindings b/doc/bindings index 8e75f032..874d25e4 100644 --- a/doc/bindings +++ b/doc/bindings @@ -152,7 +152,6 @@ ## ## - set_volume ## - load -## - play ## # #def_key "mouse" @@ -328,6 +327,9 @@ #def_key "backspace" # replay_song # +#def_key "backspace" +# play +# #def_key "f" # seek_forward # |