View Single Post
  #1113  
Old 10-08-2007, 02:15 PM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: Full Tilt Shortcuts - new ahk script

[ QUOTE ]
Ok, I'll add it back in... but it will have to used with caution because it was sometimes closing an active table at the same time.

[/ QUOTE ]I'm not sure how you are closing the windows, but if you use Send !{F4} (ALT+F4) directly to the window, it should close it even if it isn't active.

Send, !{F4}, ahk_id %id%

where id is the id of the window, or just

Send, !{F4}

if the last found window is the window you want to close.
Reply With Quote