yorketto Posted September 1, 2018 Share Posted September 1, 2018 hy to all, after new update (i hope) my script autohotkey of some emulators not work. i have do a script for exit with my button 7 of my joy and always works good, but after nwe update of Launchbox not work. if i try to change Joy7 in F1 key it work fine. what more can i do for fix the problem? here my work script: &Joy7:: { Process, Close, {{{StartupEXE}}} } tanx a lot Quote Link to comment Share on other sites More sharing options...
CDBlue Posted September 2, 2018 Share Posted September 2, 2018 Try taking out the & before Joy7 to see if it works (ie Joy7:: not &Joy7). I'm not 100% sure, but with that script I don't think the & is needed there and might be causing that button press to not be recognized. Also check you settings to make sure controller is enabled in LB/BB. I don't recall if .NEXT reset this or not. I don't think it did, but it's worth looking at if my first suggestion didn't work. Quote Link to comment Share on other sites More sharing options...
launcherbox Posted September 2, 2018 Share Posted September 2, 2018 I'm having issues with AHK myself, it doesn't seem to be doing, well, anything ? Quote Link to comment Share on other sites More sharing options...
CDBlue Posted September 2, 2018 Share Posted September 2, 2018 Are you guys on the latest stable version of LB/BB or the latest beta? I'm on stable, so if you're referring to beta maybe there is a bug? Quote Link to comment Share on other sites More sharing options...
Retro808 Posted September 2, 2018 Share Posted September 2, 2018 I do not believe anything in Next should have changed to affect AHK. Tested all mine and they work fine. Tested on stable and betas. @yorketto That AHK looks like it may have a typo. Is it supposed to be a button combo command? Like Joy6&Joy7? That "&" is why I am asking. @launcherbox Can you give a specific example and the AHK you are using? Quote Link to comment Share on other sites More sharing options...
yorketto Posted September 3, 2018 Author Share Posted September 3, 2018 On 5/11/2018 at 1:47 PM, DOS76 said: sorry for late ... i'm in stable version of LB BB and in version 8.4 my script works well. so any input of joy thai i do not work. Quote Link to comment Share on other sites More sharing options...
CDBlue Posted September 3, 2018 Share Posted September 3, 2018 &Joy7:: you have in your script is not the correct syntax to use ... unless you didn't copy and paste the whole thing, it should just be Joy7:: or if you have another controller button your using in a combination it should be (for example) Joy6&Joy7:: (if you wanted to press both button 6 and 7 together to do the script, etc.) Quote Link to comment Share on other sites More sharing options...
yorketto Posted September 3, 2018 Author Share Posted September 3, 2018 yes i have correct my script. the problem is that never joy button work only keyborard key work for autohotkey what's wrong? Quote Link to comment Share on other sites More sharing options...
Retro808 Posted September 3, 2018 Share Posted September 3, 2018 1 minute ago, yorketto said: yes i have correct my script. the problem is that never joy button work only keyborard key work for autohotkey what's wrong? The script is wrong. The "&" at the start. That would used if you are using a 2 button combo. Like CDBLue mentioned in his post. That is why it would never work. What buttons do you try to use to close? Or what buttons do you want to use? Quote Link to comment Share on other sites More sharing options...
yorketto Posted September 3, 2018 Author Share Posted September 3, 2018 5 minutes ago, Retro808 said: The script is wrong. The "&" at the start. That would used if you are using a 2 button combo. Like CDBLue mentioned in his post. That is why it would never work. What buttons do you try to use to close? Or what buttons do you want to use? i have leaved the $ not this the problem now my script is correct: Joy7:: { Process, Close, {{{StartupEXE}}} } the problem is: don't work any button. work only keyboard . my joy is ok work in all games inside launchbox inside bigbox inside windows inside all. not work only with the script Quote Link to comment Share on other sites More sharing options...
CDBlue Posted September 3, 2018 Share Posted September 3, 2018 Just to be sure, can you check your settings in LB to make sure controller is enabled, and that controller automation is correctly setup? For example, here is my setup for controller. If for some reason this was disabled, or the correct controller is not selected in the drop down, then the buttons will not be recognized in LB. You need to check the same in BigBox, as they both have their own controller and automation settings (ie. setting it in LB will not make it work in BB, and vice versa). Other than this, I'm not sure why that script is not working for you. 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.