mirror of https://github.com/stella-emu/stella.git
fix #571 (TimeMachine UI hotkey)
This commit is contained in:
parent
16e1f256c2
commit
76352a63a9
|
@ -427,7 +427,7 @@ PhysicalKeyboardHandler::EventMappingArray PhysicalKeyboardHandler::DefaultCommo
|
|||
{Event::TogglePauseMode, KBDK_PAUSE},
|
||||
{Event::OptionsMenuMode, KBDK_TAB},
|
||||
{Event::CmdMenuMode, KBDK_BACKSLASH},
|
||||
{Event::TimeMachineMode, KBDK_T},
|
||||
{Event::TimeMachineMode, KBDK_T, KBDM_SHIFT},
|
||||
{Event::DebuggerMode, KBDK_GRAVE},
|
||||
{Event::ExitMode, KBDK_ESCAPE},
|
||||
#ifdef BSPF_MACOS
|
||||
|
|
Loading…
Reference in New Issue