Jump to content
LaunchBox Community Forums

Seeking a way to shutdown windows games from both hotkey combo & pause screen


klepp0906

Recommended Posts

34 minutes ago, klepp0906 said:

not sure if this is possible since the windows "platform" only allows for one overarching AHK as opposed to a "running" and "exit" one like individual emulators do.
 

Not the best thing to do for Windows games. It should always be exited from the games menu option. So you likely will not see us recommend it. 

BUT, If you must  and Escape does not exit a game than see if Alt+F4 does. If it does then you can try the script below. Since the button combo basically sends Escape. This AHK will then send Alt+F4 when the combo tries to send Escape. Still do not recommend as it can corrupt save files. 

ESC::
 Send !{f4}

 

Link to comment
Share on other sites

yea ive given it some work since posting in discord, had also tried that.  Seems theres just waaay too much variance between games to make this work properly.

for example, in witcher 3 alt F4 is disabled entirely lol.

unless theres a way to guaranteed force close the running process in a manner that looks clean and works for all games - like you said - might as well use the exit games menu.

even found the shutdown screen will work in say, divinity 2, but not in witcher 3.

all my ocd wants is uniformity :P

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