Skip to content

Commit

Permalink
Correcting keycodes for "-" and "=" in Gecko. They were switched.
Browse files Browse the repository at this point in the history
  • Loading branch information
deanputney committed May 13, 2015
1 parent 7a58d09 commit 04870cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions keypress.coffee
Expand Up @@ -897,8 +897,8 @@ _keycode_dictionary =
63289 : "num"
# Firefox weirdness
59 : ";"
61 : "-"
173 : "="
61 : "="
173 : "-"

# For testing only:
keypress._keycode_dictionary = _keycode_dictionary
Expand Down
4 changes: 2 additions & 2 deletions keypress.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04870cb

Please sign in to comment.