Jump to content
LaunchBox Community Forums

Recommended Posts

Posted (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 by Bob Benson
  • 1 month later...
Posted
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?

Posted (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 by DOS76
Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...