scripts/applications/ncmpcpp-bind

38 lines
410 B
Plaintext
Raw Permalink Normal View History

2019-05-01 08:48:37 -07:00
def_key "/"
2019-07-05 19:09:01 -07:00
find
2019-05-01 08:48:37 -07:00
def_key "/"
2019-07-05 19:09:01 -07:00
find_item_forward
2019-05-01 08:48:37 -07:00
def_key "j"
2019-07-05 19:09:01 -07:00
scroll_down
2019-05-01 08:48:37 -07:00
def_key "k"
2019-07-05 19:09:01 -07:00
scroll_up
2019-05-01 08:48:37 -07:00
def_key "ctrl-b"
2019-07-05 19:09:01 -07:00
page_up
2019-05-01 08:48:37 -07:00
def_key "ctrl-f"
2019-07-05 19:09:01 -07:00
page_down
2019-05-01 08:48:37 -07:00
def_key "g"
2019-07-05 19:09:01 -07:00
move_home
2019-05-01 08:48:37 -07:00
def_key "G"
2019-07-05 19:09:01 -07:00
move_end
2019-05-01 08:48:37 -07:00
def_key "h"
2019-07-05 19:09:01 -07:00
previous_column
2019-05-01 08:48:37 -07:00
def_key "l"
2019-07-05 19:09:01 -07:00
next_column
2019-05-01 08:48:37 -07:00
def_key "."
2019-07-05 19:09:01 -07:00
show_lyrics
2019-05-01 08:48:37 -07:00
def_key "n"
2019-07-05 19:09:01 -07:00
next_found_item
2019-05-01 08:48:37 -07:00
def_key "N"
2019-07-05 19:09:01 -07:00
previous_found_item
2019-05-01 08:48:37 -07:00
def_key "J"
2019-07-05 19:09:01 -07:00
move_sort_order_down
2019-05-01 08:48:37 -07:00
def_key "K"
2019-07-05 19:09:01 -07:00
move_sort_order_up