Hello guys, in need of help to close my PS3 emulator with two esc-key presses...just like retroarch
At the moment, i only have the single button close function to work:
$Esc::
{
WinClose, ahk_exe rpcs3.exe
}
Although this works, i'd love to have it changed to two button presses...is this possible?