-
Notifications
You must be signed in to change notification settings - Fork 40
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
Any of trackpad option to middle click stopped working after updated macOS #62
Comments
Thanks for reporting. It could just be that you need to restart your Mac one more time after the macOS update. You could try that first, or try the following steps:
Recent macOS versions have been a little flaky with the Accessibility permissions and allowing apps to receive trackpad input. |
Thank you for quick response! I've tried your steps several times, still nothing. Following your steps with several restarts didn't help :( |
Here's a couple more things to do: In the About window, select Debug -> Show Viewer... If no viewer window appears, then we know that the issue is still macOS not sending touch information to the app. Next, back in the About window, select Debug -> Use Private Framework. The app will restart itself. Let me know what happens after those steps. |
Oh that worked! Thank you :) So the seps were:
BTW, what this Use Private Framework does? |
Use Private Framework will get trackpad touch events from a different location within macOS. Most users have less issues with the supported API, but every once in a while the supported API won't work for a user and the private one will. |
Just wanted to report another case of three finger click not working most of the time with the default API, but working well with the private framework. This is a new Macbook Air 15" M2 running macOS 13.5, Middle v1.8 (87). |
This worked on my recent update to Sonoma, 14.1.1, thanks Ryan! |
MacBook Air M1
macOS 13.3
Middle app v1.8 (87)
Middle click on trackpad have been working on the previous version of macOS. Today I updates OS to v13.3 and middle click stopped working on trackpad. I've tried any of 4 proposed clicks\taps, none is working for trackpad. By the way, middle click works on magic mouse.
The text was updated successfully, but these errors were encountered: