Make "Redirect typing to Live Filter Box" option work in the tree.

Features wanted...
Post Reply
Evolve
Posts: 353
Joined: 27 Feb 2020 09:48

Make "Redirect typing to Live Filter Box" option work in the tree.

Post 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.

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Make "Redirect typing to Live Filter Box" option work in the tree.

Post 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
One of my scripts helped you out? Please donate via Paypal

Evolve
Posts: 353
Joined: 27 Feb 2020 09:48

Re: Make "Redirect typing to Live Filter Box" option work in the tree.

Post by Evolve »

I didn't know about that tweak. It actually solves two of my problems. Amazing! Thanks a lot!

Post Reply