[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
No known key found for this signature in database
GPG key ID: 18D2767419676C87

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 },