Hi, thanks for useful tools.
I would like to add keyboard shortcuts to a generated docx file, which can be done by adding a part at /word/customizations.xml with a type of application/vnd.ms-word.keyMapCustomizations+xml and with elements under the http://schemas.microsoft.com/office/word/2006/wordml namespace. (I've done this successfully before in C# with this library https://github.com/OfficeDev/Open-XML-SDK)
Is this possible out of the box with docx4j? If not, is it ...