Hello, I attempted this but I can not see it working for me.
Any help would be appreciated.
I would like the Xbox guide button plus start to exit the emulator back to Launchbox.
Here is the script I pasted.
; No custom exit script is necessary for RetroArch
; since it already uses the Escape key by default
;Xbox Guide button + Start
$Esc::
{
WinClose, ahk_exe {{{StartupEXE}}}
}