-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathncmpcpp-bindings
91 lines (62 loc) · 1.05 KB
/
ncmpcpp-bindings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
## Full Default config at /usr/share/doc/ncmpcpp/bindings
## movement and basic music playing
def_key "k"
scroll_up
def_key "K"
select_item
scroll_up
def_key "j"
scroll_down
def_key "J"
select_item
scroll_down
def_key "h"
previous_column
def_key "l"
next_column
def_key "l"
enter_directory
def_key "l"
play_item
def_key "o"
jump_to_playing_song
def_key "space"
pause
def_key "s"
stop
def_key "f"
seek_forward
def_key "b"
seek_backward
def_key "+"
volume_up
def_key "-"
volume_down
## playlist commands
def_key "ctrl-k"
move_sort_order_up
def_key "ctrl-k"
move_selected_items_up
def_key "ctrl-j"
move_sort_order_down
def_key "ctrl-j"
move_selected_items_down
def_key "p"
add_item_to_playlist
def_key "d"
delete_playlist_items
def_key "d"
delete_stored_playlist
def_key "."
show_lyrics
## show different screens (Also 1-9)
def_key "9"
show_clock
def_key "t"
show_tag_editor
def_key "m"
show_media_library
def_key "m"
toggle_media_library_columns_mode
def_key "p"
toggle_visualization_type