From 9d2b799ea64bd2a706ddba357eb33cf688f3f318 Mon Sep 17 00:00:00 2001 From: firestarter <46024294+fistarter@users.noreply.github.com> Date: Wed, 9 Mar 2022 01:30:29 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e93ea8..c2ca49e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ -simple mouse click tester -in development, something remove the built up rust +Simple mouse click tester originally intended as practise in order remove the built up code rust and for testing on my own mice. +#1 Three modes for testing: Realtime, Highlight and Double Click mode. +#2. Continuity test: Select RT mode, hold down the desired click and check if the mouse click counter increases. +#3. Scroll test: Select HL mode, scroll in one direction and check if it highlights the scroll in the other direction. +#4. Simultaneous click test: Select RT mode, press combinations of clicks (especially LMB+MB3 and MMB+MB4 if your mouse has MB3 and 4) and check if they both highlight at the same time. +5. Double click test: Select DC mode and perform single clicks to check if the mouse would perform a faulty doubleclick or check if you can perform double clicks with that mouse. Works for all buttons and the click counter only records the number of double clicks.