Page 1 of 1

Auto start Floating Preview

Posted: 19 Mar 2026 11:31
by ...
Is there a way to have the Floating Preview open by default on startup in XYplorer, without manually enabling it each time?

Re: Auto start Floating Preview

Posted: 19 Mar 2026 11:47
by highend
Use a custom event action

E.g.: Other Events - Startup
Set the Action to "Run Script"

Something like this should probably work

Code: Select all

focus "L";
    sendkeys " ";
    wait 100;
    #178;

Re: Auto start Floating Preview

Posted: 19 Mar 2026 12:05
by ...
Shouldn’t Floating Preview remember its last state automatically? I feel like it used to do this in earlier versions.