From bb3b65c6d8e4662130fcce8dfbb92e5f700e3d06 Mon Sep 17 00:00:00 2001 From: aditya-K2 Date: Sun, 17 Dec 2023 10:40:49 +0000 Subject: [PATCH] Generate CONFIG.md --- extras/CONFIG.md | 123 ++++++++++++++++++++++++----------------------- 1 file changed, 62 insertions(+), 61 deletions(-) diff --git a/extras/CONFIG.md b/extras/CONFIG.md index 923b944..a2ac78f 100644 --- a/extras/CONFIG.md +++ b/extras/CONFIG.md @@ -92,38 +92,45 @@ hide_image: false rounded_corners: false use_icons: false mappings: - global: + artist_view: normal: - focus_search: "?" - decrease_image_width: "H" - increase_image_width: "L" - save_config: "ctrl-s" - next: "n" - previous: "p" - move_image_left: "backspace" - choose_device: "d" - focus_playlists: "2" - toggle_playback: " " - open_current_track_album: "o" - open_current_track_artist: "O" - move_image_up: "ctrl-k" - move_image_right: "ctrl-l" - increase_image_height: "J" - open_current_context: "ctrl-o" - decrease_image_height: "K" - repeat: "r" - focus_nav: "1" - focus_main_view: "3" - open_entry: "ctrl-m" - move_image_down: "ctrl-j" - shuffle: "z" - playlist_view: + 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" + search_view: + normal: + play_entry: "ctrl-p" + global: + normal: + open_entry: "ctrl-m" + move_image_left: "backspace" + decrease_image_width: "H" + increase_image_height: "J" + decrease_image_height: "K" + save_config: "ctrl-s" + focus_playlists: "2" + focus_main_view: "3" + open_current_track_album: "o" + open_current_track_artist: "O" + move_image_down: "ctrl-j" + move_image_up: "ctrl-k" + focus_nav: "1" + focus_search: "?" + toggle_playback: " " + next: "n" + previous: "p" + repeat: "r" + choose_device: "d" + open_current_context: "ctrl-o" + move_image_right: "ctrl-l" + increase_image_width: "L" + shuffle: "z" liked_songs_view: normal: add_to_playlist: "a" @@ -131,9 +138,24 @@ mappings: visual: add_to_playlist: "a" queue_entry: "q" - artist_view: + artists_view: normal: play_entry: "ctrl-p" + 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" + top_tracks_view: + normal: + play_entry: "ctrl-p" + queue_entry: "q" albums_view: normal: play_entry: "ctrl-p" @@ -145,44 +167,23 @@ 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" - playlist_nav: - normal: - play_entry: "ctrl-p" - queue_entry: "q" - top_tracks_view: - normal: - play_entry: "ctrl-p" - queue_entry: "q" - artists_view: - normal: - play_entry: "ctrl-p" - search_view: - normal: - play_entry: "ctrl-p" ``` ## Keys available to map ||| |--|--| | a-z | A-Z | | ctrl-a - ctrl-z | 0-9 | -| ], %, [, _, +, ,, \, @, ), =, /, #, (, ., <, >, \|:, ;, $, &, -, {, ', ", , ^, ?, }, *, ! | pause | -| esc | up | -| down | end | -| up_right | pgup | -| enter | left | -| backspace | delete | -| center | backspace2 | -| down_right | help | -| cancel | pgdn | -| clear | print | -| backtab | tab | -| escape | up_left | -| right | insert | -| exit | down_left | +| [, ', $, ., *, +, ,, @, #, =, _, <, ], }, :, &, ), \| , %, (, ;, ", >, \, !, {, /, ?, ^, - | center | +| clear | enter | +| end | escape | +| up_left | pgdn | +| delete | help | +| backspace | print | +| pgup | esc | +| backspace2 | down | +| down_right | tab | +| left | down_left | +| pause | cancel | +| up | insert | +| exit | up_right | +| backtab | right |