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

+/- keys do not register in firefox #50

Closed
simonsarris opened this issue Jul 28, 2014 · 3 comments
Closed

+/- keys do not register in firefox #50

simonsarris opened this issue Jul 28, 2014 · 3 comments

Comments

@simonsarris
Copy link

The +/- keys on the numpad register, but the +/- keys next to Backspace do not register.

Those two keypresses in Firefox use different e.which values than other browsers, namely 173 for minus and 61 for plus.

Tested on http://dmauro.github.io/Keypress/, it does not work on the sample keyboard.

@dmauro
Copy link
Owner

dmauro commented Jul 30, 2014

Thank you! I'll get it into the next release :)

@dmauro dmauro closed this as completed Jul 30, 2014
@RyanGlScott
Copy link

This doesn't seem to work quite right for me. Testing on this site, pressing - on Firefox/Gecko 36 causes the = key to be highlighted, and vice versa. Perhaps you mixed up their keycodes in this part of keypress.coffee?

@jeremykohn
Copy link

Looks like the -, = issue was fixed in version 2.1.1 on May 13.

But not on the demo website, which still uses version 2.1.0. Better get the latest from GitHub.

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

4 participants