Auto start Floating Preview

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
...
Posts: 20
Joined: 14 Aug 2023 09:04

Auto start Floating Preview

Post by ... »

Is there a way to have the Floating Preview open by default on startup in XYplorer, without manually enabling it each time?

highend
Posts: 14940
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Auto start Floating Preview

Post 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;
One of my scripts helped you out? Please donate via Paypal

...
Posts: 20
Joined: 14 Aug 2023 09:04

Re: Auto start Floating Preview

Post by ... »

Shouldn’t Floating Preview remember its last state automatically? I feel like it used to do this in earlier versions.

Post Reply