L
L
limasoul8852021-05-23 14:47:22
Windows
limasoul885, 2021-05-23 14:47:22

What program disables double clicks with the mouse wheel?

I often use to open a link in a new browser tab by clicking on it with the mouse wheel, apparently because of this, the button is broken, now sometimes 2-3-4 tabs are opened when clicking, how to fix the problem with a double or more click? While only one program was tested (FixMouseLMB), it did not help, it was not possible to google the fix for the problem just for clicking with the mouse wheel.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
antonwx, 2021-05-24
@limasoul885

When specific, but simple from the point of view of programming, solutions are required, usually no one writes separate programs, but uses scripting languages. For example, your task is solved by the following script for AutoHotkey :

*MButton::
  click, middle
  sleep, 200
return

Where 200 is in milliseconds the minimum interval between button click tolerances.

R
Rsa97, 2021-05-23
@Rsa97

Solder the middle button microswitch.
Or just buy a new mouse.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question