need help

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
blook4
Posts: 4
Joined: 16 May 2022 18:33

need help

Post by blook4 »

i use catalog panel but i miss some options :
first , i need items to be opened only when i double click not single click
second , for folder i need to open them in new tab by default not by use ( shift +click )

any one can help ?

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: need help

Post by highend »

1. Not possible

2. Use a script: tab("new", "{your folder to open}");
One of my scripts helped you out? Please donate via Paypal

blook4
Posts: 4
Joined: 16 May 2022 18:33

Re: need help

Post by blook4 »

highend wrote: 16 May 2022 18:46 1. Not possible

2. Use a script: tab("new", "{your folder to open}");
1. why not possible ?! :cry: every thing should be possible in digital world :? :roll:

2. perfect :appl: :appl: :appl:

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: need help

Post by highend »

Because it's a single click interface^^
One of my scripts helped you out? Please donate via Paypal

blook4
Posts: 4
Joined: 16 May 2022 18:33

Re: need help

Post by blook4 »

highend wrote: 16 May 2022 21:46 Because it's a single click interface^^
ok
any workaround ??

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: need help

Post by highend »

Not that I'm aware of
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: need help

Post by admin »

blook4 wrote: 16 May 2022 18:37 i use catalog panel but i miss some options :
first , i need items to be opened only when i double click not single click
Not sure why you want that, but if you want to single-click select items without further action you can do that by clicking the area left of the icon.

blook4
Posts: 4
Joined: 16 May 2022 18:33

Re: need help

Post by blook4 »

admin wrote: 17 May 2022 12:20
blook4 wrote: 16 May 2022 18:37 i use catalog panel but i miss some options :
first , i need items to be opened only when i double click not single click
Not sure why you want that, but if you want to single-click select items without further action you can do that by clicking the area left of the icon.
that's great too :appl:

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: need help

Post by admin »

I added something to the recent beta that might be even better for you:

Code: Select all

v23.00.0315 - 2022-05-17 13:47
    + Catalog: Added another value to tweak CatalogFlags (bit field):
        8: Trigger action on double-left-click instead of single-left-click.
So you would set the tweak like this:

Code: Select all

CatalogFlags=8
Read this for how to tweak:
https://www.xyplorer.com/faq-topic.php?id=tweak

Post Reply