dmauro / Keypress

A keyboard input capturing utility in which any key can be a modifier key.
http://dmauro.github.io/Keypress/
Apache License 2.0
3.18k stars 313 forks source link

Correcting keycodes for "-" and "=" in Gecko. They were switched. #95

Closed deanputney closed 9 years ago

deanputney commented 9 years ago

Bug causes zooming in and out in Firefox to switch from Webkit. Not sure if there's a build procedure you need done here, but this should correct the problem.

dmauro commented 9 years ago

I have a build script but it just rebuilds the coffee into js. This is perfect, thank you!