BlueM / cliclick

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

Add right click action #42

Closed muellermartin closed 7 years ago

muellermartin commented 7 years ago

The action "rc" will right click at the given position. Practically the action behaves like the action "c" (ClickAction) as it was just copied and adjusted to use the right mouse button handler instead.

A test for this action was added to the Test.py script.

muellermartin commented 7 years ago

Thanks for merging 👍