diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-04-01 19:12:44 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-04-01 19:12:44 +0200 |
| commit | ccba79d7f97140a325af7b98b8ce2917e7cf4fc8 (patch) | |
| tree | 2b3ff294f2ab915a08916125a9e4fd2c3fa126ac /.ncmpcpp/bindings | |
| parent | 39e9d4e4f740647e49cf7f2f090bc0ddb27a7d76 (diff) | |
| parent | be35ccddeb63db26949183ade5a801593918a597 (diff) | |
merge desktop into master
Diffstat (limited to '.ncmpcpp/bindings')
| -rw-r--r-- | .ncmpcpp/bindings | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.ncmpcpp/bindings b/.ncmpcpp/bindings index b7057ff..6962dea 100644 --- a/.ncmpcpp/bindings +++ b/.ncmpcpp/bindings @@ -178,12 +178,12 @@ def_key "j" #def_key "}" # scroll_down_artist # -#def_key "page_up" -# page_up -# -#def_key "page_down" -# page_down -# +def_key "u" + page_up + +def_key "d" + page_down + #def_key "home" # move_home # @@ -367,9 +367,9 @@ def_key "j" #def_key "X" # set_crossfade # -#def_key "u" -# update_database -# +def_key "U" + update_database + #def_key "ctrl-s" # sort_playlist # |
