paulmichel21 Posted October 3, 2016 Share Posted October 3, 2016 I configuardo one type jukebox program. but only you exit the program by closing the process. In LB no option so you can determine that whenever leaving no need to close the process? no alt+f4 this action dont working. thanks Quote Link to comment Share on other sites More sharing options...
Zombeaver Posted October 3, 2016 Share Posted October 3, 2016 How do you have this "jukebox" program setup in LB? Do you have it setup as an emulator? If so, you could add an AHK script to close it when pressing Esc. You would paste this into the "Autohotkey Script" tab of the emulator entry in LB:; This section closes [platform name] when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } Quote Link to comment Share on other sites More sharing options...
paulmichel21 Posted October 3, 2016 Author Share Posted October 3, 2016 ok i have this error Quote Link to comment Share on other sites More sharing options...
Zombeaver Posted October 4, 2016 Share Posted October 4, 2016 Sorry it was formatted a bit weird. Try this: ; This section closes [emulator] when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } Quote Link to comment Share on other sites More sharing options...
paulmichel21 Posted October 4, 2016 Author Share Posted October 4, 2016 excelent now work fine.... thanksssssssssssssss very muchhhhhhhh... excelent.. Quote Link to comment Share on other sites More sharing options...
Zombeaver Posted October 4, 2016 Share Posted October 4, 2016 No problem! Happy to help Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.