Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-08 | refactor(combos): Rename existing long combo test | Jonathan Rascher | |
This test doesn't test a long combo that completes, but rather one that's incomplete (so the combo doesn't trigger). Renaming to avoid confusion when we add more long combo tests. | |||
2021-03-11 | fix(combos): Fix stuck keys when pressing long combos. | Okke Formsma | |
To properly retrigger hold-taps when a combo is not activated, some position down events are reraised instead of released. The corresponding position up events were never reraised, causing a potential stuck key. |