diff --git a/Greenshot/Drawing/TextContainer.cs b/Greenshot/Drawing/TextContainer.cs index 80f9a66f5..d352aa056 100644 --- a/Greenshot/Drawing/TextContainer.cs +++ b/Greenshot/Drawing/TextContainer.cs @@ -494,6 +494,10 @@ namespace Greenshot.Drawing e.SuppressKeyPress = true; } + if (e.Control && e.KeyCode == Keys.A) + { + _textBox.SelectAll(); + } // Added for FEATURE-1064 if (e.KeyCode == Keys.Back && e.Control) {