minipierre Posted August 3, 2018 Share Posted August 3, 2018 (edited) Hi. This emulator is working well, but I can't seem to find a way of getting the esc key to close down the emulator - it just switches from fullscreen mode to windowed mode. I have tried searching the forum's but can't seem to find a solution. I am running version 1.1a of the emulator. Ideally I'd also like a way to close the emulator with my 360 controller which works perfectly with closing retroarch with hotkey combinations. Edited August 3, 2018 by minipierre Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted August 3, 2018 Share Posted August 3, 2018 Put this AHK script in the AHK tab of your Edit Emulator window of your Model 2 emulator. $Esc:: { Process, Close, {{{StartupEXE}}} } Quote Link to comment Share on other sites More sharing options...
minipierre Posted August 3, 2018 Author Share Posted August 3, 2018 (edited) Thank you, but that doesn't work. The emulator still just reverts to windowed mode. Any other suggestions kind sir? Edited August 3, 2018 by minipierre Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted August 3, 2018 Share Posted August 3, 2018 I tested it and works perfectly for me. Quote Link to comment Share on other sites More sharing options...
minipierre Posted August 3, 2018 Author Share Posted August 3, 2018 Hmmmm. I wonder what it can be! Frustrating as everything else works perfectly! Quote Link to comment Share on other sites More sharing options...
minipierre Posted August 3, 2018 Author Share Posted August 3, 2018 (edited) I just found the solution. Need to set AutoHotkey to run with admin privileges. Thanks for help. Is there a way of getting my 360 controller to exit the sega emulator? Edited August 3, 2018 by minipierre Quote Link to comment Share on other sites More sharing options...
srmercenary Posted September 4, 2019 Share Posted September 4, 2019 Hello! I am facing the same situation in which I have the script pasted into the Exit AHK Setup (picture attached). M2 returns to the windowed mode and continues to play the rom. I do not know how to change AHK to run as admin, and I am not receiving any admin errors. All help is greatly appreciated! Scott Quote Link to comment Share on other sites More sharing options...
Retro808 Posted September 5, 2019 Share Posted September 5, 2019 6 minutes ago, srmercenary said: Hello! I am facing the same situation in which I have the script pasted into the Exit AHK Setup (picture attached). M2 returns to the windowed mode and continues to play the rom. I do not know how to change AHK to run as admin, and I am not receiving any admin errors. All help is greatly appreciated! Scott You do not need to run as admin. You have the exit script in the wrong tab. It needs to be in the Running AutoHot Key Tab. The Exit tab is used if you have issue closing a game from the Pause Menu screen. I would also recommend changing to a more appropriate closing script like. The Process, Close version is a hard close of a program. $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } Quote Link to comment Share on other sites More sharing options...
srmercenary Posted September 5, 2019 Share Posted September 5, 2019 1 minute ago, Retro808 said: You do not need to run as admin. You have the exit script in the wrong tab. It needs to be in the Running AutoHot Key Tab. I would also recommend changing to a more appropriate closing script. The Exit tab is used if you have issue closing a game from the Pause Menu screen. $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } Thank you SO MUCH! I appreciate both the super fast answer that worked right away, but also the education on the tabs. I am learning a lot through this process. THANK YOU! Quote Link to comment Share on other sites More sharing options...
tallpr24 Posted February 12, 2023 Share Posted February 12, 2023 hello, when i set this up, it does not close the game, it simply puts the game into window mode. did i miss something? Quote Link to comment Share on other sites More sharing options...
tallpr24 Posted February 12, 2023 Share Posted February 12, 2023 also, how do you get the xbox controller to work with this emulator? 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.