Toolbar Menu Buttons for labels and statuses?

I'm trying to create a toolbar with two menu buttons for labels and statuses (like in the context menu).

So far I have:

toolbar

I've checked the docs and can't find a way to script adding labels or statuses to the menu buttons as items.

Does anyone know how to get started on this?

The same commands you can find in the context menus also work in toolbars/menus.

The default toolbars also already include this, in the menu attached to the Properties button. Copying the commands from there is the easiest way to get them.

1 Like

Can I set a hotkey to set an item as purple? e.g. alt+Num1 @Leo

Yes, make a hotkey and assign this command to it:

Properties SETLABEL="Purple"
1 Like