From d5b70ce4f3382cb34523d51438670ab9255d82ea Mon Sep 17 00:00:00 2001 From: Chev <11602755+chev2@users.noreply.github.com> Date: Sun, 24 Jan 2021 01:00:53 -0800 Subject: [PATCH] TSCB keyboard shortcuts Adds keyboard shortcuts to the TSCB control (open, save, save as). --- Control/TabTSCB.xaml | 17 +++++++-- Control/TabTSCB.xaml.cs | 78 +++++++++++++++++++++++++++++------------ 2 files changed, 70 insertions(+), 25 deletions(-) diff --git a/Control/TabTSCB.xaml b/Control/TabTSCB.xaml index 5a89cff..46dafdd 100644 --- a/Control/TabTSCB.xaml +++ b/Control/TabTSCB.xaml @@ -5,14 +5,25 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:BOTWToolset.Control" mc:Ignorable="d" - d:DesignHeight="597" d:DesignWidth="1246 " Width="Auto" Height="Auto"> + d:DesignHeight="597" d:DesignWidth="1246 " Width="Auto" Height="Auto" Loaded="UserControlLoaded"> + + + + + + + + + +