QUOTE(DaMOB @ May 24 2009, 12:09 AM)

QUOTE(Ahk @ May 23 2009, 10:53 PM)

^{num 8} seems to work.
Test code...
CODE
clearglobalkeys
delay 3000
Keys ^{Num 8}
timestamp {globalkeys}
Yeah, that made the most sense to me.
while 1=1
delay 3 sec
KeyDown ^{Num 8}
end
This is working beautifully =]
Thank you guys. This saves me trouble from having to click it over and over.
-------
My next question, is there a way to hold keys down instead of pressing on ac tools? This is based on my code of course =].