Open schoening opened 10 years ago
Shouldn't this only trigger when both 'w' and 'e' are pressed? It triggers when 'w' is pressed.
jwerty.key('w+e', function () { console.log('w+e') });
To be honest you should step back and think about that. Is this really a bug? Most of the shortcuts consist of modifier keys and one alphanumeric character. I think it's done like that for a reason.
Shouldn't this only trigger when both 'w' and 'e' are pressed? It triggers when 'w' is pressed.