mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Fix issue with RichTextBox and Unicode - thx OmrSi :)
This commit is contained in:
parent
5932ee4b08
commit
90461c6a0b
@ -14140,12 +14140,6 @@ namespace Nikse.SubtitleEdit.Forms
|
||||
return;
|
||||
}
|
||||
|
||||
if (e.Modifiers == Keys.Alt && e.KeyCode == (Keys.RButton | Keys.ShiftKey) && (textBoxListViewText.Focused || textBoxListViewTextOriginal.Focused))
|
||||
{ // annoying that focus leaves textbox while typing, when pressing Alt alone
|
||||
e.SuppressKeyPress = true;
|
||||
return;
|
||||
}
|
||||
|
||||
if (e.Modifiers == Keys.Alt && e.KeyCode == (Keys.RButton | Keys.ShiftKey))
|
||||
{
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user