If the results are very few, it will succeed.
If there are many results, the view can switch normally if no files are selected or if one file is selected.
however, if multiple files are selected, there is a high probability that the switch will not be successful.
1. Search for *.pdf.
2. Switch to thumbnail view, and execute the following script separately to successfully switch Everything to detail view.
3. Set the following script as custom_open_command01 and assign the hotkey to F1.
4. Reset to thumbnail view, do not interact with the results list with the mouse, and press F1 to successfully switch to detail view.
BUG:
5. Reset to thumbnail view, select some files with the mouse, and press F1; the view does not change.
5. Reset to thumbnail view, select some files with the mouse, and press F1; the view does not change.
Unable to reproduce the issue my end, the view always changes to details.
Are you pressing F1 while still holding down the left mouse button?
-The F1 key press will be ignored while the left mouse button is down and you are selecting files.
custom_open_command01 is called for each selected file.
Unless you use %* in your command, then it is only called once.
What is your custom_open_command01 ?
It is shown under Help -> Troubleshooting information
void wrote: Sat Dec 28, 2024 10:47 pm
Are you pressing F1 while still holding down the left mouse button?
-The F1 key press will be ignored while the left mouse button is down and you are selecting files.
One thing that might be causing an issue is the double quotes around %*
%* will automatically quote parameters.
So the double double quotes will end up cancelling each other out..
In thumbnail view, when selecting multiple files and pressing a hotkey once, the focus jumps to the address bar, and the actions for switching views and minimizing EV are not executed.
When selecting multiple files again and pressing the hotkey, the action is executed successfully.
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.