Closed galedrag closed 11 years ago
Shift+c != C on your keyboard layout? Interesting.
Shift+c != C on your keyboard layout? Interesting. Only when "caps lock" is pressed (Ctrl+Shift+c == c)
I guess this is also the case with others hotkey
Only when "caps lock" is pressed (Ctrl+Shift+c == c)
Oh, I forgot about this.
I guess this is also the case with others hotkey
All other seems to works correctly: used e.keyCode == e.DOM_VK_XXX
and String.fromCharCode(e.charCode).toUpperCase() == "I"
for Ctrl+I/Ctrl+Shift+I
UpperCase for charcode