
Originally Posted by
'propagandalf',index.php?page=Thread&postID=163388 #post163388
Yep, Zanthor suggested that last night. I have the latest iss files from the windowsnapper wiki.

I had the same issue, Lax walked me though it. Here's what we changed: Line 11
multi.iss
Code:
function main(int clients)
{
while ${Sessions} < ${clients} - 1
waitframe
wait 100
variable int nSession
nSession:Set["${Session.Right[-2]}"]
run windowsnapper -norollover -noalwaysontop
run autolayout top
/* windowpos -viewable 0,241 */
windowsize -viewable 1024x640
/* Setup Hotkeys */
switch ${nSession}
{
case 1
globalbind is${nSession}_key "Ctrl+F1" "windowvisibility foreground;relay all press Ctrl+F1"
proc 1 on 2 on 3 on 4 on
break
case 2
globalbind is${nSession}_key "Ctrl+F2" "windowvisibility foreground;relay all press Ctrl+F2"
proc 1 on 2 on 3 on 4 on
break
case 3
globalbind is${nSession}_key "Ctrl+F3" "windowvisibility foreground;relay all press Ctrl+F3"
proc 1 on 2 on 3 on 4 on
break
case 4
globalbind is${nSession}_key "Ctrl+F4" "windowvisibility foreground;relay all press Ctrl+F4"
proc 1 on 2 on 3 on 4 on
break
case 5
globalbind is${nSession}_key "Ctrl+F5" "windowvisibility foreground;relay all press Ctrl+F5"
proc 1 on 2 on 3 on 4 on
break
}
/* Launch Repeater */
run repeater
ui -load skins/wowskin/wowskin
ui -load -skin WoWSkin repeater
}
Connect With Us