auto hide info panel after xx seconds

Features wanted...
Post Reply
noir
Posts: 113
Joined: 26 Dec 2008 00:38

auto hide info panel after xx seconds

Post by noir »

id like a option to auto hide the info panel after a set amount of time, right now click on the status bar shows the info panel but then have to re click to hide it, maybe add a option to set a time to auto minimize it

JustinF
Posts: 358
Joined: 28 Jun 2005 23:47
Location: Omaha, Nebraska, USA

Re: auto hide info panel after xx seconds

Post by JustinF »

F12 will also toggle the show/hide status of the Info Panel...maybe that helps?
Justin
Windows 7 Professional

juandante
Posts: 2
Joined: 22 Sep 2018 19:51

Re: auto hide info panel after xx seconds

Post by juandante »

I agree to. I don't think XX seconds is a good idea (because from a coding standpoint it necessitates implementing timer), maybe after clicking on X folders would be good to.

Anyway with x seconds or x folders autohiding will be useful to save space

jupe
Posts: 2794
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: auto hide info panel after xx seconds

Post by jupe »

In the meantime what you want could be done through scripting, here is a one very basic implementation, it could probably be done in a better way too, if you really wanted to spend some time on it yourself.

Code: Select all

#665; wait 10000; #665; // 10 seconds
You would need to use this command via shortcut key, catalog, toolbar button etc, instead of using the status bar button though.

Post Reply