bind question
Posted: Tue May 04, 2004 1:37 pm
If this is in the FM, i apologize in advance and open the doors to any sort of constructive flaming 
Is there a way to bind the same keypress, with different scancodes to reflect the keys new state?
E.G.
h hail
l_alt + shift + h == set MA heal
H (l_shift/r_shift + h) == group heal.
c consider
l_alt + c (set cheal target)
C (l_shift/r_shift + c) (cheal chain msg)
ctl-alt-c
I know it looks confusing, but it's not always convenient to map every key a new funciton, would be nice to say
attack
shift + a MAIN_ASSIST
then alt -a set MA to current target
I understand how to store the information in variable, and recall it inside MQ.. but my command of the scancodes are a bit sketchy
Many thanks for any info. even if its a simple "It can't be done"
Is there a way to bind the same keypress, with different scancodes to reflect the keys new state?
E.G.
h hail
l_alt + shift + h == set MA heal
H (l_shift/r_shift + h) == group heal.
c consider
l_alt + c (set cheal target)
C (l_shift/r_shift + c) (cheal chain msg)
ctl-alt-c
I know it looks confusing, but it's not always convenient to map every key a new funciton, would be nice to say
attack
shift + a MAIN_ASSIST
then alt -a set MA to current target
I understand how to store the information in variable, and recall it inside MQ.. but my command of the scancodes are a bit sketchy
Many thanks for any info. even if its a simple "It can't be done"