blob: 5d808c0eeb56f74f62b6aa2ebd7866ffc0aee1a0 (
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
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
|
## 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, 'G'
## Page up
key pgup = Ctrl-B
## Page down
key pgdn = Ctrl-F
## Scroll down one line
key scroll-down-line = 0
## Scroll up one line
key scroll-up-line = 0
## Scroll up half a screen
key scroll-down-half = 0
## Select currently playing song
key select-playing = Ctrl-G
## Help screen
key screen-help = '1', F1
## Browse screen
key screen-browse = '3', F3, 'b'
## Pause
key pause = 32
## Stop
key stop = 'S'
## Next track
key next = Ctrl-N
## Previous track
key prev = Ctrl-P
## Seek forward
key seek-forward = 'l'
## Seek backward
key seek-backward = 'h'
## Select/deselect song in queue
key select = 0
## Clear queue
key clear = 'c', 'C'
## Toggle consume mode
key consume = 0
## Save queue
key save = 's'
## Go to parent directory
key go-parent-directory = 263
## Locate song in browser
key locate = 0
## Refresh screen
key update = Ctrl-L, Ctrl-R
## Forward find next
key find-next = 'n'
|