feat: new shortcuts to increase and decrease playback rate

This commit is contained in:
Trizotto 2025-09-07 15:02:34 +02:00
parent ee0fb85eb5
commit 838c5b3485
5 changed files with 27 additions and 0 deletions

View file

@ -138,6 +138,8 @@ const _$VideoHotKeysEnumMap = {
VideoHotKeys.mute: 'mute',
VideoHotKeys.volumeUp: 'volumeUp',
VideoHotKeys.volumeDown: 'volumeDown',
VideoHotKeys.speedUp: 'speedUp',
VideoHotKeys.speedDown: 'speedDown',
VideoHotKeys.nextVideo: 'nextVideo',
VideoHotKeys.prevVideo: 'prevVideo',
VideoHotKeys.nextChapter: 'nextChapter',