-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Autoclicker | ||
#### Left click by mouse movement | ||
|
||
A long time ago there was this software which clicks for you when you stop moving your mouse to reduce clicking fatigue which I can find anymore. So I made a simple one in AutoIt. | ||
A long time ago I used to use this software which clicks for you when you stop moving your mouse to reduce clicking fatigue which I can find anymore. So I made a simple one in AutoIt. | ||
|
||
### Operation: | ||
- Clicks the left mouse button when your mouse stops moving | ||
- It has a hard coded 150ms delay which is found most optimal | ||
- To toggle clicking use backtick(\`) (Left top corner of keyboard) | ||
- To toggle clicking use backtick ( \` ) (Left top corner of keyboard) | ||
- Useful tip: You can also enable visual notification on click in Windows by going to WinKey+R (Run) > main.cpl > "Pointer Options" tab > Check "Show location of pointer when I press CTRL key" | ||
- If you are on a while you are at it you could also change the mouse pointer to black if you have a while windows theme (default) to help with mouse visibility |