-
-
Notifications
You must be signed in to change notification settings - Fork 39.4k
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
Add optional mod delay #19405
base: develop
Are you sure you want to change the base?
Add optional mod delay #19405
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure that this is the correct way to handle the RDP/etc issue here.
Also, formatting:
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Ideally the key presses should be handled by the OS/Application correctly, but they don't, and there isn't much we can do about it, at least I didn't figure anything out. The problem does not exist with a "normal keyboard", because no one presses keys that fast. |
Thank you for your contribution! |
Thank you for your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some general paranoia.
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Thank you for your contribution! |
Thank you, that seems to work well! |
…to fix modifier key issues with my KVM.
Is this dead? I'm getting the same RDP -> RDP problem with keystrokes not registering properly... |
Description
I've copied the solution from #1037 suggested by IBNobody and integrated it into the newest version. Apparently there have been plans to create a PR, but it never got to that. So I've decided to give it a shot, because this solution really helped me and other people are also looking for a solution.
See more information here: #1037
For me the issue usually happens in the following circumstance:
Usage of nested remote access solutions, i.e. Remote-access VPN to office, then site-to-site VPN to customer, then perhaps nested RDP and/or Citrix connections.
I've been working with this solution for many weeks now and haven't encountered any issues with it. Config that I use: KEYBOARD_MOD_PACKET_DELAY 20
If the code requires changes, this PR will need the help of others, because I only have very little knowledge about C coding.
Types of Changes
Issues Fixed or Closed by This PR
Checklist