hotkeys for innerspace instances 10-12

Quigly4000

Active Member
So recently upgraded my computer and I can run 12 clients on one computer. Problem i've encountered is clients 10-12 don't have any hotkeys associated with them (i.e. ctrl+alt+1, ctrl+alt+2, etc.). I tried messing with hotkeys for instances once before and didn't have any luck. Wondering if anyone knows how to add hotkeys to any instances above 9.

Thanks!
 

pr517

Active Member
My stuff does the following when it detects a higher session:

Code:
   if ${Session.Equal[is10]}
      squelch globalbind is10_key "Ctrl+Alt+0" "WindowVisibility foreground"
   elseif ${Session.Equal[is11]}
      squelch globalbind is11_key "Ctrl+Alt+-" "WindowVisibility foreground"
   elseif ${Session.Equal[is12]}
      squelch globalbind is12_key "Ctrl+Alt+=" "WindowVisibility foreground"
 

Quigly4000

Active Member
My stuff does the following when it detects a higher session:

Code:
   if ${Session.Equal[is10]}
      squelch globalbind is10_key "Ctrl+Alt+0" "WindowVisibility foreground"
   elseif ${Session.Equal[is11]}
      squelch globalbind is11_key "Ctrl+Alt+-" "WindowVisibility foreground"
   elseif ${Session.Equal[is12]}
      squelch globalbind is12_key "Ctrl+Alt+=" "WindowVisibility foreground"
Anyone able to explain how to make my sessions work this way? They don't by default and I'm not sure where to modify the behavior.
 

pr517

Active Member
That was from one of my scripts. But, here is a way to make it work at the session level regardless of what game/script you use. Download the DefaultStartupMod.iss file to your Scripts folder and modify your session startup configuration as follows:



 

Attachments

Quigly4000

Active Member
Thanks for posting this! I fiddled around for a couple hours last night and discovered the default startup scripts and attempted to make my own to incorporate your code but to no avail. I don't know jack about scripting besides attempting to copy/paste what others have done and try to mod it haha. Your help is much appreciated!
 

eccentric

Active Member
So recently upgraded my computer and I can run 12 clients on one computer. Problem i've encountered is clients 10-12 don't have any hotkeys associated with them (i.e. ctrl+alt+1, ctrl+alt+2, etc.). I tried messing with hotkeys for instances once before and didn't have any luck. Wondering if anyone knows how to add hotkeys to any instances above 9.

Thanks!
What are your PC specs? I'm very curious, I want to run 6 on one computer.
 
Top Bottom