Skip to content

Commit

Permalink
Changed move viewport tool shortcut to space
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKreu committed Dec 10, 2021
1 parent 14f8f5e commit 0f39652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PixiEditor/ViewModels/ViewModelMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public void Setup(IServiceProvider services)
CreateToolShortcut<MoveTool>(Key.V, "Select Move Tool"),
CreateToolShortcut<SelectTool>(Key.M, "Select Select Tool"),
CreateToolShortcut<ZoomTool>(Key.Z, "Select Zoom Tool"),
CreateToolShortcut<MoveViewportTool>(Key.H, "Select Viewport Move Tool"),
CreateToolShortcut<MoveViewportTool>(Key.Space, "Select Viewport Move Tool"),
CreateToolShortcut<MagicWandTool>(Key.W, "Select Magic Wand Tool"),
new Shortcut(Key.OemPlus, ViewportSubViewModel.ZoomCommand, "Zoom in", 1),
new Shortcut(Key.OemMinus, ViewportSubViewModel.ZoomCommand, "Zoom out", -1),
Expand Down

0 comments on commit 0f39652

Please sign in to comment.