blob: cb59513496a4d6b9ec7003b2a95d50c3b70a3ca4 (
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
|
## 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'
## Pause
key pause = 'P', 32
## Select/deselect song in queue
key select = 'a'
## Delete song from queue
key delete = 330, 'd', 'x'
## Toggle crossfade mode
key crossfade = 0
## Append song to queue
key add = 0
## Locate song in browser
key locate = 0
|