diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-28 20:18:41 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-28 20:18:41 +0200 |
commit | e3940e6ef33f07e162c233c0b4f28e03f4530ffe (patch) | |
tree | bb76a4b44fa9d8932cc559818ea3bb5516ad0f8f /config/common/ncmpcpp | |
parent | d3374ddd385dc794e9d57f775baebd1aa8066191 (diff) |
changed ncmpcpp bindings
Diffstat (limited to 'config/common/ncmpcpp')
-rw-r--r-- | config/common/ncmpcpp/bindings | 11 |
1 files changed, 5 insertions, 6 deletions
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 @@ -185,12 +185,15 @@ def_key "l" 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 |