cheet.js icon indicating copy to clipboard operation
cheet.js copied to clipboard

Issue with the . key in non qwerty keyboards.

Open dereckson opened this issue 11 years ago • 2 comments

cheet('c h e e t . j s'); require a direct .

This key requires a shift in some layouts, like in azerty.

Furthermore, the numeric keypad . isn't handled.

dereckson avatar Jan 10 '14 07:01 dereckson

I was going to fill the same issue. Pushing [shift](to get the "." in azerty keyboards) make the key combination disappear, and so the cheat can't work.

raphaelyancey avatar Jan 26 '14 11:01 raphaelyancey

Thinking of maybe adding an option to prevent modifier keys from resetting the sequence, but I don't think this would fix the problem since it currently relies on keyCodes rather than charCodes. This might be a better job for something like mousetrap.

namuol avatar Sep 29 '14 03:09 namuol