Jump to content
LaunchBox Community Forums

Exiting Teknoparrot with two joystick buttons


poodadoo

Recommended Posts

4 hours ago, poodadoo said:

On all my other games, I have 1P start + Coin (i.e. start + select) set to exit my games.  How do I map these two buttons to "send the esc key" to teknoparrot to exit the teknoparrot game running?

If you mapped those buttons in LB and/or BB already it should exit. In BB just make sure you are mapping to the option for "Close Active Window".

If you have done this already and it is not exiting a game then go into LB >Tools >Manage >Emulators and edit TeknoP. In the "Running AutoHotKey" tab paste the script below. Be sure to paste it in the "Running AHK" tab.

$Esc::
{
    WinClose, ahk_exe {{{StartupEXE}}}
}

 

Link to comment
Share on other sites

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...