add shortcut

(cherry picked from commit 19f34c36264f9b689243124d302eeb19c2016e6b)
This commit is contained in:
Nathan Brown 2022-10-11 20:58:08 -07:00
commit 7ac9e17508
2 changed files with 4 additions and 1 deletions

View file

@ -1023,6 +1023,9 @@ namespace Greenshot.Editor.Forms
case Keys.C:
BtnCropClick(sender, e);
break;
case Keys.Z:
BtnResizeClick(sender, e);
break;
}
}
else if (e.Modifiers.Equals(Keys.Control))

View file

@ -312,7 +312,7 @@ All Greenshot features still work directly from the tray icon context menu witho
<resource name="editor_counter">Add counter (I)</resource>
<resource name="editor_speechbubble">Add speechbubble (S)</resource>
<resource name="editor_resize">Resize</resource>
<resource name="editor_resize">Resize (Z)</resource>
<resource name="editor_resize_settings">Resize settings</resource>
<resource name="editor_resize_aspectratio">Maintain aspect ratio</resource>
<resource name="editor_resize_width">Width</resource>