This is where he acknowledged a thread on the problem but did not acknowledge there actually being a problem.
And this thread is where I demonstrate the bug for anyone who cares to see that it is indeed a bug.
You cannot bind left and right mod keys in warcraft. YOU CAN, however, test for left and right mods in your macros.
This spreadsheet shows how I have organized modifiers so that I can setup 90 FTL keys in my ui. I use multiple mod keys to bind and then test the left and right on those keys like this:
Code:
[nomod:ctrl,mod:lalt,mod:lshift,nomod:rshift,target=ToonA]
[nomod:ctrl,mod:ralt,mod:lshift,nomod:rshift,target=ToonB]
[nomod:ctrl,mod:lalt,nomod:lshift,mod:rshift,target=ToonC]
[nomod:ctrl,mod:ralt,nomod:lshift,mod:rshift,target=ToonD]
[nomod:ctrl,mod:lalt,mod:lshift,mod:rshift,target=ToonE]
The above is for keys without a mod in the binding. Its a simple thing to change the above to accommodate the ALT-CTRL mod bindings and the CTRL-SHIFT bindings I have in the spreadsheet.
Connect With Us