From 78ec99fa8236bb411a6ee93726ac3d6c9d891d45 Mon Sep 17 00:00:00 2001 From: aditya-K2 Date: Wed, 24 Jan 2024 11:04:38 +0000 Subject: [PATCH] Generate CONFIG.md --- extras/CONFIG.md | 116 +++++++++++++++++++++++------------------------ 1 file changed, 58 insertions(+), 58 deletions(-) diff --git a/extras/CONFIG.md b/extras/CONFIG.md index a2ac78f..9b697cf 100644 --- a/extras/CONFIG.md +++ b/extras/CONFIG.md @@ -88,10 +88,49 @@ additional_padding_x: 0 additional_padding_y: 0 image_width_extra_x: 0 image_width_extra_y: 0 -hide_image: false -rounded_corners: false +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: + normal: + queue_entry: "q" + play_entry: "ctrl-p" + liked_songs_view: + normal: + add_to_playlist: "a" + queue_entry: "q" + visual: + add_to_playlist: "a" + queue_entry: "q" + artists_view: + normal: + play_entry: "ctrl-p" artist_view: normal: play_entry: "ctrl-p" @@ -103,44 +142,6 @@ mappings: 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" - queue_entry: "q" - visual: - add_to_playlist: "a" - queue_entry: "q" - artists_view: - normal: - play_entry: "ctrl-p" playlist_nav: normal: play_entry: "ctrl-p" @@ -152,10 +153,6 @@ mappings: 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" @@ -167,23 +164,26 @@ mappings: visual: add_to_playlist: "a" queue_entry: "q" + search_view: + normal: + play_entry: "ctrl-p" ``` ## Keys available to map ||| |--|--| | a-z | A-Z | | ctrl-a - ctrl-z | 0-9 | -| [, ', $, ., *, +, ,, @, #, =, _, <, ], }, :, &, ), \| , %, (, ;, ", >, \, !, {, /, ?, ^, - | 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 | +| &, ^, /, \|;, (, ., >, ?, :, -, {, }, ', \, , *, ), +, <, ], %, ", #, _, [, !, @, $, =, , | 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 |