blob: f48b205ba1d2b6390b98f39f3aacd3223e66c8ef (
plain)
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
|
## Key bindings for ncmpc (generated by ncmpc)
## Move cursor to the top of the list
key home = 262, Ctrl-A, 'g'
## Move cursor to the bottom of the list
key end = 360, Ctrl-E, 'G'
## Select currently playing song
key select-playing = 'o'
## Help screen
key screen-help = '1', F1
## Play/Enter directory
key play = Ctrl-M, 'l'
## Pause
key pause = 'P', 32
## Crop
key crop = 'X'
## Select/deselect song in queue
key select = 'a'
## Delete song from queue
key delete = 330, 'd', 'x'
## Toggle crossfade mode
key crossfade = 0
## Save queue
key save = 0
## Append song to queue
key add = 0
## Go to parent directory
key go-parent-directory = 'h', 34
## Locate song in browser
key locate = 0
|