Newlander Posted July 28, 2017 Posted July 28, 2017 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 Quote
ckp Posted August 4, 2017 Posted August 4, 2017 @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 Quote
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.