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

KeyboardEvent.key (DOM Events Level 3) may simplify keyboard event handling #8

Open
rodneyrehm opened this issue Dec 28, 2014 · 0 comments
Labels

Comments

@rodneyrehm
Copy link
Member

KeyboardEvent.key may simplify handling keyboard events. But since it is only supported in Gecko and Trident, a Polyfill would be necessary.

There is a (very old) polyfill that may be the base for a new implementation. A trivial subset mapping was implemented for some SmartTVs.

This would make map/keycode irrelevant.

@rodneyrehm rodneyrehm added this to the v0.2.0 - Keyboard milestone Dec 28, 2014
@rodneyrehm rodneyrehm removed this from the v0.2.0 - Keyboard milestone Aug 22, 2015
@rodneyrehm rodneyrehm added research and removed test labels Dec 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant