We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A workaround is possible but code like this is no longer possible:
var pressed = keycode(ev); if ('shift' === pressed) { // do something }
I can provide a PR later if needed. Re-ordering the codes object literal ought to fix it.
codes
The text was updated successfully, but these errors were encountered:
Yep, I think that's the only solution that will have most minor break to compatibility
Sorry, something went wrong.
Solved in #16.
No branches or pull requests
A workaround is possible but code like this is no longer possible:
I can provide a PR later if needed. Re-ordering the
codes
object literal ought to fix it.The text was updated successfully, but these errors were encountered: