For some reason autohotkey stops working as soon as I switch to Allegiance.
Even the simplest script:
CODEg::
Send z
return
(when you hit g, computer thinks you pressed z)
works in every application, except Allegiance.
Can't get my autohotkey scripts to work
Oh yeah, Autohotkey can be a pretty powerful tool. You can set up switches, and if statements, and etc.
For instance, madp helped me write a script that would open a chatbox to your wing, then when you finished the message (or hit esc to cancel) it would switch back to chatting to team so you didn't have to worry about your next message going to the wrong recipient.
For instance, madp helped me write a script that would open a chatbox to your wing, then when you finished the message (or hit esc to cancel) it would switch back to chatting to team so you didn't have to worry about your next message going to the wrong recipient.
Last edited by juckto on Fri Oct 10, 2014 9:21 pm, edited 1 time in total.

Usually though, "skill" is used to covertly mean "match the game exactly to my level of competence." Anyone who is at all worse than me should fail utterly (and humorously!) and anyone better is clearly too caught up in the game and their opinions shouldn't count.
I looked into that help page, HSharp, but still couldn't get a solution. From reading it, I should be coding "Sendplay" instead of "Send", but I think I'm doing something wrong because when I try that the key becomes completely unresponsive.
That is,
Using Send: 'g' sends 'z' in every application except Allegiance. In Allegiance 'g' sends 'g'
Using SendPlay: 'g' does nothing in every application except Allegiance. It doesn't even send 'g'. In Allegiance 'g' sends 'g'
That is,
Using Send: 'g' sends 'z' in every application except Allegiance. In Allegiance 'g' sends 'g'
Using SendPlay: 'g' does nothing in every application except Allegiance. It doesn't even send 'g'. In Allegiance 'g' sends 'g'

Usually though, "skill" is used to covertly mean "match the game exactly to my level of competence." Anyone who is at all worse than me should fail utterly (and humorously!) and anyone better is clearly too caught up in the game and their opinions shouldn't count.