first of all, i haven't use keyclone since nearly a year, so i can'T say if the following still works (but I think it should).
But in concept it should be doable like this:
1. Unbind strafe-left/right from your q / e buttons on all of your toons (this is, because we don't want the focus-window to move, and use left/right arrow for starfing instead)
2. Create the following keymaps on the different toons (here for q):
ToonA:
q -> q.master.a
shift + LEFT -> q.master.b
ctrl + LEFT -> q.master.c
alt + LEFT -> q.master.d
LEFT -> q.master.e
ToonB:
LEFT -> q.master.a
q -> q.master.b
ctrl + LEFT -> q.master.c
alt + LEFT -> q.master.d
shift + LEFT -> q.master.e
ToonC:
LEFT -> q.master.a
shift + LEFT -> q.master.b
q -> q.master.c
alt + RIGHT -> q.master.d
ctrl + Right -> q.master.e
ToonD:
RIGHT -> q.master.a
shift + RIGHT -> q.master.b
ctrl + RIGHT -> q.master.c
q -> q.master.d
alt + Right -> q.master.e
ToonE:
RIGHT -> q.master.a
shift + RIGHT -> q.master.b
ctrl + RIGHT -> q.master.c
alt + RIGHT -> q.master.d
q -> line.master.e
(for 'e' do the same keymaps with replacing 'q' with 'e' and left with right).
(here you can finde the concept with 3 toons: Focusless, targetless, 'leaderless' setup. )
btw.: if some one needs the sme for HKN, this would look like the following:
Code:
<Template SendSlavesStrafes>
<If ActiveWinIs %1%>
<Sendlabel %2%>
<key %3%>
<Sendlabel %4%>
<key %5%>
<EndTemplate>
<MovementHotkey q>
<ApplyTemplate SendSlavesStrafes WoW1 "w2,w3" "q" "w4,w5" "e">
<ApplyTemplate SendSlavesStrafes WoW2 "w1,w3" "q" "w4,w5" "e">
<ApplyTemplate SendSlavesStrafes WoW3 "w1,w2" "q" "w4,w5" "e">
<ApplyTemplate SendSlavesStrafes WoW4 "w1,w2" "q" "w3,w5" "e">
<ApplyTemplate SendSlavesStrafes WoW1 "w1,w2" "q" "w3,w4" "e">
<MovementHotkey e>
<ApplyTemplate SendSlavesStrafes WoW1 "w2,w3" "e" "w4,w5" "q">
<ApplyTemplate SendSlavesStrafes WoW2 "w1,w3" "e" "w4,w5" "q">
<ApplyTemplate SendSlavesStrafes WoW3 "w1,w2" "e" "w4,w5" "q">
<ApplyTemplate SendSlavesStrafes WoW4 "w1,w2" "e" "w3,w5" "q">
<ApplyTemplate SendSlavesStrafes WoW1 "w1,w2" "e" "w3,w4" "q">
Connect With Us