mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Changed shortcuts - Ctrl+0, Ctrl+9
This commit is contained in:
parent
41082c2be1
commit
95c759e3fd
2 changed files with 6 additions and 6 deletions
4
Greenshot/Forms/ImageEditorForm.Designer.cs
generated
4
Greenshot/Forms/ImageEditorForm.Designer.cs
generated
|
@ -1704,7 +1704,7 @@ namespace Greenshot {
|
|||
//
|
||||
this.zoomBestFitMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("zoomBestFitMenuItem.Image")));
|
||||
this.zoomBestFitMenuItem.Name = "zoomBestFitMenuItem";
|
||||
this.zoomBestFitMenuItem.ShortcutKeyDisplayString = "Ctrl+*";
|
||||
this.zoomBestFitMenuItem.ShortcutKeyDisplayString = "Ctrl+9";
|
||||
this.zoomBestFitMenuItem.Size = new System.Drawing.Size(209, 22);
|
||||
this.zoomBestFitMenuItem.Text = "Best Fit";
|
||||
this.zoomBestFitMenuItem.Click += new System.EventHandler(this.ZoomBestFitMenuItemClick);
|
||||
|
@ -1755,7 +1755,7 @@ namespace Greenshot {
|
|||
//
|
||||
this.zoomActualSizeMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("zoomActualSizeMenuItem.Image")));
|
||||
this.zoomActualSizeMenuItem.Name = "zoomActualSizeMenuItem";
|
||||
this.zoomActualSizeMenuItem.ShortcutKeyDisplayString = "Ctrl+/";
|
||||
this.zoomActualSizeMenuItem.ShortcutKeyDisplayString = "Ctrl+0";
|
||||
this.zoomActualSizeMenuItem.Size = new System.Drawing.Size(209, 22);
|
||||
this.zoomActualSizeMenuItem.Tag = "100";
|
||||
this.zoomActualSizeMenuItem.Text = "100% - Actual Size";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue