summaryrefslogtreecommitdiffstats
path: root/ncmpc/keys
blob: 00d998739de752eed23e8817db769a52410700d2 (plain) (blame)
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
## Key bindings for ncmpc (generated by ncmpc)

## Key configuration screen
key screen-keyedit = '6'

## Move cursor up
key up = 'k'

## Move cursor down
key down = 'j'

## Move cursor to the top of the list
key home = 262,  '0',  'g'

## Move cursor to the bottom of the list
key end = 360,  36,  'G'

## Select currently playing song
key select-playing = 59

## Help screen
key screen-help = '1',  265,  8

## Pause
key pause = 'p',  32

## Stop
key stop = 's',  263,  127

## Next track
key next = 62,  'l'

## Previous track
key prev = 60,  'h'

## Seek forward
key seek-forward = 'f',  261

## Seek backward
key seek-backward = 'b',  260

## Increase volume
key volume-up = 43,  259

## Decrease volume
key volume-down = 45,  258

## Select/deselect song in playlist
key select = 44

## Locate song in browser
key locate = 'F'

## Move item up
key move-up = 'K'

## Move item down
key move-down = 'J'

## Backward find previous
key rfind-next = 0