Bob Benson Posted July 2, 2017 Share Posted July 2, 2017 (edited) I have a cabinet based around an x-arcade tankstick. In all my emulators I have the right pinball button which is 4 mapped as the exit key. In mame I just did this by changing the cancel function from escape to 4. In model 2 I have an autohotkey script to have 4 send alt f4 to close the window. In supermodel only esc key seems to exit. Even alt f4 from the keyboard won't close the emulator. I tried to add a script to remap 4 to esc. I thought the problem with supermodel might be the input so I added to the command line to force direct input. But the script still doesn't seem to work. Any help would be much appreciated. Thanks everyone. Edited July 2, 2017 by Bob Benson Quote Link to comment Share on other sites More sharing options...
Bob Benson Posted July 3, 2017 Author Share Posted July 3, 2017 Nevermind, I found a script I was using to close demul that I pulled from the arcadecontrols forum that maps process close to a key press and that works. Quote Link to comment Share on other sites More sharing options...
DOS76 Posted July 3, 2017 Share Posted July 3, 2017 Glad you sorted it out Quote Link to comment Share on other sites More sharing options...
natemac00 Posted September 1, 2017 Share Posted September 1, 2017 On 7/3/2017 at 9:53 AM, Bob Benson said: Nevermind, I found a script I was using to close demul that I pulled from the arcadecontrols forum that maps process close to a key press and that works. Can you share what you did to get Model 3 to exit? Quote Link to comment Share on other sites More sharing options...
DOS76 Posted September 1, 2017 Share Posted September 1, 2017 (edited) ; This section closes Supermodel when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } Go to manage emulators in LB tools menu edit your supermodel entry and paste that in the autohotkey tab/ Edited September 1, 2017 by DOS76 Quote Link to comment Share on other sites More sharing options...
natemac00 Posted September 1, 2017 Share Posted September 1, 2017 1 minute ago, DOS76 said: ; This section closes Supermodel when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } Mine closes when I press Escape, it does not close when I use the LaunchBox AutoHotKeys, that every other Emulator uses. 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.