Double click on a SimpleShape to path edit (#507)

This commit is contained in:
0HyperCube
2022-02-05 17:19:32 +00:00
committed by Keavon Chambers
parent 0a1717cf77
commit 07c1d887be
2 changed files with 20 additions and 17 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ impl Default for Mapping {
entry! {action=SelectMessage::MouseMove { axis_align: KeyShift, snap_angle: KeyControl }, message=InputMapperMessage::PointerMove},
entry! {action=SelectMessage::DragStart { add_to_selection: KeyShift }, key_down=Lmb},
entry! {action=SelectMessage::DragStop, key_up=Lmb},
entry! {action=SelectMessage::EditText, message=InputMapperMessage::DoubleClick},
entry! {action=SelectMessage::EditLayer, message=InputMapperMessage::DoubleClick},
entry! {action=SelectMessage::Abort, key_down=Rmb},
entry! {action=SelectMessage::Abort, key_down=KeyEscape},
// Navigate