aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpd/ncmpcpp/bindings
diff options
context:
space:
mode:
Diffstat (limited to 'mpd/ncmpcpp/bindings')
-rw-r--r--mpd/ncmpcpp/bindings46
1 files changed, 46 insertions, 0 deletions
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 @@
1# the t key isn't used and it's easier to press than /, so lets use it
2def_key "t"
3 find
4def_key "t"
5 find_item_forward
6
7def_key "+"
8 show_clock
9def_key "="
10 volume_up
11
12def_key "j"
13 scroll_down
14def_key "k"
15 scroll_up
16
17def_key "ctrl-u"
18 page_up
19def_key "ctrl-d"
20 page_down
21
22def_key "h"
23 previous_column
24def_key "l"
25 next_column
26
27def_key "."
28 show_lyrics
29
30def_key "n"
31 next_found_item
32def_key "N"
33 previous_found_item
34
35def_key "J"
36 move_sort_order_down
37def_key "K"
38 move_sort_order_up
39
40def_key "g"
41 move_home
42def_key "G"
43 move_end
44
45def_key "0"
46 replay_song