Hi, i'm glad you could get the basic ftl-setup running with the informations presented on this site.
To your question:
It is possible to use your secondbar (activated by shift+1-=) as you like on two different ways:
1. Dont use 'shift' (or to be precise lshift) in the modifier order to define the team-leader.
This is possible if you have only 3 toons by simply using only alt,ctrl,alt+ctrl or by using ralt,rshift,rctrl for the modifier order, so lshift can be used on the second bar. This is only possible if you keyboard-multiplexer can differenciate betwen left an alt pressing of ctrl,alt,shift (For Keyclone this should work, but wasn't realy confirmed by any user, in HotKeyNet (which i'm using) it works great.)
If you need any further help on this method fell free to ask.
2. Don't use the same keys as 'master-key' and 'slave-key'.
This is a little bit more complicated, so i like to give an example for '1' and 'shift+1':
For ToonA you can use '1' as master-key and for example 'u' as slave-key to cast Lightning Bolt, by defining you keymaps like:
Code:
‘1’ ---> ‘lightningbold.on.ToonA.target’
‘Ctrl + Alt + u’ ---> ‘lightningbold.on.ToonB.target’
‘Alt + Shift + u’---> ‘lightningbold.on.ToonC.target’
‘Ctrl + Alt + Shift + u’ ---> ‘lightningbold.on.ToonD.target’
‘Ctrl + u’ ---> ‘lightningbold.on.ToonE.target’
To get it working you have to create another bar, and drag the normal ftl-macro (/assist [mod:alt,nomod:shift....) on a button on the bar and bind this button to 'u'.
The same you can do for 'shift+1' with for example 'o' as slave-key. The corresponding keymap would look like:
Code:
‘shift+1’ ---> ‘anotherAction.on.ToonA.target’
‘Ctrl + Alt + o’ ---> ‘anotherAction.on.ToonB.target’
‘Alt + Shift + o’---> ‘anotherAction.on.ToonC.target’
‘Ctrl + Alt + Shift + o’ ---> ‘anotherAction.on.ToonD.target’
‘Ctrl + o’ ---> ‘anotherAction.on.ToonE.target’
And again bind the corresponding action you want to happen when you press 'Shift+1' to 'o' (with the ftl-macro part).
Now '1' and 'Shift+1' schould both work leaderless and execute different actions.
I hope the above makes any sense, if you have other questions, keep them coming
Connect With Us