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
The = key is not working with Firefox on MacOSX.
See https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent.keyCode, equal keycode is 61 and not 187 (other browsers).
There are issues with + and - too.
The text was updated successfully, but these errors were encountered:
I'm having the same problem. This library is not code updated from two years ago anyway.
Sorry, something went wrong.
Looks like someone added a fix for this in PR #154, I merged that locally and -/= are working for me now in Firefox (Mac OS X and Windows).
No branches or pull requests
The = key is not working with Firefox on MacOSX.
See https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent.keyCode, equal keycode is 61 and not 187 (other browsers).
There are issues with + and - too.
The text was updated successfully, but these errors were encountered: