Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Created September 21, 2022 15:56
Show Gist options
  • Save JoeGlines/546d43b54996d3981a890a224991381e to your computer and use it in GitHub Desktop.
Save JoeGlines/546d43b54996d3981a890a224991381e to your computer and use it in GitHub Desktop.
#SingleInstance,Force
Var:="hello"
^t::
MsgBox % var
return
^q::
MsgBox % var
return
@ToddLyons1776
Copy link

Cool I think I have it based on what you showed me above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment