View Single Post
Rage2100
Old 08-09-2009, 02:33 PM #57 (permalink)  
Rage2100's Avatar
Full House

Join Date: Jan 2007
Location: UK
Posts: 719
Rage2100 is on a distinguished road
Quote:
Originally Posted by Robb
#IfWinActive ahk_class QWidget

Place that at top of the script, and it makes the hotkey context sensitive so that it only works in Full Tilt windows. Still can't type notes into Full Tilt withoutitlookinglikethis, but I type all my notes into HEM's HUD-based notes anyway. So that command has me using the spacebar to move tables again.
The original Full Tilt MoveTable scripts had the following line near the top:
Class_Name=FTC_TableViewFull

The new ones have this line instead:
Class_Name=QWidget

So, if you have just installed the latest version of the Full Tilt software, you can download the new scripts, or just change the line in your existing script.

Edit: Robb's way of putting the line at the top of the script should do the same thing, and is probably a better way to do it.
Reply With Quote