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 possible for me to extend docx4j? (I had a look at the jaxb context creation and this doesn't seem extensible). And if not, is it something that could be added to the project? Perhaps I can make a pull-request?
Thanks for your advice.
Jack