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