Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TapModi makes the key stick #37

Open
sufftea opened this issue Aug 25, 2022 · 0 comments
Open

TapModi makes the key stick #37

sufftea opened this issue Aug 25, 2022 · 0 comments

Comments

@sufftea
Copy link

sufftea commented Aug 25, 2022

With this script

            KEY_C: TapModi(KEY_LEFTCTRL, Key(KEY_C), Key(KEY_I)),

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant