1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-11-26 18:15:14 +00:00

Feat: add more shortcuts #58

This commit is contained in:
jcorporation
2018-11-12 17:34:28 +00:00
parent 5a2193cda4
commit 7fdd0fe560
3 changed files with 3 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ var keymap = {
"a": {"cmd": "showAddToPlaylist", "options": ["stream"], "action": "Add Stream"},
"t": {"cmd": "openModal", "options": ["modalSettings"], "action": "Open Settings"},
"y": {"cmd": "openModal", "options": ["modalAbout"], "action": "Open About"},
"i": {"cmd": "clickTitle", "options": [], "action": "Open Song Details"},
"1": {"cmd": "appGoto", "options": ["Playback"], "action": "Goto Playback"},
"2": {"cmd": "appGoto", "options": ["Queue"], "action": "Goto Queue"},
"3": {"cmd": "appGoto", "options": ["Browse","Database"], "action": "Goto Browse Database"},