keithamus/jwerty

Key combo triggers on single key.

Open

#50 创建于 2014年6月28日

在 GitHub 查看
 (1 评论) (1 反应) (1 负责人)JavaScript (1,214 star) (117 fork)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') });

贡献者指南

Key combo triggers on single key. · keithamus/jwerty#50 | Good First Issue