See What You Can Do with the AutoHotkey ToolTip Pop-up!
The ToolTip command acts as a conduit for communication between an AutoHotkey script and its user. Similar in function to other visual information tools (the SplashText command, discussed in a previous blog, and the Progress/SplashImage command used in the InstantHotstring.ahk script), the more compact ToolTip follows the mouse cursor by default, rather than planting itself in the middle of the screen. You can use the tiny pop-up window in several different ways:
- Action Complete ToolTip
- Toggle Status Tooltip
- Reminder ToolTip
- Realtime Informational ToolTip
- Instructional ToolTip
- Multiple ToolTips