mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Change "Go to current song" hotkey.
It was blocking Cmd-C (copy on macOS)
This commit is contained in:
parent
75596a6b64
commit
5d8318f7b3
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ const keyMap = {
|
||||||
TOGGLE_PLAY: { name: 'toggle_play', sequence: 'space', group: 'Player' },
|
TOGGLE_PLAY: { name: 'toggle_play', sequence: 'space', group: 'Player' },
|
||||||
PREV_SONG: { name: 'prev_song', sequence: 'left', group: 'Player' },
|
PREV_SONG: { name: 'prev_song', sequence: 'left', group: 'Player' },
|
||||||
NEXT_SONG: { name: 'next_song', sequence: 'right', 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_UP: { name: 'vol_up', sequence: '=', group: 'Player' },
|
||||||
VOL_DOWN: { name: 'vol_down', sequence: '-', group: 'Player' },
|
VOL_DOWN: { name: 'vol_down', sequence: '-', group: 'Player' },
|
||||||
...(config.enableFavourites && {
|
...(config.enableFavourites && {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue