This AutoHotkey v2 script provides a simple typing status indicator. When the user starts typing in the provided text box, the status changes to “Typing…”. If the user stops typing for a period between 500 milliseconds and 5000 milliseconds, the status changes back to “Ready”. This script requires AutoHotkey v2.0.2+.
This script is meant as an example of how to achieve the functionality of knowing when a user stopped typing.
Very useful with search boxes that automatically filter based on used input.

