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
if (e.Modifiers == (Keys.Alt | Keys.Shift | Keys.Control) && e.KeyCode == Keys.F12)
{
new WordSplitDictionaryGenerator().ShowDialog(this);
}
//if (e.Modifiers == (Keys.Alt | Keys.Shift | Keys.Control) && e.KeyCode == Keys.something)
//{
// new WordSplitDictionaryGenerator().ShowDialog(this);
//}
}
private int _layout = 0;