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,2 +1 @@
|
||||
s/.*hid_listener_keycode_//p
|
||||
s/.*combo//p
|
||||
s/.*hid_listener_keycode_//p
|
||||
Reference in New Issue
Block a user