Change crossing window selection method to pick with two points

Crossing window selection in Rhino is click hold and drag, this prevents the user from zooming, panning etc.

Can the developers add another mode to the selection crossing window so it behaves like a rectangle, pick two points? It’s something simple but frustrating without this capability.

AutoCAD/BricsCAD have the PICKDRAG system variable

Controls the window selection behavior used to select multiple entities at the same time.

Possible values:
Off (0): Draw selection window with two points

On (1): Draw selection window with click and drag (this is Rhino default)

Tried SelRectangular but the selection window changes size after every zoom even, so defeats the purpose of it, and it’s a dedicated command.

Here’s a demo from BricsCAD: