View Single Post
Rage2100
Old 08-13-2009, 02:00 PM #69 (permalink)  
Rage2100's Avatar
Full House

Join Date: Jan 2007
Location: UK
Posts: 719
Rage2100 is on a distinguished road
Quote:
Originally Posted by dontezuma
I routinely play stacked and regardless of the queuing, I tab through the stack a few seconds at a time to keep an eye on how that action is progressing, and when new cards are dealt, because I don't like having the pop-up be the first action I see if at all possible.

I added a line to the script that allows me to hit tab and cycle through all of the windows. The command is (Alt-Esc), so it was the equivalent of tab=alt-esc. (I'm at work now, and don't have the script here to tell you the exact syntax).

I'm confident that I could run 8 tables even without the queuing just with the tab key. So, if Ongame, or whatever, doesn't have queuing, you can still stack.
Thanks for that, it could be very useful to some people. For anybody who wants to try this, the code would be as follows.

Code:
Tab::
Send, {ALTDOWN}{ESCAPE}{ALTUP}
return
Obviously, you can use any key to do this, it doesn't have to be the Tab key. Also, you could just use Alt-Esc, without the need for the code at all.

I'll try and write something that only cycles through the poker tables, and not through every window you have open.
Reply With Quote