Fixed RAM Watch not having CTRL+A working properly.

This commit is contained in:
tom_mai78101 2022-06-28 01:20:00 -04:00 committed by James Groom
parent d9c828ef57
commit a86591c595
1 changed files with 1 additions and 0 deletions

View File

@ -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);