I searched through the Help doc. and in the forums but couldn't find exactly what I'm looking for, so here goes.
Code:
^3::
SendInput, {LCtrl}3
Sleep, 1000
SendInput, 1
Sleep, 800
SendInput, 2
Return
F2::
SendInput, {F2}
Sleep, 1000
SendInput, 1
Sleep, 800
SendInput, 2
Return
x::
SendInput, x
Sleep, 1000
SendInput, 2
Sleep, 800
SendInput, 3
Return
As per the title, can you 'SendInput' the same key as is your "Hotkey" for said command?? (See the Examples above)
And also is the terminology correct for "SendInput-ing" the "F" keys and "Control" keys above??
As always thanks for your help.