Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keyboard control #4

Open
jussi-kalliokoski opened this issue Nov 23, 2011 · 2 comments
Open

Keyboard control #4

jussi-kalliokoski opened this issue Nov 23, 2011 · 2 comments

Comments

@jussi-kalliokoski
Copy link
Member

At the very least, it would be nice if space triggered play/pause.

A more advanced feature could be arrow keys for volume and seek (which we don't have), but those are hard to get right, and not very much a priority.

Also, to avoid tampering with existing keybindings , the player should be assigned a tabindex, so that the keybindings are assigned to the player only, not the whole page.

@devongovett
Copy link
Member

Is this possible since it is in an iframe? Not sure if key events get passed down through to the embedded document...

@jussi-kalliokoski
Copy link
Member Author

It gets through if it has focus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants