|
@@ -167,9 +167,11 @@ namespace PixiEditor.ViewModels
|
|
|
new Shortcut(Key.O, OpenFileCommand, null, ModifierKeys.Control),
|
|
|
new Shortcut(Key.E, SelectToolCommand, ToolType.Earser),
|
|
|
new Shortcut(Key.O, SelectToolCommand, ToolType.ColorPicker),
|
|
|
- new Shortcut(Key.C, SelectToolCommand, ToolType.Rectangle),
|
|
|
+ new Shortcut(Key.R, SelectToolCommand, ToolType.Rectangle),
|
|
|
+ new Shortcut(Key.C, SelectToolCommand, ToolType.Circle),
|
|
|
new Shortcut(Key.L, SelectToolCommand, ToolType.Line),
|
|
|
new Shortcut(Key.G, SelectToolCommand, ToolType.Bucket),
|
|
|
+ new Shortcut(Key.U, SelectToolCommand, ToolType.Brightness),
|
|
|
new Shortcut(Key.Y, RedoCommand, null, ModifierKeys.Control),
|
|
|
new Shortcut(Key.Z, UndoCommand),
|
|
|
new Shortcut(Key.S, UndoCommand, null, ModifierKeys.Control),
|