paulmichel21 Posted October 3, 2016 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
Zombeaver Posted October 3, 2016 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
Zombeaver Posted October 4, 2016 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
paulmichel21 Posted October 4, 2016 Author Posted October 4, 2016 excelent now work fine.... thanksssssssssssssss very muchhhhhhhh... excelent.. Quote
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.