Reply
Logi Nu
cc777
Posts: 1
Registered: ‎03-25-2009
0

wish my mx1100 would work like my mx620

On my mx620 I was able to program volume control on the mouse but not on the mx1100.

 

Any ideas?  I am running the latest SetPoint 4.72.40.

 

 

Support Specialist
CJChew
Posts: 6,545
Registered: ‎06-21-2007
0

Re: wish my mx1100 would work like my mx620

Hi:smileyhappy:,

 

It should be possible to assigne volume controls to the lef/right tilt. The volume up/down options can be found in the drop down menu that appears when 'Other' is selected in the 'Select Task' area. 

vxy
Logi Nu
vxy
Posts: 2
Registered: ‎03-03-2010
0

Re: wish my mx1100 would work like my mx620

Actually, they can't...

 

My old MX620 had that functionality, but my new MX1100 can achieve this only via uberoptions. Sadly, uberoptions doesn't cover setpoint 6.0.

 

I hoped this would be corrected in a new setpoint version.

 

If you have any suggestio,n please post it.

 

Thanks

vxy
Logi Nu
vxy
Posts: 2
Registered: ‎03-03-2010
0

Re: wish my mx1100 would work like my mx620

Ok, here's what to do:

 

1.edit default.xml in your setpoint directory (e.g. C:\Program Files\Logitech\SEetPointP\)

 

2.find this two lines:

      -<HandlerSetGroup Name="ScrollRightGroup2" HandlerSetNames="HorzScrollRightSet,BrowserForward,MM NEXT,CruiseDown,CruiseUp,KeystrokeAssignment,OtherMiceGroup" VisibleHandlerSetCount="6" />

      -<HandlerSetGroup Name="ScrollLeftGroup2" HandlerSetNames="HorzScrollLeftSet,Back,MM PREVIOUS,CruiseUp,CruiseDown,KeystrokeAssignment,OtherMiceGroup" VisibleHandlerSetCount="6"  />

 

3.change it to:

     -<HandlerSetGroup Name="ScrollRightGroup2" HandlerSetNames="VOLUMEUPRepeat,HorzScrollRightSet,BrowserForward,MM NEXT,CruiseDown,CruiseUp,KeystrokeAssignment,OtherMiceGroup" VisibleHandlerSetCount="7" />

     -<HandlerSetGroup Name="ScrollLeftGroup2" HandlerSetNames="VOLUMEDOWNRepeat,HorzScrollLeftSet,Back,MM PREVIOUS,CruiseUp,CruiseDown,KeystrokeAssignment,OtherMiceGroup" VisibleHandlerSetCount="7"  />

 

4.restart setpoint (app and service)

5.enjoy functionality that should already be there :smileywink:

Logi Rook
rigelt
Posts: 75
Registered: ‎06-14-2006
0

Re: wish my mx1100 would work like my mx620

vxy >> it's always great to see how the community comes up with decent postings!