-
Notifications
You must be signed in to change notification settings - Fork 122
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 move parameter and macOS Catalina #169
Comments
Hi! First of all, I have the same Macbook Pro and I run MacOS Ventura 13.5 Beta on it using OpenCore. Go here and download "OpenCore-Patcher-GUI.app.zip". Use the app to download macos 13.5 Betta and create the install media. You'll need a thumbdrive of at least 16GB storage. Secondly, the solution to what you're asking can be found here. |
As I haven’t been able to reproduce this behavior (neither #168 on a different Mac running macOS 12), I don’t see how I could provide a fix. |
FWIW, I'm also having this problem on 13.6 on a MacBook Pro "16-inch, 2019" and can confirm that adding the Actually, adding Also, Seems like maybe it's a timing issue? Is it possible that it's exiting before it completes the commands? |
This naive patch seems to fix the move problem:
but it doesn't seem to help the |
And this naive patch seems to fix the click and right-click problems:
Weirdly, it fixes the |
The move parameter does not function properly on my MacBook Pro running Catalina Version 10.15.7. If you use the move parameter by itself, the cursor either fails to move, or it is immediately restored to its original position once any real mouse input is received, I'm not sure which (the cursor disappears until mouse input is received, but when mouse input is received it is clear the mouse hasn't moved. I further verified this by issuing the command: cliclick p && cliclick m:0,0 && cliclick p, and confirming that the cursor location hadn't changed). However, if you use the move parameter and the position parameter as part of the same command, then the mouse cursor moves properly.
In other words, this doesn't work:
cliclick m:0,0
...and this doesn't work:
cliclick m:0,0 && cliclick p
...but this does work:
cliclick m:0,0 p
Here are all the details on the MacBook:
MacBook Pro (Retina, Mid 2012)
Processor: 2.3 GHz Quad-Core Intel Core i7
Memory: 8GB 1600 MHz DDR3
Graphics: Intel HD Graphics 4000 1536 MB
Given it's an obsolete machine - and there's a workaround - I'm not too concerned about it, but thought I'd report it anyway in case it's a quick fix, and to document the workaround for the benefit of others.
The text was updated successfully, but these errors were encountered: