The script is unlikely to work as you are posting the message to the active window.
Even though you activate Everything, Everything might not be the active window in your PostMessage call.
Please try the following script:
(Changed class to EVERYTHING)
Even though you activate Everything, Everything might not be the active window in your PostMessage call.
Please try the following script:
Code:
#Requires AutoHotkey <v2.0#SingleInstance Force#NoTrayIcon#NoEnvfor _, exe in ["Everything.exe", "Everything64.exe"]if WinExist("ahk_exe " exe){WinActivatebreak}PostMessage 0X111,40102,0,,ahk_class EVERYTHING
Statistics: Posted by void — Thu Jan 02, 2025 6:42 am