-
Notifications
You must be signed in to change notification settings - Fork 57
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
Non-Mac Keyboard + Mouse #16
Comments
Same issue here, the filter removes all 8 byte commands: These include all the movement events of a mouse... I commented out those lines and the mouse works, however the vertical axis is 10x more sensitive than the horizontal axis. The result is that moving the mouse up/down is only just usable at the lowest sensitivity, while move left/right results in the cursor jumping up/down as it moves along because it picks up every little movement on that axis. |
@ruundii Do you have any advise on how to debug these issues? I can see a couple of things that stand out, but not sure how to actually change them. For example:
But, I have no idea how to change the values sent initially. |
OK, I managed to update the sdp_record.xml, at which point the mouse works properly. I don't think there is a "standard" mouse config you can provide in the sdp record, so it would be better to look at dynamically creating one. |
Let's track this in #23, which should resolve the issue. |
Hello, First thank you for this idea. It is exactly what I have been looking for to solve my multiple computers/one keyboard mouse setup.
I am having some problems though.
Thanks again for this great idea. I hope I can get it working!
The text was updated successfully, but these errors were encountered: