The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: Moksi on March 09, 2020, 04:00:00 pm

Title: Exiting mame by holding two buttons?
Post 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 
Title: Re: Exiting mame by holding two buttons?
Post by: lilshawn on March 09, 2020, 04:04:47 pm
sure... Alt+F4

 :lol

http://forum.arcadecontrols.com/index.php/topic,78515.0.html

http://forum.arcadecontrols.com/index.php?topic=86989.0
Title: Re: Exiting mame by holding two buttons?
Post by: Howard_Casto on March 09, 2020, 07:47:05 pm
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. 
Title: Re: Exiting mame by holding two buttons?
Post by: baritonomarchetto on March 10, 2020, 03:07:41 am
I have always found autoit perfect for such things (in case the front end does not support custom key combinations).
Title: Re: Exiting mame by holding two buttons?
Post by: Moksi on March 14, 2020, 06:36:54 pm
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