The Demul ahk script I am using works perfectly fine in LB, esc and controller automation but in BB when ever I launch a game the background music and video continues to play. When I exit via controller automation BB will close to desktop with music still playing. I then have to close BB in the task manager. Sometimes if I use the ESC key instead of the controller everything works as it should. I am also using no mousy. I have tried removing the script and use the default which will open and close the games but the issue of music and video still playing in the background is there.
Run, C:\LaunchBox\Nomousy\nomousy.exe /hide
$Esc::
{
Run, C:\LaunchBox\Nomousy\nomousy.exe
Process, Close, demul.exe
}