What is this button called?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
avevers
Posts: 13
Joined: 06 Oct 2011 01:24

What is this button called?

Post by avevers »

Apologies if this is obvious, but I have spent some time hunting for the name of this button.

It's very useful and I would like to map a keyboard shortcut to it. It lists drives including network drives.

What is it called please?

Help!

Thanks
To see the attached files, you need to log into the forum.

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

Re: What is this button called?

Post by jupe »

Its myco, so

Code: Select all

button "myco";
is what you want.

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

Re: What is this button called?

Post by highend »

And it's easy to find out by:
Hold ctrl + right clicking any toolbar button, last entry from the context menu "Customize Toolbar"
The buttons in the list have their name in square brackets behind them...

or via script:

Code: Select all

text toolbar();
Lists all their names from left to rights, you only have to count...
One of my scripts helped you out? Please donate via Paypal

avevers
Posts: 13
Joined: 06 Oct 2011 01:24

Re: What is this button called?

Post by avevers »

Thank you!

Post Reply