Update mpd configuration
This commit is contained in:
parent
ebb8f8c2c2
commit
b1965fc631
5 changed files with 65 additions and 6 deletions
16
templates/mpd/ncmpcpp/bindings.j2
Normal file
16
templates/mpd/ncmpcpp/bindings.j2
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
def_key "l"
|
||||
next_column
|
||||
def_key "h"
|
||||
previous_column
|
||||
def_key "k"
|
||||
scroll_up
|
||||
def_key "j"
|
||||
scroll_down
|
||||
|
||||
def_key "l"
|
||||
jump_to_playing_song
|
||||
|
||||
def_key "a"
|
||||
add_item_to_playlist
|
||||
Loading…
Add table
Add a link
Reference in a new issue