mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
Some work on shortcuts
Rename some General shortcuts. Move "Unbreak without space" to TextBox section. Move "Help" to the end of "General" shortcuts. Unify the behavior of Break/Unbreak shortcuts.
This commit is contained in:
parent
bf517aac7c
commit
68fe83e385
@ -1922,8 +1922,6 @@ can edit in same subtitle file (collaboration)</Information>
|
|||||||
<SpellCheck>Spell check</SpellCheck>
|
<SpellCheck>Spell check</SpellCheck>
|
||||||
<NetflixQualityCheck>Netflix quality check</NetflixQualityCheck>
|
<NetflixQualityCheck>Netflix quality check</NetflixQualityCheck>
|
||||||
<SettingsName>Settings</SettingsName>
|
<SettingsName>Settings</SettingsName>
|
||||||
<Help>Help</Help>
|
|
||||||
<UnbreakNoSpace>Unbreak without space (CJK)</UnbreakNoSpace>
|
|
||||||
<ToggleBookmarks>Toggle bookmarks</ToggleBookmarks>
|
<ToggleBookmarks>Toggle bookmarks</ToggleBookmarks>
|
||||||
<ToggleBookmarksWithComment>Toggle bookmarks - add comment</ToggleBookmarksWithComment>
|
<ToggleBookmarksWithComment>Toggle bookmarks - add comment</ToggleBookmarksWithComment>
|
||||||
<ClearBookmarks>Clear bookmarks</ClearBookmarks>
|
<ClearBookmarks>Clear bookmarks</ClearBookmarks>
|
||||||
@ -1933,6 +1931,7 @@ can edit in same subtitle file (collaboration)</Information>
|
|||||||
<ChooseProfile>Choose profile</ChooseProfile>
|
<ChooseProfile>Choose profile</ChooseProfile>
|
||||||
<DuplicateLine>Duplicate line</DuplicateLine>
|
<DuplicateLine>Duplicate line</DuplicateLine>
|
||||||
<ToggleView>Toggle list/source view</ToggleView>
|
<ToggleView>Toggle list/source view</ToggleView>
|
||||||
|
<Help>Help</Help>
|
||||||
<FontInUi>UI Font</FontInUi>
|
<FontInUi>UI Font</FontInUi>
|
||||||
<ShowFrameRate>Show frame rate in toolbar</ShowFrameRate>
|
<ShowFrameRate>Show frame rate in toolbar</ShowFrameRate>
|
||||||
<DefaultFrameRate>Default frame rate</DefaultFrameRate>
|
<DefaultFrameRate>Default frame rate</DefaultFrameRate>
|
||||||
@ -2293,6 +2292,7 @@ can edit in same subtitle file (collaboration)</Information>
|
|||||||
<MainTextBoxAutoBreakFromPos>Break at first space from cursor position</MainTextBoxAutoBreakFromPos>
|
<MainTextBoxAutoBreakFromPos>Break at first space from cursor position</MainTextBoxAutoBreakFromPos>
|
||||||
<MainTextBoxAutoBreakFromPosAndGoToNext>Break at first space from cursor position and go to next</MainTextBoxAutoBreakFromPosAndGoToNext>
|
<MainTextBoxAutoBreakFromPosAndGoToNext>Break at first space from cursor position and go to next</MainTextBoxAutoBreakFromPosAndGoToNext>
|
||||||
<MainTextBoxUnbreak>Unbreak text</MainTextBoxUnbreak>
|
<MainTextBoxUnbreak>Unbreak text</MainTextBoxUnbreak>
|
||||||
|
<MainTextBoxUnbreakNoSpace>Unbreak without space (CJK)</MainTextBoxUnbreakNoSpace>
|
||||||
<MainFileSaveAll>Save all</MainFileSaveAll>
|
<MainFileSaveAll>Save all</MainFileSaveAll>
|
||||||
<Miscellaneous>Misc.</Miscellaneous>
|
<Miscellaneous>Misc.</Miscellaneous>
|
||||||
<CpsIncludesSpace>Chars/sec (CPS) includes spaces</CpsIncludesSpace>
|
<CpsIncludesSpace>Chars/sec (CPS) includes spaces</CpsIncludesSpace>
|
||||||
|
@ -1783,17 +1783,16 @@ $HorzAlign = Center
|
|||||||
public string GeneralGoToNextSubtitleAndPlay { get; set; }
|
public string GeneralGoToNextSubtitleAndPlay { get; set; }
|
||||||
public string GeneralAutoCalcCurrentDuration { get; set; }
|
public string GeneralAutoCalcCurrentDuration { get; set; }
|
||||||
public string GeneralPlayFirstSelected { get; set; }
|
public string GeneralPlayFirstSelected { get; set; }
|
||||||
public string GeneralHelp { get; set; }
|
|
||||||
public string GeneralUnbrekNoSpace { get; set; }
|
|
||||||
public string GeneralToggleBookmarks { get; set; }
|
public string GeneralToggleBookmarks { get; set; }
|
||||||
public string GeneralToggleBookmarksWithText { get; set; }
|
public string GeneralToggleBookmarksWithText { get; set; }
|
||||||
public string GeneralClearBookmarks { get; set; }
|
public string GeneralClearBookmarks { get; set; }
|
||||||
public string GeneralGoToBookmark { get; set; }
|
public string GeneralGoToBookmark { get; set; }
|
||||||
public string GeneralGoToPreviousBookmark { get; set; }
|
public string GeneralGoToPreviousBookmark { get; set; }
|
||||||
public string GeneralGoToNextBookmark { get; set; }
|
public string GeneralGoToNextBookmark { get; set; }
|
||||||
public string ChooseProfile { get; set; }
|
public string GeneralChooseProfile { get; set; }
|
||||||
public string DuplicateLine { get; set; }
|
public string GeneralDuplicateLine { get; set; }
|
||||||
public string ToggleView { get; set; }
|
public string GeneralToggleView { get; set; }
|
||||||
|
public string GeneralHelp { get; set; }
|
||||||
public string MainFileNew { get; set; }
|
public string MainFileNew { get; set; }
|
||||||
public string MainFileOpen { get; set; }
|
public string MainFileOpen { get; set; }
|
||||||
public string MainFileOpenKeepVideo { get; set; }
|
public string MainFileOpenKeepVideo { get; set; }
|
||||||
@ -1989,6 +1988,7 @@ $HorzAlign = Center
|
|||||||
public string MainTextBoxBreakAtPosition { get; set; }
|
public string MainTextBoxBreakAtPosition { get; set; }
|
||||||
public string MainTextBoxBreakAtPositionAndGoToNext { get; set; }
|
public string MainTextBoxBreakAtPositionAndGoToNext { get; set; }
|
||||||
public string MainTextBoxUnbreak { get; set; }
|
public string MainTextBoxUnbreak { get; set; }
|
||||||
|
public string MainTextBoxUnbreakNoSpace { get; set; }
|
||||||
public string MainWaveformInsertAtCurrentPosition { get; set; }
|
public string MainWaveformInsertAtCurrentPosition { get; set; }
|
||||||
public string MainInsertBefore { get; set; }
|
public string MainInsertBefore { get; set; }
|
||||||
public string MainMergeDialog { get; set; }
|
public string MainMergeDialog { get; set; }
|
||||||
@ -2031,6 +2031,7 @@ $HorzAlign = Center
|
|||||||
GeneralMergeOriginalAndTranslation = "Control+Alt+Shift+M";
|
GeneralMergeOriginalAndTranslation = "Control+Alt+Shift+M";
|
||||||
GeneralGoToNextSubtitle = "Shift+Return";
|
GeneralGoToNextSubtitle = "Shift+Return";
|
||||||
GeneralToggleBookmarksWithText = "Control+Shift+B";
|
GeneralToggleBookmarksWithText = "Control+Shift+B";
|
||||||
|
GeneralHelp = "F1";
|
||||||
MainFileNew = "Control+N";
|
MainFileNew = "Control+N";
|
||||||
MainFileOpen = "Control+O";
|
MainFileOpen = "Control+O";
|
||||||
MainFileSave = "Control+S";
|
MainFileSave = "Control+S";
|
||||||
@ -2085,17 +2086,16 @@ $HorzAlign = Center
|
|||||||
MainWaveformInsertAtCurrentPosition = "Insert";
|
MainWaveformInsertAtCurrentPosition = "Insert";
|
||||||
MainInsertBefore = "Control+Shift+Insert";
|
MainInsertBefore = "Control+Shift+Insert";
|
||||||
MainTextBoxAutoBreak = "Control+R";
|
MainTextBoxAutoBreak = "Control+R";
|
||||||
|
MainTranslateGoogleTranslate = "Control+Shift+G";
|
||||||
|
MainAdjustExtendToNextSubtitle = "Control+Shift+E";
|
||||||
|
MainAdjustExtendToPreviousSubtitle = "Alt+Shift+E";
|
||||||
WaveformVerticalZoom = "Shift+Add";
|
WaveformVerticalZoom = "Shift+Add";
|
||||||
WaveformVerticalZoomOut = "Shift+Subtract";
|
WaveformVerticalZoomOut = "Shift+Subtract";
|
||||||
GeneralHelp = "F1";
|
|
||||||
WaveformAddTextHere = "Return";
|
WaveformAddTextHere = "Return";
|
||||||
Waveform100MsLeft = "Shift+Left";
|
Waveform100MsLeft = "Shift+Left";
|
||||||
Waveform100MsRight = "Shift+Right";
|
Waveform100MsRight = "Shift+Right";
|
||||||
Waveform1000MsLeft = "Left";
|
Waveform1000MsLeft = "Left";
|
||||||
Waveform1000MsRight = "Right";
|
Waveform1000MsRight = "Right";
|
||||||
MainTranslateGoogleTranslate = "Control+Shift+G";
|
|
||||||
MainAdjustExtendToNextSubtitle = "Control+Shift+E";
|
|
||||||
MainAdjustExtendToPreviousSubtitle = "Alt+Shift+E";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public Shortcuts Clone()
|
public Shortcuts Clone()
|
||||||
@ -6066,23 +6066,25 @@ $HorzAlign = Center
|
|||||||
if (profileCount == 0)
|
if (profileCount == 0)
|
||||||
{
|
{
|
||||||
settings.General.CurrentProfile = "Default";
|
settings.General.CurrentProfile = "Default";
|
||||||
settings.General.Profiles = new List<RulesProfile>();
|
settings.General.Profiles = new List<RulesProfile>
|
||||||
settings.General.Profiles.Add(new RulesProfile
|
|
||||||
{
|
{
|
||||||
Name = settings.General.CurrentProfile,
|
new RulesProfile
|
||||||
SubtitleLineMaximumLength = settings.General.SubtitleLineMaximumLength,
|
{
|
||||||
MaxNumberOfLines = settings.General.MaxNumberOfLines,
|
Name = settings.General.CurrentProfile,
|
||||||
MergeLinesShorterThan = settings.General.MergeLinesShorterThan,
|
SubtitleLineMaximumLength = settings.General.SubtitleLineMaximumLength,
|
||||||
SubtitleMaximumCharactersPerSeconds = (decimal)settings.General.SubtitleMaximumCharactersPerSeconds,
|
MaxNumberOfLines = settings.General.MaxNumberOfLines,
|
||||||
SubtitleOptimalCharactersPerSeconds = (decimal)settings.General.SubtitleOptimalCharactersPerSeconds,
|
MergeLinesShorterThan = settings.General.MergeLinesShorterThan,
|
||||||
SubtitleMaximumDisplayMilliseconds = settings.General.SubtitleMaximumDisplayMilliseconds,
|
SubtitleMaximumCharactersPerSeconds = (decimal)settings.General.SubtitleMaximumCharactersPerSeconds,
|
||||||
SubtitleMinimumDisplayMilliseconds = settings.General.SubtitleMinimumDisplayMilliseconds,
|
SubtitleOptimalCharactersPerSeconds = (decimal)settings.General.SubtitleOptimalCharactersPerSeconds,
|
||||||
SubtitleMaximumWordsPerMinute = (decimal)settings.General.SubtitleMaximumWordsPerMinute,
|
SubtitleMaximumDisplayMilliseconds = settings.General.SubtitleMaximumDisplayMilliseconds,
|
||||||
CpsIncludesSpace = !settings.General.CharactersPerSecondsIgnoreWhiteSpace,
|
SubtitleMinimumDisplayMilliseconds = settings.General.SubtitleMinimumDisplayMilliseconds,
|
||||||
MinimumMillisecondsBetweenLines = settings.General.MinimumMillisecondsBetweenLines,
|
SubtitleMaximumWordsPerMinute = (decimal)settings.General.SubtitleMaximumWordsPerMinute,
|
||||||
DialogStyle = settings.General.DialogStyle,
|
CpsIncludesSpace = !settings.General.CharactersPerSecondsIgnoreWhiteSpace,
|
||||||
ContinuationStyle = settings.General.ContinuationStyle
|
MinimumMillisecondsBetweenLines = settings.General.MinimumMillisecondsBetweenLines,
|
||||||
});
|
DialogStyle = settings.General.DialogStyle,
|
||||||
|
ContinuationStyle = settings.General.ContinuationStyle
|
||||||
|
}
|
||||||
|
};
|
||||||
GeneralSettings.AddExtraProfiles(settings.General.Profiles);
|
GeneralSettings.AddExtraProfiles(settings.General.Profiles);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -6240,18 +6242,6 @@ $HorzAlign = Center
|
|||||||
shortcuts.GeneralPlayFirstSelected = subNode.InnerText;
|
shortcuts.GeneralPlayFirstSelected = subNode.InnerText;
|
||||||
}
|
}
|
||||||
|
|
||||||
subNode = node.SelectSingleNode("GeneralHelp");
|
|
||||||
if (subNode != null)
|
|
||||||
{
|
|
||||||
shortcuts.GeneralHelp = subNode.InnerText;
|
|
||||||
}
|
|
||||||
|
|
||||||
subNode = node.SelectSingleNode("GeneralUnbrekNoSpace");
|
|
||||||
if (subNode != null)
|
|
||||||
{
|
|
||||||
shortcuts.GeneralUnbrekNoSpace = subNode.InnerText;
|
|
||||||
}
|
|
||||||
|
|
||||||
subNode = node.SelectSingleNode("GeneralToggleBookmarks");
|
subNode = node.SelectSingleNode("GeneralToggleBookmarks");
|
||||||
if (subNode != null)
|
if (subNode != null)
|
||||||
{
|
{
|
||||||
@ -6288,22 +6278,28 @@ $HorzAlign = Center
|
|||||||
shortcuts.GeneralGoToNextBookmark = subNode.InnerText;
|
shortcuts.GeneralGoToNextBookmark = subNode.InnerText;
|
||||||
}
|
}
|
||||||
|
|
||||||
subNode = node.SelectSingleNode("ChooseProfile");
|
subNode = node.SelectSingleNode("GeneralChooseProfile");
|
||||||
if (subNode != null)
|
if (subNode != null)
|
||||||
{
|
{
|
||||||
shortcuts.ChooseProfile = subNode.InnerText;
|
shortcuts.GeneralChooseProfile = subNode.InnerText;
|
||||||
}
|
}
|
||||||
|
|
||||||
subNode = node.SelectSingleNode("DuplicateLine");
|
subNode = node.SelectSingleNode("GeneralDuplicateLine");
|
||||||
if (subNode != null)
|
if (subNode != null)
|
||||||
{
|
{
|
||||||
shortcuts.DuplicateLine = subNode.InnerText;
|
shortcuts.GeneralDuplicateLine = subNode.InnerText;
|
||||||
}
|
}
|
||||||
|
|
||||||
subNode = node.SelectSingleNode("ToggleView");
|
subNode = node.SelectSingleNode("GeneralToggleView");
|
||||||
if (subNode != null)
|
if (subNode != null)
|
||||||
{
|
{
|
||||||
shortcuts.ToggleView = subNode.InnerText;
|
shortcuts.GeneralToggleView = subNode.InnerText;
|
||||||
|
}
|
||||||
|
|
||||||
|
subNode = node.SelectSingleNode("GeneralHelp");
|
||||||
|
if (subNode != null)
|
||||||
|
{
|
||||||
|
shortcuts.GeneralHelp = subNode.InnerText;
|
||||||
}
|
}
|
||||||
|
|
||||||
subNode = node.SelectSingleNode("MainFileNew");
|
subNode = node.SelectSingleNode("MainFileNew");
|
||||||
@ -7476,6 +7472,12 @@ $HorzAlign = Center
|
|||||||
shortcuts.MainTextBoxUnbreak = subNode.InnerText;
|
shortcuts.MainTextBoxUnbreak = subNode.InnerText;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
subNode = node.SelectSingleNode("MainTextBoxUnbrekNoSpace");
|
||||||
|
if (subNode != null)
|
||||||
|
{
|
||||||
|
shortcuts.MainTextBoxUnbreakNoSpace = subNode.InnerText;
|
||||||
|
}
|
||||||
|
|
||||||
subNode = node.SelectSingleNode("MainWaveformInsertAtCurrentPosition");
|
subNode = node.SelectSingleNode("MainWaveformInsertAtCurrentPosition");
|
||||||
if (subNode != null)
|
if (subNode != null)
|
||||||
{
|
{
|
||||||
@ -8426,17 +8428,16 @@ $HorzAlign = Center
|
|||||||
textWriter.WriteElementString("GeneralGoToNextSubtitleAndPlay", shortcuts.GeneralGoToNextSubtitleAndPlay);
|
textWriter.WriteElementString("GeneralGoToNextSubtitleAndPlay", shortcuts.GeneralGoToNextSubtitleAndPlay);
|
||||||
textWriter.WriteElementString("GeneralAutoCalcCurrentDuration", shortcuts.GeneralAutoCalcCurrentDuration);
|
textWriter.WriteElementString("GeneralAutoCalcCurrentDuration", shortcuts.GeneralAutoCalcCurrentDuration);
|
||||||
textWriter.WriteElementString("GeneralPlayFirstSelected", shortcuts.GeneralPlayFirstSelected);
|
textWriter.WriteElementString("GeneralPlayFirstSelected", shortcuts.GeneralPlayFirstSelected);
|
||||||
textWriter.WriteElementString("GeneralHelp", shortcuts.GeneralHelp);
|
|
||||||
textWriter.WriteElementString("GeneralUnbrekNoSpace", shortcuts.GeneralUnbrekNoSpace);
|
|
||||||
textWriter.WriteElementString("GeneralToggleBookmarks", shortcuts.GeneralToggleBookmarks);
|
textWriter.WriteElementString("GeneralToggleBookmarks", shortcuts.GeneralToggleBookmarks);
|
||||||
textWriter.WriteElementString("GeneralToggleBookmarksWithText", shortcuts.GeneralToggleBookmarksWithText);
|
textWriter.WriteElementString("GeneralToggleBookmarksWithText", shortcuts.GeneralToggleBookmarksWithText);
|
||||||
textWriter.WriteElementString("GeneralClearBookmarks", shortcuts.GeneralClearBookmarks);
|
textWriter.WriteElementString("GeneralClearBookmarks", shortcuts.GeneralClearBookmarks);
|
||||||
textWriter.WriteElementString("GeneralGoToBookmark", shortcuts.GeneralGoToBookmark);
|
textWriter.WriteElementString("GeneralGoToBookmark", shortcuts.GeneralGoToBookmark);
|
||||||
textWriter.WriteElementString("GeneralGoToNextBookmark", shortcuts.GeneralGoToNextBookmark);
|
textWriter.WriteElementString("GeneralGoToNextBookmark", shortcuts.GeneralGoToNextBookmark);
|
||||||
textWriter.WriteElementString("ChooseProfile", shortcuts.ChooseProfile);
|
|
||||||
textWriter.WriteElementString("DuplicateLine", shortcuts.DuplicateLine);
|
|
||||||
textWriter.WriteElementString("ToggleView", shortcuts.ToggleView);
|
|
||||||
textWriter.WriteElementString("GeneralGoToPreviousBookmark", shortcuts.GeneralGoToPreviousBookmark);
|
textWriter.WriteElementString("GeneralGoToPreviousBookmark", shortcuts.GeneralGoToPreviousBookmark);
|
||||||
|
textWriter.WriteElementString("GeneralChooseProfile", shortcuts.GeneralChooseProfile);
|
||||||
|
textWriter.WriteElementString("GeneralDuplicateLine", shortcuts.GeneralDuplicateLine);
|
||||||
|
textWriter.WriteElementString("GeneralToggleView", shortcuts.GeneralToggleView);
|
||||||
|
textWriter.WriteElementString("GeneralHelp", shortcuts.GeneralHelp);
|
||||||
textWriter.WriteElementString("MainFileNew", shortcuts.MainFileNew);
|
textWriter.WriteElementString("MainFileNew", shortcuts.MainFileNew);
|
||||||
textWriter.WriteElementString("MainFileOpen", shortcuts.MainFileOpen);
|
textWriter.WriteElementString("MainFileOpen", shortcuts.MainFileOpen);
|
||||||
textWriter.WriteElementString("MainFileOpenKeepVideo", shortcuts.MainFileOpenKeepVideo);
|
textWriter.WriteElementString("MainFileOpenKeepVideo", shortcuts.MainFileOpenKeepVideo);
|
||||||
@ -8631,6 +8632,7 @@ $HorzAlign = Center
|
|||||||
textWriter.WriteElementString("MainTextBoxBreakAtPosition", shortcuts.MainTextBoxBreakAtPosition);
|
textWriter.WriteElementString("MainTextBoxBreakAtPosition", shortcuts.MainTextBoxBreakAtPosition);
|
||||||
textWriter.WriteElementString("MainTextBoxBreakAtPositionAndGoToNext", shortcuts.MainTextBoxBreakAtPositionAndGoToNext);
|
textWriter.WriteElementString("MainTextBoxBreakAtPositionAndGoToNext", shortcuts.MainTextBoxBreakAtPositionAndGoToNext);
|
||||||
textWriter.WriteElementString("MainTextBoxUnbreak", shortcuts.MainTextBoxUnbreak);
|
textWriter.WriteElementString("MainTextBoxUnbreak", shortcuts.MainTextBoxUnbreak);
|
||||||
|
textWriter.WriteElementString("MainTextBoxUnbrekNoSpace", shortcuts.MainTextBoxUnbreakNoSpace);
|
||||||
textWriter.WriteElementString("MainWaveformInsertAtCurrentPosition", shortcuts.MainWaveformInsertAtCurrentPosition);
|
textWriter.WriteElementString("MainWaveformInsertAtCurrentPosition", shortcuts.MainWaveformInsertAtCurrentPosition);
|
||||||
textWriter.WriteElementString("MainInsertBefore", shortcuts.MainInsertBefore);
|
textWriter.WriteElementString("MainInsertBefore", shortcuts.MainInsertBefore);
|
||||||
textWriter.WriteElementString("MainMergeDialog", shortcuts.MainMergeDialog);
|
textWriter.WriteElementString("MainMergeDialog", shortcuts.MainMergeDialog);
|
||||||
|
@ -2230,8 +2230,6 @@ can edit in same subtitle file (collaboration)",
|
|||||||
SpellCheck = "Spell check",
|
SpellCheck = "Spell check",
|
||||||
NetflixQualityCheck = "Netflix quality check",
|
NetflixQualityCheck = "Netflix quality check",
|
||||||
SettingsName = "Settings",
|
SettingsName = "Settings",
|
||||||
Help = "Help",
|
|
||||||
UnbreakNoSpace = "Unbreak without space (CJK)",
|
|
||||||
ToggleBookmarks = "Toggle bookmarks",
|
ToggleBookmarks = "Toggle bookmarks",
|
||||||
ToggleBookmarksWithComment = "Toggle bookmarks - add comment",
|
ToggleBookmarksWithComment = "Toggle bookmarks - add comment",
|
||||||
ClearBookmarks = "Clear bookmarks",
|
ClearBookmarks = "Clear bookmarks",
|
||||||
@ -2241,6 +2239,7 @@ can edit in same subtitle file (collaboration)",
|
|||||||
ChooseProfile = "Choose profile",
|
ChooseProfile = "Choose profile",
|
||||||
DuplicateLine = "Duplicate line",
|
DuplicateLine = "Duplicate line",
|
||||||
ToggleView = "Toggle list/source view",
|
ToggleView = "Toggle list/source view",
|
||||||
|
Help = "Help",
|
||||||
FontInUi = "UI Font",
|
FontInUi = "UI Font",
|
||||||
ShowFrameRate = "Show frame rate in toolbar",
|
ShowFrameRate = "Show frame rate in toolbar",
|
||||||
DefaultFrameRate = "Default frame rate",
|
DefaultFrameRate = "Default frame rate",
|
||||||
@ -2599,6 +2598,7 @@ can edit in same subtitle file (collaboration)",
|
|||||||
MainTextBoxAutoBreakFromPos = "Break at first space from cursor position",
|
MainTextBoxAutoBreakFromPos = "Break at first space from cursor position",
|
||||||
MainTextBoxAutoBreakFromPosAndGoToNext = "Break at first space from cursor position and go to next",
|
MainTextBoxAutoBreakFromPosAndGoToNext = "Break at first space from cursor position and go to next",
|
||||||
MainTextBoxUnbreak = "Unbreak text",
|
MainTextBoxUnbreak = "Unbreak text",
|
||||||
|
MainTextBoxUnbreakNoSpace = "Unbreak without space (CJK)",
|
||||||
MainFileSaveAll = "Save all",
|
MainFileSaveAll = "Save all",
|
||||||
Miscellaneous = "Misc.",
|
Miscellaneous = "Misc.",
|
||||||
UseDoNotBreakAfterList = "Use do-not-break-after list",
|
UseDoNotBreakAfterList = "Use do-not-break-after list",
|
||||||
|
@ -5188,12 +5188,6 @@ namespace Nikse.SubtitleEdit.Core
|
|||||||
case "Settings/SettingsName":
|
case "Settings/SettingsName":
|
||||||
language.Settings.SettingsName = reader.Value;
|
language.Settings.SettingsName = reader.Value;
|
||||||
break;
|
break;
|
||||||
case "Settings/Help":
|
|
||||||
language.Settings.Help = reader.Value;
|
|
||||||
break;
|
|
||||||
case "Settings/UnbreakNoSpace":
|
|
||||||
language.Settings.UnbreakNoSpace = reader.Value;
|
|
||||||
break;
|
|
||||||
case "Settings/ToggleBookmarks":
|
case "Settings/ToggleBookmarks":
|
||||||
language.Settings.ToggleBookmarks = reader.Value;
|
language.Settings.ToggleBookmarks = reader.Value;
|
||||||
break;
|
break;
|
||||||
@ -5221,6 +5215,9 @@ namespace Nikse.SubtitleEdit.Core
|
|||||||
case "Settings/ToggleView":
|
case "Settings/ToggleView":
|
||||||
language.Settings.ToggleView = reader.Value;
|
language.Settings.ToggleView = reader.Value;
|
||||||
break;
|
break;
|
||||||
|
case "Settings/Help":
|
||||||
|
language.Settings.Help = reader.Value;
|
||||||
|
break;
|
||||||
case "Settings/FontInUi":
|
case "Settings/FontInUi":
|
||||||
language.Settings.FontInUi = reader.Value;
|
language.Settings.FontInUi = reader.Value;
|
||||||
break;
|
break;
|
||||||
@ -6301,6 +6298,9 @@ namespace Nikse.SubtitleEdit.Core
|
|||||||
case "Settings/MainTextBoxUnbreak":
|
case "Settings/MainTextBoxUnbreak":
|
||||||
language.Settings.MainTextBoxUnbreak = reader.Value;
|
language.Settings.MainTextBoxUnbreak = reader.Value;
|
||||||
break;
|
break;
|
||||||
|
case "Settings/MainTextBoxUnbreakNoSpace":
|
||||||
|
language.Settings.MainTextBoxUnbreakNoSpace = reader.Value;
|
||||||
|
break;
|
||||||
case "Settings/MainFileSaveAll":
|
case "Settings/MainFileSaveAll":
|
||||||
language.Settings.MainFileSaveAll = reader.Value;
|
language.Settings.MainFileSaveAll = reader.Value;
|
||||||
break;
|
break;
|
||||||
|
@ -2085,8 +2085,6 @@
|
|||||||
public string SpellCheck { get; set; }
|
public string SpellCheck { get; set; }
|
||||||
public string NetflixQualityCheck { get; set; }
|
public string NetflixQualityCheck { get; set; }
|
||||||
public string SettingsName { get; set; }
|
public string SettingsName { get; set; }
|
||||||
public string Help { get; set; }
|
|
||||||
public string UnbreakNoSpace { get; set; }
|
|
||||||
public string ToggleBookmarks { get; set; }
|
public string ToggleBookmarks { get; set; }
|
||||||
public string ToggleBookmarksWithComment { get; set; }
|
public string ToggleBookmarksWithComment { get; set; }
|
||||||
public string ClearBookmarks { get; set; }
|
public string ClearBookmarks { get; set; }
|
||||||
@ -2096,6 +2094,7 @@
|
|||||||
public string ChooseProfile { get; set; }
|
public string ChooseProfile { get; set; }
|
||||||
public string DuplicateLine { get; set; }
|
public string DuplicateLine { get; set; }
|
||||||
public string ToggleView { get; set; }
|
public string ToggleView { get; set; }
|
||||||
|
public string Help { get; set; }
|
||||||
public string FontInUi { get; set; }
|
public string FontInUi { get; set; }
|
||||||
public string ShowFrameRate { get; set; }
|
public string ShowFrameRate { get; set; }
|
||||||
public string DefaultFrameRate { get; set; }
|
public string DefaultFrameRate { get; set; }
|
||||||
@ -2460,6 +2459,7 @@
|
|||||||
public string MainTextBoxAutoBreakFromPos { get; set; }
|
public string MainTextBoxAutoBreakFromPos { get; set; }
|
||||||
public string MainTextBoxAutoBreakFromPosAndGoToNext { get; set; }
|
public string MainTextBoxAutoBreakFromPosAndGoToNext { get; set; }
|
||||||
public string MainTextBoxUnbreak { get; set; }
|
public string MainTextBoxUnbreak { get; set; }
|
||||||
|
public string MainTextBoxUnbreakNoSpace { get; set; }
|
||||||
public string MainFileSaveAll { get; set; }
|
public string MainFileSaveAll { get; set; }
|
||||||
public string Miscellaneous { get; set; }
|
public string Miscellaneous { get; set; }
|
||||||
public string CpsIncludesSpace { get; set; }
|
public string CpsIncludesSpace { get; set; }
|
||||||
|
@ -9110,110 +9110,6 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
SubtitleListview1.ResumeLayout();
|
SubtitleListview1.ResumeLayout();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ButtonAutoBreakClick(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
string language = LanguageAutoDetect.AutoDetectGoogleLanguage(_subtitle);
|
|
||||||
string languageOriginal = string.Empty;
|
|
||||||
if (_subtitleAlternate != null)
|
|
||||||
{
|
|
||||||
languageOriginal = LanguageAutoDetect.AutoDetectGoogleLanguage(_subtitleAlternate);
|
|
||||||
}
|
|
||||||
|
|
||||||
var textCaretPos = textBoxListViewText.SelectionStart;
|
|
||||||
|
|
||||||
if (SubtitleListview1.SelectedItems.Count > 1)
|
|
||||||
{
|
|
||||||
bool historyAdded = false;
|
|
||||||
SubtitleListview1.BeginUpdate();
|
|
||||||
foreach (int index in SubtitleListview1.SelectedIndices)
|
|
||||||
{
|
|
||||||
var p = _subtitle.GetParagraphOrDefault(index);
|
|
||||||
if (p != null)
|
|
||||||
{
|
|
||||||
var oldText = p.Text;
|
|
||||||
var newText = Utilities.AutoBreakLine(p.Text, language);
|
|
||||||
if (oldText != newText)
|
|
||||||
{
|
|
||||||
if (!historyAdded)
|
|
||||||
{
|
|
||||||
historyAdded = true;
|
|
||||||
MakeHistoryForUndo(_language.Controls.AutoBreak.RemoveChar('&'));
|
|
||||||
}
|
|
||||||
|
|
||||||
p.Text = newText;
|
|
||||||
SubtitleListview1.SetText(index, p.Text);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (_subtitleAlternate != null && SubtitleListview1.IsAlternateTextColumnVisible && Configuration.Settings.General.AllowEditOfOriginalSubtitle)
|
|
||||||
{
|
|
||||||
var original = Utilities.GetOriginalParagraph(index, p, _subtitleAlternate.Paragraphs);
|
|
||||||
if (original != null)
|
|
||||||
{
|
|
||||||
oldText = original.Text;
|
|
||||||
newText = Utilities.AutoBreakLine(original.Text, language);
|
|
||||||
if (oldText != newText)
|
|
||||||
{
|
|
||||||
if (!historyAdded)
|
|
||||||
{
|
|
||||||
historyAdded = true;
|
|
||||||
MakeHistoryForUndo(_language.Controls.AutoBreak.RemoveChar('&'));
|
|
||||||
}
|
|
||||||
|
|
||||||
original.Text = newText;
|
|
||||||
SubtitleListview1.SetAlternateText(index, original.Text);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
SubtitleListview1.SyntaxColorLine(_subtitle.Paragraphs, index, p);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
SubtitleListview1.EndUpdate();
|
|
||||||
RefreshSelectedParagraph();
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
var fixedText = Utilities.AutoBreakLine(textBoxListViewText.Text, language);
|
|
||||||
var makeHistory = textBoxListViewText.Text != fixedText;
|
|
||||||
if (_subtitleAlternate != null && Configuration.Settings.General.AllowEditOfOriginalSubtitle)
|
|
||||||
{
|
|
||||||
var alternateFixedText = Utilities.AutoBreakLine(textBoxListViewTextAlternate.Text, languageOriginal);
|
|
||||||
if (!makeHistory)
|
|
||||||
{
|
|
||||||
makeHistory = textBoxListViewTextAlternate.Text != alternateFixedText;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (makeHistory)
|
|
||||||
{
|
|
||||||
MakeHistoryForUndo(_language.Controls.AutoBreak.RemoveChar('&'));
|
|
||||||
textBoxListViewText.Text = fixedText;
|
|
||||||
}
|
|
||||||
|
|
||||||
textBoxListViewTextAlternate.Text = alternateFixedText;
|
|
||||||
}
|
|
||||||
else if (makeHistory)
|
|
||||||
{
|
|
||||||
MakeHistoryForUndo(_language.Controls.AutoBreak.RemoveChar('&'));
|
|
||||||
textBoxListViewText.Text = fixedText;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
var s = textBoxListViewText.Text;
|
|
||||||
var startText = s.Substring(0, Math.Min(textCaretPos, s.Length));
|
|
||||||
var numberOfNewLines = Utilities.CountTagInText(startText, Environment.NewLine);
|
|
||||||
textCaretPos += numberOfNewLines;
|
|
||||||
if (s.Length > textCaretPos && '\n' == s[textCaretPos])
|
|
||||||
{
|
|
||||||
textCaretPos--;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (textCaretPos > 0)
|
|
||||||
{
|
|
||||||
textBoxListViewText.SelectionStart = textCaretPos;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private int _lastNumberOfNewLines = -1;
|
private int _lastNumberOfNewLines = -1;
|
||||||
private int _lastNumberOfNewLinesAlternate = -1;
|
private int _lastNumberOfNewLinesAlternate = -1;
|
||||||
|
|
||||||
@ -9410,16 +9306,6 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
{
|
{
|
||||||
e.SuppressKeyPress = true;
|
e.SuppressKeyPress = true;
|
||||||
}
|
}
|
||||||
else if (e.KeyData == _shortcuts.MainTextBoxAutoBreak)
|
|
||||||
{
|
|
||||||
BreakUnbreakTextBox(false, textBoxListViewText);
|
|
||||||
e.SuppressKeyPress = true;
|
|
||||||
}
|
|
||||||
else if (e.KeyData == _shortcuts.MainTextBoxUnbreak)
|
|
||||||
{
|
|
||||||
BreakUnbreakTextBox(true, textBoxListViewText);
|
|
||||||
e.SuppressKeyPress = true;
|
|
||||||
}
|
|
||||||
else if (e.KeyData == _shortcuts.MainTextBoxBreakAtCursorPosition)
|
else if (e.KeyData == _shortcuts.MainTextBoxBreakAtCursorPosition)
|
||||||
{
|
{
|
||||||
var text = Utilities.ReSplit(textBoxListViewText.Text, textBoxListViewText.SelectionStart);
|
var text = Utilities.ReSplit(textBoxListViewText.Text, textBoxListViewText.SelectionStart);
|
||||||
@ -11502,12 +11388,7 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void ButtonUnBreakClick(object sender, EventArgs e)
|
private void BreakUnbreakTextBox(bool unbreak, SETextBox tb, bool removeNewLineOnly = false)
|
||||||
{
|
|
||||||
Unbreak();
|
|
||||||
}
|
|
||||||
|
|
||||||
private void BreakUnbreakTextBox(bool unbreak, SETextBox tb)
|
|
||||||
{
|
{
|
||||||
var textCaretPos = tb.SelectionStart;
|
var textCaretPos = tb.SelectionStart;
|
||||||
var startText = tb.Text.Substring(0, textCaretPos);
|
var startText = tb.Text.Substring(0, textCaretPos);
|
||||||
@ -11515,7 +11396,14 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
if (unbreak)
|
if (unbreak)
|
||||||
{
|
{
|
||||||
textCaretPos -= numberOfNewLines;
|
textCaretPos -= numberOfNewLines;
|
||||||
tb.Text = Utilities.UnbreakLine(tb.Text);
|
if (removeNewLineOnly)
|
||||||
|
{
|
||||||
|
tb.Text = tb.Text.Replace(Environment.NewLine, string.Empty);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
tb.Text = Utilities.UnbreakLine(tb.Text);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -11561,6 +11449,11 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
tb.SelectionStart = textCaretPos;
|
tb.SelectionStart = textCaretPos;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void ButtonUnBreakClick(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
Unbreak();
|
||||||
|
}
|
||||||
|
|
||||||
private void Unbreak(bool removeNewLineOnly = false)
|
private void Unbreak(bool removeNewLineOnly = false)
|
||||||
{
|
{
|
||||||
_doAutoBreakOnTextChanged = false;
|
_doAutoBreakOnTextChanged = false;
|
||||||
@ -11640,7 +11533,7 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
var makeHistory = textBoxListViewText.Text != fixedText;
|
var makeHistory = textBoxListViewText.Text != fixedText;
|
||||||
if (_subtitleAlternate != null && Configuration.Settings.General.AllowEditOfOriginalSubtitle)
|
if (_subtitleAlternate != null && Configuration.Settings.General.AllowEditOfOriginalSubtitle)
|
||||||
{
|
{
|
||||||
var alternateFixedText = Utilities.UnbreakLine(textBoxListViewTextAlternate.Text);
|
var alternateFixedText = removeNewLineOnly ? textBoxListViewText.Text.Replace(Environment.NewLine, string.Empty) : Utilities.UnbreakLine(textBoxListViewTextAlternate.Text);
|
||||||
if (!makeHistory)
|
if (!makeHistory)
|
||||||
{
|
{
|
||||||
makeHistory = textBoxListViewTextAlternate.Text != alternateFixedText;
|
makeHistory = textBoxListViewTextAlternate.Text != alternateFixedText;
|
||||||
@ -11665,6 +11558,115 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
textBoxListViewText.SelectionStart = textCaretPos;
|
textBoxListViewText.SelectionStart = textCaretPos;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void ButtonAutoBreakClick(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
AutoBreak();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void AutoBreak()
|
||||||
|
{
|
||||||
|
string language = LanguageAutoDetect.AutoDetectGoogleLanguage(_subtitle);
|
||||||
|
string languageOriginal = string.Empty;
|
||||||
|
if (_subtitleAlternate != null)
|
||||||
|
{
|
||||||
|
languageOriginal = LanguageAutoDetect.AutoDetectGoogleLanguage(_subtitleAlternate);
|
||||||
|
}
|
||||||
|
|
||||||
|
var textCaretPos = textBoxListViewText.SelectionStart;
|
||||||
|
|
||||||
|
if (SubtitleListview1.SelectedItems.Count > 1)
|
||||||
|
{
|
||||||
|
bool historyAdded = false;
|
||||||
|
SubtitleListview1.BeginUpdate();
|
||||||
|
foreach (int index in SubtitleListview1.SelectedIndices)
|
||||||
|
{
|
||||||
|
var p = _subtitle.GetParagraphOrDefault(index);
|
||||||
|
if (p != null)
|
||||||
|
{
|
||||||
|
var oldText = p.Text;
|
||||||
|
var newText = Utilities.AutoBreakLine(p.Text, language);
|
||||||
|
if (oldText != newText)
|
||||||
|
{
|
||||||
|
if (!historyAdded)
|
||||||
|
{
|
||||||
|
historyAdded = true;
|
||||||
|
MakeHistoryForUndo(_language.Controls.AutoBreak.RemoveChar('&'));
|
||||||
|
}
|
||||||
|
|
||||||
|
p.Text = newText;
|
||||||
|
SubtitleListview1.SetText(index, p.Text);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_subtitleAlternate != null && SubtitleListview1.IsAlternateTextColumnVisible && Configuration.Settings.General.AllowEditOfOriginalSubtitle)
|
||||||
|
{
|
||||||
|
var original = Utilities.GetOriginalParagraph(index, p, _subtitleAlternate.Paragraphs);
|
||||||
|
if (original != null)
|
||||||
|
{
|
||||||
|
oldText = original.Text;
|
||||||
|
newText = Utilities.AutoBreakLine(original.Text, language);
|
||||||
|
if (oldText != newText)
|
||||||
|
{
|
||||||
|
if (!historyAdded)
|
||||||
|
{
|
||||||
|
historyAdded = true;
|
||||||
|
MakeHistoryForUndo(_language.Controls.AutoBreak.RemoveChar('&'));
|
||||||
|
}
|
||||||
|
|
||||||
|
original.Text = newText;
|
||||||
|
SubtitleListview1.SetAlternateText(index, original.Text);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
SubtitleListview1.SyntaxColorLine(_subtitle.Paragraphs, index, p);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
SubtitleListview1.EndUpdate();
|
||||||
|
RefreshSelectedParagraph();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
var fixedText = Utilities.AutoBreakLine(textBoxListViewText.Text, language);
|
||||||
|
var makeHistory = textBoxListViewText.Text != fixedText;
|
||||||
|
if (_subtitleAlternate != null && Configuration.Settings.General.AllowEditOfOriginalSubtitle)
|
||||||
|
{
|
||||||
|
var alternateFixedText = Utilities.AutoBreakLine(textBoxListViewTextAlternate.Text, languageOriginal);
|
||||||
|
if (!makeHistory)
|
||||||
|
{
|
||||||
|
makeHistory = textBoxListViewTextAlternate.Text != alternateFixedText;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (makeHistory)
|
||||||
|
{
|
||||||
|
MakeHistoryForUndo(_language.Controls.AutoBreak.RemoveChar('&'));
|
||||||
|
textBoxListViewText.Text = fixedText;
|
||||||
|
}
|
||||||
|
|
||||||
|
textBoxListViewTextAlternate.Text = alternateFixedText;
|
||||||
|
}
|
||||||
|
else if (makeHistory)
|
||||||
|
{
|
||||||
|
MakeHistoryForUndo(_language.Controls.AutoBreak.RemoveChar('&'));
|
||||||
|
textBoxListViewText.Text = fixedText;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
var s = textBoxListViewText.Text;
|
||||||
|
var startText = s.Substring(0, Math.Min(textCaretPos, s.Length));
|
||||||
|
var numberOfNewLines = Utilities.CountTagInText(startText, Environment.NewLine);
|
||||||
|
textCaretPos += numberOfNewLines;
|
||||||
|
if (s.Length > textCaretPos && '\n' == s[textCaretPos])
|
||||||
|
{
|
||||||
|
textCaretPos--;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (textCaretPos > 0)
|
||||||
|
{
|
||||||
|
textBoxListViewText.SelectionStart = textCaretPos;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
private void TabControlSubtitleSelectedIndexChanged(object sender, EventArgs e)
|
private void TabControlSubtitleSelectedIndexChanged(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
var format = GetCurrentSubtitleFormat();
|
var format = GetCurrentSubtitleFormat();
|
||||||
@ -14038,6 +14040,7 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
{
|
{
|
||||||
ToggleDashes();
|
ToggleDashes();
|
||||||
}
|
}
|
||||||
|
|
||||||
e.SuppressKeyPress = true;
|
e.SuppressKeyPress = true;
|
||||||
}
|
}
|
||||||
else if (!toolStripMenuItemRtlUnicodeControlChars.Visible && _shortcuts.MainEditFixRTLViaUnicodeChars == e.KeyData && inListView)
|
else if (!toolStripMenuItemRtlUnicodeControlChars.Visible && _shortcuts.MainEditFixRTLViaUnicodeChars == e.KeyData && inListView)
|
||||||
@ -14210,9 +14213,55 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
e.SuppressKeyPress = true;
|
e.SuppressKeyPress = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (_shortcuts.MainUnbreakNoSpace == e.KeyData)
|
else if (_shortcuts.MainTextBoxAutoBreak == e.KeyData && inListView)
|
||||||
{
|
{
|
||||||
Unbreak(true);
|
if (textBoxListViewText.Focused)
|
||||||
|
{
|
||||||
|
BreakUnbreakTextBox(false, textBoxListViewText);
|
||||||
|
}
|
||||||
|
else if (textBoxListViewTextAlternate.Focused)
|
||||||
|
{
|
||||||
|
BreakUnbreakTextBox(false, textBoxListViewTextAlternate);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
AutoBreak();
|
||||||
|
}
|
||||||
|
|
||||||
|
e.SuppressKeyPress = true;
|
||||||
|
}
|
||||||
|
else if (_shortcuts.MainTextBoxUnbreak == e.KeyData && inListView)
|
||||||
|
{
|
||||||
|
if (textBoxListViewText.Focused)
|
||||||
|
{
|
||||||
|
BreakUnbreakTextBox(true, textBoxListViewText);
|
||||||
|
}
|
||||||
|
else if (textBoxListViewTextAlternate.Focused)
|
||||||
|
{
|
||||||
|
BreakUnbreakTextBox(true, textBoxListViewTextAlternate);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Unbreak();
|
||||||
|
}
|
||||||
|
|
||||||
|
e.SuppressKeyPress = true;
|
||||||
|
}
|
||||||
|
else if (_shortcuts.MainTextBoxUnbreakNoSpace == e.KeyData && inListView)
|
||||||
|
{
|
||||||
|
if (textBoxListViewText.Focused)
|
||||||
|
{
|
||||||
|
BreakUnbreakTextBox(true, textBoxListViewText, true);
|
||||||
|
}
|
||||||
|
else if (textBoxListViewTextAlternate.Focused)
|
||||||
|
{
|
||||||
|
BreakUnbreakTextBox(true, textBoxListViewTextAlternate, true);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Unbreak(true);
|
||||||
|
}
|
||||||
|
|
||||||
e.SuppressKeyPress = true;
|
e.SuppressKeyPress = true;
|
||||||
}
|
}
|
||||||
else if (_shortcuts.MainGeneralToggleBookmarks == e.KeyData)
|
else if (_shortcuts.MainGeneralToggleBookmarks == e.KeyData)
|
||||||
@ -24053,16 +24102,6 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
{
|
{
|
||||||
e.SuppressKeyPress = true;
|
e.SuppressKeyPress = true;
|
||||||
}
|
}
|
||||||
else if (e.KeyData == _shortcuts.MainTextBoxAutoBreak)
|
|
||||||
{
|
|
||||||
BreakUnbreakTextBox(false, textBoxListViewTextAlternate);
|
|
||||||
e.SuppressKeyPress = true;
|
|
||||||
}
|
|
||||||
else if (e.KeyData == _shortcuts.MainTextBoxUnbreak)
|
|
||||||
{
|
|
||||||
BreakUnbreakTextBox(true, textBoxListViewTextAlternate);
|
|
||||||
e.SuppressKeyPress = true;
|
|
||||||
}
|
|
||||||
else if (e.KeyData == _shortcuts.MainTextBoxBreakAtCursorPosition)
|
else if (e.KeyData == _shortcuts.MainTextBoxBreakAtCursorPosition)
|
||||||
{
|
{
|
||||||
textBoxListViewTextAlternate.Text = Utilities.ReSplit(textBoxListViewTextAlternate.Text, textBoxListViewTextAlternate.SelectionStart);
|
textBoxListViewTextAlternate.Text = Utilities.ReSplit(textBoxListViewTextAlternate.Text, textBoxListViewTextAlternate.SelectionStart);
|
||||||
|
@ -1122,17 +1122,16 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
AddNode(generalNode, language.GoToNextSubtitleAndFocusVideo, nameof(Configuration.Settings.Shortcuts.GeneralGoToNextSubtitleAndFocusVideo));
|
AddNode(generalNode, language.GoToNextSubtitleAndFocusVideo, nameof(Configuration.Settings.Shortcuts.GeneralGoToNextSubtitleAndFocusVideo));
|
||||||
AddNode(generalNode, language.GoToPrevSubtitleAndPlay, nameof(Configuration.Settings.Shortcuts.GeneralGoToPrevSubtitleAndPlay));
|
AddNode(generalNode, language.GoToPrevSubtitleAndPlay, nameof(Configuration.Settings.Shortcuts.GeneralGoToPrevSubtitleAndPlay));
|
||||||
AddNode(generalNode, language.GoToNextSubtitleAndPlay, nameof(Configuration.Settings.Shortcuts.GeneralGoToNextSubtitleAndPlay));
|
AddNode(generalNode, language.GoToNextSubtitleAndPlay, nameof(Configuration.Settings.Shortcuts.GeneralGoToNextSubtitleAndPlay));
|
||||||
AddNode(generalNode, language.Help, nameof(Configuration.Settings.Shortcuts.GeneralHelp), true);
|
|
||||||
AddNode(generalNode, language.UnbreakNoSpace, nameof(Configuration.Settings.Shortcuts.GeneralUnbrekNoSpace));
|
|
||||||
AddNode(generalNode, language.ToggleBookmarks, nameof(Configuration.Settings.Shortcuts.GeneralToggleBookmarks));
|
AddNode(generalNode, language.ToggleBookmarks, nameof(Configuration.Settings.Shortcuts.GeneralToggleBookmarks));
|
||||||
AddNode(generalNode, language.ToggleBookmarksWithComment, nameof(Configuration.Settings.Shortcuts.GeneralToggleBookmarksWithText), true);
|
AddNode(generalNode, language.ToggleBookmarksWithComment, nameof(Configuration.Settings.Shortcuts.GeneralToggleBookmarksWithText), true);
|
||||||
AddNode(generalNode, language.ClearBookmarks, nameof(Configuration.Settings.Shortcuts.GeneralClearBookmarks));
|
AddNode(generalNode, language.ClearBookmarks, nameof(Configuration.Settings.Shortcuts.GeneralClearBookmarks));
|
||||||
AddNode(generalNode, language.GoToBookmark, nameof(Configuration.Settings.Shortcuts.GeneralGoToBookmark));
|
AddNode(generalNode, language.GoToBookmark, nameof(Configuration.Settings.Shortcuts.GeneralGoToBookmark));
|
||||||
AddNode(generalNode, language.GoToPreviousBookmark, nameof(Configuration.Settings.Shortcuts.GeneralGoToPreviousBookmark));
|
AddNode(generalNode, language.GoToPreviousBookmark, nameof(Configuration.Settings.Shortcuts.GeneralGoToPreviousBookmark));
|
||||||
AddNode(generalNode, language.GoToNextBookmark, nameof(Configuration.Settings.Shortcuts.GeneralGoToNextBookmark));
|
AddNode(generalNode, language.GoToNextBookmark, nameof(Configuration.Settings.Shortcuts.GeneralGoToNextBookmark));
|
||||||
AddNode(generalNode, language.ChooseProfile, nameof(Configuration.Settings.Shortcuts.ChooseProfile));
|
AddNode(generalNode, language.ChooseProfile, nameof(Configuration.Settings.Shortcuts.GeneralChooseProfile));
|
||||||
AddNode(generalNode, language.DuplicateLine, nameof(Configuration.Settings.Shortcuts.DuplicateLine));
|
AddNode(generalNode, language.DuplicateLine, nameof(Configuration.Settings.Shortcuts.GeneralDuplicateLine));
|
||||||
AddNode(generalNode, language.ToggleView, nameof(Configuration.Settings.Shortcuts.ToggleView));
|
AddNode(generalNode, language.ToggleView, nameof(Configuration.Settings.Shortcuts.GeneralToggleView));
|
||||||
|
AddNode(generalNode, language.Help, nameof(Configuration.Settings.Shortcuts.GeneralHelp), true);
|
||||||
if (generalNode.Nodes.Count > 0)
|
if (generalNode.Nodes.Count > 0)
|
||||||
{
|
{
|
||||||
_shortcuts.Nodes.Add(generalNode);
|
_shortcuts.Nodes.Add(generalNode);
|
||||||
@ -1335,6 +1334,7 @@ namespace Nikse.SubtitleEdit.Forms
|
|||||||
AddNode(textBoxNode, language.MainTextBoxAutoBreakFromPos, nameof(Configuration.Settings.Shortcuts.MainTextBoxBreakAtPosition));
|
AddNode(textBoxNode, language.MainTextBoxAutoBreakFromPos, nameof(Configuration.Settings.Shortcuts.MainTextBoxBreakAtPosition));
|
||||||
AddNode(textBoxNode, language.MainTextBoxAutoBreakFromPosAndGoToNext, nameof(Configuration.Settings.Shortcuts.MainTextBoxBreakAtPositionAndGoToNext));
|
AddNode(textBoxNode, language.MainTextBoxAutoBreakFromPosAndGoToNext, nameof(Configuration.Settings.Shortcuts.MainTextBoxBreakAtPositionAndGoToNext));
|
||||||
AddNode(textBoxNode, language.MainTextBoxUnbreak, nameof(Configuration.Settings.Shortcuts.MainTextBoxUnbreak));
|
AddNode(textBoxNode, language.MainTextBoxUnbreak, nameof(Configuration.Settings.Shortcuts.MainTextBoxUnbreak));
|
||||||
|
AddNode(textBoxNode, language.MainTextBoxUnbreakNoSpace, nameof(Configuration.Settings.Shortcuts.MainTextBoxUnbreakNoSpace));
|
||||||
if (textBoxNode.Nodes.Count > 0)
|
if (textBoxNode.Nodes.Count > 0)
|
||||||
{
|
{
|
||||||
_shortcuts.Nodes.Add(textBoxNode);
|
_shortcuts.Nodes.Add(textBoxNode);
|
||||||
|
@ -1933,8 +1933,8 @@ Email: mailto:nikse.dk@gmail.com</AboutText1>
|
|||||||
<GoToBookmark>Преминаване на отметка</GoToBookmark>
|
<GoToBookmark>Преминаване на отметка</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Преминаване на предишната отметка</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Преминаване на предишната отметка</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Преминаване до следващата отметка</GoToNextBookmark>
|
<GoToNextBookmark>Преминаване до следващата отметка</GoToNextBookmark>
|
||||||
<ChooseProfile>Избор на профил</ChooseProfile>
|
<GeneralChooseProfile>Избор на профил</GeneralChooseProfile>
|
||||||
<DuplicateLine>Дублиран ред</DuplicateLine>
|
<GeneralDuplicateLine>Дублиран ред</GeneralDuplicateLine>
|
||||||
<FontInUi>Шрифт на потребителския интерфейс</FontInUi>
|
<FontInUi>Шрифт на потребителския интерфейс</FontInUi>
|
||||||
<ShowFrameRate>Показване честотата на кадрите в лентата с инструменти</ShowFrameRate>
|
<ShowFrameRate>Показване честотата на кадрите в лентата с инструменти</ShowFrameRate>
|
||||||
<DefaultFrameRate>Честота на кадрите (fps) по подр.</DefaultFrameRate>
|
<DefaultFrameRate>Честота на кадрите (fps) по подр.</DefaultFrameRate>
|
||||||
|
@ -1743,7 +1743,7 @@ Email: mailto:nikse.dk@gmail.com</AboutText1>
|
|||||||
<GoToBookmark>Vés a marcador</GoToBookmark>
|
<GoToBookmark>Vés a marcador</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Vés a l'anterior marcador</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Vés a l'anterior marcador</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Vés al següent marcador</GoToNextBookmark>
|
<GoToNextBookmark>Vés al següent marcador</GoToNextBookmark>
|
||||||
<ChooseProfile>Escolliu perfil</ChooseProfile>
|
<GeneralChooseProfile>Escolliu perfil</GeneralChooseProfile>
|
||||||
<FontInUi>Font UI</FontInUi>
|
<FontInUi>Font UI</FontInUi>
|
||||||
<ShowFrameRate>Mostra ràtio quadres en barra d'eines</ShowFrameRate>
|
<ShowFrameRate>Mostra ràtio quadres en barra d'eines</ShowFrameRate>
|
||||||
<DefaultFrameRate>Ràtio quadres predeterminada</DefaultFrameRate>
|
<DefaultFrameRate>Ràtio quadres predeterminada</DefaultFrameRate>
|
||||||
|
@ -1916,8 +1916,8 @@ kan redigere i samme undertekst fil (fælles online projekt)</Information>
|
|||||||
<GoToBookmark>Gå til bogmærke</GoToBookmark>
|
<GoToBookmark>Gå til bogmærke</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Gå til tidligere bogmærke</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Gå til tidligere bogmærke</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Gå til næste bogmærke</GoToNextBookmark>
|
<GoToNextBookmark>Gå til næste bogmærke</GoToNextBookmark>
|
||||||
<ChooseProfile>Vælg profil</ChooseProfile>
|
<GeneralChooseProfile>Vælg profil</GeneralChooseProfile>
|
||||||
<DuplicateLine>Dupliker linje</DuplicateLine>
|
<GeneralDuplicateLine>Dupliker linje</GeneralDuplicateLine>
|
||||||
<FontInUi>UI-skrifttype</FontInUi>
|
<FontInUi>UI-skrifttype</FontInUi>
|
||||||
<ShowFrameRate>Vis frame rate i værktøjslinjen</ShowFrameRate>
|
<ShowFrameRate>Vis frame rate i værktøjslinjen</ShowFrameRate>
|
||||||
<DefaultFrameRate>Standard frame rate</DefaultFrameRate>
|
<DefaultFrameRate>Standard frame rate</DefaultFrameRate>
|
||||||
|
@ -1769,7 +1769,7 @@ gleiche Untertiteldatei bearbeiten können (Zusammenarbeit)</Information>
|
|||||||
<GoToBookmark>Zum Lesezeichen</GoToBookmark>
|
<GoToBookmark>Zum Lesezeichen</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Vorheriges Lesezeichen</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Vorheriges Lesezeichen</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Nächstes Lesezeichen</GoToNextBookmark>
|
<GoToNextBookmark>Nächstes Lesezeichen</GoToNextBookmark>
|
||||||
<ChooseProfile>Profil wählen</ChooseProfile>
|
<GeneralChooseProfile>Profil wählen</GeneralChooseProfile>
|
||||||
<FontInUi>Benutzeroberfläche Schriftart</FontInUi>
|
<FontInUi>Benutzeroberfläche Schriftart</FontInUi>
|
||||||
<ShowFrameRate>Bildfrequenz in Symbolleiste anzeigen</ShowFrameRate>
|
<ShowFrameRate>Bildfrequenz in Symbolleiste anzeigen</ShowFrameRate>
|
||||||
<DefaultFrameRate>Standard Bildfrequenz</DefaultFrameRate>
|
<DefaultFrameRate>Standard Bildfrequenz</DefaultFrameRate>
|
||||||
|
@ -1918,8 +1918,8 @@ Email: mailto:nikse.dk@gmail.com</AboutText1>
|
|||||||
<GoToBookmark>Μετάβαση σε σημείωση</GoToBookmark>
|
<GoToBookmark>Μετάβαση σε σημείωση</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Προηγούμενη σημείωση</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Προηγούμενη σημείωση</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Επόμενη σημείωση</GoToNextBookmark>
|
<GoToNextBookmark>Επόμενη σημείωση</GoToNextBookmark>
|
||||||
<ChooseProfile>Επιλογή προφίλ</ChooseProfile>
|
<GeneralChooseProfile>Επιλογή προφίλ</GeneralChooseProfile>
|
||||||
<DuplicateLine>Αντιγραφή γραμμής</DuplicateLine>
|
<GeneralDuplicateLine>Αντιγραφή γραμμής</GeneralDuplicateLine>
|
||||||
<FontInUi>Γραμματοσειρά διεπαφής</FontInUi>
|
<FontInUi>Γραμματοσειρά διεπαφής</FontInUi>
|
||||||
<ShowFrameRate>Εμφάνιση ρυθμού καρέ στη γραμμή εργαλείων</ShowFrameRate>
|
<ShowFrameRate>Εμφάνιση ρυθμού καρέ στη γραμμή εργαλείων</ShowFrameRate>
|
||||||
<DefaultFrameRate>Προεπιλεγμένος ρυθμός καρέ</DefaultFrameRate>
|
<DefaultFrameRate>Προεπιλεγμένος ρυθμός καρέ</DefaultFrameRate>
|
||||||
|
@ -1777,8 +1777,8 @@ puede editar el mismo archivo de subtítulo (colaboración)</Information>
|
|||||||
<GoToBookmark>Ir al marcador</GoToBookmark>
|
<GoToBookmark>Ir al marcador</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Ir al marcador anterior</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Ir al marcador anterior</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Ir al siguiente marcador</GoToNextBookmark>
|
<GoToNextBookmark>Ir al siguiente marcador</GoToNextBookmark>
|
||||||
<ChooseProfile>Elegir perfil</ChooseProfile>
|
<GeneralChooseProfile>Elegir perfil</GeneralChooseProfile>
|
||||||
<DuplicateLine>Duplicar línea</DuplicateLine>
|
<GeneralDuplicateLine>Duplicar línea</GeneralDuplicateLine>
|
||||||
<FontInUi>Interfaz de la Fuente</FontInUi>
|
<FontInUi>Interfaz de la Fuente</FontInUi>
|
||||||
<ShowFrameRate>Mostrar tasa de cuadros en barra herramientas</ShowFrameRate>
|
<ShowFrameRate>Mostrar tasa de cuadros en barra herramientas</ShowFrameRate>
|
||||||
<DefaultFrameRate>Tasa de cuadros por defecto</DefaultFrameRate>
|
<DefaultFrameRate>Tasa de cuadros por defecto</DefaultFrameRate>
|
||||||
|
@ -1778,8 +1778,8 @@ puede editar el mismo archivo de subtítulo (colaboración)</Information>
|
|||||||
<GoToBookmark>Ir al marcador</GoToBookmark>
|
<GoToBookmark>Ir al marcador</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Ir al marcador anterior</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Ir al marcador anterior</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Ir al siguiente marcador</GoToNextBookmark>
|
<GoToNextBookmark>Ir al siguiente marcador</GoToNextBookmark>
|
||||||
<ChooseProfile>Elegir perfil</ChooseProfile>
|
<GeneralChooseProfile>Elegir perfil</GeneralChooseProfile>
|
||||||
<DuplicateLine>Duplicar línea</DuplicateLine>
|
<GeneralDuplicateLine>Duplicar línea</GeneralDuplicateLine>
|
||||||
<FontInUi>Interfaz de la Fuente</FontInUi>
|
<FontInUi>Interfaz de la Fuente</FontInUi>
|
||||||
<ShowFrameRate>Mostrar tasa de cuadros en barra herramientas</ShowFrameRate>
|
<ShowFrameRate>Mostrar tasa de cuadros en barra herramientas</ShowFrameRate>
|
||||||
<DefaultFrameRate>Tasa de cuadros por defecto</DefaultFrameRate>
|
<DefaultFrameRate>Tasa de cuadros por defecto</DefaultFrameRate>
|
||||||
|
@ -1778,8 +1778,8 @@ puedan editar el mismo archivo de subtítulo (colaboración)</Information>
|
|||||||
<GoToBookmark>Ir al marcador</GoToBookmark>
|
<GoToBookmark>Ir al marcador</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Ir al marcador anterior</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Ir al marcador anterior</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Ir al siguiente marcador</GoToNextBookmark>
|
<GoToNextBookmark>Ir al siguiente marcador</GoToNextBookmark>
|
||||||
<ChooseProfile>Elegir perfil</ChooseProfile>
|
<GeneralChooseProfile>Elegir perfil</GeneralChooseProfile>
|
||||||
<DuplicateLine>Duplicar línea</DuplicateLine>
|
<GeneralDuplicateLine>Duplicar línea</GeneralDuplicateLine>
|
||||||
<FontInUi>Interfaz de la Fuente</FontInUi>
|
<FontInUi>Interfaz de la Fuente</FontInUi>
|
||||||
<ShowFrameRate>Mostrar tasa de cuadros en barra herramientas</ShowFrameRate>
|
<ShowFrameRate>Mostrar tasa de cuadros en barra herramientas</ShowFrameRate>
|
||||||
<DefaultFrameRate>Tasa de cuadros por defecto</DefaultFrameRate>
|
<DefaultFrameRate>Tasa de cuadros por defecto</DefaultFrameRate>
|
||||||
|
@ -1794,8 +1794,8 @@ Jarraitu horrela ere?</PromptInsertSubtitleOverlap>
|
|||||||
<GoToBookmark>Joan lastermarkara</GoToBookmark>
|
<GoToBookmark>Joan lastermarkara</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Joan aurreko lastermarkara</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Joan aurreko lastermarkara</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Joan hurrengo lastermarkara</GoToNextBookmark>
|
<GoToNextBookmark>Joan hurrengo lastermarkara</GoToNextBookmark>
|
||||||
<ChooseProfile>Hautatu profila</ChooseProfile>
|
<GeneralChooseProfile>Hautatu profila</GeneralChooseProfile>
|
||||||
<DuplicateLine>Bikoiztu lerroa</DuplicateLine>
|
<GeneralDuplicateLine>Bikoiztu lerroa</GeneralDuplicateLine>
|
||||||
<FontInUi>EI Hizkia</FontInUi>
|
<FontInUi>EI Hizkia</FontInUi>
|
||||||
<ShowFrameRate>Erakutsi frame neurria tresnabarran</ShowFrameRate>
|
<ShowFrameRate>Erakutsi frame neurria tresnabarran</ShowFrameRate>
|
||||||
<DefaultFrameRate>Berezko frame neurria:</DefaultFrameRate>
|
<DefaultFrameRate>Berezko frame neurria:</DefaultFrameRate>
|
||||||
|
@ -1763,7 +1763,7 @@ Continue anyway?</PromptInsertSubtitleOverlap>
|
|||||||
<GoToBookmark>به نشانک بروید</GoToBookmark>
|
<GoToBookmark>به نشانک بروید</GoToBookmark>
|
||||||
<GoToPreviousBookmark>به نشانک قبلی بروید</GoToPreviousBookmark>
|
<GoToPreviousBookmark>به نشانک قبلی بروید</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>به نشانک بعدی بروید</GoToNextBookmark>
|
<GoToNextBookmark>به نشانک بعدی بروید</GoToNextBookmark>
|
||||||
<ChooseProfile>نمایه را انتخاب کنید</ChooseProfile>
|
<GeneralChooseProfile>نمایه را انتخاب کنید</GeneralChooseProfile>
|
||||||
<FontInUi>قلم UI</FontInUi>
|
<FontInUi>قلم UI</FontInUi>
|
||||||
<ShowFrameRate>نمایش نرخ فریم را در نوار ابزار</ShowFrameRate>
|
<ShowFrameRate>نمایش نرخ فریم را در نوار ابزار</ShowFrameRate>
|
||||||
<DefaultFrameRate>نرخ فریم پیش فرض</DefaultFrameRate>
|
<DefaultFrameRate>نرخ فریم پیش فرض</DefaultFrameRate>
|
||||||
|
@ -1902,8 +1902,8 @@ Mikäli tiedostoa on muokattu Subtitle Edit:llä, varmuuskopio voi olla käytett
|
|||||||
<GoToBookmark>Siirry kirjanmerkkiin</GoToBookmark>
|
<GoToBookmark>Siirry kirjanmerkkiin</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Siirry edelliseen kirjanmerkkiin</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Siirry edelliseen kirjanmerkkiin</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Siirry seuraavaan kirjanmerkkiin</GoToNextBookmark>
|
<GoToNextBookmark>Siirry seuraavaan kirjanmerkkiin</GoToNextBookmark>
|
||||||
<ChooseProfile>Valitse profiili</ChooseProfile>
|
<GeneralChooseProfile>Valitse profiili</GeneralChooseProfile>
|
||||||
<DuplicateLine>Kahdenna rivi</DuplicateLine>
|
<GeneralDuplicateLine>Kahdenna rivi</GeneralDuplicateLine>
|
||||||
<FontInUi>Käyttöliittymäfontti</FontInUi>
|
<FontInUi>Käyttöliittymäfontti</FontInUi>
|
||||||
<ShowFrameRate>Näytä kuvataajuus</ShowFrameRate>
|
<ShowFrameRate>Näytä kuvataajuus</ShowFrameRate>
|
||||||
<DefaultFrameRate>Kuvataajuus (oletus)</DefaultFrameRate>
|
<DefaultFrameRate>Kuvataajuus (oletus)</DefaultFrameRate>
|
||||||
|
@ -1820,8 +1820,8 @@ szerkesztheti ugyanazt a feliratfájlt</Information>
|
|||||||
<GoToBookmark>Ugrás a könyvjelzőre</GoToBookmark>
|
<GoToBookmark>Ugrás a könyvjelzőre</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Ugrás az előző könyvjelzőre</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Ugrás az előző könyvjelzőre</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Ugrás a következő könyvjelzőre</GoToNextBookmark>
|
<GoToNextBookmark>Ugrás a következő könyvjelzőre</GoToNextBookmark>
|
||||||
<ChooseProfile>Válasszon profilt</ChooseProfile>
|
<GeneralChooseProfile>Válasszon profilt</GeneralChooseProfile>
|
||||||
<DuplicateLine>Ismétlődő sor</DuplicateLine>
|
<GeneralDuplicateLine>Ismétlődő sor</GeneralDuplicateLine>
|
||||||
<FontInUi>Felület betűtípusa</FontInUi>
|
<FontInUi>Felület betűtípusa</FontInUi>
|
||||||
<ShowFrameRate>Képarány megjelenítése az eszköztáron</ShowFrameRate>
|
<ShowFrameRate>Képarány megjelenítése az eszköztáron</ShowFrameRate>
|
||||||
<DefaultFrameRate>Alapértelmezett képarány</DefaultFrameRate>
|
<DefaultFrameRate>Alapértelmezett képarány</DefaultFrameRate>
|
||||||
|
@ -1562,7 +1562,7 @@ If you have edited this file with Subtitle Edit you might be able to find a back
|
|||||||
<GoToBookmark>ブックマークへ移動</GoToBookmark>
|
<GoToBookmark>ブックマークへ移動</GoToBookmark>
|
||||||
<GoToPreviousBookmark>前のブックマークへ移動</GoToPreviousBookmark>
|
<GoToPreviousBookmark>前のブックマークへ移動</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>次のブックマークへ移動</GoToNextBookmark>
|
<GoToNextBookmark>次のブックマークへ移動</GoToNextBookmark>
|
||||||
<ChooseProfile>プロファイルを選択</ChooseProfile>
|
<GeneralChooseProfile>プロファイルを選択</GeneralChooseProfile>
|
||||||
<ShowFrameRate>ツール バーにフレームレートを表示する</ShowFrameRate>
|
<ShowFrameRate>ツール バーにフレームレートを表示する</ShowFrameRate>
|
||||||
<DefaultFrameRate>既定のフレームレート</DefaultFrameRate>
|
<DefaultFrameRate>既定のフレームレート</DefaultFrameRate>
|
||||||
<DefaultFileEncoding>既定のファイル エンコード</DefaultFileEncoding>
|
<DefaultFileEncoding>既定のファイル エンコード</DefaultFileEncoding>
|
||||||
|
@ -1921,8 +1921,8 @@ Google 번역 API 키를 입력하려면 "옵션 -> 환경설정 -> 도구
|
|||||||
<GoToBookmark>책갈피로 이동</GoToBookmark>
|
<GoToBookmark>책갈피로 이동</GoToBookmark>
|
||||||
<GoToPreviousBookmark>이전 책갈피로 이동</GoToPreviousBookmark>
|
<GoToPreviousBookmark>이전 책갈피로 이동</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>다음 책갈피로 이동</GoToNextBookmark>
|
<GoToNextBookmark>다음 책갈피로 이동</GoToNextBookmark>
|
||||||
<ChooseProfile>프로필 선택</ChooseProfile>
|
<GeneralChooseProfile>프로필 선택</GeneralChooseProfile>
|
||||||
<DuplicateLine>중복 줄</DuplicateLine>
|
<GeneralDuplicateLine>중복 줄</GeneralDuplicateLine>
|
||||||
<FontInUi>UI 글꼴</FontInUi>
|
<FontInUi>UI 글꼴</FontInUi>
|
||||||
<ShowFrameRate>도구 모음에 프레임 속도 표시</ShowFrameRate>
|
<ShowFrameRate>도구 모음에 프레임 속도 표시</ShowFrameRate>
|
||||||
<DefaultFrameRate>기본 프레임 속도</DefaultFrameRate>
|
<DefaultFrameRate>기본 프레임 속도</DefaultFrameRate>
|
||||||
|
@ -1822,8 +1822,8 @@ Email: mailto:nikse.dk@gmail.com</AboutText1>
|
|||||||
<GoToBookmark>Оди на ознака</GoToBookmark>
|
<GoToBookmark>Оди на ознака</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Оди на претходна ознака</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Оди на претходна ознака</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Оди на следна ознака</GoToNextBookmark>
|
<GoToNextBookmark>Оди на следна ознака</GoToNextBookmark>
|
||||||
<ChooseProfile>Избери профил</ChooseProfile>
|
<GeneralChooseProfile>Избери профил</GeneralChooseProfile>
|
||||||
<DuplicateLine>Направи дупликат од линијата</DuplicateLine>
|
<GeneralDuplicateLine>Направи дупликат од линијата</GeneralDuplicateLine>
|
||||||
<FontInUi>UI Фонт</FontInUi>
|
<FontInUi>UI Фонт</FontInUi>
|
||||||
<ShowFrameRate>Прикажи број на кадри во алатник</ShowFrameRate>
|
<ShowFrameRate>Прикажи број на кадри во алатник</ShowFrameRate>
|
||||||
<DefaultFrameRate>Стандарден број на кадри</DefaultFrameRate>
|
<DefaultFrameRate>Стандарден број на кадри</DefaultFrameRate>
|
||||||
|
@ -1810,8 +1810,8 @@ hetzelfde ondertitelbestand bewerken (samenwerken)</Information>
|
|||||||
<GoToBookmark>Naar bladwijzer</GoToBookmark>
|
<GoToBookmark>Naar bladwijzer</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Naar vorige bladwijzer</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Naar vorige bladwijzer</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Naar volgende bladwijzer</GoToNextBookmark>
|
<GoToNextBookmark>Naar volgende bladwijzer</GoToNextBookmark>
|
||||||
<ChooseProfile>Profiel kiezen</ChooseProfile>
|
<GeneralChooseProfile>Profiel kiezen</GeneralChooseProfile>
|
||||||
<DuplicateLine>Identieke ondertitel</DuplicateLine>
|
<GeneralDuplicateLine>Identieke ondertitel</GeneralDuplicateLine>
|
||||||
<FontInUi>Lettertype interface</FontInUi>
|
<FontInUi>Lettertype interface</FontInUi>
|
||||||
<ShowFrameRate>Beeldsnelheid in werkbalk weergeven</ShowFrameRate>
|
<ShowFrameRate>Beeldsnelheid in werkbalk weergeven</ShowFrameRate>
|
||||||
<DefaultFrameRate>Standaardbeeldsnelheid</DefaultFrameRate>
|
<DefaultFrameRate>Standaardbeeldsnelheid</DefaultFrameRate>
|
||||||
|
@ -1914,8 +1914,8 @@ może edytować ten sam plik z napisami (współpracować)</Information>
|
|||||||
<GoToBookmark>Przejdź do zakładki</GoToBookmark>
|
<GoToBookmark>Przejdź do zakładki</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Przejdź do poprzedniej zakładki</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Przejdź do poprzedniej zakładki</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Przejdź do następnej zakładki</GoToNextBookmark>
|
<GoToNextBookmark>Przejdź do następnej zakładki</GoToNextBookmark>
|
||||||
<ChooseProfile>Wybierz profil</ChooseProfile>
|
<GeneralChooseProfile>Wybierz profil</GeneralChooseProfile>
|
||||||
<DuplicateLine>Duplikat linii</DuplicateLine>
|
<GeneralDuplicateLine>Duplikat linii</GeneralDuplicateLine>
|
||||||
<FontInUi>Czcionka interfejsu użytkownika</FontInUi>
|
<FontInUi>Czcionka interfejsu użytkownika</FontInUi>
|
||||||
<ShowFrameRate>Pokaż ilość klatek/sekundę na Pasku narzędzi</ShowFrameRate>
|
<ShowFrameRate>Pokaż ilość klatek/sekundę na Pasku narzędzi</ShowFrameRate>
|
||||||
<DefaultFrameRate>Domyślna ilość klatek/sekundę</DefaultFrameRate>
|
<DefaultFrameRate>Domyślna ilość klatek/sekundę</DefaultFrameRate>
|
||||||
|
@ -1800,8 +1800,8 @@ podem editar o mesmo arquivo de legenda (colaboração)</Information>
|
|||||||
<GoToBookmark>Ir para marcador</GoToBookmark>
|
<GoToBookmark>Ir para marcador</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Ir para o marcador anterior</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Ir para o marcador anterior</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Ir para o próximo marcador</GoToNextBookmark>
|
<GoToNextBookmark>Ir para o próximo marcador</GoToNextBookmark>
|
||||||
<ChooseProfile>Escolha o perfil</ChooseProfile>
|
<GeneralChooseProfile>Escolha o perfil</GeneralChooseProfile>
|
||||||
<DuplicateLine>Duplicar linha</DuplicateLine>
|
<GeneralDuplicateLine>Duplicar linha</GeneralDuplicateLine>
|
||||||
<FontInUi>Fonte da interface</FontInUi>
|
<FontInUi>Fonte da interface</FontInUi>
|
||||||
<ShowFrameRate>Mostrar taxa de quadros na barra de ferramentas</ShowFrameRate>
|
<ShowFrameRate>Mostrar taxa de quadros na barra de ferramentas</ShowFrameRate>
|
||||||
<DefaultFrameRate>Taxa de quadros padrão</DefaultFrameRate>
|
<DefaultFrameRate>Taxa de quadros padrão</DefaultFrameRate>
|
||||||
|
@ -1820,8 +1820,8 @@ editar o mesmo ficheiro de legenda (colaboração)</Information>
|
|||||||
<GoToBookmark>Ir para o marcador</GoToBookmark>
|
<GoToBookmark>Ir para o marcador</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Ir para o marcador anterior</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Ir para o marcador anterior</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Ir para o marcador seguinte</GoToNextBookmark>
|
<GoToNextBookmark>Ir para o marcador seguinte</GoToNextBookmark>
|
||||||
<ChooseProfile>Escolher perfil</ChooseProfile>
|
<GeneralChooseProfile>Escolher perfil</GeneralChooseProfile>
|
||||||
<DuplicateLine>Duplicar linha</DuplicateLine>
|
<GeneralDuplicateLine>Duplicar linha</GeneralDuplicateLine>
|
||||||
<FontInUi>Tipo de letra da Interface</FontInUi>
|
<FontInUi>Tipo de letra da Interface</FontInUi>
|
||||||
<ShowFrameRate>Mostrar taxa de fotogramas na barra de ferramentas</ShowFrameRate>
|
<ShowFrameRate>Mostrar taxa de fotogramas na barra de ferramentas</ShowFrameRate>
|
||||||
<DefaultFrameRate>Taxa de fotogramas padrão</DefaultFrameRate>
|
<DefaultFrameRate>Taxa de fotogramas padrão</DefaultFrameRate>
|
||||||
|
@ -1808,8 +1808,8 @@ pot edita acelasi fișier de subtitrare (colaborare)</Information>
|
|||||||
<GoToBookmark>Treci la marcaj</GoToBookmark>
|
<GoToBookmark>Treci la marcaj</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Treci la marcajul anterior</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Treci la marcajul anterior</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Treci la marcajul următor</GoToNextBookmark>
|
<GoToNextBookmark>Treci la marcajul următor</GoToNextBookmark>
|
||||||
<ChooseProfile>Alege profilul</ChooseProfile>
|
<GeneralChooseProfile>Alege profilul</GeneralChooseProfile>
|
||||||
<DuplicateLine>Linie dublată</DuplicateLine>
|
<GeneralDuplicateLine>Linie dublată</GeneralDuplicateLine>
|
||||||
<FontInUi>Font UI</FontInUi>
|
<FontInUi>Font UI</FontInUi>
|
||||||
<ShowFrameRate>Arată rata cadrului în bara de unelte</ShowFrameRate>
|
<ShowFrameRate>Arată rata cadrului în bara de unelte</ShowFrameRate>
|
||||||
<DefaultFrameRate>Rata implicită a cadrului</DefaultFrameRate>
|
<DefaultFrameRate>Rata implicită a cadrului</DefaultFrameRate>
|
||||||
|
@ -1834,8 +1834,8 @@ https://github.com/SubtitleEdit/subtitleedit
|
|||||||
<GoToBookmark>Перейти в закладки</GoToBookmark>
|
<GoToBookmark>Перейти в закладки</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Перейти к предыдущей закладке</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Перейти к предыдущей закладке</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Перейти к следующей закладке</GoToNextBookmark>
|
<GoToNextBookmark>Перейти к следующей закладке</GoToNextBookmark>
|
||||||
<ChooseProfile>Выберите профиль</ChooseProfile>
|
<GeneralChooseProfile>Выберите профиль</GeneralChooseProfile>
|
||||||
<DuplicateLine>Дублировать линию</DuplicateLine>
|
<GeneralDuplicateLine>Дублировать линию</GeneralDuplicateLine>
|
||||||
<FontInUi>Шрифты для Интерфейса Пользователя (UI)</FontInUi>
|
<FontInUi>Шрифты для Интерфейса Пользователя (UI)</FontInUi>
|
||||||
<ShowFrameRate>Показывать частоту кадров в панели инструментов</ShowFrameRate>
|
<ShowFrameRate>Показывать частоту кадров в панели инструментов</ShowFrameRate>
|
||||||
<DefaultFrameRate>Частота кадров по умолчанию</DefaultFrameRate>
|
<DefaultFrameRate>Частота кадров по умолчанию</DefaultFrameRate>
|
||||||
|
@ -1772,7 +1772,7 @@ da uređujete određeni prevod sa drugim ljudima.</Information>
|
|||||||
<GoToBookmark>Idi na marker</GoToBookmark>
|
<GoToBookmark>Idi na marker</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Idi na prethodni marker</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Idi na prethodni marker</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Idi na sledeći marker</GoToNextBookmark>
|
<GoToNextBookmark>Idi na sledeći marker</GoToNextBookmark>
|
||||||
<ChooseProfile>Izaberi profil</ChooseProfile>
|
<GeneralChooseProfile>Izaberi profil</GeneralChooseProfile>
|
||||||
<FontInUi>UI Font</FontInUi>
|
<FontInUi>UI Font</FontInUi>
|
||||||
<ShowFrameRate>Prikaži broj kadrova u traci sa alatkama</ShowFrameRate>
|
<ShowFrameRate>Prikaži broj kadrova u traci sa alatkama</ShowFrameRate>
|
||||||
<DefaultFrameRate>Podrazumevani broj kadrova</DefaultFrameRate>
|
<DefaultFrameRate>Podrazumevani broj kadrova</DefaultFrameRate>
|
||||||
|
@ -1937,8 +1937,8 @@ Yeni oturum başlatın (işbirliği)</Information>
|
|||||||
<GoToBookmark>Yer imine git</GoToBookmark>
|
<GoToBookmark>Yer imine git</GoToBookmark>
|
||||||
<GoToPreviousBookmark>Önceki yer imine git</GoToPreviousBookmark>
|
<GoToPreviousBookmark>Önceki yer imine git</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>Sonraki yer imine git</GoToNextBookmark>
|
<GoToNextBookmark>Sonraki yer imine git</GoToNextBookmark>
|
||||||
<ChooseProfile>Profil seçin</ChooseProfile>
|
<GeneralChooseProfile>Profil seçin</GeneralChooseProfile>
|
||||||
<DuplicateLine>Yinelenen satır</DuplicateLine>
|
<GeneralDuplicateLine>Yinelenen satır</GeneralDuplicateLine>
|
||||||
<FontInUi>UI Font</FontInUi>
|
<FontInUi>UI Font</FontInUi>
|
||||||
<ShowFrameRate>Kare hızını araç çubuğunda göster</ShowFrameRate>
|
<ShowFrameRate>Kare hızını araç çubuğunda göster</ShowFrameRate>
|
||||||
<DefaultFrameRate>Varsayılan kare hızı</DefaultFrameRate>
|
<DefaultFrameRate>Varsayılan kare hızı</DefaultFrameRate>
|
||||||
|
@ -1920,8 +1920,8 @@ Command line: {1} {2}
|
|||||||
<GoToBookmark>转到书签</GoToBookmark>
|
<GoToBookmark>转到书签</GoToBookmark>
|
||||||
<GoToPreviousBookmark>转到上一书签</GoToPreviousBookmark>
|
<GoToPreviousBookmark>转到上一书签</GoToPreviousBookmark>
|
||||||
<GoToNextBookmark>转到下一书签</GoToNextBookmark>
|
<GoToNextBookmark>转到下一书签</GoToNextBookmark>
|
||||||
<ChooseProfile>选择预设方案</ChooseProfile>
|
<GeneralChooseProfile>选择预设方案</GeneralChooseProfile>
|
||||||
<DuplicateLine>复制行</DuplicateLine>
|
<GeneralDuplicateLine>复制行</GeneralDuplicateLine>
|
||||||
<FontInUi>用户界面字体</FontInUi>
|
<FontInUi>用户界面字体</FontInUi>
|
||||||
<ShowFrameRate>在工具栏显示帧率</ShowFrameRate>
|
<ShowFrameRate>在工具栏显示帧率</ShowFrameRate>
|
||||||
<DefaultFrameRate>默认帧率</DefaultFrameRate>
|
<DefaultFrameRate>默认帧率</DefaultFrameRate>
|
||||||
|
@ -68,7 +68,6 @@ namespace Nikse.SubtitleEdit.Logic
|
|||||||
public Keys MainGoToPrevSubtitleAndPlay { get; set; }
|
public Keys MainGoToPrevSubtitleAndPlay { get; set; }
|
||||||
public Keys MainGoToNextSubtitleAndPlay { get; set; }
|
public Keys MainGoToNextSubtitleAndPlay { get; set; }
|
||||||
public Keys MainAutoCalcCurrentDuration { get; set; }
|
public Keys MainAutoCalcCurrentDuration { get; set; }
|
||||||
public Keys MainUnbreakNoSpace { get; set; }
|
|
||||||
public Keys MainGeneralToggleBookmarks { get; set; }
|
public Keys MainGeneralToggleBookmarks { get; set; }
|
||||||
public Keys MainGeneralClearBookmarks { get; set; }
|
public Keys MainGeneralClearBookmarks { get; set; }
|
||||||
public Keys MainGeneralGoToBookmark { get; set; }
|
public Keys MainGeneralGoToBookmark { get; set; }
|
||||||
@ -139,6 +138,7 @@ namespace Nikse.SubtitleEdit.Logic
|
|||||||
public Keys MainInsertBefore { get; set; }
|
public Keys MainInsertBefore { get; set; }
|
||||||
public Keys MainTextBoxAutoBreak { get; set; }
|
public Keys MainTextBoxAutoBreak { get; set; }
|
||||||
public Keys MainTextBoxUnbreak { get; set; }
|
public Keys MainTextBoxUnbreak { get; set; }
|
||||||
|
public Keys MainTextBoxUnbreakNoSpace { get; set; }
|
||||||
public Keys MainTextBoxBreakAtCursorPosition { get; set; }
|
public Keys MainTextBoxBreakAtCursorPosition { get; set; }
|
||||||
public Keys MainTextBoxBreakAtCursorPositionAndGoToNext { get; set; }
|
public Keys MainTextBoxBreakAtCursorPositionAndGoToNext { get; set; }
|
||||||
public Keys MainMergeDialog { get; set; }
|
public Keys MainMergeDialog { get; set; }
|
||||||
@ -248,15 +248,14 @@ namespace Nikse.SubtitleEdit.Logic
|
|||||||
MainGoToPrevSubtitleAndPlay = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralGoToPrevSubtitleAndPlay);
|
MainGoToPrevSubtitleAndPlay = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralGoToPrevSubtitleAndPlay);
|
||||||
MainGoToNextSubtitleAndPlay = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralGoToNextSubtitleAndPlay);
|
MainGoToNextSubtitleAndPlay = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralGoToNextSubtitleAndPlay);
|
||||||
MainAutoCalcCurrentDuration = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralAutoCalcCurrentDuration);
|
MainAutoCalcCurrentDuration = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralAutoCalcCurrentDuration);
|
||||||
MainUnbreakNoSpace = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralUnbrekNoSpace);
|
|
||||||
MainGeneralToggleBookmarks = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralToggleBookmarks);
|
MainGeneralToggleBookmarks = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralToggleBookmarks);
|
||||||
MainGeneralClearBookmarks = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralClearBookmarks);
|
MainGeneralClearBookmarks = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralClearBookmarks);
|
||||||
MainGeneralGoToBookmark = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralGoToBookmark);
|
MainGeneralGoToBookmark = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralGoToBookmark);
|
||||||
MainGeneralGoToPreviousBookmark = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralGoToPreviousBookmark);
|
MainGeneralGoToPreviousBookmark = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralGoToPreviousBookmark);
|
||||||
MainGeneralGoToNextBookmark = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralGoToNextBookmark);
|
MainGeneralGoToNextBookmark = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralGoToNextBookmark);
|
||||||
MainGeneralChooseProfile = UiUtil.GetKeys(Configuration.Settings.Shortcuts.ChooseProfile);
|
MainGeneralChooseProfile = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralChooseProfile);
|
||||||
MainGeneralDuplicateLine = UiUtil.GetKeys(Configuration.Settings.Shortcuts.DuplicateLine);
|
MainGeneralDuplicateLine = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralDuplicateLine);
|
||||||
MainGeneralToggleView = UiUtil.GetKeys(Configuration.Settings.Shortcuts.ToggleView);
|
MainGeneralToggleView = UiUtil.GetKeys(Configuration.Settings.Shortcuts.GeneralToggleView);
|
||||||
MainVideoFullscreen = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainVideoFullscreen);
|
MainVideoFullscreen = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainVideoFullscreen);
|
||||||
MainVideoSlower = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainVideoSlower);
|
MainVideoSlower = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainVideoSlower);
|
||||||
MainVideoFaster = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainVideoFaster);
|
MainVideoFaster = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainVideoFaster);
|
||||||
@ -349,6 +348,7 @@ namespace Nikse.SubtitleEdit.Logic
|
|||||||
MainTextBoxBreakAtCursorPosition = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainTextBoxBreakAtPosition);
|
MainTextBoxBreakAtCursorPosition = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainTextBoxBreakAtPosition);
|
||||||
MainTextBoxBreakAtCursorPositionAndGoToNext = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainTextBoxBreakAtPositionAndGoToNext);
|
MainTextBoxBreakAtCursorPositionAndGoToNext = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainTextBoxBreakAtPositionAndGoToNext);
|
||||||
MainTextBoxUnbreak = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainTextBoxUnbreak);
|
MainTextBoxUnbreak = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainTextBoxUnbreak);
|
||||||
|
MainTextBoxUnbreakNoSpace = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainTextBoxUnbreakNoSpace);
|
||||||
MainMergeDialog = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainMergeDialog);
|
MainMergeDialog = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainMergeDialog);
|
||||||
MainToggleFocus = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainToggleFocus);
|
MainToggleFocus = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainToggleFocus);
|
||||||
MainToggleFocusWaveform = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainToggleFocusWaveform);
|
MainToggleFocusWaveform = UiUtil.GetKeys(Configuration.Settings.Shortcuts.MainToggleFocusWaveform);
|
||||||
|
Loading…
Reference in New Issue
Block a user