notes for Clickit:
install
copy somewhere run it in terminal with ./cliclick
usage
get current mouse position
p:.
click at position 28/11
c:28,11
wait 500 milliseconds (0,5 sec)
w:500
move mouse 24px down
m:0,24
press alt key down and hold it
kd:alt “alt”, “cmd”, “ctrl”, “fn”, “shift”
click at current position
c:.
release alt key
ku:alt
double click
dc:x,y
start drag
dd:x,y
end drag
du:x,y
press key and release again
kp:key “arrow-down”, “arrow-left”, “arrow-right”, “arrow-up”, “delete”, “end”, “esc”, “f1”, “f2”, “f3”, “f4”, “f5”, “f6”, “f7”, “f8”, “f9”, “f10”, “f11”, “f12”, “f13”, “f14”, “f15”, “f16”, “fwd-delete”, “help”, “home”, “mute”, “page-down”, “page-up”, “return”, “space”, “tab”, “volume-down”, “volume-up”
right click
kd:ctrl c:x,z ku:ctrl
enter text
t:'Viele Grüße'