Page 1 of 1

how to hide titlebar?

Posted: 26 Aug 2014 05:32
by yuzhiboxiu
I saw someone created a button with codes listed below and I want to know how to add a code to hide the titlebar ? thank you.

"Toggle Menu (Alt+Up)|<xyicons>\Window.ico" #1061;
"Toggle Address Bar (Ctrl+Shift+F12)|:go" #660;
"Toggle Tab Bar|:tablist" #662;
"Toggle Status Bar|<xyicons>\Window.ico" #670;
-
"Toggle Navigation Panel (F8)|:hidenav" #663;
"Toggle Catalog (Ctrl+F8)|:cat" #664;
"Toggle Tree (Shift+F8)|:treeshow" #668;
"Catalog Above Tree|:treeshow" #686;
-
"Toggle Info Panel|:panelshow" #665;
-
"Toggle All|<xyicons>\All.ico" #660;#662;#664;#670;

Re: how to hide titlebar?

Posted: 26 Aug 2014 05:41
by bdeshi
You can do it with 3rd party programs like AutoHotKey.
Here's a similar topic: http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=12079

Re: how to hide titlebar?

Posted: 26 Aug 2014 06:24
by yuzhiboxiu
SammaySarkar wrote:You can do it with 3rd party programs like AutoHotKey.
Here's a similar topic: http://www.xyplorer.com/xyfc/viewtopic.php?f=5&t=12079
thank you! I will have a try.