diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-06 00:23:10 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-06 00:23:10 +0100 |
| commit | 0494eafc5b7d2266bba07a780babbaf61627c7c6 (patch) | |
| tree | 433cd6bae2df89102711f2b1fb0095ef91cf769c /.ncmpcpp/bindings | |
| parent | 840f4c5cad8546d5d1e5eb5ef6bd43e40ca80e15 (diff) | |
changes
Diffstat (limited to '.ncmpcpp/bindings')
| -rw-r--r-- | .ncmpcpp/bindings | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.ncmpcpp/bindings b/.ncmpcpp/bindings index ab21cbf..b7057ff 100644 --- a/.ncmpcpp/bindings +++ b/.ncmpcpp/bindings @@ -152,16 +152,16 @@ #def_key "mouse" # mouse_event # -#def_key "up" -# scroll_up -# +def_key "k" + scroll_up + #def_key "shift-up" # select_item # scroll_up # -#def_key "down" -# scroll_down -# +def_key "j" + scroll_down + #def_key "shift-down" # select_item # scroll_down |
