Quick access to List Management action

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Irwin of Upton
Posts: 131
Joined: 28 Feb 2015 19:42

Quick access to List Management action

Post by Irwin of Upton »

Can a toolbar button be set up that either natively in the program or through a script would return the user to the last opened List Management category?

binocular222
Posts: 1423
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: Quick access to List Management action

Post by binocular222 »

Unfortunately, no.
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

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

Re: Quick access to List Management action

Post by bdeshi »

In fact, fortunately, yes.
Don recently added this exact feature.
ks wrote:#1078 Miscellaneous | Various | Reopen List Management
Reopen the last opened list in List Management.
So you just have to use this command ID as the left-click script of your button.

Code: Select all

::#1078; // #1078    Miscellaneous | Various | Reopen List Management;
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Irwin of Upton
Posts: 131
Joined: 28 Feb 2015 19:42

Re: Quick access to List Management action

Post by Irwin of Upton »

::#1078; // #1078 Miscellaneous | Various | Reopen List Management;
This software is incredible! Am very green true, but so far everything I have either wished for or asked for is already here. Amazing.…

Post Reply