-
-
Save MrDesjardins/3d84b075d5044e29bdf5c4cbabd74580 to your computer and use it in GitHub Desktop.
Autohotkey Past One Char at a Time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
F1:: | |
Loop, parse, clipboard | |
{ | |
SendRaw, %A_Loopfield% | |
Sleep, 40 | |
} | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment