Comment 6 for bug 1250997

Revision history for this message
su_v (suv-lp) wrote :

The preference setting only applies to the keyboard shortcuts to delete nodes (<Del>, <Backspace>) - i.e. those two shortcuts which allow to temporarily switch deletion mode by pressing 'Ctrl' - but not to the mouse shortcut, nor to the button ('-') on the tool controls bar.

Quoting from the release notes of Inkscape 0.44 ('preserve shape' was introduced as new behavior):
«New deletion behavior
    In Node tool, deleting node(s) by Del/Backspace keys or by Ctrl+Alt+clicking a node now tries to preserve, as much as possible, the current shape of the path. This means that the nodes adjacent to those being deleted have their handles adjusted to approximate the form that the path had before deletion. For example, if you Ctrl+Alt+click a path twice, once to add a new node and then to delete it, the path will not change at all (or change very slightly). The old deletion behavior without adjusting handles is still available via Ctrl+Del or Ctrl+Backspace. »
<http://wiki.inkscape.org/wiki/index.php/Release_notes/0.44#New_deletion_behavior>

Quoting from the manual:
« (Backspace, Delete, or Ctrl+Alt+Left Mouse Click): Delete selected nodes. Inkscape will attempt to preserve the shape of the path when nodes are removed by adjusting the handles of adjacent nodes. If you wish to remove a node and not change the handles of adjacent nodes use Ctrl+Backspace or Ctrl+Delete. »
<http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Paths-Editing.html#Paths-Node-ToolControls>

Discussion on the developers mailing list which -among other things- resulted in adding the preference setting to switch default modes for Del/Backspace (in Inkscape 0.48):
<http://thread.gmane.org/gmane.comp.graphics.inkscape.devel/32931>

Commit implementing the toggle mode only for keyboard shortcuts 'Del'/'Backspace':
<http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/9130>