disable video shortcut keys

This commit is contained in:
Mees Frensel
2026-02-21 00:32:24 +01:00
parent 2e17f1af16
commit 3359c971d4

View File

@@ -161,7 +161,7 @@
</div>
{:else}
<!-- dir=ltr based on https://github.com/videojs/video.js/issues/949 -->
<media-controller dir="ltr" class="h-full dark" defaultduration={duration}>
<media-controller dir="ltr" nohotkeys class="h-full dark" defaultduration={duration}>
<video
bind:this={videoPlayer}
slot="media"