Created
September 21, 2022 15:56
-
-
Save JoeGlines/546d43b54996d3981a890a224991381e to your computer and use it in GitHub Desktop.
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
#SingleInstance,Force | |
Var:="hello" | |
^t:: | |
MsgBox % var | |
return | |
^q:: | |
MsgBox % var | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cool I think I have it based on what you showed me above.