We have a large number of flowchart shapes, see Insert > Shape > Flowchart. As the shapes itself are always placed underneath this menu item (besides on some toolbars) we better not start every single item with "Flowchart:". However, to more easily identify the commands in the customization kit would be necessary to add a contextual label. Add it to officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu like <node oor:name=".uno:FlowChartShapes.flowchart-process" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Flowchart: Process</value> </prop> + <prop oor:name="ContextLabel" oor:type="xs:string"> + <value xml:lang="en-US">Process</value> + </prop> ...