From a86591c5958a8f3a0e1f5a82f124af3d443f88a2 Mon Sep 17 00:00:00 2001 From: tom_mai78101 Date: Tue, 28 Jun 2022 01:20:00 -0400 Subject: [PATCH] Fixed RAM Watch not having CTRL+A working properly. --- src/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs b/src/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs index 228c1af6fa..64c0f8d5da 100644 --- a/src/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs +++ b/src/BizHawk.Client.EmuHawk/tools/Watch/RamWatch.Designer.cs @@ -591,6 +591,7 @@ namespace BizHawk.Client.EmuHawk // // SelectAllMenuItem // + this.SelectAllMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys) ((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A))); this.SelectAllMenuItem.ShortcutKeyDisplayString = "Ctrl+A"; this.SelectAllMenuItem.Text = "Select &All"; this.SelectAllMenuItem.Click += new System.EventHandler(this.SelectAllMenuItem_Click);