[enhancement]: default to space for play/pause toggle
This commit is contained in:
parent
0cdfc64023
commit
097211954c
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ const initialState: SettingsState = {
|
||||||
next: { allowGlobal: true, hotkey: '', isGlobal: false },
|
next: { allowGlobal: true, hotkey: '', isGlobal: false },
|
||||||
pause: { allowGlobal: true, hotkey: '', isGlobal: false },
|
pause: { allowGlobal: true, hotkey: '', isGlobal: false },
|
||||||
play: { allowGlobal: true, hotkey: '', isGlobal: false },
|
play: { allowGlobal: true, hotkey: '', isGlobal: false },
|
||||||
playPause: { allowGlobal: true, hotkey: '', isGlobal: false },
|
playPause: { allowGlobal: true, hotkey: 'space', isGlobal: false },
|
||||||
previous: { allowGlobal: true, hotkey: '', isGlobal: false },
|
previous: { allowGlobal: true, hotkey: '', isGlobal: false },
|
||||||
rate0: { allowGlobal: true, hotkey: '', isGlobal: false },
|
rate0: { allowGlobal: true, hotkey: '', isGlobal: false },
|
||||||
rate1: { allowGlobal: true, hotkey: '', isGlobal: false },
|
rate1: { allowGlobal: true, hotkey: '', isGlobal: false },
|
||||||
|
|
Reference in a new issue