View Single Post
Old 07-12-2008, 05:40 AM   #51
frog_jr
Human being with feelings
 
frog_jr's Avatar
 
Join Date: Sep 2007
Location: Here at the Western World
Posts: 1,253
Default

Well, thanks anyway. Should anybody come up with any ideas, I'd appreciate. Cheers, frog

FWIW, here is the AHK script. But anybody that can do AHK even just a little bit doesn't need to know this. :-).

;-----------------------
*3:: ; quicksave selected effect as fxp
{
send {f2}
sleep, 500
send ^c
sleep, 500
send {escape}
sleep, 500
send {tab}{tab}{tab}{tab}{tab}
sleep, 500
send {return}
sleep, 500
send {down}{return}
sleep, 500
send ^v --
sleep, 500
clipboard = %A_Hour%.%A_Min%.%A_Sec%
sleep, 500
send ^v
send {return}
}
;--------------------------

Last edited by frog_jr; 07-12-2008 at 11:14 AM.
frog_jr is offline   Reply With Quote