diff options
Diffstat (limited to 'dotfiles/common/.config/ncmpcpp/bindings')
| -rw-r--r-- | dotfiles/common/.config/ncmpcpp/bindings | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dotfiles/common/.config/ncmpcpp/bindings b/dotfiles/common/.config/ncmpcpp/bindings index a7ca6c0..25021f1 100644 --- a/dotfiles/common/.config/ncmpcpp/bindings +++ b/dotfiles/common/.config/ncmpcpp/bindings @@ -219,6 +219,9 @@ #def_key "space" # toggle_visualization_type # +def_key "space" + pause + #def_key "delete" # delete_playlist_items # @@ -237,6 +240,9 @@ #def_key "right" # volume_up # +def_key "right" + seek_forward +# #def_key "+" # volume_up # @@ -249,6 +255,9 @@ #def_key "left" # volume_down # +def_key "left" + seek_backward +# #def_key "-" # volume_down # @@ -309,6 +318,9 @@ def_key "=" #def_key "p" # pause # +def_key "p" + add_item_to_playlist + #def_key ">" # next # @@ -453,6 +465,9 @@ def_key "l" #def_key "v" # reverse_selection # +def_key "v" + toggle_visualization_type + #def_key "V" # remove_selection # |
