mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
add shortcut
(cherry picked from commit 19f34c36264f9b689243124d302eeb19c2016e6b)
This commit is contained in:
parent
d9c461bb7c
commit
7ac9e17508
2 changed files with 4 additions and 1 deletions
|
@ -1023,6 +1023,9 @@ namespace Greenshot.Editor.Forms
|
||||||
case Keys.C:
|
case Keys.C:
|
||||||
BtnCropClick(sender, e);
|
BtnCropClick(sender, e);
|
||||||
break;
|
break;
|
||||||
|
case Keys.Z:
|
||||||
|
BtnResizeClick(sender, e);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (e.Modifiers.Equals(Keys.Control))
|
else if (e.Modifiers.Equals(Keys.Control))
|
||||||
|
|
|
@ -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_counter">Add counter (I)</resource>
|
||||||
<resource name="editor_speechbubble">Add speechbubble (S)</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_settings">Resize settings</resource>
|
||||||
<resource name="editor_resize_aspectratio">Maintain aspect ratio</resource>
|
<resource name="editor_resize_aspectratio">Maintain aspect ratio</resource>
|
||||||
<resource name="editor_resize_width">Width</resource>
|
<resource name="editor_resize_width">Width</resource>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue