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

BUG: remapping doesn't always send key release event #31

Open
mmazur opened this issue Oct 22, 2020 · 1 comment
Open

BUG: remapping doesn't always send key release event #31

mmazur opened this issue Oct 22, 2020 · 1 comment

Comments

@mmazur
Copy link

mmazur commented Oct 22, 2020

Example scenario: caps+hjkl are mapped as arrow keys.

Reproducing the bug:

  1. press KEY_CAPSLOCK
  2. press KEY_H; this sends "KEY_LEFT down"
  3. wait a few seconds for repeat to kick in
  4. release KEY_CAPSLOCK
  5. release KEY_H

Result: "KEY_LEFT up" event is never sent; as far as the OS is concerned, KEY_LEFT stays pressed permanently now.

@DanielJoyce
Copy link
Contributor

Repeat is probably messing it up...

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

2 participants