menu items to user button

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Mamadex
Posts: 3
Joined: 18 Mar 2018 03:46

menu items to user button

Post by Mamadex »

Hello
How can I add "Rename Special menu-> Aaa Aa.aaa ", run from a user button in the toolbar?
Or Is there a script for that?

Thanks

jupe
Posts: 2794
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: menu items to user button

Post by jupe »

You can get that whole Rename special menu on the toolbar, just right click the toolbar and select customize then in the left hand box find the rename button and add it to your toolbar, then when you right click the button it will have that whole Rename Menu that you are talking about.

If you want individual items from that menu goto the Help menu | List all commands, then look up the command you want and get its corresponding ID number, and use that number in the Left or Right click action box of a custom toolbar button, in your case it would be #126;

Another way to get the command ID of menu items is to use the Help Menu | Command IDs on Menu, which will show the command IDs in the menus so you can locate them quickly, then you can turn it off when you are done if you so desire, As you can see most things you need to do are accessed via the help menu.

you can paste the following into the XY address bar for more information on custom toolbar buttons if you are interested:

Code: Select all

::help "idh_toolbar.htm#idh_ctb";

Mamadex
Posts: 3
Joined: 18 Mar 2018 03:46

Re: menu items to user button

Post by Mamadex »

Thanks for reply.
But how about the user buttons? See the attachment.
Clipboard01.jpg
Clipboard01.jpg (51.59 KiB) Viewed 822 times

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

Re: menu items to user button

Post by highend »

If you want individual items from that menu goto the Help menu | List all commands, then look up the command you want and get its corresponding ID number, and use that number in the Left or Right click action box of a custom toolbar button, in your case it would be #126;
One of my scripts helped you out? Please donate via Paypal

Mamadex
Posts: 3
Joined: 18 Mar 2018 03:46

Re: menu items to user button

Post by Mamadex »

Thanks.

Post Reply