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 Support #473

Closed
0xcaff opened this issue Apr 14, 2014 · 3 comments
Closed

Keyboard Support #473

0xcaff opened this issue Apr 14, 2014 · 3 comments

Comments

@0xcaff
Copy link

0xcaff commented Apr 14, 2014

Keyboard shortcuts are very useful for rapidly traversing a large page without requiring the use of a mouse. Polymer does not seem to have a polyfill or wrapper for keyboard events and charcodes/keycodes. Can I add it?

@FWeinb
Copy link

FWeinb commented May 2, 2014

I made a polymer element for this called hot-key it is using mousetrap under the hood and can be used to trigger events on certain keyboard shortcuts.

@0xcaff
Copy link
Author

0xcaff commented May 6, 2014

No, I was thinking of support in the main polymer library.

@sorvell
Copy link
Contributor

sorvell commented Aug 12, 2014

Supporting this via an element is the approach we support. The element listed above is a great start, thanks for posting.

@sorvell sorvell closed this as completed Aug 12, 2014
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

3 participants