mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 05:02:36 +01:00
parent
426840ad15
commit
8116eb700a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user