From c765e68f05bfe9f0d2e4990bdc8dfabf11cdbc87 Mon Sep 17 00:00:00 2001 From: trainytrain Date: Sun, 9 May 2021 01:29:07 -0700 Subject: init --- ncmpcpp/bindings | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 ncmpcpp/bindings (limited to 'ncmpcpp/bindings') diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings new file mode 100644 index 0000000..01e9543 --- /dev/null +++ b/ncmpcpp/bindings @@ -0,0 +1,46 @@ +def_key "+" + show_clock +def_key "=" + volume_up + +def_key "j" + scroll_down +def_key "k" + scroll_up + +def_key "ctrl-u" + page_up +#push_characters "kkkkkkkkkkkkkkk" +def_key "ctrl-d" + page_down +#push_characters "jjjjjjjjjjjjjjj" + +def_key "h" + previous_column +def_key "l" + next_column + +def_key "." + show_lyrics + +def_key "n" + next_found_item +def_key "N" + previous_found_item + +def_key "M" + move_selected_items_up +def_key "m" + move_selected_items_down + +# not used but bound +def_key "J" + move_sort_order_down +def_key "K" + move_sort_order_up + +def_key "g" + move_home + +def_key "G" + move_end -- cgit v1.2.3-13-gbd6f