diff --git a/config/kMap.go b/config/kMap.go
index fa29abd..ad949e4 100644
--- a/config/kMap.go
+++ b/config/kMap.go
@@ -48,7 +48,8 @@ var (
115: "stop",
117: "updateDB",
100: "deleteSongFromPlaylist",
- 47: "FocusSearch",
+ 63: "FocusSearch",
+ 47: "FocusBuffSearch",
}
)
diff --git a/docs/index.md b/docs/index.md
index 25382cd..c385667 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -147,28 +147,29 @@ togglePlayBack : [ "p", "TAB", "[" ] # using the quotes is neccessary.
Following functions are provided :
-| Functions |
-|------------------------------------|
-| showChildrenContent |
-| togglePlayBack |
-| showParentContent |
-| nextSong |
-| clearPlaylist |
-| previousSong |
-| addToPlaylist |
-| toggleRandom |
-| toggleRepeat |
-| decreaseVolume |
-| increaseVolume |
-| navigateToFiles |
-| navigateToPlaylist |
-| navigateToMostPlayed |
-| navigateToSearch |
-| quit |
-| stop |
-| updateDB |
-| deleteSongFromPlaylist |
-| FocusSearch |
+| Functions | Default Key Mapping |
+|------------------------------------|---------------------|
+| showChildrenContent | l |
+| togglePlayBack | p |
+| showParentContent | h |
+| nextSong | n |
+| clearPlaylist | c |
+| previousSong | N |
+| addToPlaylist | a |
+| toggleRandom | z |
+| toggleRepeat | r |
+| decreaseVolume | - |
+| increaseVolume | + |
+| navigateToFiles | 2 |
+| navigateToPlaylist | 1 |
+| navigateToMostPlayed | 3 |
+| navigateToSearch | 4 |
+| quit | q |
+| stop | s |
+| updateDB | u |
+| deleteSongFromPlaylist | d |
+| FocusSearch | ? |
+| FocusBuffSearch | / |
## Getting Album Art from [LastFm API](https://www.last.fm/api)