Wednesday, 1 July 2020

[Logitech MX Vertical] starts to creep its cursor

Symptom

Even if you do not touch the mouse, its cursor creeps over the screen.

Solution

Switch it off and on again possibly waiting a couple of seconds inbetween.

No comments:

Post a Comment

[git] Create a local branch from another branch

From the active branch git checkout -b <LOCAL_BRANCH> From a donator branch git checkout -b <LOCAL_BRANCH> <DONATING_BRANCH...