notebook86 you can find it on https://www.autohotkey.com/docs/v2/Hotkeys.htm
you can do macro with this app which will simulate mouse mouve and keyboard input.
I personally use it to do audio gain automatically in premiere pro, here is my script :
SetTitleMatchMode, 2 ;
#IfWinActive, Premiere Pro
<!Numpad5::
SendInput, g
sleep, 10
SendInput, -5 ;
sleep, 10
SendInput, {Enter}
SendInput, {LAlt up} ;
return
;