Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

Hello Guys. My No$gba emulator works great in launch box but when i hit ESC to exit, i get a runtime error. i want to just shut down no$gba normally without that problem. alt+x is the key to close it normally however,  I dont know how or what to to type in the autohotkey box to do this though....can anyone help me out?


 

 

Untitled.jpg

Posted (edited)

Are you saying you want esc to send alt+x?

Just out of curiosity why? If you use esc, pressing alt+x isnt to different.

 

Esc::
{
KeyWait, Esc
Send {Alt down}{X down}{Alt up}{X up}
}

Obviously this will conflict with the emulator, you will need to change the escape key in the emulator settings if you can.

If you want to use a different button to send alt+x change the 2 instances of esc to ctrl or alt, etc etc.

 

Edited by jayjay
  • Like 1
Posted (edited)

thanks for replying jay. sorry it took a sec to reply back. there isnt a hotkey section to change it. the reason why i wanted esc to be the key is because all my other emulators escape by esc easily rt now. if i hit it using no$gba though, i get the above error. i tried this autohotkey and i still get the runtime error. im just trying to escape out of the emulator safely without showing a runtime error everytime i escape out of a ds game. Even if i have to force close it, its fine.

Edited by Cnells2000
Posted

I have never used no$gba but I did just load it in my set-up and tested a few roms. I was able to exit by hitting escape and did not get a runtime error.

Are all your drivers, V C++ library up to date? 

Posted

That's fair enough. I was just being noisy lol. The above script wont work because no$gba closes on key pressed but I put a wait for key release.

I dont have any problems with it either.

Esc::
Process, Close, NO$GBA.EXE

Again I dont know how it will work out.

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