zmk_mf68/app/tests/combo/press-release-long-combo-wrong-last-key
Jonathan Rascher 4e69a32103 fix(combos): Check each combo key, not just last
The current combo completion check only makes sure the last key in the
combo is set. This works when the combo is typed correctly initially, or
when reraising events in a combo of length two. However, it fails for
longer combos since the last event in pressed_keys might be set, but the
first (or subsequent) event in pressed_keys can be NULL thanks to
release_pressed_keys.

Also added a regression test.
2021-06-08 20:35:58 -04:00
..
events.patterns fix(combos): Check each combo key, not just last 2021-06-08 20:35:58 -04:00
keycode_events.snapshot fix(combos): Check each combo key, not just last 2021-06-08 20:35:58 -04:00
native_posix.keymap fix(combos): Check each combo key, not just last 2021-06-08 20:35:58 -04:00