-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Send XInput events to VM #97
Conversation
This is incorrect. A better way have one process and only send raw input events to one window at once. |
I don't like what is happening here. Lets start from the goal you want to achieve (mouse events usable for games?), instead of proxying whatever X11 normally does. X11 is really not a good source for secure GUI protocol design... By reading QubesOS/qubes-issues#7316, it seems the issue is purely on gui-agent side, about how events are reported/injected to the VM's X server. |
This is a prototype that tries to be work correctly. I didn't bothered to create another struct because I need to send ~60% what
It's not purely on gui-agent's side. The VM get fed key repeats by dom0. |
Yes. Closing. See #98 for newer working version. |
Attempt to Close QubesOS/qubes-issues#7316, Close QubesOS/qubes-issues#7231
TODO: