Problema no JDeveloper com Scroll Mouse Wireless

Go to Mouse Properties -> Hardware tab
Select the problematic mouse from the list "HID-compliant mouse"
Click "Properties"
Go to Details tab
Select the "Device Instance Path" from the combobox.
A value will be displayed e.g.: HID\VID_045E&PID_0745&MI_01&COL01\8&5538EC&0&0000
Note this value.
Open registry editor and navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\HID\VID_045E&PID_0745&MI_01&Col01\8&5538ec&0&0000\Device Parameters
The "Device Instance Path" is the path of the reg key that corresponds to this instance of the mouse.
In the Device Parameters, add the following DWORD (32 bit) reg keys
HScrollHighResolutionDisable = 1
VScrollHighResolutionDisable = 1
Delta = 120 (decimal)
Remove the transreceiver and put it back (this kind of re-initializes the driver). You can choose to restart the PC, too - whatever.
This should work.
Initially I had not put the "Delta" key. But because of that it was scrolling as if I pressed the "Home" and "End" keys i.e. either all the way down or all the way up. After putting the "Delta" key, it worked.


Fonte: http://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/scrolling-problem-with-microsoft-wireless-mobile/127227ce-2522-40bb-80d2-1f64fa6fa3d8

Comentários