Jump to content

Closing Fusion in Hyperspin


Petey

Recommended Posts

Posted

Hey guys,

I'm trying to setup Fusion with Hyperspin and I'm having some trouble closing the emulator through my cabinet button. The only way I can quit is by pressing Alt+F4 on my keyboard. I would like to do the exact same thing by clicking on a single button (Ex: F1) so that way I can map it to a button on my cabinet. What I tried is to create an AutoHotKey profile in HyperSpinHQ for Fusion to close the application when I type F1.

F1::
   Send !{f4}
   ExitApp
return

When I test the ahk through HyperSpinHQ, it closes the test window like it should. But once I try it in the emulator, nothing happens.

Any ideal why this is not working?

Thanks in advance!

Posted

Okay found out how to do it. Instead of using HLHQ profile, I pasted the same code in the Fusion.ahk file and it worked.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...