01-09-2015, 10:34 PM
It could be your mouse.
Open the terminal and type in
Put the mouse in the xev window then click inside. Note the keycode for each click. You will get a keycode for pressing and another for releasing each mouse button.
Try clicking randomly to see the mouse behaviour.
Open the terminal and type in
Code:
xev | grep -i button
Try clicking randomly to see the mouse behaviour.