From f03fe525c75ecf95769939518d63a76cda28e46f Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sun, 9 Feb 2025 20:34:37 +0100 Subject: [PATCH] add missing ncmpcpp keybinds --- templates/mpd/ncmpcpp/bindings.j2 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/mpd/ncmpcpp/bindings.j2 b/templates/mpd/ncmpcpp/bindings.j2 index 26e0113..b6b2d7d 100644 --- a/templates/mpd/ncmpcpp/bindings.j2 +++ b/templates/mpd/ncmpcpp/bindings.j2 @@ -142,6 +142,18 @@ def_key "/" def_key "q" quit +def_key "v" + select_range + +def_key "c" + remove_selection + +def_key "C" + clear_playlist + +def_key "/" + find + # default dummy bindings def_key "mouse" @@ -282,21 +294,9 @@ def_key "g" def_key "ctrl-v" dummy -def_key "v" - dummy - -def_key "V" - dummy - def_key "B" dummy -def_key "c" - clear_playlist - -def_key "C" - dummy - def_key "m" dummy