Build Your Own Arcade Controls Forum

Software Support => GroovyMAME => Topic started by: jtslade on January 15, 2014, 06:56:29 pm

Title: Groovy arcade button combo for system shutdown from front end?
Post by: jtslade on January 15, 2014, 06:56:29 pm
Anyone know how to setup a system shutdown from a button combo?

Title: Re: Groovy arcade button combo for system shutdown from front end?
Post by: Calamity on January 17, 2014, 04:13:56 pm
It's possible to setup a key in advmenu.rc to shutdown your system, we  had it like that for some time. I can't remember now the exact option, but it's there. I don't know if key combos are possible either.
Title: Re: Groovy arcade button combo for system shutdown from front end?
Post by: blontic on January 17, 2014, 04:29:31 pm
You can also set it to shutdown on exit instead of going back to the groovyaracde menu
Title: Re: Groovy arcade button combo for system shutdown from front end?
Post by: duke_of_earl on January 18, 2014, 06:53:02 pm
The shutdown key option for AdvmenuPlus on advmenu.rc is this:

...
event_assign shutdown lcontrol esc
...

With the default configuration, pressing left control key + esc should shutdown the system. Nevertheless, for some reason, it didn't work for me, so I changed it to other key. It shuts the computer down without going to the setup menu. You could assing that option to whatever key combo your input system would use for shutdown.