ok - I might be doing something wrong. If someone would please see if they can duplicate this.
if you want to use my kcl and macro then create two newb Draenei characters and walk into the the shipwreck where the level 1 trainers are.
On test1 (main character - load test1.kcl) you can press #1-6 which correspond to LShift+1, RShift+1, LCtrl+1, RCtrl+1, LAlt+1, and RAlt+1 on the second character when test2.kcl is loaded.
Code:
test1
k(49.0.0):hs(LSHIFT1)
k(50.0.0):hs(RSHIFT1)
k(51.0.0):hs(LCTRL1)
k(52.0.0):hs(RCTRL1)
k(53.0.0):hs(LALT1)
k(54.0.0):hs(RALT1)
Code:
test2
k(49.1.1):hs(LSHIFT1)
k(49.2.2):hs(RSHIFT1)
k(49.4.4):hs(LCTRL1)
k(49.8.8):hs(RCTRL1)
k(49.16.16):hs(LALT1)
k(49.32.32):hs(RALT1)
You can then load this macro on the second (test2) character:
Code:
/target [mod:lshift,target=Keilnei][mod:rshift,target=Kore][mod:lctrl,target=Firmanvaar][mod:rctrl,target=Valaatu][mod:lalt,target=Aurelon][mod:ralt,target=Zalduun][nomod,target=player]
and bind it to key 1
Now when pressing 1&2 from test1 char we see that it acts like is supposed to (it makes the distiction between LShift and RShift) but LCtrl (button3 on main) and RCtrl (4) always seems to send RCtrl
LAlt(5) and RAlt(6) always sends LAlt.
So LCtrl and RAlt are never being sent the way the hotstrings are asking them to be right?
Or have I done something wrong here?
Can someone verify this please?
edit: clarified a few things - made it easier to read.
Connect With Us