Overview
Find My Mouse helps you quickly locate your mouse cursor by displaying a spotlight effect that makes it stand out on your screen. When activated, it creates a circular spotlight around your cursor with a customizable darkened overlay on the rest of the screen.Find My Mouse is particularly useful on multi-monitor setups or when working with large displays where the cursor can be difficult to spot.
How to Activate
Find My Mouse can be triggered using one of three methods:1. Keyboard Shortcut (Default)
Press the activation shortcut to display the spotlight effect:- Default shortcut: Win + Shift + F
- Customizable in settings
2. Shake Mouse
Rapidly move your mouse back and forth to trigger the spotlight effect automatically.3. Press Control Key
Quickly press the left or right Control key twice to activate the spotlight.Configuration Options
Activation Settings
Choose how to trigger Find My Mouse:
- Keyboard Shortcut: Custom hotkey combination
- Shake Mouse: Detect rapid mouse movement
- Press Left Ctrl Twice: Double-tap left Control key
- Press Right Ctrl Twice: Double-tap right Control key
Custom keyboard shortcut to activate Find My Mouse (when activation method is set to Keyboard Shortcut)
Require Windows key in the Control key double-press activation method
Prevent activation when Windows Game Mode is active
Appearance Settings
Color of the darkened overlay outside the spotlight (supports ARGB with transparency)
Border color of the spotlight circle (supports ARGB with transparency)
Radius of the spotlight circle in pixels (final size after animation)
Percentage of initial spotlight size before animation (used to create zoom effect)
Duration of the spotlight appearance animation in milliseconds
Mouse Shake Detection Settings
Minimum cursor travel distance in pixels to trigger shake detection
Time window in milliseconds for detecting shake movement
Sensitivity multiplier for shake detection (higher = more sensitive)
Application Exclusions
List of application names (one per line) where Find My Mouse should not activate. Useful for preventing conflicts with games or full-screen applications.Example:
Use Cases
Multi-Monitor Setups
When working with multiple displays, quickly locate which screen your cursor is on by activating the spotlight.Presentations
Draw attention to your cursor during screen sharing or presentations without needing a laser pointer.Large Display Screens
On 4K monitors or ultra-wide displays, the default cursor can be difficult to spot. Find My Mouse makes it instantly visible.Accessibility
Users with visual tracking difficulties can use Find My Mouse to quickly reorient to the cursor position.Source Code Reference
The Find My Mouse implementation can be found at:- Module interface:
src/modules/MouseUtils/FindMyMouse/dllmain.cpp - Settings structure: Lines 18-32 in dllmain.cpp
- Default hotkey: Line 612 (Win + Shift + F)