mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feat: new shortcuts to increase and decrease playback rate
This commit is contained in:
parent
ee0fb85eb5
commit
838c5b3485
5 changed files with 27 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue