Jump to content
Macro Express Forums

Mouse Settings Registry Values


Andy

Recommended Posts

Some Mouse Settings for my scroll wheel work better for some apps.

I'm constantly changing between Middle Button, Universal Scroll, and

Auto Scroll. I have three (crude) macros to change the Mouse

Properties settings.

 

Here's the one to select the Middle Button (the other two are the same

except that the "m" in the second to last line is either an "a" or a

"u".)

 

 

Control Panel Run Applet: main.cpl

Wait For Window Title: "Mouse Properties"

Activate Window: "Mouse Properties"

Text Type: <SHIFT><TAB><ARROW RIGHT><ARROW RIGHT>

<TAB><ARROW DOWN><ARROW DOWN>

Text Type: <ALT>m

Text Type: mid<TAB><ENTER><TAB><TAB><TAB><ENTER>

 

I imagine there is a Registry value that is being changed, so a macro

changing that value would be much faster.

 

Any idea how I would find it?

 

TIA,

 

Andy

Link to comment
Share on other sites

I use an free utility called RegShot (http://www.majorgeeks.com/download965.html) to track down changed registry items. Here is a brief description:

RegShot is a small registry compare utility that allows you to quickly take a snapshot of your registry and then compare it with a second one - done after doing system changes or installing a new software product. The changes report can be produced in text or HTML format and contains a list of all modifications that have taken place between snapshot1 and snapshot2. In addition, you can also specify folders (with sub filders) to be scanned for changes as well.

You can run RegShot, make your changes to the mouse settings and then run RegShot again. It will show what Registry items and/or files were add, deleted or changed.

Link to comment
Share on other sites

> I use an free utility called RegShot to track down changed

> registry items.

 

Very cool! I never would have found the registry settings that were

being changed, which were in

 

HKEY_USERS\S-1-5-21-440220953-2996804125-4100544177-1005\Software\Logitech\

MouseWare\CurrentVersion\ControlCenter\Schemes\.Default\Devices\

CordlessOptical3\0001\Assignments\MiddleMouseShortClick\

 

And I discovered that each of the three settings (Middle Mouse Button,

Auto Scroll, and Universal Scroll) created a key & subkeys, and

deleted the previous key and subkeys. Not simply changing one number

from 0 to 1 to 2 as I had hoped. Fiddling the registry would be more

trouble than it's worth, I'll just stick to my crude macros.

 

Thanks for pointing me to RegShot.

 

 

Andy

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...