Created
October 19, 2019 05:10
-
-
Save jasmeralia/0727e40e92b023fad680df4ff86b83d5 to your computer and use it in GitHub Desktop.
Example MFC autohotkey macro (ctrl-j sends the tips)
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
^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