lilcheeks Posted December 28, 2018 Posted December 28, 2018 I posted this in Noobs but i think Troubleshoot is a better forum for it. I have Pinball FX2 loaded in Launchbox and use the AHK below to exit, and it works perfect. I just loaded Pinball FX3 into launchbox (with cabinet mode) and have the same AHK below setup, but it doesn't do anything. I tried changing the Esc key to "a" or "9" keys and still nothing happens. Any ideas why it would work in Pinball FX2 but not Pinball FX3? I even tried using an AHK code to "Alt-F4", and that also did nothing. All software is up to date. $Esc:: { Process, Close, {{{StartupEXE}}} } Quote
lilcheeks Posted December 28, 2018 Author Posted December 28, 2018 I figured it out, i needed to make my AutoHotKey,exe run as an administrator. Everything is working now. Quote
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.