AutoHotKey script workaround to focus Breakout apps launching in background #3653
e-t-l
started this conversation in
Documents and notes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to #3235 (comment), since v1.0.9, Breakout Processes are launched in the background. This can be annoying if you are used to a process being launched in the foreground (i.e. its window focused). Below is a simple AutoHotKey script that catches the ShellHook for new window creation and focuses that window if it belongs to one of the processes of you name in the script (for my usage, I have set it to "explorer.exe", with commented-out lines showing how you can add multiple process names).
To use this script, install AutoHotKey v2 and save the script as a .AHK file. Place this file either in your
shell:startup
directory, or add the following to the .ini of whichever sandbox(es) you want this script to apply to:Beta Was this translation helpful? Give feedback.
All reactions