Make go-to-next-error-shortcut global

This commit is contained in:
Nikolaj Olsson 2020-04-26 08:33:49 +02:00
parent ba73527358
commit 433bc7d723

View File

@ -9370,11 +9370,6 @@ namespace Nikse.SubtitleEdit.Forms
InsertAfter(string.Empty);
e.SuppressKeyPress = true;
}
else if (e.KeyData == _shortcuts.MainListViewGoToNextError)
{
GoToNextSyntaxError();
e.SuppressKeyPress = true;
}
else if (e.KeyData == _shortcuts.MainListViewRemoveTimeCodes)
{
int i = _subtitleListViewIndex;
@ -14569,6 +14564,11 @@ namespace Nikse.SubtitleEdit.Forms
ExtendSelectedLinesToPreviousSceneChange();
e.SuppressKeyPress = true;
}
else if (e.KeyData == _shortcuts.MainListViewGoToNextError)
{
GoToNextSyntaxError();
e.SuppressKeyPress = true;
}
//TABS: Create / adjust / translate