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

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

Android Gson.fromJson error -