BlueM / cliclick

macOS CLI tool for emulating mouse and keyboard events
https://www.bluem.net
Other
1.59k stars 116 forks source link

macOS Monterey on M1 support #130

Open timojaask opened 2 years ago

timojaask commented 2 years ago

Hello! I don't know if it's me doing something wrong, or the app doesn't work on macOS Monterey and M1 processor. I gave the permissions to run the app, but when running I get:

% ./cliclick c:10,10
zsh: killed     ./cliclick c:10,10

Regardless of what arguments I pass (even ./cliclick -V) it always results in zsh: killed

ulfertg commented 2 years ago

Put "arch -x86_64" in front of your command.

ryandesign commented 2 years ago

Duplicate of #123?