Setting paths & keyboard shortcuts with 4.2 Windows Registry configuration

v4.2.5.2

I’ve been able to set a number of the options via the Windows Registry, for example:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\LibreOffice\org.openoffice.Office.Common\Misc\UseSystemFileDialog]
"Value"="false"
"Final"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\LibreOffice\org.openoffice.Office.Common\Security\Scripting\MacroSecurityLevel]
"Value"="1"
"Final"=dword:00000001

But I can’t figure out how to set paths or keyboard shortcuts. Here are the items from the xcu file I’d like to set:

<item oor:path="/org.openoffice.Office.Accelerators/PrimaryKeys/Modules/org.openoffice.Office.Accelerators:Module['com.sun.star.text.TextDocument']"><node oor:name="F4" oor:op="replace"><prop oor:name="Command" oor:op="fuse"><value xml:lang="en-US">vnd.sun.star.script:TMaLibrary.General.findBrackets?language=Basic&amp;location=application</value></prop></node></item>

<item oor:path="/org.openoffice.Office.Paths/Paths/org.openoffice.Office.Paths:NamedPath['Template']"><prop oor:name="UserPaths" oor:op="fuse"><value><it>file:///O:/FORMS/TMa%20OOo%20Templates</it></value></prop></item>

Anyone have any suggestions?