bughelp wanted
倉庫指標
- Star
- (1,214 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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') });