Page 1 of 1
Make "Redirect typing to Live Filter Box" option work in the tree.
Posted: 07 Oct 2021 12:22
by Evolve
When I click on some node in the tree and start typing it goes into the tree (cause it's focused). The option to redirect typing to LFB works only in the List. It would be great if it worked in the tree as well.
Re: Make "Redirect typing to Live Filter Box" option work in the tree.
Posted: 07 Oct 2021 12:31
by highend
Or you just use this tweak:
Code: Select all
+ Tweak: Unified the various "Set Focus To..." tweaks in one bit field key:
SetFocusTo=(bit field)
1 = Tree > List
2 = Catalog > List
4 = Address Bar > List (this one is NEW)
For example, to enable all the focus shifts you simply add 1+2+4=7:
SetFocusTo=7
https://www.xyplorer.com/faq-topic.php?id=tweak
Re: Make "Redirect typing to Live Filter Box" option work in the tree.
Posted: 07 Oct 2021 12:57
by Evolve
I didn't know about that tweak. It actually solves two of my problems. Amazing! Thanks a lot!