update NEWS / version bump
[ncmpcpp.git] / doc / keys
blobbe59821b07f72a1bb0d24350a27184ed989e2112
1 #####################################################
2 ## this is example key configuration file, copy it ##
3 ## to ~/.ncmpcpp/keys and set up your preferences  ##
4 #####################################################
5 ##
6 ## Tips:
7 ## - it's possible to bind maximum two keys to a command
8 ## - keys can be defined with a character or a decimal value
9 ## - a command can be disabled by binding it to 0
11 ## Note: First bind of volume_up/down
12 ## will be used to switch between columns.
15 #key_up = 259 'k'
17 #key_down = 258 'j'
19 #key_page_up = 339
21 #key_page_down = 338
23 #key_home = 262
25 #key_end = 360
27 #key_space = 32
29 #key_enter = 10
31 #key_delete = 330 'd'
33 #key_volume_up = 261 '+'
35 #key_volume_down = 260 '-'
37 #key_toggle_space_mode = 't'
39 #key_toggle_add_mode = 'T'
41 #key_toggle_mouse = '|'
43 #key_screen_switcher = 9
45 #key_help = '1' 265
47 #key_playlist = '2' 266
49 #key_browser = '3' 267
51 #key_search_engine = '4' 268
53 #key_media_library = '5' 269
55 #key_playlist_editor = '6' 270
57 #key_tag_editor = '7' 271
59 #key_outputs = '8' 272
61 #key_music_visualizer = '9' 273
63 #key_clock = '0' 274
65 #key_server_info = '@'
67 #key_stop = 's'
69 #key_pause = 'P'
71 #key_next = '>'
73 #key_prev = '<'
75 #key_seek_forward = 'f'
77 #key_seek_backward = 'b'
79 #key_toggle_repeat = 'r'
81 #key_toggle_random = 'z'
83 #key_toggle_single = 'y'
85 #key_toggle_consume = 'R'
87 #key_toggle_replay_gain_mode = 'Y'
89 #key_shuffle = 'Z'
91 #key_toggle_crossfade = 'x'
93 #key_set_crossfade = 'X'
95 #key_update_db = 'u'
97 #key_sort_playlist = 22
99 #key_apply_filter = 6
101 #key_find_forward = '/'
103 #key_find_backward = '?'
105 #key_next_found_position = '.'
107 #key_prev_found_position = ','
109 #key_toggle_find_mode = 'w'
111 #key_edit_tags = 'e'
113 #key_go_to_position = 'g'
115 #key_song_info = 'i'
117 #key_artist_info = 'I'
119 #key_lyrics = 'l'
121 #key_reverse_selection = 'v'
123 #key_deselect_all = 'V'
125 #key_add_selected_items = 'A'
127 #key_clear = 'c'
129 #key_crop = 'C'
131 #key_move_song_up = 'm'
133 #key_move_song_down = 'n'
135 #key_move_to = 'M'
137 #key_add = 'a'
139 #key_save_playlist = 'S'
141 #key_go_to_now_playing = 'o'
143 #key_toggle_auto_center = 'U'
145 #key_toggle_display_mode = 'p'
147 #key_toggle_lyrics_db = 'L'
149 #key_go_to_containing_directory = 'G'
151 #key_go_to_parent_dir = 263 127
153 #key_switch_tag_type_list = '`'
155 #key_quit = 'q' 'Q'