Replies: 1 comment 6 replies
-
Hi there! While there is no dedicated feature for defining custom shortcuts, it sounds like you are on the right track here. However, instead of the Can you give me an example for the custom prev / next shortcuts? (just trying to understand the use case here) As to the video slides playback, I can look into exposing video plugin ref with |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to define custom keyboard shortcuts for navigating left, right, play/pause video, etc?
My current workaround is to define a custom plugin so that I have access to
useEvents()
, handle keyboard events and then callpublish(ACTION_NEXT)
,publish(ACTION_PREV)
and the like.Is there a better solution? Even with this plugin approach I couldn't find a way to add keyboard shortcuts for video play/pause.
Beta Was this translation helpful? Give feedback.
All reactions