Postby naphini » 06 Feb 2013 23:26
I have a related question. I want to use keypress events for playback/fullscreen controls. I've got a global event handler for that (document.onkeydown), which is listening for a press of the 'f' key to toggle fullscreen. It works to put it into fullscreen, but when it's already in fullscreen the event doesn't fire. Thinking that my event handler being attached at the document level might be the problem, I attached it to the vlc object directly, and it still didn't work. Is there any way to get keypress events to fire when the plugin is in fullscreen?