├── Annotation.ahk ├── KeyStrokeOSD.ahk ├── License.txt ├── MouseClickRipple.ahk ├── MouseClickRippleWithGui.ahk ├── MouseClickSound.wav ├── MouseSpotlight.ahk ├── README.md ├── Start.ahk ├── Utils.ahk └── settings.ini /Annotation.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunyi-the-coder/mouse-cursor-highlight-windows/HEAD/Annotation.ahk -------------------------------------------------------------------------------- /KeyStrokeOSD.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunyi-the-coder/mouse-cursor-highlight-windows/HEAD/KeyStrokeOSD.ahk -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunyi-the-coder/mouse-cursor-highlight-windows/HEAD/License.txt -------------------------------------------------------------------------------- /MouseClickRipple.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunyi-the-coder/mouse-cursor-highlight-windows/HEAD/MouseClickRipple.ahk -------------------------------------------------------------------------------- /MouseClickRippleWithGui.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunyi-the-coder/mouse-cursor-highlight-windows/HEAD/MouseClickRippleWithGui.ahk -------------------------------------------------------------------------------- /MouseClickSound.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunyi-the-coder/mouse-cursor-highlight-windows/HEAD/MouseClickSound.wav -------------------------------------------------------------------------------- /MouseSpotlight.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunyi-the-coder/mouse-cursor-highlight-windows/HEAD/MouseSpotlight.ahk -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunyi-the-coder/mouse-cursor-highlight-windows/HEAD/README.md -------------------------------------------------------------------------------- /Start.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunyi-the-coder/mouse-cursor-highlight-windows/HEAD/Start.ahk -------------------------------------------------------------------------------- /Utils.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunyi-the-coder/mouse-cursor-highlight-windows/HEAD/Utils.ahk -------------------------------------------------------------------------------- /settings.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yunyi-the-coder/mouse-cursor-highlight-windows/HEAD/settings.ini --------------------------------------------------------------------------------