DOS76 Posted May 23, 2017 Share Posted May 23, 2017 You can set the ui cancel to work with a button combo also in MAME and use any buttons you want I use left thumb and start to exit MAME and left thumb and select as the tab key Quote Link to comment Share on other sites More sharing options...
neil9000 Posted May 23, 2017 Share Posted May 23, 2017 1 minute ago, DOS76 said: You can set the ui cancel to work with a button combo also in MAME and use any buttons you want I use left thumb and start to exit MAME and left thumb and select as the tab key Ah, good to know. I just use dpad up and down to open/close and left and right to save/load state and have pause on right thumbstick click. Quote Link to comment Share on other sites More sharing options...
martinconroy Posted May 25, 2017 Share Posted May 25, 2017 You can simply use this AHK code to ensure ANYTHING closes with the Guide button: vk07sc000:: Send, !{F4} Return Quote Link to comment Share on other sites More sharing options...
JamesBond@ge Posted June 11, 2017 Share Posted June 11, 2017 On 5/23/2017 at 0:01 PM, neil9000 said: See i have UI Cancel on dpad down it goes back in those menus, but quits when just playing a game. Holy smokes! This ruddy well works. I can't believe that solution was there all along lol. 1 Quote Link to comment Share on other sites More sharing options...
m0riarty Posted April 23, 2018 Share Posted April 23, 2018 automation doesn't work for bluMSX either. MAME and blueMSX is what i've run into so far. I'm having a very hard time figuring a way to quit out of Colecovision games running on blueMSX. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted April 23, 2018 Share Posted April 23, 2018 $Esc:: { Process, Close, {{{StartupEXE}}} } That'll work for blueMSX 1 Quote Link to comment Share on other sites More sharing options...
m0riarty Posted April 23, 2018 Share Posted April 23, 2018 I put that into the AutoHotkey script, and well it worked like a charm!!! Thank you Lordmonkus. Feels like this should be in some documentation somewhere. They need a Launchbox wiki on this site, with a AutoHotKey script section for each emulator. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted April 23, 2018 Share Posted April 23, 2018 Well we do have a wiki but its not exactly updated, no one seems to be up to taking it on. We do however have this thread here specifically for AHK scripts. 1 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.