mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
[enhancement]: default to space for play/pause toggle
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user