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
|
@ -871,12 +871,12 @@ namespace Greenshot {
|
|||
case Keys.OemMinus: // Ctrl + -
|
||||
ZoomOutMenuItemClick(sender, e);
|
||||
break;
|
||||
case Keys.Divide: // Ctrl + Num/
|
||||
case Keys.OemQuestion: // Ctrl + / (?)
|
||||
case Keys.NumPad0: // Ctrl + Num0
|
||||
case Keys.D0: // Ctrl + 0
|
||||
ZoomSetValueMenuItemClick(zoomActualSizeMenuItem, e);
|
||||
break;
|
||||
case Keys.Multiply: // Ctrl + Num*
|
||||
case Keys.D8: // Ctrl + 8 (*)
|
||||
case Keys.NumPad9: // Ctrl + Num9
|
||||
case Keys.D9: // Ctrl + 9
|
||||
ZoomBestFitMenuItemClick(sender, e);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue