Chris

Results 9 comments of Chris

Keybase makes use of Dokan with Go for their encrypted file system: https://github.com/keybase/kbfs Might be a useful example resource.

I would need to see how you are trying to use it in your code to know.

It should certainly be working then, unless `videojs.hotkeys.js` is not getting loaded into the page for some reason.

You would need to verify that the script is actually being loaded into the page (with browser dev tools, network or debug tab). I can't really see another way it...

I cannot reproduce this issue. You will need to show me a live site where it's happening, or a jsfiddle/codesandbox where it happens.

> I have the same problem > > https://jsfiddle.net/Kagaku_Accelerator/fz6m9xbw/1/ Line 34 there: ```js ``` missing the `:` after the `https`

I'm still working on some other updates, but I believe [this gist](https://gist.github.com/ctd1500/600259ae462e2f7a69fc0e863b9954fa) will fix those issues if you want to give it a try.

Number key modifiers are a bit too complicated to override in that way, because they contain math that depends on the key codes. If someone wishes to override them, this...

The pause/play is there for consistency with how the seekbar works when using the mouse: #41. You could add a new option like `enableSeekPause`, default to `true` for compatibility.