icecats11 / js-hotkeys

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

Ctrl + Num on the Keypad not working in IE, Safari and Chrome #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using the CTRL+NUM (any number), only the Firefox works well if you
use CTRL with a key from the numeric keypad. The other browsers just
doesn't trigger what is expected.

I've removed the IF statement in the line 60 of the jquery.hotkeys-0.7.8.js
and worked fine. I think that IF statement is disabling the key combination
in the other browsers.

Original issue reported on code.google.com by caio.sch...@gmail.com on 17 Feb 2009 at 12:23

GoogleCodeExporter commented 8 years ago
fixed
see test-static-04.html example at github repo

Original comment by Afro.Sys...@gmail.com on 3 May 2009 at 8:55