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

Issue with MX Master 3 and Options software while using this #107

Closed
adamllryan opened this issue Mar 3, 2022 · 4 comments
Closed

Issue with MX Master 3 and Options software while using this #107

adamllryan opened this issue Mar 3, 2022 · 4 comments
Labels

Comments

@adamllryan
Copy link

Previously had both options and options+ installed, and the apps caused an issue where scroll wheel acceleration could not be disabled with the app. Fixed by uninstalling options and reinstalling options+

@lujjjh
Copy link
Collaborator

lujjjh commented Mar 3, 2022

Thank you! It seems that I should reopen #17.

I assume that Logitech Options intercepts wheel events and does not forward them to LinearMouse.

flowchart TD
    Event((Event)) --> Options[Logitech Options] -. "×" .-> LinearMouse

By reinstalling Logitech Options, LinearMouse receives the events first and it is fixed:

flowchart TD
    Event((Event)) --> LinearMouse --> Options["Logitech Options"]

I think what I can do is to display a tip when apps like Logitech Options that may conflict with LinearMouse are running.

@adamllryan
Copy link
Author

adamllryan commented Mar 4, 2022

That may work! I forget what I did(reinstalling options only worked for a short period), but I have managed to get the scroll wheel working again. The issue with removing options is that you will lose the functionality of the thumb button, which enables gestures on the device. This issue seems to be Logitech's fault, though, not yours. Maybe Apple's, too, for adding this stupid forced scroll acceleration lol.

@github-actions
Copy link

github-actions bot commented May 4, 2022

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label May 4, 2022
@github-actions
Copy link

This issue was closed because it has been stalled for 5 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants