Allow deleting artboards (#533)

This commit is contained in:
0HyperCube
2022-02-10 20:03:14 +00:00
committed by Keavon Chambers
parent c4fdc28449
commit e22030ffb2
4 changed files with 26 additions and 6 deletions
+2
View File
@@ -53,6 +53,8 @@ impl Default for Mapping {
entry! {action=CropMessage::PointerDown, key_down=Lmb},
entry! {action=CropMessage::PointerMove { constrain_axis_or_aspect: KeyShift, center: KeyAlt }, message=InputMapperMessage::PointerMove},
entry! {action=CropMessage::PointerUp, key_up=Lmb},
entry! {action=CropMessage::DeleteSelected, key_down=KeyDelete},
entry! {action=CropMessage::DeleteSelected, key_down=KeyBackspace},
// Navigate
entry! {action=NavigateMessage::ClickZoom { zoom_in: false }, key_up=Lmb, modifiers=[KeyShift]},
entry! {action=NavigateMessage::ClickZoom { zoom_in: true }, key_up=Lmb},