Jump to content
LaunchBox Community Forums

Recommended Posts

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

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