diff --git a/extras/CONFIG.md b/extras/CONFIG.md index 9b697cf..1c04f4d 100644 --- a/extras/CONFIG.md +++ b/extras/CONFIG.md @@ -92,41 +92,13 @@ image: show corners: default use_icons: false mappings: - global: - normal: - focus_main_view: "3" - move_image_right: "ctrl-l" - decrease_image_width: "H" - decrease_image_height: "K" - focus_search: "?" - open_current_track_album: "o" - increase_image_width: "L" - shuffle: "z" - repeat: "r" - focus_nav: "1" - toggle_playback: " " - next: "n" - open_entry: "enter" - move_image_up: "ctrl-k" - increase_image_height: "J" - save_config: "ctrl-s" - choose_device: "d" - focus_playlists: "2" - open_current_track_artist: "O" - previous: "p" - open_current_context: "ctrl-o" - move_image_left: "backspace" - move_image_down: "ctrl-j" - top_tracks_view: + playlist_nav: normal: queue_entry: "q" play_entry: "ctrl-p" - liked_songs_view: + top_tracks_view: normal: - add_to_playlist: "a" - queue_entry: "q" - visual: - add_to_playlist: "a" + play_entry: "ctrl-p" queue_entry: "q" artists_view: normal: @@ -135,24 +107,6 @@ mappings: normal: play_entry: "ctrl-p" queue_entry: "q" - recently_played_view: - normal: - add_to_playlist: "a" - queue_entry: "q" - visual: - add_to_playlist: "a" - queue_entry: "q" - playlist_nav: - normal: - play_entry: "ctrl-p" - queue_entry: "q" - playlist_view: - normal: - add_to_playlist: "a" - queue_entry: "q" - visual: - add_to_playlist: "a" - queue_entry: "q" albums_view: normal: play_entry: "ctrl-p" @@ -164,26 +118,72 @@ mappings: visual: add_to_playlist: "a" queue_entry: "q" + recently_played_view: + normal: + add_to_playlist: "a" + queue_entry: "q" + visual: + add_to_playlist: "a" + queue_entry: "q" search_view: normal: play_entry: "ctrl-p" + global: + normal: + open_current_track_artist: "O" + next: "n" + move_image_down: "ctrl-j" + move_image_up: "ctrl-k" + increase_image_height: "J" + repeat: "r" + focus_main_view: "3" + previous: "p" + decrease_image_width: "H" + open_current_track_album: "o" + open_current_context: "ctrl-o" + open_entry: "ctrl-m" + move_image_right: "ctrl-l" + increase_image_width: "L" + save_config: "ctrl-s" + shuffle: "z" + toggle_playback: " " + focus_nav: "1" + focus_playlists: "2" + focus_search: "?" + move_image_left: "ctrl-h" + decrease_image_height: "K" + choose_device: "d" + playlist_view: + normal: + add_to_playlist: "a" + queue_entry: "q" + visual: + queue_entry: "q" + add_to_playlist: "a" + liked_songs_view: + normal: + add_to_playlist: "a" + queue_entry: "q" + visual: + add_to_playlist: "a" + queue_entry: "q" ``` ## Keys available to map ||| |--|--| | a-z | A-Z | | ctrl-a - ctrl-z | 0-9 | -| &, ^, /, \|;, (, ., >, ?, :, -, {, }, ', \, , *, ), +, <, ], %, ", #, _, [, !, @, $, =, , | escape | -| down | end | -| up_left | center | -| exit | down_left | -| print | up | -| esc | backspace2 | -| cancel | clear | -| pgdn | home | -| insert | down_right | -| left | up_right | -| enter | right | -| pgup | delete | -| pause | tab | -| help | backspace | +| /, ?, \, %, ^, ., ", !, (, }, ;, *, :, ', , @, $, _, ,, ], ), +, {, &, =, >, [, #, -, <, \| | enter | +| backspace2 | up_right | +| cancel | right | +| print | pause | +| up_left | home | +| down | down_right | +| pgdn | insert | +| tab | delete | +| pgup | esc | +| left | help | +| backspace | escape | +| center | up | +| down_left | end | +| clear | backtab |