Code: Select all
$m:: {
keywait "m"
}
$a:: {
keywait "a"
}
Now what I want is for the script to totally ignore $a:: while I'm holding down "m". In other words, I don't want it triggered OR buffered. How would I do that?
I've tried increasing the thread priority inside of $m::, but $a:: still triggers, so I'm not sure what to do.