eric Posted September 8, 2015 Author Share Posted September 8, 2015 Is their any tuit on how to use AHK in LB or BB were to put it, a basic script to close an emu that requires 2 buttons to be pushed ? are you starting your game using AHK so that it is running. thanks.. Quote Link to comment Share on other sites More sharing options...
eric Posted September 9, 2015 Author Share Posted September 9, 2015 ok so i found a AHK script! for making "Esc = Alt-F4" to close n-64 i run it and when im in big box i can run a game from project-64 and use "esc" and it closes great... ? but how do i add this into LB-BB sure i can make a bat file to do it butt the way others are doing it sounds easier here is the script! ; ----= [ .Esc = Alt-F4 toggle ] =---- +Esc:: Hotkey, Esc, Toggle Return ; ========================================= ; ----= [ .Esc = Alt-F4 ] =---- Esc:: SetTitleMatchMode, 2 IfWinNotActive, Firefox Send !{F4} Else { Click left 760, 65 Send ^w } Return ; ========================================= thanks to all........ Quote Link to comment Share on other sites More sharing options...
Jason Carr Posted September 9, 2015 Share Posted September 9, 2015 Hi @eric, currently the only way to run a custom AHK script is to use additional applications on games. That said, LaunchBox does have a built-in AHK script for closing emulators, but it's currently only made to work with a game controller. I have further customization options on my list. Quote Link to comment Share on other sites More sharing options...
eric Posted September 9, 2015 Author Share Posted September 9, 2015 ahh I have found that if i start this ahk script now every emulater i have and pc games all close perfect! with the esc... 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.