mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Merge branch 'ctrl-number-hotkeys' into 'develop'
Disable hotkeys modifiers for numbers in the player See merge request chocobozzz/PeerTube!14
This commit is contained in:
commit
5634dfc811
@ -55,7 +55,8 @@ function getVideojsOptions (options: {
|
||||
if (options.enableHotkeys === true) {
|
||||
Object.assign(videojsOptions.plugins, {
|
||||
hotkeys: {
|
||||
enableVolumeScroll: false
|
||||
enableVolumeScroll: false,
|
||||
enableModifiersForNumbers: false
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user