Jump to content

Hello! 👋

These forums are now archived (read only).

Join us on Discord.

Hotkeys switching computer with Stream Deck


Recommended Posts

Simon Kay

I've a Stream Deck connected to my Synergy server, and I have 2 other clients. I don't like scrolling to the screen edge to swap between clients due to my monitor layout, so instead I use the Hotkeys. I've written some terrible Batch scripts to emulate keypresses that switch between the clients and connected those scripts to buttons on my stream deck, but when switching to one of the clients the buttons no longer work. I figure that the emulated keypresses are not being sent to the other clients, so they don't know to switch back. Does anyone know of any work arounds or alternate solutions?

 

Example of script :

powershell -c "$wshell = New-Object -ComObject wscript.shell; $wshell.SendKeys('+{F2}')

 

Thanks!

Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...