a utility for simulating mouse and keyboard events
cliclick, short for "Command-Line Interface Click", is a tiny shell/Terminal application that emulates mouse clicks (including double-clicks and Control-clicks) at arbitrary screen coordinates. It also lets you move the mouse, get the current mouse coordinates, press modifier keys, enter text, and more.
cliclick, short for "Command-Line Interface Click", is a tiny shell/Terminal application that emulates mouse clicks (including double-clicks and Control-clicks) at arbitrary screen coordinates. It also lets you move the mouse, get the current mouse coordinates, press modifier keys, enter text, and more.
To install cliclick, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cliclick
To see what files were installed by cliclick, run:
port contents cliclick
To later upgrade cliclick, run:
sudo port selfupdate && sudo port upgrade cliclick
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.