Forgot the pause key remap. Sorry for the small commit.

This commit is contained in:
adelikat 2008-05-30 15:53:58 +00:00
parent 4a3b4d2c91
commit 85df746e77
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ static struct
} DefaultCommandMapping[]=
{
{ EMUCMD_RESET, SCAN_R | CMD_KEY_CTRL },
{ EMUCMD_PAUSE, SCAN_F2, },
{ EMUCMD_PAUSE, SCAN_PAUSE, },
{ EMUCMD_FRAME_ADVANCE, SCAN_BACKSLASH, },
{ EMUCMD_SCREENSHOT, SCAN_F12 },
{ EMUCMD_HIDE_MENU_TOGGLE, SCAN_ESCAPE },