mthompson239 Posted April 27, 2018 Share Posted April 27, 2018 #1 Currently using Nestopia but while looking to see how to full screen and exit properly commands...tried adding -f or -fullscreen...no go...see attached. Needing to full screen apparently and then use Esc to exit.... #2 Tried adding this to AHK for FX3...but doesnt do anything: $Esc:: { Process, Close, {{{StartupEXE}}} } Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted April 27, 2018 Share Posted April 27, 2018 For Nestopia go into the Preferences and turn on Switch to fullscreen on startup and turn off Confirm exit.And in the AHK script tab of your Nestopia emulator in Launchbox put in the following script $Esc:: { Process, Close, {{{StartupEXE}}} } As for Pinball FX3 I don't have it so I cannot test it but the script you posted does work for my older Pinball FX2 setup. 1 Quote Link to comment Share on other sites More sharing options...
mthompson239 Posted April 27, 2018 Author Share Posted April 27, 2018 2 minutes ago, Lordmonkus said: For Nestopia go into the Preferences and turn on Switch to fullscreen on startup and turn off Confirm exit.And in the AHK script tab of your Nestopia emulator in Launchbox put in the following script $Esc:: { Process, Close, {{{StartupEXE}}} } As for Pinball FX3 I don't have it so I cannot test it but the script you posted does work for my older Pinball FX2 setup. Nestopia Fixed...much thanks. Quote Link to comment Share on other sites More sharing options...
mthompson239 Posted April 27, 2018 Author Share Posted April 27, 2018 Found this on a different forum..but references the same request...to exit FX3 in a 1 button event: Quote If you simply want to exit directly to PinballX you can code a little AutoHotkey script to Send Alt+F4 for ESC key. If this doesnt work...what about ending the actual Windows process of pinballfx3.exe (or whatever the .exe is...away from machine this moment) via a set key combo [shift-Esc]? Quote Link to comment Share on other sites More sharing options...
Retro808 Posted April 27, 2018 Share Posted April 27, 2018 AHK will work as I use one to close PFX3 with my arcade joystick. Are you using a controller or an arcade joystick? Also are you launching directly into tables? A simple AHK like below works (this is not what I use but tested it). This will let my 4 button on the arcade close Pinball FX3 and return to BigBox. 4:: Send !{f4} Quote Link to comment Share on other sites More sharing options...
mthompson239 Posted April 27, 2018 Author Share Posted April 27, 2018 Currently via steam..but just got my Zen code so will be direct tables tonight. Arcade cabinet with arcade buttons/sticks. 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.