Page 1 of 1

Mouse Highlighter, Mouse Click Ripple, Key Stroke OSD and Drawing on Screen.

Posted: 17 Oct 2021, 09:52
by yunyi
I learned a lot from this forum, so I combined all the knowledge that I have learned and came up with a few scripts which can highlight mouse pointer, display ripples for mouse clicks, display a key stroke OSD and draw on screen. I think it can be useful for online teaching and representations.

In order to support all those features, the code has become quite complex, so I had to separate it into different script files and put them on github: https://github.com/yunyi-the-coder/mouse-cursor-highlight-windows

Here is the tutorial on how to use the code:


Re: Mouse Highlighter, Mouse Click Ripple, Key Stroke OSD and Drawing on Screen.

Posted: 02 May 2022, 15:49
by nadducci
Greetings! I really appreciate this script it's simple and effective.

But I am a noob with AutoHotkey and I would like to know the proper way to "turn off" the effects activated by this script so that when I'm done using it to record tutorial videos my cursor goes back to normal again.

Thank you!

Re: Mouse Highlighter, Mouse Click Ripple, Key Stroke OSD and Drawing on Screen.

Posted: 11 May 2022, 09:57
by fredchf
Hello and Thanks!
Pretty cool :)