icecats11 / js-hotkeys

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

keys "comma" and "period" don't seem to work #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Bind $(document) to "keydown" with combination of either: ".", ",", 
"shift+.", "shift+,"

What is the expected output? What do you see instead?
The function does not get called.

What version of the product are you using? On what operating system?
js-hotkeys 0.7.9, Linux, Google Chrome 4.0.249.43

Please provide any additional information below.
The problem can be fixed with appending specialKeys with: "190: 'period', 
188: 'comma'" and then binding with "shift+period", "shift+comma", etc.

Original issue reported on code.google.com by ENomi...@gmail.com on 4 Feb 2010 at 9:14