Remove internal tool shortcut

Fix #7698
This commit is contained in:
Nikolaj Olsson 2023-12-03 08:05:31 +01:00
parent 0a7642cd98
commit 4776483367

View File

@ -18887,10 +18887,10 @@ namespace Nikse.SubtitleEdit.Forms
// put new entries above tabs // put new entries above tabs
if (e.Modifiers == (Keys.Alt | Keys.Shift | Keys.Control) && e.KeyCode == Keys.F12) //if (e.Modifiers == (Keys.Alt | Keys.Shift | Keys.Control) && e.KeyCode == Keys.something)
{ //{
new WordSplitDictionaryGenerator().ShowDialog(this); // new WordSplitDictionaryGenerator().ShowDialog(this);
} //}
} }
private int _layout = 0; private int _layout = 0;