The NEW Build Your Own Arcade Controls
Main => Software Forum => Topic started by: Moksi on March 09, 2020, 04:00:00 pm
-
Hello Is it possible with an AHK to setup a two button combination holding for 4 secs for exiting Mame
I need some help with the ahk though
thanks
-
sure... Alt+F4
:lol
http://forum.arcadecontrols.com/index.php/topic,78515.0.html
http://forum.arcadecontrols.com/index.php?topic=86989.0
-
You know you can map functions within mame to require two or more keys right? I mean that's the better way to do it unless you really need that 4 second delay or something.
-
I have always found autoit perfect for such things (in case the front end does not support custom key combinations).
-
I managed to fix it with Rocketlauncher setting it up with a 4 sec delay
the 4 sec delay didn't work because I mapped the same keys in Mame Ui cancel which immediately shuts mame down
thanks guys