Touch Mouse Xiaomi: how to clamp the wheel and configure functions

Managing the modern peripherals is often a question for users accustomed to classic mechanical solutions. When it comes to Xiaomi’s touch mouse, many people find it difficult to perform a standard action, such as pinching the wheel. This action is necessary to open links in new tabs or activate zoom modes in browsers and graphics editors. The absence of a physical scroll button can be confusing, but the manufacturer has provided logical software and hardware solutions.

In this article, we will discuss in detail the algorithms for various models of smart manipulators from the Chinese giant. You will learn which key combinations simulate the press of the middle button, and how to reassign functions through official software. Understanding the logic of the touchpad and touch zone will allow you to significantly improve the efficiency of your computer.

It’s worth noting that different generations of devices, such as the Mi Smart Mouse or the newer versions of Xiaomi Wireless Mouse, may have different implementations of control. Some models rely solely on software emulation, while others use hidden capacitive sensors. We’ll look at all the nuances so you can fully exploit the potential of your device without having to look for physical analogues of buttons.

Features of the design of touch mice Xiaomi

Xiaomi's main difference from its competitors is its minimalist design and the rejection of unnecessary mechanical elements. In classic mice, the wheel is a separate physical node that can be pressed down. In touch versions, the scroll is a smooth surface that responds to finger touch, which creates the illusion of no button, but the functionality of the middle click is still there.

Engineers have implemented a multi-touch control system that reads not only movement, but also pressure or specific gestures. Depending on the model, the scrolling area can be combined with the main work surface or allocated to a separate unit. It is important to understand that a capacitive sensor requires a certain type of touch, other than mechanical pressing.

Many users mistakenly believe that to emulate a push, you need to push the surface with force, which can damage the sensitive layer, instead of physical effort, the device expects software commands or specific gestures, for example, some modifications use Force Touch technology, which responds to vibration or change in the area of contact.

⚠️ Warning: Don't try to push hard on the touchpad to activate the wheel function.This is not a mechanical button, and excessive force can damage internal sensors or disrupt sensor calibration.

All functions often require an additional driver or operating system built-in tools to function properly. Without proper configuration, the touch zone can be perceived by the system as simply a cursor area, ignoring complex gestures. So the first step should always be to check compatibility and availability of current software.

Software configuration via Mi Mouse Utility

The most reliable way to activate the mid-click function is to use the proprietary utility Mi Mouse Utility, which allows you to reassign the actions of the buttons and adjust the sensitivity of the sensor. After installing the application, you need to connect the mouse to the computer via Bluetooth or USB-Adapter and go to the configuration section.

In the interface, you'll find a button map where you can set the action for different zones of the manipulator. If you have an emulation in your model, it'll be available in the dropdown list. Select the Middle Click or the Kolesico option and assign it to a convenient keyboard or touch zone, which will allow the system to recognize your actions as a full-fledged press.

β˜‘οΈ Checking the mouse settings

Done: 0 / 4

Note that the settings are only applied when the driver is running in the background. If the utility is closed, the mouse can return to the standard behavior determined by the operating system. For constant use, it is recommended to add the program to the Windows or macOS autoboot.

Surface calibration is also available, which is especially important for touch models. Incorrect calibration can cause the system to confuse normal cursor movement with an attempt to scroll or press. Regularly checking parameters in the Settings β†’ Sensor Calibration section will help avoid errors in operation.

Hardware combinations and hidden gestures

In models where software settings are limited or absent, the manufacturer often implements hidden hardware combinations. To emulate the push of the wheel on the touch mouse, Xiaomi most often uses simultaneous pressing of the left and right buttons. This method is the standard for many touchpads and touch devices.

Another common option is to use a special zone at the top of the sensor, which is that a brief touch of this area with two fingers can be thought of as a medium click, but the exact algorithm depends on the specific revision of the device, and in some cases, double touching the scroll touch zone helps.

  • πŸ–±οΈ Simultaneous pressing of left and right buttons (LCM) + PKM – the most common method of emulation.
  • πŸ‘† Double light touching of the scrolling area with two fingers is an alternative option for some models.
  • ⌨️ Using the Fn key in combination with touching the sensor – found in hybrid devices.

If neither method works, your model may not support hardware-level emulation without third-party software, so you should look at the OS system settings or use on-screen keyboards for the rare occasions when you need a mid-click.

What to do if the combinations do not work?
If the standard pairs don't respond, drivers may conflict in the system. Try removing the device from the Device Manager and re-pairing, and check if compatibility with other mouse brands is on.

Use of Windows and macOS system tools

Operating systems provide their own peripheral control tools that can intercept mouse signals. In Windows, you can configure button actions through the control panel, although there are limited options for touch mice. However, there are ways to reassign keyboard keys to emulate the average click.

In macOS, the situation is similar: the system allows you to configure trackpads more flexibly, but for third-party Bluetooth mice, the functionality can be reduced. Using the Boot Camp utility or third-party drivers from Microsoft sometimes helps to unlock the hidden potential of the device. In the mouse settings, select the β€œIndicator Settings” tab and check the available options.

For advanced users, it's possible to create scripts that emulate the push of a wheel on a specific trigger, especially for touch mice, where physical action is difficult to perform, and a script can respond to a rare keyboard combination or even a voice command.

Operating systemMethod of setting upRequired softwareEfficiency
Windows 10/11Control Panel/RegisterMi Mouse UtilityTall.
macOSSystem settingsSteerMouse / BetterTouchToolMedium
Linux (Ubuntu)xinput / xbindkeysNo (indirectly)Low.
Android TVRemote settingsNo.Depends on the model.

If a proprietary communication protocol is used, system utilities may not see the device deep enough to make changes.

Solving Sensor Responsiveness Problems

A common problem with sensory mice is a decrease in responsiveness or a complete loss of response to touch, which can be caused by surface contamination, battery discharge, or software failure. Use soft cloth slightly soaked in alcohol to clean, but keep moisture out of the housing.

If the problem is software-based, try resetting the device completely, usually by pressing the button combination or using the hidden Reset button on the bottom panel, and then repairing the computer by removing old device records from the Bluetooth list.

πŸ’‘

To prevent sensor problems, wipe the surface of the mouse with a dry screen wipe once a week. Fat fingerprints can interfere with the accuracy of gesture recognition.

If the mouse is only unstable in certain applications, check the compatibility settings of these programs. Some games or specialized software may block standard input commands, considering them a conflict. Adding a process to exceptions or running on behalf of an administrator can solve the problem.

⚠️ Note: If after resetting and replacing the batteries, the sensor continues to work incorrectly, it is possible that the plume or the sensor module itself is damaged.

Alternative ways to emulate the middle clique

When standard methods fail, third-party tools like X-Mouse Button Control or AutoHotkey come to the rescue, allowing you to create a profile specifically for your Xiaomi mouse and assign any action to any combination, for example, you can make a triple touchpad to emulate the push of the wheel.

Using AutoHotkey gives you the most flexibility. You can write a simple script that will track the status of the keys or cursor coordinates. Below is an example of code that emulates the average click when you press the key combination, which can be convenient for a touch mouse:

; Script for AutoHotkey


Emulation of the average click at the press of F1




F1::




Click middle




return

This approach allows you to bypass the limitations of drivers and use the mouse in a way that suits you, but it is worth considering that third-party scripting can be prohibited from running on corporate networks or some games with anti-cheat systems.

πŸ“Š Which way of setting up do you prefer?
Official Xiaomi driver
Windows system settings
Third-party utilities (AutoHotkey)
I don't adjust, I use it as it is.

So in conclusion, the touch mouse is a habit-forming device, and the lack of physical feedback can be annoying at first, but after adjustment and adaptation, many users notice that they're doing a lot faster, and the key is to get the sensitivity right and choose a convenient emulation method.

πŸ’‘

The most stable result is a combination of the official Mi Mouse Utility utility and correct surface calibration, rather than finding hidden physical buttons.

Frequently Asked Questions (FAQ)

Can I physically push the wheel in the Xiaomi touch mouse?
No, most Xiaomi touchscreens don't have a physical touch on the scrolling area, but instead, the wheel mechanism is replaced by a capacitive sensor that only responds to touch and finger movements, and trying to push through that area can cause a breakdown.
Why did the scroll stop working after the Windows update?
An operating system update often resets input device drivers or installs standard HID drivers that do not support specific Xiaomi features.
Does the average click on Android TV work via Bluetooth?
Support for mid-click on TVs depends on the Android TV version and the specific app. In most cases, emulation via LCM+PCM does not work on TV, because the remotes and mice there have a simplified interaction profile.
How to distinguish a touch mouse from a mechanical mouse?
The Xiaomi touch mouse has a smooth, continuous surface in the wheel area, often with a backlight or indicator. The mechanical version has a relief texture and a pronounced stroke when pressed. Also, touch models tend to be thinner and lighter.