Metalzoic Posted March 31, 2016 Share Posted March 31, 2016 Remapping the controls using AHK through RL's keymapper doesn't work with this game for some reason. So I'm launching an AHK as a PostLaunch app which does work. Problem is I don't know how to stop it again once I exit the game. I'm guessing just a postexit script, but have no idea how to make that end the Killer Instinct.AHK that's running. Any help greatly appreciated. Link to comment Share on other sites More sharing options...
bleasby Posted March 31, 2016 Share Posted March 31, 2016 You have many options for that. Add an loop to your script and check if the game is still running. When it is not running just add the exitApp to your script. You could also look at your processes list for the name that the script process takes, and close it on your post launch script. And so on. Sent from my XT1068 using Tapatalk Link to comment Share on other sites More sharing options...
Metalzoic Posted March 31, 2016 Author Share Posted March 31, 2016 Thanks bleasbyThat put me on the right track, and actually helped me figure out why AHK wasn't working directly from RL in the first place. Got that fixed and now it's launching, AHKing and closing like a champ! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.