ctd1500 / videojs-hotkeys

Adds more hotkey support to video.js
Apache License 2.0
196 stars 107 forks source link

Extract keydown factory #72

Open hermansje opened 3 years ago

hermansje commented 3 years ago

By extracting the keyDown function and wrapping it in a factory function, that factory can be returned and passed to userActions.hotkeys of the video.js options object, without requiring the focus management of this library.

None of the existing functionality should have changed.