


The method of getting Apple Magic Trackpad 2 working on your Windows PC is quite straightforward: you just need to download the driver file on GitHub and manually install it on your computer, then your Mac trackpad will work like a charm on your Windows 10 machine. However, a genius has already implemented Windows Precision Touchpad for Apple MacBook family / Apple Magic Trackpad 2 on Windows 10. XInput2 and has it fall back to using vanilla XInput scrollingīehavior.How to use Magic Trackpad 2 on iPad How does it workĪctually, Apple Magic Trackpad 2 is not designed for Windows machines, and Apple doesn’t provide any support on it.

QT_XCB_NO_XI2=1 environment variable set. To work around this issue, you can run VirtualBox with the This is why scrolling vigorouslyĪllows some scrolling to work, since this is the only time thatīuttonPress and ButtonRelease events are generated by the host. Generated by the host will be received by the guest. When scrolling, only the ButtonPress and ButtonRelease events To see this, listen for XInput2 events on the host and the guest by xinput -test-xi2 The problem is that XInput2 smooth scroll events are not being above (which doesn't seem to work for me): This is the proposed solution from number 1. The latter does not yet offer a (bug?) fix / solution, but only confirmation of the problem, as it were. The solution propounded by the former (running QT_XCB_NO_XI2=1 VirtualBox in terminal) unfortunately did not do the trick yet for me.
