Catalog Locations

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
MBaas
Posts: 692
Joined: 15 Feb 2016 21:08

Catalog Locations

Post by MBaas »

I am really beginning to like the Catalog - as an easy way to interact with XY, since it not only holds Files/Folder and App, but also Filters. Now I wonder if there is more?
The | for the filters is not being mentioned in the Catalog-Doc, so I wonder what else if possible there? Could I put XY-Commands (that are deeply nested somewhere in the menus) there?
____________________________________________________________________________________
Happy user. Screen scaling 100% and W11Pro [Version 10.0.26200.7922], XY 28.30.14000 * * LinkTree

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Catalog Locations

Post by bdeshi »

Could I put XY-Commands (that are deeply nested somewhere in the menus) there?
Yes. You can set the "Action on click" of a catalog item to "Go to Location", then use a full-fledged script in the location box. (complex/multiline scripts? press the "Edit" button)

If you wish to trigger a menu action, first find it's command ID. hold CTRL and click Menu > Help > List all commands.
Find the menu option there, and note the ID - that is the number prefixed with #:

Code: Select all

254 | #512	View | Mini Tree | Load Last Mini Tree// for example, this command's id is #512
To trigger this option, you just put this #commandID in the catalog item's location box as a script command.

Code: Select all

#512;
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

MBaas
Posts: 692
Joined: 15 Feb 2016 21:08

Re: Catalog Locations

Post by MBaas »

Wow - that's very useful - thanks! :-)
____________________________________________________________________________________
Happy user. Screen scaling 100% and W11Pro [Version 10.0.26200.7922], XY 28.30.14000 * * LinkTree

Post Reply