keithamus/jwerty

Key combo triggers on single key.

Open

#50 aperta il 28 giu 2014

Vedi su GitHub
 (1 commento) (1 reazione) (1 assegnatario)JavaScript (117 fork)batch import
bughelp wanted

Metriche repository

Star
 (1214 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor