mirror of https://github.com/Chocobozzz/PeerTube
parent
c9e96ead93
commit
c4ccb08ab0
|
@ -55,7 +55,8 @@ function getVideojsOptions (options: {
|
||||||
if (options.enableHotkeys === true) {
|
if (options.enableHotkeys === true) {
|
||||||
Object.assign(videojsOptions.plugins, {
|
Object.assign(videojsOptions.plugins, {
|
||||||
hotkeys: {
|
hotkeys: {
|
||||||
enableVolumeScroll: false
|
enableVolumeScroll: false,
|
||||||
|
enableModifiersForNumbers: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue