From e3940e6ef33f07e162c233c0b4f28e03f4530ffe Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 28 Mar 2023 20:18:41 +0200 Subject: changed ncmpcpp bindings --- config/common/ncmpcpp/bindings | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'config/common') diff --git a/config/common/ncmpcpp/bindings b/config/common/ncmpcpp/bindings index a97ad2a..d2a5eb6 100644 --- a/config/common/ncmpcpp/bindings +++ b/config/common/ncmpcpp/bindings @@ -184,13 +184,16 @@ def_key "l" run_action def_key "l" play_item -def_key "l" - play def_key "l" next_column def_key "l" slave_screen +def_key "p" + pause +def_key "P" + play + def_key "H" move_home def_key "L" @@ -203,10 +206,8 @@ def_key "ctrl-d" def_key "x" delete_playlist_items - def_key "x" delete_browser_items - def_key "x" delete_stored_playlist @@ -238,8 +239,6 @@ def_key ">" next def_key "s" stop -def_key "p" - pause def_key "q" quit -- cgit v1.2.3