Achim S

Results 22 comments of Achim S

I forked the project and implemented it for my Macbook 7.1, where it is working. Not amazing but better than the bootcamp driver. If you tell me your product id,...

Hi @benusWTF, i forked the project, added my Macbook 7.1 to the device list and compiled. For me it's working okay. I also added your product ID. Can you try?...

Where did you get the specs defined in [Device Specific Metadata](https://github.com/imbushuo/mac-precision-touchpad/tree/master/src/AmtPtpDeviceUsbUm/DeviceFamily)? I have added my device ID and it's working ok, but I would like to fix the size information.

Thank you for the info and the quick help. I will try this out. Maybe this could be added to the help? I might also do this and create a...

#23 is implemented as send key to a virtual key board. I could refactor it out to allow any custom keys to some gestures. Question is, how to integrate with...

Any news here? I have the same issue in an Addin for Autodesk AutoCAD. WebView2 does not produce this problem. But it's not only blocking the WebViews Context Menu but...

Hi Mathiew, you should add the buttons to the UI and in the listener add the code to send the report. See [KeyboardSender.kt, Line 22](https://github.com/raghavk92/Kontroller/blob/7f2c5c89638c481452b501851bd7616587570361/app/src/main/java/com/github/roarappstudio/btkontroller/senders/KeyboardSender.kt#L22) for an example on how...

@aldrinjoemathew, from what I'm reading in [RelativeMouseSender.kt](https://github.com/raghavk92/Kontroller/blob/7f2c5c89638c481452b501851bd7616587570361/app/src/main/java/com/github/roarappstudio/btkontroller/senders/RelativeMouseSender.kt), methods `sendTestClick()`, `sendDoubleTapClick()` as well as `sendLeftClickOn()` and `sendLeftClickOff()`, you basically send a report with key down, wait the time you want and...

Hi @aldrinjoemathew, I just thought about it: I guess, you were talking of keyboard key long press and not mouse key long press? Let me cite the [USB Device Class...

I can add that, but according to docs I did not use any APIs newer than Android 9, so my fix should also work there. Have you checked that? (I...