View Single Post
  #2  
Old 12-12-2005, 11:27 AM
krimson krimson is offline
Senior Member
 
Join Date: Mar 2005
Location: wwdsd
Posts: 559
Default Re: AHK Script for Fold Checkbox

You should be able to do this fairly easily yourself. If you've never modified an AHK script, learning how to do is extremely useful for future changes you might want.

Just find the code that is used to move the move to window x and activate it. Find the code that is used to push the fold checkbox/button. Put both these snippets of code under one key (you could use a small sleep in between to ensure the window gets activated first).

All this should be available in your current script.
Reply With Quote