F3-F8 do nothing in game (as intended).
F2 initially does nothing.
Tapping any of F3-F8 adds them to the F2 combo fire. Tapping again takes them back out.
So I can choose exactly which keys fire by hitting F2
Code: Select all
F2::
{
Send {blind}{%s_F3%}{%s_F4%}{%s_F5%}{%s_F6%}{%s_F7%}{%s_F8%}
}
return
#UseHook
F8::
F7::
F6::
F5::
F4::
F3::
s_%A_ThisHotkey% ? s_%A_ThisHotkey% := "" : s_%A_ThisHotkey% := A_ThisHotkey
return
"Error: Hotkey or hotstring is missing its opening brace."
How do I fix it? I've tried putting braces in various places...