-
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
The "move" command doesn't work anymore (macOS Monterey 12.6.3) #168
Comments
Looks like it works if you move the cursor at least twice:
|
Hi, and thanks! Tried it and it works (on my OpenCore Ventura 13.3.1 Retina Mid 2012 MacBook Pro). Good job! |
is was ChatGPT who gave me the idea while debugging |
As I haven’t been able to reproduce this behavior (neither #169 on a different Mac running macOS 13), I don’t see how I could provide a fix. |
ChatGPT suggests that the terminal application itself may not be authorized to use "accessibility". For example, if you connect through a terminal or sshd, you need to allow the terminal or sshd to use "accessibility". |
@shuiwujiao: the author of the issue mentioned he did grant the accessibility privileges. |
Maybe this issue is related only to Macs running an officially unsupported MacOS... Good thing I have this workaround (to input the values twice). |
I just now tried cliclick myself for the first time and experienced this issue. @joelc0193's comment worked for me also. |
@BlueM for what it's worth, I only experience this bug using iTerm. It doesn't reproduce using Terminal. |
First I got this warning in Terminal:
WARNING: Accessibility privileges not enabled. Many actions may fail.
Enable the checkbox for the containing app in:
System Preferences → Security & Privacy → Accessibility
Then, after enabling the checkbox for the containing app (Terminal and Script Editor), I ran "cliclick m:0,0" (got no warning this time, but the mouse pointer still didn't move). The "click" command works though...
Is this a known issue? Is there anything I can do to fix this problem I have with cliclick? Thank you!
The text was updated successfully, but these errors were encountered: