GNOME Bugzilla – Bug 551375
Non-destructive range selection for tree view
Last modified: 2008-10-13 14:37:30 UTC
GtkTreeView should offer a range selection that does not unselect the rest of the selection, when both ctrl and alt are pressed. This is required by Nautilus for consistency with the icon view, which now has that feature. Alternatively, GtkTreeSelection could expose the GTK_TREE_SELECT_MODE_EXTEND selection mode which is used for range selection.
[quote]when both ctrl and alt are pressed[/quote] I think you mean "when both ctrl and shift are pressed".
> I think you mean "when both ctrl and shift are pressed". Yes, thanks.
*** This bug has been marked as a duplicate of 75484 ***