slashguns04 Posted January 31, 2016 Author Share Posted January 31, 2016 as you configure the button to exit from the emulator with controller x360 Quote Link to comment Share on other sites More sharing options...
DOS76 Posted January 31, 2016 Share Posted January 31, 2016 Do you mean "Can you configure a button to exit from the emulator with a 360 controller"? If so the answer is yes but I don't use that feature and someone else will have to explain it to you. If that isn't what you meant then I'm sorry I don't understand your question. Quote Link to comment Share on other sites More sharing options...
slashguns04 Posted January 31, 2016 Author Share Posted January 31, 2016 "Can you configure a button to exit from the emulator with a 360 controller"? Quote Link to comment Share on other sites More sharing options...
DOS76 Posted January 31, 2016 Share Posted January 31, 2016 Go to Tools Options input and there are ways to setup your buttons. Quote Link to comment Share on other sites More sharing options...
dov_EL Posted January 31, 2016 Share Posted January 31, 2016 http://imgur.com/mBGpNQz Work for desktop. Not for big box Quote Link to comment Share on other sites More sharing options...
DOS76 Posted January 31, 2016 Share Posted January 31, 2016 Big Box has its own separate button setup Quote Link to comment Share on other sites More sharing options...
slashguns04 Posted January 31, 2016 Author Share Posted January 31, 2016 DOS76 said Big Box has its own separate button setup I configured desktop and big box but does not exit from the emulator NES (JNES.exe) Quote Link to comment Share on other sites More sharing options...
DOS76 Posted January 31, 2016 Share Posted January 31, 2016 Ok go to tools and then go to manage emulators select JNES and then click edit. Go to the autohotkey tab and paste this code in you can change the nullDC to JNES if you want but it isn't necessary that is just for documentation. ; This section closes nullDC when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } Quote Link to comment Share on other sites More sharing options...
slashguns04 Posted January 31, 2016 Author Share Posted January 31, 2016 DOS76 said Ok go to tools and then go to manage emulators select JNES and then click edit. Go to the autohotkey tab and paste this code in you can change the nullDC to JNES if you want but it isn't necessary that is just for documentation. ; This section closes nullDC when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } instead of the ESC button can put the button 10 of my joypad? as? Quote Link to comment Share on other sites More sharing options...
DOS76 Posted January 31, 2016 Share Posted January 31, 2016 You will then go into the LaunchBox settings and set the button 10 in the settings to be escape Quote Link to comment Share on other sites More sharing options...
slashguns04 Posted January 31, 2016 Author Share Posted January 31, 2016 DOS76 said You will then go into the LaunchBox settings and set the button 10 in the settings to be escape I wanted to know with a hotkey command Quote Link to comment Share on other sites More sharing options...
DOS76 Posted January 31, 2016 Share Posted January 31, 2016 What do you mean? If you set up escape as your autohotkey command like the code I gave you and then setup LaunchBox to have your controller emulate the escape press from your keyboard then the controller should close the game. If you want to use autohotkey with the code to the button if that is possible I don't have a clue on how to do so. I'm giving up on this thread maybe someone else with more patience will be able to explain it to you. Quote Link to comment Share on other sites More sharing options...
slashguns04 Posted January 31, 2016 Author Share Posted January 31, 2016 ; This section closes Jnes when pressing Button10 $Button10:: { Process, Close, {{{StartupEXE}}} } this command is ok? Quote Link to comment Share on other sites More sharing options...
DOS76 Posted January 31, 2016 Share Posted January 31, 2016 I just tried that command and it doesn't work it says button10 doesn't exist on the keyboard. AutoHotKey only works for keyboard presses at least as far as I know I am not an expert on it though. I just got this to work using the code I gave you then go in to tools options input autohotkey then for the one that says close the active windows set it to button 10 in order to get it to work though you have to hold button 7 and press button 10 at the same time. Quote Link to comment Share on other sites More sharing options...
DOS76 Posted January 31, 2016 Share Posted January 31, 2016 That is acutally pretty cool I can't believe that I have never bothered to set that up before. Quote Link to comment Share on other sites More sharing options...
slashguns04 Posted January 31, 2016 Author Share Posted January 31, 2016 DOS76 said That is acutally pretty cool I can't believe that I have never bothered to set that up before. ok thanks for your help Quote Link to comment Share on other sites More sharing options...
DOS76 Posted January 31, 2016 Share Posted January 31, 2016 Did you get it working Quote Link to comment Share on other sites More sharing options...
onebadws6 Posted January 17, 2019 Share Posted January 17, 2019 (edited) Is there a way to exit Jnes while running in LB/BB with just the keyboard esc button? I cannot configure the esc button because its already configured (no option to change I know of) to minimize the screen. I ran into this with Fusion but theres a txt document stating additional commands in LB/BB setup that worked. I fortunately have patience DOS76. Edited January 17, 2019 by onebadws6 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.