[ncmpcpp] Add some bindings
This commit is contained in:
parent
b1c41b71f0
commit
da83ac0122
1 changed files with 8 additions and 4 deletions
|
@ -237,6 +237,10 @@ def_key "h"
|
|||
#
|
||||
#def_key "left"
|
||||
# volume_down
|
||||
def_key "up"
|
||||
volume_up
|
||||
def_key "down"
|
||||
volume_down
|
||||
#
|
||||
#def_key "-"
|
||||
# volume_down
|
||||
|
@ -256,11 +260,11 @@ def_key "?"
|
|||
def_key "p"
|
||||
show_playlist
|
||||
#
|
||||
#def_key "b"
|
||||
# show_browser
|
||||
def_key "b"
|
||||
show_browser
|
||||
#
|
||||
#def_key "b"
|
||||
# change_browse_mode
|
||||
def_key "b"
|
||||
change_browse_mode
|
||||
#
|
||||
def_key "s"
|
||||
show_search_engine
|
||||
|
|
Loading…
Reference in a new issue