Mark Panaghiston
unread,Apr 28, 2011, 9:50:40 AM4/28/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jpl...@googlegroups.com
jPlayer does not detect any keyboard event. All we did was use links in our standard skins so that the browser's default targeting system could target the controls.
Each browser has its own unique combination of buttons to hold down in order to access the accesskey if you use the HTML standard way of doing it.
After discussion in this group, around a year ago now, it was decided that no further action should be taken. Detecting key presses by default can lead to lots of problems and it depends on the needs of your target.
The visually impaired tend to use a browser designed for the purpose and it has a sensible way of targeting the controls already there for them. The HTML has the word "play" on the play button, so they know which one to click on. Likewise for all the other controls.
At this time, we do not plan to add anything like this to jPlayer. If you want it to play when you hit space, then create the key handler and then issue the play command to jPlayer when they hit space.
Best regards,
Mark P.