A lightweight AutoHotkey v2 script that provides visual feedback (Tooltip) when you copy text using the Ctrl+C shortcut.
Key Features:
- v2 Syntax: Fully compatible with AutoHotkey v2.0+.
- User-Centric: Specifically checks for the Ctrl key state so it doesn't trigger when background apps change your clipboard.
- Non-Intrusive: Uses a temporary ToolTip that follows the mouse and disappears automatically.
- Install AutoHotkey v2.
- Create a new
.ahkfile and paste the code.