Auto start Floating Preview
-
...
- Posts: 20
- Joined: 14 Aug 2023 09:04
Auto start Floating Preview
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
Use a custom event action
E.g.: Other Events - Startup
Set the Action to "Run Script"
Something like this should probably work
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
Shouldn’t Floating Preview remember its last state automatically? I feel like it used to do this in earlier versions.
XYplorer Beta Club