1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-11-28 11:05:14 +00:00

Feat: add last played tab to queue card

This commit is contained in:
jcorporation
2018-11-14 23:14:47 +00:00
parent bf317d4039
commit 34c0506a3b
10 changed files with 143 additions and 135 deletions

View File

@@ -15,11 +15,12 @@ var keymap = {
"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"},
"4": {"cmd": "appGoto", "options": ["Browse","Playlists"], "action": "Goto Browse Playlists"},
"5": {"cmd": "appGoto", "options": ["Browse","Filesystem"], "action": "Goto Browse Filesystem"},
"6": {"cmd": "appGoto", "options": ["Search"], "action": "Goto Search"},
"2": {"cmd": "appGoto", "options": ["Queue","Current"], "action": "Goto Queue"},
"3": {"cmd": "appGoto", "options": ["Queue","LastPlayed"], "action": "Goto Last Played"},
"4": {"cmd": "appGoto", "options": ["Browse","Database"], "action": "Goto Browse Database"},
"5": {"cmd": "appGoto", "options": ["Browse","Playlists"], "action": "Goto Browse Playlists"},
"6": {"cmd": "appGoto", "options": ["Browse","Filesystem"], "action": "Goto Browse Filesystem"},
"7": {"cmd": "appGoto", "options": ["Search"], "action": "Goto Search"},
"m": {"cmd": "openDropdown", "options": ["dropdownMainMenu"], "action": "Open Main Menu"},
"v": {"cmd": "openDropdown", "options": ["dropdownVolumeMenu"], "action": "Open Volume Menu"},
"S": {"cmd": "MPD_API_QUEUE_SHUFFLE", "options": [], "action": "Shuffle Queue"},