This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;Thanks to wok for the original script (http://www.teamliquid.net/forum/brood-war/101215-this-is-a-hack) | |
;Written by OakHill, shout out to my SC:BW senseis: ANGRY_KOREA_MAN, Serbrendertome. | |
;v0.1 | |
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
aKeyPresses := 0 | |
;if a is pressed but not triggered via send below | |
$A:: | |
aKeyPresses += 1 |