Jump to content
LaunchBox Community Forums

Exiting Keyboard2Xinput Not Working On RetroArch


Recommended Posts

I have a iPac4 and have been using Keyboard2Xinput for my PC games. I have a long script I found that works well. It is the screenshot show "Steam - Final Vendetta". I have 2 AHK scripts I setup for when RetroArch launches. The first loads Keyboard2Xinput and that works fine. The second is supposed to close it but that one doesn't work. I did a quick test using the RetroArch ahk file in the screenshot and that works fine. 

 

Any ideas on how to get it to close when RetroArch closes? 

PXL_20240811_132529854.jpg

PXL_20240811_132545346.jpg

PXL_20240811_132720251.jpg

PXL_20240811_132728451.jpg

Link to comment
Share on other sites

50 minutes ago, an0thernumber said:

It works there. I guess if I have the emulator set to exit when the escape key is pressed then it won't work?

The Exit Script section for exiting from the Pause Menu. Only.

You can try overriding the escape sequence by adding to the Running Script: (below your Run... line)

$Esc::
{
   Send, {NumPadMult}
   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...