You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
The text was updated successfully, but these errors were encountered: