forked from kofal.net/zmk
fix(behaviors): Fix sticky keys quick-release for normal keypresses
Quick release for sticky keys failed for non-layer keys. The sticky key was released just before the key that was supposed to be modified was handled. The issue was caused by an error in the sticky key logic, which released the sticky key before handling the key up event. Fixes #696.
This commit is contained in:
committed by
Pete Johanson
parent
a006970825
commit
de4979bf58
@@ -0,0 +1 @@
|
||||
s/.*hid_listener_keycode_//p
|
||||
Reference in New Issue
Block a user