WolfRamiO Posted September 15, 2016 Share Posted September 15, 2016 Hi there... How i can assign a single button of my joystick to close all process that start the emulator and get back to BigBox? or can be a thing that i press that assigned button and fire up a custom command like "taskkill /im xxxxx" during the emulation... Best regards and thanks! Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted September 15, 2016 Share Posted September 15, 2016 Tools > Options > Input > Automation > Set a button combo in there to close exit your emulator. Quote Link to comment Share on other sites More sharing options...
WolfRamiO Posted September 15, 2016 Author Share Posted September 15, 2016 (edited) 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 September 15, 2016 by WolfRamiO Quote Link to comment Share on other sites More sharing options...
Jason Carr Posted September 15, 2016 Share Posted September 15, 2016 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. 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.