Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...
Expand Down