I'm trying to get rid of built in gestures on a cheap KKMOON Bluetooth keyboard/touchpad. The touchpad is tiny so I accidently do windows gestures all the time. I managed to get rid of all the gestures except one. Swiping left to right opens up taskview - which I don't want. I've used hours on this issue and I'm at a loss for ideas now. I'll try and summarize:
- The Touchpad registers in windows as a generic MOUSE (not a trackpad). No drivers available.
- Most guides I could find assume trackpad is installed as a trackpad (and not a mouse), which has its own gesture section under windows mouse settings. I don't have that option.
- I've used autohotkey with the following script which removed all my trackpad gestures except winkey+Tab which doesnt seem to have an effect.
#Down::return
#Tab::return
#a::return
#b::return
^WheelDown::return
^WheelUp::return
- Tried to get rid of "task view" completely but it seems to be baked into windows and cant be removed.
- Used powertoys to rebind winkey+tab to unused key. Trackpad still opens task view.
- I used Pulover's Macro Creator to record keypresses, and sure enough all the gestures use keypresses EXCEPT for the taskview left to right swipe. That one just comes up blank.