Author Topic: How can I disable my middle mouse button entirerly?  (Read 436 times)

I think my mouse is starting to go on me, pressing just about any button has a chance of all triggering the middle button, which can lead to some *very* frustrating results. The best idea I can think of right now is just trying to stop the middle mouse button from being recognized completely. If I could figure out how to safely open it and maybe clean it out, I would, but there's no way to open this thing. It's a Logitech G700 by the way, and I even have the software installed.

Isn't there something in the mouse options for reprogramming buttons?

Download a universal mouse driver


Use AutoHotKey to map it to nothing.


Use AutoHotKey to map it to nothing.
Holy stuff, I think:
Code: [Select]
!q::MButton
MButton::

Worked!



You guys have no idea how bad this was breaking my computer!