Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-30-2007, 11:13 AM
Dice Man Dice Man is offline
Member
 
Join Date: Dec 2006
Location: NE England
Posts: 96
Default How can i do this ?

As well as my 4 table (tiled) set-up on my dell, i've also got 2 tables cascaded on another monitor.

Are there any scripts/software that will allow me to "cycle" between the 2 cascaded tables? This will have to be done with either left or right mouse clicks.

Having to continually click on the top/bottom of the cascaded windows is a pain.

I know that Alt+Esc and Alt+Shift+Esc allows me to cycle through the taskbar windows, but this cycles through all of them. How can i just cycle through the two i need?
Reply With Quote
  #2  
Old 05-30-2007, 04:54 PM
Dice Man Dice Man is offline
Member
 
Join Date: Dec 2006
Location: NE England
Posts: 96
Default Re: How can i do this ?

In the unlikely event of anybody else wanting to do this:

Ok, this requires a few steps. Might not be the most graceful way, but it works.

1. start the script
2. activate one of the two windows you are talkiing about and then press the windows key plus the #1 key(WinKey + 1)
3. do the same for the second window you are talking about, but use the (WinKey + 2)
4. the script is now ready for use, but I changed the RButton to the MButton in the revised script.

Code:

#SingleInstance Force
#Persistent
#NoEnv
SetBatchLines, -1

#1::
Win1_Id := WinExist("A")
Return

#2::
Win2_Id := WinExist("A")
Return

MButton::
IfWinExist, ahk_id %Win1_Id%
IfWinExist, ahk_id %Win2_Id%
{
IfWinNotActive, ahk_id %Win1_Id%
WinActivate, ahk_id %Win1_Id%
Else
IfWinNotActive, ahk_id %Win2_Id%
WinActivate, ahk_id %Win2_Id%
}
Return

Esc::ExitApp

I can't take credit for it though. [img]/images/graemlins/wink.gif[/img]
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:05 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.