maheshchari / js-hotkeys

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

Single character hotkeys triggered with combinations #90

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use hotkeys version 0.7.9
2. Define keydown binding for a single key - e.g. "t"
3. Press Ctrl+t (Cmd+t on Mac)

What is the expected output? What do you see instead?
Expected it to open a new tab, and not invoke the callback for "t". But it does 
both. And sure, returning false on the callback for "t" does not open new tab 
(in Firefox)

What version of the product are you using? On what operating system?
0.7.9, Firefox 3.6.6 on Mac. 

Original issue reported on code.google.com by nirav.me...@gmail.com on 6 Oct 2010 at 6:25