Jump to content
LaunchBox Community Forums

Sega Model 2 Exit Problem


minipierre

Recommended Posts

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 by minipierre
Link to comment
Share on other sites

  • 1 year later...

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

Exit AHK Nebula 1.1a.PNG

Link to comment
Share on other sites

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

Exit AHK Nebula 1.1a.PNG

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}}}
}

 

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

  • 3 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...