Default ESC AutoHotKey script is wrong

Issue #4884 new
James French created an issue

The AutoHotkey script used for most emulators should be

$Esc::
{
    WinClose, ahk_exe {{{StartupEXE}}}
}

This requests a graceful close rather than force-killing the emulator, and allows (for example) SRAM to flush to disk.

Comments (0)

  1. Log in to comment