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:
parent
f62135676e
commit
48cfc79885
|
@ -513,7 +513,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case "Select between Markers":
|
case "Sel. bet. Markers":
|
||||||
if (Tools.IsLoaded<TAStudio>())
|
if (Tools.IsLoaded<TAStudio>())
|
||||||
{
|
{
|
||||||
Tools.TAStudio.SelectBetweenMarkersExternal();
|
Tools.TAStudio.SelectBetweenMarkersExternal();
|
||||||
|
|
|
@ -351,7 +351,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
UndoMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Undo"];
|
UndoMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Undo"];
|
||||||
RedoMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Redo"];
|
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"];
|
SelectAllMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Select All"];
|
||||||
ReselectClipboardMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Reselect Clip."];
|
ReselectClipboardMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Reselect Clip."];
|
||||||
ClearFramesMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Clear Frames"];
|
ClearFramesMenuItem.ShortcutKeyDisplayString = Config.HotkeyBindings["Clear Frames"];
|
||||||
|
|
Loading…
Reference in New Issue