icecats11 / js-hotkeys

Automatically exported from code.google.com/p/js-hotkeys
0 stars 0 forks source link

Number pad mappings slightly off... #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Looks like a simple error...notice that the '3' is mapped twice, and '4' is
not mapped at all:

firefoxNumPad: { 96: '0', 97:'1', 98: '2', 99: '3', 100: '3', 
            101: '5', 102: '6', 103: '7', 104: '8', 105: '9' },

Original issue reported on code.google.com by thadw...@gmail.com on 8 Sep 2008 at 4:39

GoogleCodeExporter commented 8 years ago
0.7.7 should solve this as well

Original comment by Afro.Sys...@gmail.com on 8 Sep 2008 at 5:00