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

Key events don't get passed to RPD session #2

Open
chilimangoes opened this issue May 7, 2018 · 2 comments
Open

Key events don't get passed to RPD session #2

chilimangoes opened this issue May 7, 2018 · 2 comments

Comments

@chilimangoes
Copy link
Owner

In testing this with an RDP connection, the Key events don't seem to fire at all on a remote desktop. The ones in Dragonfly do fire, even if they often have timing/synchronicity issues when modifier keys (SHIFT, CTRL, etc) are used, so a good place to start is looking into the difference between how Dragonfly and the WindowsInput library trigger these keyboard events.

@Versatilus
Copy link
Collaborator

Versatilus commented May 7, 2018 via email

@chilimangoes
Copy link
Owner Author

Yeah. Shortly after posting this, I had done a quick Google search on using SendInput with RDP and one of the stackoverflow posts that I ran across mentioned needing to set the scan code on the INPUT struct. And sure enough, WindowsInput doesn't set the scan codes. So I think it should be a fairly straightforward fix, once I get some free time.

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