candera / khordr

A keyboard chording application: supercharge your typing by pressing more than one key at once.
34 stars 3 forks source link

False positive on ds-space #10

Open candera opened 11 years ago

candera commented 11 years ago

The one place I'm noticing false positives in ModifierAliasHandler right now is when a modifier combination is followed by a space. In particular, when typing "kids", ModifierAliasHandler is seeing "d down, s down, space down, space up" and is interpreting that as a modified space key. Which is correct: it's the typing pattern that I wasn't anticipating.

What I'm wondering is if there's a way to detect that this is a false positive, or if one just has to be slightly more careful when typing.