added a hotkey for zoom to selection

This commit is contained in:
Lars Brubaker 2021-05-25 17:25:44 -07:00
parent 9a2c73e1a4
commit 7e9d730df9
5 changed files with 95 additions and 81 deletions

View file

@ -160,6 +160,7 @@ namespace MatterHackers.MatterControl
("shift + ← → ↑ ↓","Pan".Localize()),
//("f","Zoom to fit".Localize()),
("w","Zoom to window".Localize()),
("z","Zoom to selection".Localize()),
("ctrl + s","Save".Localize()),
("ctrl + z","Undo".Localize()),
("ctrl + y","Redo".Localize()),