diff --git a/extras/CONFIG.md b/extras/CONFIG.md
index 26c488e..923b944 100644
--- a/extras/CONFIG.md
+++ b/extras/CONFIG.md
@@ -92,87 +92,97 @@ hide_image: false
rounded_corners: false
use_icons: false
mappings:
- artists_view:
- normal:
- play_entry: "ctrl-p"
- artist_view:
- normal:
- play_entry: "ctrl-p"
- album_view:
- normal:
- add_to_playlist: "a"
- visual:
- add_to_playlist: "a"
- search_view:
- normal:
- play_entry: "ctrl-p"
global:
normal:
- increase_image_height: "J"
- focus_playlists: "2"
- open_current_track_artist: "O"
- previous: "p"
- open_entry: "ctrl-m"
- move_image_down: "ctrl-j"
- move_image_right: "ctrl-l"
+ focus_search: "?"
decrease_image_width: "H"
- repeat: "r"
- open_current_track_album: "o"
- next: "n"
- open_current_context: "ctrl-o"
- move_image_left: "backspace"
increase_image_width: "L"
save_config: "ctrl-s"
- shuffle: "z"
- focus_main_view: "3"
- focus_search: "?"
- move_image_up: "ctrl-k"
+ next: "n"
+ previous: "p"
+ move_image_left: "backspace"
choose_device: "d"
- focus_nav: "1"
+ 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"
- playlist_nav:
+ repeat: "r"
+ focus_nav: "1"
+ focus_main_view: "3"
+ open_entry: "ctrl-m"
+ move_image_down: "ctrl-j"
+ shuffle: "z"
+ playlist_view:
normal:
- play_entry: "ctrl-p"
+ add_to_playlist: "a"
+ queue_entry: "q"
+ visual:
+ add_to_playlist: "a"
+ queue_entry: "q"
liked_songs_view:
normal:
add_to_playlist: "a"
+ queue_entry: "q"
visual:
add_to_playlist: "a"
+ queue_entry: "q"
+ artist_view:
+ normal:
+ play_entry: "ctrl-p"
albums_view:
normal:
play_entry: "ctrl-p"
queue_entry: "q"
+ album_view:
+ normal:
+ add_to_playlist: "a"
+ queue_entry: "q"
+ visual:
+ add_to_playlist: "a"
+ queue_entry: "q"
recently_played_view:
normal:
add_to_playlist: "a"
+ queue_entry: "q"
visual:
add_to_playlist: "a"
- playlist_view:
+ queue_entry: "q"
+ playlist_nav:
normal:
- add_to_playlist: "a"
- visual:
- add_to_playlist: "a"
+ 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 |
-| [, ], \|;, ', ", %, =, ?, , }, !, @, #, <, >, \, $, ), _, /, {, ^, *, ., -, ,, &, (, +, : | 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 |
+| ], %, [, _, +, ,, \, @, ), =, /, #, (, ., <, >, \|:, ;, $, &, -, {, ', ", , ^, ?, }, *, ! | 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 |