Resolve KeyNotFoundException in TAStudio

this seems to have been silently nonfunctional the entire time until it got visible through the latest refactor
This commit is contained in:
Morilli 2022-05-24 21:59:35 +02:00
parent f62135676e
commit 48cfc79885
2 changed files with 2 additions and 2 deletions

View File

@ -513,7 +513,7 @@ namespace BizHawk.Client.EmuHawk
}
break;
case "Select between Markers":
case "Sel. bet. Markers":
if (Tools.IsLoaded<TAStudio>())
{
Tools.TAStudio.SelectBetweenMarkersExternal();

View File

@ -351,7 +351,7 @@ namespace BizHawk.Client.EmuHawk
UndoMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Undo"];
RedoMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Redo"];
SelectBetweenMarkersMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Select between Markers"];
SelectBetweenMarkersMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Sel. bet. Markers"];
SelectAllMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Select All"];
ReselectClipboardMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Reselect Clip."];
ClearFramesMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Clear Frames"];