-
Notifications
You must be signed in to change notification settings - Fork 201
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
Touchpad support #207
Comments
I'm not even sure how the HID report looks for the magic trackpad, can you share the descriptor please? For the classic switching you can use ctrl + caps lock and try the "gaming mode" which flips to relative mouse, but I'm not sure what that will do to scrolling and clicking. It makes sense to try and implement support for the touchpad since there are many people who swear by it, but I'll have a better idea of scoping the problem once I know how the descriptor looks (hopefully). Thanks! |
Raw dump from
Let me know if you need anything else! |
There is a chance Usage Page (Digitizer), ; Digitizer (0Dh) this might be enough, but I'm unsure without doing some testing. Other stuff is proprietary like: Usage Page (FF00h), ; FF00h, vendor-defined without obvious and apparent usage. Recording the USB traffic with and without multitouch might be helpful (as little traffic as possible to make it easier figuring out how that is sent). In theory, it should be doable but I'll have to get the device first. |
It appears that the DeskHop always reports the connected device as a mouse. On macOS, that means a USB-connected Magic Trackpad loses tap-to-click and two-finger scrolling. These work correctly through common KVM switches (e.g., TESmart).
Is it possible to:
The text was updated successfully, but these errors were encountered: