Help dialog with available hotkeys

This commit is contained in:
Deluan
2021-02-03 19:08:03 -05:00
parent a168f46b95
commit 847531391d
16 changed files with 162 additions and 66 deletions
+13
View File
@@ -324,5 +324,18 @@
"fullScan": "Full Scan",
"serverUptime": "Server Uptime",
"serverDown": "OFFLINE"
},
"help": {
"title": "Navidrome Hotkeys",
"hotkeys": {
"show_help": "Show This Help",
"toggle_menu": "Toggle Menu Side Bar",
"toggle_play": "Play / Pause",
"prev_song": "Previous Song",
"next_song": "Next Song",
"vol_up": "Volume Up",
"vol_down": "Volume Down",
"toggle_star": "Toggle Current Song's Star"
}
}
}