Minor fix for shortcut - thx pavhofman :)

Fix #5965
This commit is contained in:
niksedk 2022-05-19 17:54:37 +02:00
parent 426840ad15
commit 8116eb700a

View File

@ -15981,15 +15981,7 @@ namespace Nikse.SubtitleEdit.Forms
}
else if (_shortcuts.MainGeneralGoToPrevSubtitle == e.KeyData)
{
if (AutoRepeatContinueOn || AutoRepeatOn)
{
PlayPrevious();
}
else
{
ButtonPreviousClick(null, null);
}
ButtonPreviousClick(null, null);
e.SuppressKeyPress = true;
}
else if (_shortcuts.MainGeneralGoToStartOfCurrentSubtitle == e.KeyData)