User > Open commands in toolbar?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
uber-matthias
Posts: 10
Joined: 18 Dec 2014 07:05

User > Open commands in toolbar?

Post by uber-matthias »

hi

i have some custom commands under user>open to start programs

is it possible to make them more easily available, e.g. in the toolbar or in a toolbar dropdown menu?
a hotkey to access the toolbar dropdown is a strict requirement. i want this to be accessible rapidly.

cheers
matt

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

Re: User > Open commands in toolbar?

Post by highend »

Why don't you just use a Run Script UDC (and assign a keyboard shortcut to it)?

Code: Select all

#2;
Is the script for it that opens your "User - Open commands" list as a popup menu

Or if you really need it in the toolbar, use the (undocumented) script command:
userbutton (viewtopic.php?p=120032#p120032)
which emulates a click on a toolbar entry
One of my scripts helped you out? Please donate via Paypal

uber-matthias
Posts: 10
Joined: 18 Dec 2014 07:05

Re: User > Open commands in toolbar?

Post by uber-matthias »

hi highend,

script with custom keybinding to open popup menu is perfect. thanks a lot.

matt

Post Reply