Support using alt+click on prev/next to jump to previous/next album in queue (#2220)

This commit is contained in:
Damien Erambert
2026-07-15 22:27:40 -07:00
committed by GitHub
parent 62c1ac04e4
commit 5e79e385d9
14 changed files with 179 additions and 46 deletions
+4
View File
@@ -678,6 +678,7 @@
"mute": "Mute",
"muted": "Muted",
"next": "Next",
"nextAlbum": "Alt+click for next album",
"play": "Play",
"playbackFetchCancel": "This is taking a while… close the notification to cancel",
"playbackFetchInProgress": "Loading songs…",
@@ -686,6 +687,7 @@
"playRandom": "Play random",
"playSimilarSongs": "Play similar songs",
"previous": "Previous",
"previousAlbum": "Alt+click for previous album",
"queue_clear": "Clear queue",
"queue_moveToBottom": "Move selected to bottom",
"queue_moveToTop": "Move selected to top",
@@ -927,10 +929,12 @@
"hotkey_listShowPlayingSong": "Show playing song in list",
"hotkey_navigateHome": "Navigate to home",
"hotkey_playbackNext": "Next track",
"hotkey_playbackNextAlbum": "Next album",
"hotkey_playbackPause": "Pause",
"hotkey_playbackPlay": "Play",
"hotkey_playbackPlayPause": "Play / pause",
"hotkey_playbackPrevious": "Previous track",
"hotkey_playbackPreviousAlbum": "Previous album",
"hotkey_playbackStop": "Stop",
"hotkey_rate0": "Rating clear",
"hotkey_rate1": "Rating 1 star",