My OS Environment is Mac OS X 10.10.
I want to do some mouse event by a keystroke. If I press a key, then the mouse will click on specific position automatically. For example, left arrow keystroke, then click on (1000,500).
If possible, i want to make a program with above function. (in shell, python, applescript... etc) How can I solve this problem?
A Solution might be using Alfred with Workflows in conjunction with a command line tool that emulates mouse events. I found this tool. CliClick
Basicly what you would do is:
have fun