windows disable magic mouse2 move left and right

I believe that most programmers comrades, as long as they use a macbook to install dual systems, I am no exception, because I need to use a lot of development tools such as vs.

 

I don't comment on the performance of magic mouse2 on osx. I haven't used it a few times. The performance on win10 is too bad, especially for programmers who often use code editors, or workers who often use word, excel, etc. , this mouse is simply torment. The high-level functions such as sliding left and right are completely mouse shit in a pot of code editing. I believe that everyone who has used it will have experience. Originally, you wanted to pull down, but found that it slid left and right. You can't find your own code when you slide, and you can't locate the inserted row at all.

 

I don't know how many times I've had the urge to drop him and have thought about changing to a bluetooth mouse with a scroll wheel. But my intuition tells me that as long as the left and right sliding function is disabled, it is still completely usable. It's just that the official driver or configuration software does not give this configuration. The intuition of programmers for many years tells me that disabling left and right swiping must be achievable. In the end, I really got it, and the research process will not be verbose here, just go to the steps.

 

The first step is to open the device manager and find the mouse and other pointing devices

technology sharing

As long as it is a macbook pro, there are two, one is a mouse and the other is a touchpad. Next, you need to determine which of these two is the mouse.

 

In the Bluetooth device management, delete the mouse device, only the touchpad is left in the picture above, double-click the touchpad, and record the device instance Lujin in detail, so that it can be distinguished from the mouse later.

technology sharing

 

Now, turn off the bluetooth mouse and reconnect it. (If the bluetooth device cannot be connected here, please enter the osx system, disconnect the mouse, and then enter the windows to connect successfully)

 

After success, go to the device manager to find the bluetooth mouse, double-click on the details-device instance path, and record the registry path (yes, the left and right sliding is disabled by modifying the registry).

technology sharing

According to the above path, the path of my registry here is

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\HID\{00001124-0000-1000-8000-00805f9b34fb}_VID&0001004c_PID&0269\8&10ce3e00&1&0000\Device Parameters

technology sharing

 

 

I saw that there are many items containing HScroll (horizontal sliding) on ​​the right side. I didn't study what these items do, and I just changed them all. Their values ​​are 0 by default, so now change them to 1, restart, and horizontal sliding (left and right sliding) is disabled. Your code will never run around again.

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325280625&siteId=291194637