diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-23 21:20:52 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-23 21:20:52 +0100 |
| commit | ee92c6100fd18a80309bcaa86d1cbc20f8f2cd49 (patch) | |
| tree | 3772ecdd57e3fcd4fd6eddc7b18230348ce5d4f3 /.ncmpcpp/bindings | |
| parent | 2c7324c964f597080c0589a31f6164b484d7a1f2 (diff) | |
added a bunch of stuff and relocated some files
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 # |
