From aafd7eaf750431882d31022108e70e94cb8794f3 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Wed, 12 Mar 2025 17:24:46 +0100 Subject: [PATCH] Add binding for single mode --- templates/mpd/ncmpcpp/bindings.j2 | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/templates/mpd/ncmpcpp/bindings.j2 b/templates/mpd/ncmpcpp/bindings.j2 index 92e0d45..1f85833 100644 --- a/templates/mpd/ncmpcpp/bindings.j2 +++ b/templates/mpd/ncmpcpp/bindings.j2 @@ -127,12 +127,15 @@ def_key "f" def_key "b" seek_backward -def_key "r" +def_key "ctrl-r" toggle_repeat -def_key "z" +def_key "ctrl-z" toggle_random +def_key "ctrl-s" + toggle_single + def_key "u" update_database @@ -196,9 +199,6 @@ def_key "=" def_key "@" dummy -def_key "ctrl-h" - dummy - def_key "backspace" dummy @@ -229,12 +229,6 @@ def_key "x" def_key "X" dummy -def_key "ctrl-s" - dummy - -def_key "ctrl-r" - dummy - def_key "ctrl-f" dummy