Jump to content
LaunchBox Community Forums

Exit emulator/Back to BigBox from Joystick


WolfRamiO

Recommended Posts

how? that requiere a combo of 2 buttons, i have a dedicated one on my joystick to back to the front end


I am tring with autohotkey, work on windows, but not in the emulator, this is the script:


Joy8::Send {Esc} ; button 8 send Esc key

Joy9::Send !{f4} ; Button 9 send Alt F4 and works well on windows

 

Edited by WolfRamiO
Link to comment
Share on other sites

Depending on the emulator, AutoHotkey may not work to send key presses. MAME is notorious for being a royal pain in this regard. MAME refuses to accept any "virtual" keypresses, and only takes input from physical keyboards. That's been pretty frustrating for us because it makes it very difficult to automate closing MAME (using voice recognition or controller automation). You're on the right track with the AutoHotkey stuff, but it's also worth noting that AutoHotkey sometimes has issues with Microsoft's latest 360/Xbox One controller drivers and sometimes it just won't work at all. We had to replace the controller automation solution using AutoHotkey with our own because of this issue.

There's no way currently to use controller automation for just a single button, but you could add a ticket for that using Issues/Requests in the header.

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