Skip to content

Instantly share code, notes, and snippets.

@MrDesjardins
Created March 16, 2017 04:50
Show Gist options
  • Save MrDesjardins/3d84b075d5044e29bdf5c4cbabd74580 to your computer and use it in GitHub Desktop.
Save MrDesjardins/3d84b075d5044e29bdf5c4cbabd74580 to your computer and use it in GitHub Desktop.
Autohotkey Past One Char at a Time
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