Title: How to Disable Built-In Gestures on a Cheap KKMOON Bluetooth Keyboard/Touchpad
Introduction
If you're using a KKMOON Bluetooth keyboard/touchpad and accidentally trigger Windows gestures with the touchpad, this article will guide you on how to disable these built-in gestures.
Steps to Disable Built-In Gestures
-
Connect the KKMOON Bluetooth Keyboard/Touchpad to your computer.
Turn on the KKMOON keyboard/touchpad and pair it with your computer. If you're not sure how to do this, refer to the user manual that came with the device.
-
Open the Device Manager.
- Press the Windows key + X and select "Device Manager" from the menu.
- Alternatively, you can type "Device Manager" into the search bar and select it from the results.
-
Find the KKMOON Bluetooth Keyboard/Touchpad.
In the Device Manager, expand the "Mice and other pointing devices" category. Look for the KKMOON Bluetooth Keyboard/Touchpad in the list.
-
Disable the built-in gestures.
Right-click on the KKMOON Bluetooth Keyboard/Touchpad and select "Properties." Go to the "Driver" tab and click on "Update Driver." Choose "Browse my computer for driver software." Select "Let me pick from a list of device drivers on my computer."
In the list that appears, uncheck the "Point and scroll" option and check the "HID-compliant mouse" option. Click "Next" and follow the prompts to complete the process.
-
Test the touchpad.
After disabling the built-in gestures, test the touchpad to ensure that it no longer triggers Windows gestures.
Code Block (Regedit Solution)
If the above steps don't work, you can try using the Registry Editor.
-
Open the Registry Editor.
- Type "regedit" into the search bar and select it from the results.
- If prompted by User Account Control, click "Yes."
-
Navigate to the correct key.
In the Registry Editor, navigate to
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Mouse -
Edit the TouchPadBehaviors DWORD.
Right-click on an empty space in the right pane and select "New" > "DWORD (32-bit) Value." Name the new value
TouchPadBehaviors. Double-click on the new value and set its value data to0x00000000. -
Restart your computer.
After making the changes, restart your computer for the changes to take effect.