@@ -212,13 +212,13 @@ pub fn input_mappings() -> Mapping {
212
212
entry!( KeyDown ( Delete ) ; modifiers=[ Shift ] , action_dispatch=PathToolMessage :: BreakPath ) ,
213
213
entry!( KeyDown ( Backspace ) ; modifiers=[ Shift ] , action_dispatch=PathToolMessage :: BreakPath ) ,
214
214
entry!( KeyDownNoRepeat ( Tab ) ; action_dispatch=PathToolMessage :: SwapSelectedHandles ) ,
215
- entry!( KeyDown ( MouseLeft ) ; action_dispatch=PathToolMessage :: MouseDown { direct_insert_without_sliding : Control , extend_selection: Shift , lasso_select: Control , handle_drag_from_anchor: Alt } ) ,
215
+ entry!( KeyDown ( MouseLeft ) ; action_dispatch=PathToolMessage :: MouseDown { extend_selection: Shift , lasso_select: Control , handle_drag_from_anchor: Alt } ) ,
216
216
entry!( KeyDown ( MouseRight ) ; action_dispatch=PathToolMessage :: RightClick ) ,
217
217
entry!( KeyDown ( Escape ) ; action_dispatch=PathToolMessage :: Escape ) ,
218
218
entry!( KeyDown ( KeyG ) ; action_dispatch=PathToolMessage :: GRS { key: KeyG } ) ,
219
219
entry!( KeyDown ( KeyR ) ; action_dispatch=PathToolMessage :: GRS { key: KeyR } ) ,
220
220
entry!( KeyDown ( KeyS ) ; action_dispatch=PathToolMessage :: GRS { key: KeyS } ) ,
221
- entry!( PointerMove ; refresh_keys=[ KeyC , Space , Control , Shift , Alt ] , action_dispatch=PathToolMessage :: PointerMove { toggle_colinear: KeyC , equidistant: Alt , move_anchor_with_handles: Space , snap_angle: Shift , lock_angle: Control } ) ,
221
+ entry!( PointerMove ; refresh_keys=[ KeyC , Space , Control , Shift , Alt ] , action_dispatch=PathToolMessage :: PointerMove { toggle_colinear: KeyC , equidistant: Alt , move_anchor_with_handles: Space , snap_angle: Shift , lock_angle: Control , delete_segment : Alt } ) ,
222
222
entry!( KeyDown ( Delete ) ; action_dispatch=PathToolMessage :: Delete ) ,
223
223
entry!( KeyDown ( KeyA ) ; modifiers=[ Accel ] , action_dispatch=PathToolMessage :: SelectAllAnchors ) ,
224
224
entry!( KeyDown ( KeyA ) ; modifiers=[ Accel , Shift ] , action_dispatch=PathToolMessage :: DeselectAllPoints ) ,
0 commit comments