What's new

Demul .7 exit question

HomieTheClown

New member
Hey Metallic. Thank you bro for bringing this app back to life. I saw the guy in the other thread get smart with you when you were responding to him. Crazy!

Anyway I felt like this has been asked before but I didn't understand the answer. I know there is no button like escape or alt-f4 that will close Demul. I got Demul (airline pilots TY TY TY!) but as you can imagine I don't have a way of closing the program since I got a bunch of joysticks and buttons but no keyboard. It's an arcade cabinet so it's not supposed to have a kb. So with all that babbling in mind, will there ever be a keyboard command programmed in Demul so we can close it that way instead of (alt-enter to minimize and then red x).

Just asking bro. I'm already grateful at being able to play my pilot and star wars game.
 

evilantal

New member
I use AutoHotkey for this.

The script looks something like this

Code:
$Escape::
Process, Close, demul.exe
ExitAPP
return
 

Top