Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Key combo triggers on single key. #50

Open
schoening opened this issue Jun 28, 2014 · 1 comment
Open

Key combo triggers on single key. #50

schoening opened this issue Jun 28, 2014 · 1 comment
Assignees
Milestone

Comments

@schoening
Copy link

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') });
@keithamus keithamus added the bug label Jun 30, 2014
@keithamus keithamus added this to the 0.4.0 milestone Jun 30, 2014
@keithamus keithamus self-assigned this Jun 30, 2014
@Gedrovits
Copy link

To be honest you should step back and think about that.
Is this really a bug? Most of the shortcuts consist of modifier keys and one alphanumeric character.
I think it's done like that for a reason.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants