Multi selection of the nodes

Hello,

I noticed that ctrl&shift keys in combination with the selection of nodes, produces a multiple selection of the nodes. While using ctrl and click combination, it is possible deselect the nodes, but the shift + click combination will not behave the same.

Is there a configuration for this to work as well as the ctrl+click combination ?
Thanks!

Yes, shift-click (or shift drag-select) only adds to the Diagram.selection collection.

Control-click (or control drag-select) toggles their Part.isSelected property.

What behavior did you want? A way to only remove from the selection?

Yes.

I want a mechanism that on shift-click combination also removes from Diagram.selection collection.

Thanks!

Please describe more completely what it is that you want, for all possible situations. Do you not want the ability to unconditionally add to the selection collection?

The issue that I’m currently facing is the fact that shift-click combination only adds to the Diagram.selection collection, and when clicking an already selected node, that node is not un selected (removed from the collection).

Yes, that’s what control-click is for. And control-drag-select.