binds...
swap paint and rect selectors:
	* M1 click: tunnel selector
	* shift + m1 drag: paint objects selection
	* ctrl + m1: select brush face
	* ctrl + m1 drag: paint faces selection
	* shift + m2: tunnel selector
	* shift + m2 drag: rectangular toggle selector
	* ctrl + m2: tunnel face selector
	* ctrl + m2 drag: rectangular selector of brush faces
	* alt + m2 drag: 2d zoom in/out
	* ctrl + m1: quick clipper mode (quits one after split done)
This commit is contained in:
Garux
2017-08-02 09:03:25 +03:00
parent fab6205991
commit e8686a54bf
2 changed files with 34 additions and 38 deletions

View File

@@ -933,7 +933,7 @@ unsigned int Clipper_buttons(){
}
unsigned int Clipper_quick_buttons(){
return RAD_RBUTTON | RAD_CONTROL;
return RAD_LBUTTON | RAD_CONTROL;
}
void XYWnd::DropClipPoint( int pointx, int pointy ){