You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following sequence works fine: LEFTCTRL down -> KEY_C down -> KEY_C up -> LEFTCTRL up
But if I lift LEFTCTRL before KEY_C, KEY_I will stick and start emitting on repeat: LEFTCTRL down -> KEY_C down -> LEFTCTRL up -> KEY_C up
Result: ccccccccccccccccccccc... (the character under KEY_I) is printed until I press some other button.
There also sometimes happens another bug where (probably) my Win key sticks and I become unable to type any text but I couldn't track down what exactly causes it.
The text was updated successfully, but these errors were encountered:
With this script
The following sequence works fine:
LEFTCTRL down -> KEY_C down -> KEY_C up -> LEFTCTRL up
But if I lift
LEFTCTRL
beforeKEY_C
,KEY_I
will stick and start emitting on repeat:LEFTCTRL down -> KEY_C down -> LEFTCTRL up -> KEY_C up
Result:
ccccccccccccccccccccc...
(the character underKEY_I
) is printed until I press some other button.There also sometimes happens another bug where (probably) my Win key sticks and I become unable to type any text but I couldn't track down what exactly causes it.
The text was updated successfully, but these errors were encountered: