!!! macros
one of the easiest macros login
→highlight an username →[F6]
→ username{tab}password{ENTER} →[ok]
Improved code for the macro in the demo
~lwin & lalt::
run notepad
winactivate Notepad – Untitled ; instead of sleep 100
send line1* `r line2*`r
sleep 4000 ; = 4sec
send line3* ; will paste the text “line3*”
the easiest way to macros
Download and install the Autohotkey package → 3.ly/ahk
in the program folder there is a subfolder Autoscriptwriter. click the exe.
This program saves the recorded stuff in a clickable .ahk file who repeats the recorded actions.
wonna trigger the macro via a shortcut
add in the autoscriptwriter a* shortcut line to the recorded stuff ( you can add more shortcut lines if you want, one after another)