Skip to content

yamit1918/-Cursor-Guardian-v1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-Cursor-Guardian-v1.0

Cursor Guardian is a lightweight Windows utility built in AutoHotkey.
It solves the common "Cursor Drift" problem by automatically parking your mouse cursor
at the edge of the screen during intensive typing sessions in Google Chrome.
✨ Key Features

✅Context-Aware: Only activates when Google Chrome is your active window—
it won't interfere with your desktop or other apps.

✅Dynamic Sensitivity: Choose between High, Medium, or Low sensitivity directly from the System Tray.

✅System Tray Management: A clean, professional menu to Pause, Reload, or Configure the script without touching a single line of code.

✅Ergonomic Design: Eliminates accidental "focus-stealing" clicks caused by bumping your mouse while typing.

🚀 How to Use Install AutoHotkey: Ensure you have AutoHotkey installed on your PC.

Launch: Double-click CursorGuardian.ahk. You will see a green H icon appear in your System Tray (near the clock).

Configure: Right-click the icon to:

Change how many keys trigger a "park" (Sensitivity).

Pause the Guardian when you need full manual mouse control.

Reload the script if you make any manual changes.

🛠️ Technical Implementation Native Hooking: Uses ~* prefix hotkeys to monitor keystrokes without blocking original input.

State Management: Implements Suspend commands for robust "Muting" logic.

Low Overhead: Engineered to use less than 2MB of RAM while running in the background.

📜 License This project is open-source and free to use.
      Build, tweak, and share!

The Final "Fool-Proof" Touch If you want this to start every time you turn on your computer,
press Win + R, type shell:startup, and move a shortcut of your .ahk script into that folder.
https://youtu.be/E0zq-_-y4J8

About

Cursor Guardian is a lightweight Windows utility built in AutoHotkey. It solves the common "Cursor Drift" problem by automatically parking your mouse cursor at the edge of the screen during intensive typing sessions in Google Chrome.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors