forked from kofal.net/zmk
fix(combos): Fix stuck keys when pressing long combos.
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.
This commit is contained in:
committed by
Pete Johanson
parent
8ebe0cd0c8
commit
0df7110058
1
app/tests/combo/press-release-long-combo/events.patterns
Normal file
1
app/tests/combo/press-release-long-combo/events.patterns
Normal file
@@ -0,0 +1 @@
|
||||
s/.*hid_listener_keycode_//p
|
||||
Reference in New Issue
Block a user