Jump to content
LaunchBox Community Forums

musarezeq

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by musarezeq

  1. musarezeq

    send Alt F4

    Actually no. I have no idea why it fails. I tried on different PCs but with no success. Any help is really appreciated.
  2. musarezeq

    send Alt F4

    I am trying to set it to ESC key on keyboard. My following script is working fine with "Race with Ryan" game. I used the same script for the Paw Patrol game (with changing the RaceWithRyan.exe to PPMT.exe) name but with no success. $Esc:: { Run, E:\Emulators\Xpadder 2013 work well\Xpadder.exe /C Process, Close, {{{StartupEXE}}} } { WinClose, ahk_exe RaceWithRyan.exe } Send, !{F4} Escape:: ExitApp Return And I used also the more simple one which is: $Esc:: Send, !{F4} but also not work. But as I said when this script fails to close the required game (Paw Patrol), I pressed the Alt+F4 on keyboard and the game close directly. I really appreciate your time spending reading my messages , so please don't bother yourself in that issue. I already teach my kid how to use Alt+F4 to close the game. Don't worry!! 😅
  3. musarezeq

    send Alt F4

    Thank you for your reply. I am using the windows version. I know it is always better to close windows games through the game menu itself, but because I found that actually easier for my kids to just press one button to switch to another game. But the strange thing the command that I use, actually work on other games but that one is not , although it can still be closed by pressing the Alt+F4 on keyboard!!
  4. musarezeq

    send Alt F4

    Hi, I tried most of these scripts to close most of the games. They were working flawlessly with the most but with some are not. let me more specific, Most of "Outright Games" like, PawPatrol Adventure City Calls. when I press physically Alt+F4 on my keyboard, the game close with no problem but not with the script !! any help is really appreciated.
×
×
  • Create New...