From e5f7080e094212d2db1c695a5cd8fcc47f4a5bdd Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sat, 24 Sep 2022 22:04:27 +0800 Subject: Add ncmpcpp config --- mpd/ncmpcpp/bindings | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 mpd/ncmpcpp/bindings (limited to 'mpd/ncmpcpp/bindings') diff --git a/mpd/ncmpcpp/bindings b/mpd/ncmpcpp/bindings new file mode 100644 index 0000000..d035f7f --- /dev/null +++ b/mpd/ncmpcpp/bindings @@ -0,0 +1,46 @@ +# the t key isn't used and it's easier to press than /, so lets use it +def_key "t" + find +def_key "t" + find_item_forward + +def_key "+" + show_clock +def_key "=" + volume_up + +def_key "j" + scroll_down +def_key "k" + scroll_up + +def_key "ctrl-u" + page_up +def_key "ctrl-d" + page_down + +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 "J" + move_sort_order_down +def_key "K" + move_sort_order_up + +def_key "g" + move_home +def_key "G" + move_end + +def_key "0" + replay_song -- cgit v1.2.3-70-g09d2