[enhancement]: default to space for play/pause toggle

This commit is contained in:
Kendall Garner
2024-01-27 08:15:13 -08:00
parent 0cdfc64023
commit 097211954c
+1 -1
View File
@@ -317,7 +317,7 @@ const initialState: SettingsState = {
next: { allowGlobal: true, hotkey: '', isGlobal: false },
pause: { 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 },
rate0: { allowGlobal: true, hotkey: '', isGlobal: false },
rate1: { allowGlobal: true, hotkey: '', isGlobal: false },