jquery - How do I capture character keyboard buttons pressed in video fullscreen mode -


i'm using html5 jw player 6.. possible capture character keyboard buttons pressed in fullscreen mode?

i have tried using

$("body").keyup(function(e) {     div.innerhtml = e.keycode; }); 

but seems register keys pressed (such space, key right, key left etc) , no characters. i'd record normal characters such letter "a" being pressed down during playback...

thanks help!

it's not implimented in browsers, dev article opera should give details need. http://dev.opera.com/articles/view/introduction-html5-video/#scripting


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -