You can't assign functions to the left button. It is reserved for pick
only. If you have a 3 button mouse you can use the other two. Edit the
acad.mns (preferred) or the acad.mnu as follows. The AUX2 menu configures
the Shift key and AUX3 the CTL key. The first line of each is the right
button and the second is the middle button.
***AUX2
'_zoom;e;
'_zoom;w;
***AUX3
'_pan;
'_zoom;p;
Carlos Baptista wrote:
> Thank愀.