cheet.js
cheet.js copied to clipboard
Issue with the . key in non qwerty keyboards.
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.
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.
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.