dmauro / Keypress

A keyboard input capturing utility in which any key can be a modifier key.
http://dmauro.github.io/Keypress/
Apache License 2.0
3.18k stars 313 forks source link

is_exclusive does not appear to be working #117

Open Cobster opened 8 years ago

Cobster commented 8 years ago

I have two combos setup. The first is a simple combo that registers the 'n' character. The second is a sequence combo with the keys '* n'. I've used the register_combo function to register these two combos with is_exclusive set to true. When I press '* n', both combos are invoked.

See this plunk: http://embed.plnkr.co/nP0KGfWOtEHeriMsklPw/

dmauro commented 8 years ago

Sequence and non-sequence combos don't share exclusivity. Gonna file this as a bug.