mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 06:06:07 -06:00
[GH-ISSUE #47] Holding keys doesn't work #14
Labels
No labels
Xorg
documentation
enhancement
macos
pull-request
question
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/lan-mouse#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MulverineX on GitHub (Dec 14, 2023).
Original GitHub issue: https://github.com/feschber/lan-mouse/issues/47
Reproduce:
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 commented on GitHub (Dec 14, 2023):
What devices are you using on the sending / receiving end?
@MulverineX commented on GitHub (Dec 14, 2023):
Same as #46
@feschber commented on GitHub (Dec 14, 2023):
Okay so this is a Windows specific problem. The Windows Backend needs a bit of work.