Skip to content

Instantly share code, notes, and snippets.

@jasmeralia
Created October 19, 2019 05:10
Show Gist options
  • Save jasmeralia/0727e40e92b023fad680df4ff86b83d5 to your computer and use it in GitHub Desktop.
Save jasmeralia/0727e40e92b023fad680df4ff86b83d5 to your computer and use it in GitHub Desktop.
Example MFC autohotkey macro (ctrl-j sends the tips)
^j::
Send, /tip 5 test 1{Enter}
Send, /tip 5 test 2{Enter}
Send, /tip 5 test 3{Enter}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment