is it possible to bind several keys in one profile to start different macros?
i want to control a secondchar just by using f2-f9 keys;
a bind should look like this:
"
bind key f2
//Macro Heal
keypress 1
wait 500
"
"
bind key f3
//Macro Perfect
keypress 2
wait 500
"
Is that possible? And if, is it possible to give a bind the function of repeating/toggle on/off or just activate by pressing the key.
With ditto i can bind just one ditto with one window and let start the macro by pressing a specific key. If i bind another ditto with the same window the button-start function of the first ditto disappears.
thanks for every hint