tastudio: nuke NewTASMenuItem accelerator

fixes #3376
This commit is contained in:
feos 2025-01-19 20:49:35 +03:00
parent 4c3ea14efc
commit fe13b85d17
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ namespace BizHawk.Client.EmuHawk
//
// NewTASMenuItem
//
this.NewTASMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
this.NewTASMenuItem.Text = "&New";
this.NewTASMenuItem.Click += new System.EventHandler(this.NewTasMenuItem_Click);
//