diff --git a/extras/CONFIG.md b/extras/CONFIG.md index b0f6540..efdd70a 100644 --- a/extras/CONFIG.md +++ b/extras/CONFIG.md @@ -92,39 +92,34 @@ hide_image: false rounded_corners: false use_icons: false mappings: - album_view: - visual: - add_to_playlist: "a" - normal: - add_to_playlist: "a" - recently_played_view: - normal: - add_to_playlist: "a" - visual: - add_to_playlist: "a" global: normal: - focus_search: "?" - increase_image_width: "L" - move_image_up: "ctrl-k" - move_image_right: "ctrl-l" - open_current_context: "ctrl-o" - move_image_left: "backspace" - focus_main_view: "3" - toggle_playback: " " - previous: "p" - open_entry: "enter" - increase_image_height: "J" - decrease_image_height: "K" - choose_device: "d" - focus_nav: "1" - open_current_track_artist: "O" next: "n" move_image_down: "ctrl-j" - decrease_image_width: "H" - save_config: "ctrl-s" - focus_playlists: "2" + move_image_up: "ctrl-k" + decrease_image_height: "K" + repeat: "r" open_current_track_album: "o" + toggle_playback: " " + open_current_track_artist: "O" + move_image_right: "ctrl-l" + decrease_image_width: "H" + increase_image_width: "L" + save_config: "ctrl-s" + choose_device: "d" + focus_playlists: "2" + focus_main_view: "3" + focus_search: "?" + previous: "p" + move_image_left: "backspace" + focus_nav: "1" + open_entry: "enter" + increase_image_height: "J" + shuffle: "z" + open_current_context: "ctrl-o" + playlist_nav: + normal: + play_entry: "ctrl-p" playlist_view: normal: add_to_playlist: "a" @@ -133,17 +128,24 @@ mappings: top_tracks_view: normal: play_entry: "ctrl-p" - artists_view: - normal: - play_entry: "ctrl-p" albums_view: normal: - queue_entry: "q" play_entry: "ctrl-p" + queue_entry: "q" + album_view: + normal: + add_to_playlist: "a" + visual: + add_to_playlist: "a" + recently_played_view: + visual: + add_to_playlist: "a" + normal: + add_to_playlist: "a" search_view: normal: play_entry: "ctrl-p" - playlist_nav: + artist_view: normal: play_entry: "ctrl-p" liked_songs_view: @@ -151,7 +153,7 @@ mappings: add_to_playlist: "a" visual: add_to_playlist: "a" - artist_view: + artists_view: normal: play_entry: "ctrl-p" ``` @@ -160,17 +162,17 @@ mappings: |--|--| | a-z | A-Z | | ctrl-a - ctrl-z | 0-9 | -| ^, (, {, $, ], \|", ), >, }, :, ', &, *, -, =, _, /, %, +, ;, !, ?, #, ,, <, \, , @, ., [ | exit | -| pgup | cancel | -| backtab | esc | -| backspace2 | home | -| help | escape | -| enter | up | -| up_left | up_right | -| pgdn | left | -| print | pause | -| right | delete | -| clear | tab | -| insert | backspace | -| down_left | down_right | -| end | center | +| , +, }, <, ;, @, *, [, :, (, ,, >, \, =, ., /, ', ), #, &, -, _, ], {, ", !, ^, ?, \|$, % | center | +| pgup | delete | +| end | down_left | +| backspace2 | right | +| insert | cancel | +| down | down_right | +| pgdn | print | +| home | exit | +| up_right | escape | +| clear | esc | +| up | up_left | +| help | backtab | +| pause | backspace | +| tab | enter |