Jump to content
LaunchBox Community Forums

AHK Scriptys


Newlander

Recommended Posts

Hi Guys ,

Im wanting to make a AHK script to exit taito type x games , i have the exit kyt bound to esc in the game itself however i would like a key combination of d and b pressed at the same time to exit , if anyone has any idea on how i can do that , any help would be amazing 

Link to comment
Share on other sites

@Newlander

after you install autohotkey, create a new script called something like tatioclose.ahk and just put this inside it and save it somewhere:

d & b::
{
  Send, {Escape}
  ExitApp
}

then in each of your Taito Type X games, right click and edit in LB and go to Additional Apps tab. In there browse to your ahk script for the Application Path field and check the box for 'automatically run before main application'

that should make the Taito games exit when pressing d and b

 

Link to comment
Share on other sites

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