- #1
- 2,138
- 2,713
At the very beginning, I accept that I have a faulty mouse. I bought it last year, and it's been only one year (almost), and the left button is malfunctioning. Single clicks are often becoming double clicks, which is causing a host of problems — closing two tabs one after the other in browsers, trying to select text moves a portion of selected text from one place to the other, difficulty in positioning the cursor, and so on. The easiest way forward would be to buy a new mouse, but we are currently going through a financial crunch and I would like to hold on to this mouse for a little longer. This is my third mouse, by the way, since I got the laptop two and a half years back.
The double click trouble is this: when I press and release the left button, two click events are generated almost one after the other, very close in time. It doesn't happen all the time, but very frequently, making it difficult for me to use the mouse, especially when I am doing some precision work like editing images.
Is it possible to write some program to instruct Ubuntu to ignore left button clicks that are generated very close to each other, say within 250 ms or something like that? The time interval is something that I have to play with and adjust, but where can I write the program to direct the system to do something like this? I am asking because there are programs like
The double click trouble is this: when I press and release the left button, two click events are generated almost one after the other, very close in time. It doesn't happen all the time, but very frequently, making it difficult for me to use the mouse, especially when I am doing some precision work like editing images.
Is it possible to write some program to instruct Ubuntu to ignore left button clicks that are generated very close to each other, say within 250 ms or something like that? The time interval is something that I have to play with and adjust, but where can I write the program to direct the system to do something like this? I am asking because there are programs like
imwheel
that can modify how many lines are scrolled each time I rotate the mouse wheel. Can something similar be implemented for my case?