Assuming settingchange is required, the following result was found.
Win32 Constantshttps://www.joellipman.com/articles/automation/autohotkey/win32-constants.html
Const WM_ENDSESSION = $0016 Const WM_SHOWWINDOW = $0018 Const WM_CTLCOLOR = $0019 Const WM_WININICHANGE = $001A Const WM_SETTINGCHANGE = $001A Const WM_DEVMODECHANGE = $001B Const WM_ACTIVATEAPP = $001C Const WM_FONTCHANGE = $001D Const WM_TIMECHANGE =...