keithamus/jwerty

Key combo triggers on single key.

Open

#50 opened on 2014年6月28日

GitHub で見る
 (1 comment) (1 reaction) (1 assignee)JavaScript (1,214 stars) (117 forks)batch import
bughelp wanted

説明

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

コントリビューターガイド