Page 1 of 1
auto hide info panel after xx seconds
Posted: 10 Jan 2009 15:15
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
Re: auto hide info panel after xx seconds
Posted: 10 Jan 2009 15:19
by JustinF
F12 will also toggle the show/hide status of the Info Panel...maybe that helps?
Re: auto hide info panel after xx seconds
Posted: 22 Sep 2018 20:06
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
Re: auto hide info panel after xx seconds
Posted: 23 Sep 2018 08:33
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.