Shovel
Can't get enough of FH
- Joined
- Dec 22, 2003
- Messages
- 1,350
Came across this the other day and decided to share
One of the long term problems with logitech mice is that the scrolling isn't as nice as the MS counterparts. While you get used to this, it's never the same.
Anyway, was poking around in TweakUI and discovered that you can set the "number of lines" to scroll higher than 6 (which is the Logi driver cap). I've found that setting it to 9 makes for some rather nice wheel scrolling.
The only problem is that on reboot the drivers override the setting and set it back to the default 1. Therefore if you make a text file named: "mousewheel.reg" and stick it in your startup folder, with the following content, you should find it makes it persistant.
Set the "9" to whatever you like
One of the long term problems with logitech mice is that the scrolling isn't as nice as the MS counterparts. While you get used to this, it's never the same.
Anyway, was poking around in TweakUI and discovered that you can set the "number of lines" to scroll higher than 6 (which is the Logi driver cap). I've found that setting it to 9 makes for some rather nice wheel scrolling.
The only problem is that on reboot the drivers override the setting and set it back to the default 1. Therefore if you make a text file named: "mousewheel.reg" and stick it in your startup folder, with the following content, you should find it makes it persistant.
Code:
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WheelScrollLines"="9"
Set the "9" to whatever you like