-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Gestures stop working after reconnecting the magic mouse #40
Comments
Related to #28 I will get to this eventually – Jitouch has code to detect newly connected devices already so it needs some investigation. |
Hey, I've made a pull request that should fix this issue. I don't have a Magic Mouse to test, but it should work for the Magic Mouse as well as the Trackpad. Try out the debug build below and let me know how it goes. Install-Jitouch.zip (updated 2022-11-13) |
Works great, thanks! |
@aaronkollasch The middle click gesture (with 2 fingers) still doesn't work after reconnection (other gestures work). |
Thanks for reporting. The function but Since all the other gestures are working, I'm not sure why this one isn't. Can you set the logging mode to debug (in the "About" section of the preferences), try a few different gestures, and check the logs at Also, if you see messages like |
@aaronkollasch Not really sure this has to do with reconnection.
|
Ok, can you try removing Jitouch from the accessibility settings, then run Other than that, I'm not sure why Jitouch would receive a |
Readding Jitouch in the accessibility settings doesn't solve the problem - the click gestures work again but stop working some time after reconnection. |
Which version of Jitouch are you running? Can you send the logs from where you start Jitouch to reconnection to observing the issue? |
v2.82.1-beta.1, the problem also affects the trackpad (no clicks-based gestures). |
That's strange, I'm not sure why the EventTap is timing out, but Jitouch should be attempting to recreate it. I wonder if perhaps something in this block is hanging, perhaps a call to |
@aaronkollasch It looks like 2.82.1 fixed it, thanks!
After clicking the trackpad, |
Great, I'm glad to hear it! That means the fix was probably this commit: d571556 Could you open a separate issue for that problem, and I'll close this issue. Thanks! |
After disconnecting and reconnecting the magic mouse its gestures stop working for me, and I have to restart the app to get them to work again.
I use MacOS Monterey on a 2019 16" MBP.
Thanks for maintaining this great app!
The text was updated successfully, but these errors were encountered: