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:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user