Page 1 of 1

User > Open commands in toolbar?

Posted: 10 Nov 2016 08:56
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

Re: User > Open commands in toolbar?

Posted: 10 Nov 2016 09:09
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

Re: User > Open commands in toolbar?

Posted: 10 Nov 2016 09:29
by uber-matthias
hi highend,

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

matt