diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings index 854a446..dd8fdfb 100644 --- a/ncmpcpp/bindings +++ b/ncmpcpp/bindings @@ -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