Hi all,

I've been using AHK for a long time now, but after seeing keyclones maximixer in action I really thought it wise to invest in the program.

However I am coming across one small problem which I hope you can help me with ( yes I have searched, and looked at the wiki but other assist threads haven't been able to solve my issue).

Bascially when I have used AHK I had an assist macro set up on my = key.
Code:
/assist maintoonname
And throughout my AHK script each key depression had it so when I pressed an action key, it would also press the = key too, like so:
Code:
ControlSend,, 2, ahk_id %wowid1%
ControlSend,,{= down}{= up},  ahk_id %wowid1%
ControlSend,, 2, ahk_id %wowid2%
ControlSend,,{= down}{= up},  ahk_id %wowid2%
etc
But now I am a bit lost on how I can get this similar set up to work with Keyclone. :/

I don't want to use focus as I use it for much needed other abilities...
I don't want to use extensive macros with for example the following: /cast [target=targettarget] - (I have a few too many teams with too many spells that would need altering)
And I really don't want to use the pass mouse clicks option like the left-click button (although I do love this function of keyclone, and will be using it for other things)... as I don't partically use my mouse to target mobs, I primarily tab to targets and then just press my action keys and *boom* things die (yes, I'm weird)...

So I reach out to the community to help me with this small problem

Thanks in advance,

X