Gives me a headache trying to figure what the hell its suppose to do.

Why not just have setup so yeh have one assist button. Create some logic that checks to see what wow has focus if yeh hit that it sends out ( just dont send it out to current focus)

ToonA if focus send Ctrl + Shift + i
ToonB if focus send Ctrl + Alt + i
ToonC if focud send Alt + Shift + i
ToonD if focus send Ctrl + Alt + Shift + key
ToonE if focus send Ctrl + key

then setup

/assist
[mod:ctrl,mod:shift,nomod:alt]ToonA;
[mod:ctrl,mod:alt,nomod:shift]ToonB;
[mod:alt,mod:shift,nomod:ctrl]ToonC;
[mod:ctrl,mod:alt,mod:shift]ToonD;
[mod:ctrl,nomod:alt,nomod:shift]ToonE

on each one

that way yeh don't need to hotstring, the rest of the macros dont need to be changed

hmmm gotta test this