Quantcast
Channel: voidtools forum
Viewing all articles
Browse latest Browse all 1719

Everything 1.5 Alpha • Re: When there are many search results, switching views via Postmessage is ineffective when called in the custom command

$
0
0
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:

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
(Changed class to EVERYTHING)

Statistics: Posted by void — Thu Jan 02, 2025 6:42 am



Viewing all articles
Browse latest Browse all 1719

Trending Articles