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

why does the rkvm server relay inputs to itself? #31

Open
platyple opened this issue Jan 28, 2023 · 2 comments
Open

why does the rkvm server relay inputs to itself? #31

platyple opened this issue Jan 28, 2023 · 2 comments

Comments

@platyple
Copy link

hello,

after some fiddling around with rkvm on the server side, i realized that inputs are passed to the host as a virtual mouse, at least on xorg. i'm wondering whether that is necessary, since it doesn't respect the settings of your input devices (such as left-handedness). is there a reason for this, or is it a different story on wayland?

@htrefil
Copy link
Owner

htrefil commented Aug 19, 2023

Hi, it does that in order to be able to intercept the keys and send them to remote clients.

@platyple
Copy link
Author

i think the problem i had with this was that the server side would get the key and mouse input from the peripherals, and then from the virtual peripherals. so pressing a key once would result in two inputs, mouse movement would be doubled and (in my case) a left click would result in a left and a right click since my mouse is set to be left handed. i haven't tried rkvm in half a year, maybe it's different now, but that's what i remember being my issue

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