HELP ME, PLEASE...!!
In Launchbox I use a BAT-file to run the xemu emulator. I do this because certain games run badly when using 2x, 3x, and 4x resolution and can only run in 1x res.
But no matter which hotkey script i use, I cannot use the esc key to exit xemu...
I have tried numerous different variation like
- ESC:: { send !{f4} Return }'
- ESC:: WinClose AHK_EXE {{{StartupEXE}}}'
- ESC:: Send !{F4} Process, Close, xemu.exe ExitApp Return
plus many many others, under the 'Running AutoHotkey Script' with no luck.
Is it becaus i'm executing a bat-file, and Launchbox is trying to close the bat-file and not xemu..