mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Change "Go to current song" hotkey.
It was blocking Cmd-C (copy on macOS)
This commit is contained in:
@@ -5,7 +5,7 @@ const keyMap = {
|
||||
TOGGLE_PLAY: { name: 'toggle_play', sequence: 'space', group: 'Player' },
|
||||
PREV_SONG: { name: 'prev_song', sequence: 'left', group: 'Player' },
|
||||
NEXT_SONG: { name: 'next_song', sequence: 'right', group: 'Player' },
|
||||
CURRENT_SONG: { name: 'current_song', sequence: 'c', group: 'Player' },
|
||||
CURRENT_SONG: { name: 'current_song', sequence: 'shift+c', group: 'Player' },
|
||||
VOL_UP: { name: 'vol_up', sequence: '=', group: 'Player' },
|
||||
VOL_DOWN: { name: 'vol_down', sequence: '-', group: 'Player' },
|
||||
...(config.enableFavourites && {
|
||||
|
||||
Reference in New Issue
Block a user