From 71af8bf117924bcf3a3613c7bf35cf42118dc873 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Tue, 5 May 2020 21:40:42 -0700 Subject: [PATCH] Change PETSCII keyboard shortcut Alt+P was clashing in Edit Instruction Operand, so use Alt+T instead. --- SourceGen/WpfGui/EditDataOperand.xaml | 2 +- SourceGen/WpfGui/EditInstructionOperand.xaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SourceGen/WpfGui/EditDataOperand.xaml b/SourceGen/WpfGui/EditDataOperand.xaml index b394c46..1d4fe14 100644 --- a/SourceGen/WpfGui/EditDataOperand.xaml +++ b/SourceGen/WpfGui/EditDataOperand.xaml @@ -101,7 +101,7 @@ limitations under the License. GroupName="Display" Content="_ASCII (low or high) character" Checked="SimpleDisplay_CheckedChanged"/> -