How would I go ahead and incorporate the shift/ctrl/alt buttons in this script?
As in, I want combinations of those 3 buttons with the 1 to = buttons.

Do I just add

~+::
~^::
~!::

at line 36? or would I have to actually put all the combinations I'd want there like:

~+1::
~+2::
etc..
until
~!=::