I often embed the vimeo video via iframe into my website for video conferencing.
I can easily hide the control bar by query string like below.
https://player.vimeo.com/video/12345678?controls=0
However, this method only hides the control bar but doesn't disable the shortcuts.
Is there a way to disable the keyboard shortcuts of the embedded Vimeo video?
Thanks