DaBronze Posted October 16, 2019 Share Posted October 16, 2019 Hi everyone. I am configuring the Fusion Emulator to map the ALT-F4 command to the END key and also copy the configuration file, Fusion.ini from another location. If I make a AutoHotKey Script it works but if I put it in the startup AutoHotKey Script field for the Fusion emulator neither command works. My formatting seems correct so I'm at a loss. Can someone help? Please don't tell me to use RetroArch. My script is below. FileCopy, C:\Games\Scripts\FusionSource.ini, c:\Games\Fusion351\fusion.ini ,1 $end::WinClose A Thanks!!! Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted October 16, 2019 Share Posted October 16, 2019 Try putting it in the "Running AutoHotKey Script" tab for your Fusion emulator. Also, I'm not sure if it's going to know what "A" is, in this case. So just send what you want. $end:: { Send, !{F4} FileCopy, C:\Games\Scripts\FusionSource.ini, c:\Games\Fusion351\fusion.ini ,1 } Quote Link to comment Share on other sites More sharing options...
DaBronze Posted October 16, 2019 Author Share Posted October 16, 2019 That worked!!!! Thanks! I was putting the text of my script in the "Running AutoHotKey Script" field but was testing my code as an external script. Perhaps you were right about the "A" in my script. Thanks for your quick response also. 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.