bughelp wanted
Description
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') });
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') });