2 ## Key bindings for ncmpc (~/.ncmpc/keys)
5 ## Its possible to bind maximum three keys to a command
6 ## Keys can be defined with a character or a decimal/hexadecimal value.
7 ## A command can be disabled by binding it to 0 (key bind quit = 0).
9 ## Example - bind the Q key to quit in three different ways:
10 ## (character, decimal [81], hexadecimal [51])
18 key quit = 'q', 'Q', 3
39 #key screen-help = '1', 265, 'h'
42 key screen-playlist = '2', 266
45 key screen-browse = '3', 267
47 ## Play/Enter directory
63 key seek-forward = 'f'
66 key seek-backward = 'b'
69 key volume-up = 43, 261
72 key volume-down = 45, 260
74 ## Select/deselect song in playlist
77 ## Delete song from playlist
92 ## Toggle crossfade mode
95 ## Start a music database update
101 ## Add url/file to playlist
116 ## Toggle auto center mode
117 key autocenter-mode = 'U'
123 key screen-prev = 353
134 ## Backward find previous
140 ## Key configuration screen
141 #key screen-keyedit = 'K'