^Capslock::
Winset, AlwaysOnTop, Toggle, A
WinGet, ExStyle, ExStyle, A
if (ExStyle & 0x8) ; 0x8 is WS_EX_TOPMOST
ToolTip, always on top On, 1, 1
else
ToolTip, always on top Off, 1, 1
SetTimer, RemoveToolTip, -2000 ; Remove the tooltip after 2 seconds.
Return