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

Holding keys doesn't work #47

Closed
MulverineX opened this issue Dec 14, 2023 · 3 comments · Fixed by #63
Closed

Holding keys doesn't work #47

MulverineX opened this issue Dec 14, 2023 · 3 comments · Fixed by #63
Labels
windows Windows specific problem

Comments

@MulverineX
Copy link

MulverineX commented Dec 14, 2023

Reproduce:

  1. Move peripherals to client device
  2. Press and hold any key

Expected: the key fires on the client once, then after a second it fires every 100ms

Actual: the key fires once and only once, pretty annoying for backspace.

It appears that KeyUp is being fired correctly, so my previous assertion that its a problem for games was incorrect.

@feschber
Copy link
Owner

What devices are you using on the sending / receiving end?

@MulverineX
Copy link
Author

Same as #46

@feschber
Copy link
Owner

Okay so this is a Windows specific problem. The Windows Backend needs a bit of work.

@feschber feschber added the windows Windows specific problem label Dec 14, 2023
@feschber feschber mentioned this issue Jan 5, 2024
feschber added a commit that referenced this issue Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows Windows specific problem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants