Hi All. I read up on this but I still can't get it
Tried adding this to the Exit autohotkey script.
Also added ESC as the hotkey under exiting yuzu when playing. Tried both but the only way I can exit is ALT-F4.
; This section closes Yuzu when pressing Escape
$Esc::
{
Process, Close, {{{StartupEXE}}}
}
Anybody get yuzu to exit on a hotkey to work?