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:
Okke Formsma
2021-04-05 20:07:39 +02:00
committed by Pete Johanson
parent a006970825
commit de4979bf58
4 changed files with 45 additions and 3 deletions

View File

@@ -0,0 +1 @@
s/.*hid_listener_keycode_//p