From b7d6d8dae3ba45cda2b16e0ae0ec1802e07e879c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Fri, 26 Feb 2021 10:39:25 -0300 Subject: [PATCH] Minor fixes (paragraph 28) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18dc45b..7793b4a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ NB: The frames are horizontally flipped. ### Tips ### - Using **X11**: open [sample_cursor.cpp](sample_cursor.cpp) and compile using `g++ sample_cursor.cpp -lX11`. Enter numbers between 1 to 5 to emulate different mouse keypresses. - If you mistakenly activate CLICK_MODE (stray blinks ¯\\\_(ツ)\_/¯), activate SCROLL_MODE momentarily to deactivate the former. - - Set **frame sensitivies** for all actions. These the denote the number of frames the expression needs to be sustained for for activation. This protects against stray blinks. Adjust it! + - Set **frame sensitivities** for all actions. These the denote the number of frames the expression needs to be sustained for activation. This protects against stray blinks. Adjust it! ``` LOW_FRAME_SENSITIVITY = 3, HIGH_FRAME_SENSITIVITY = 5, ...