Hi,
I have declare a binding in my configuration file in
addon-->config-->myconfig folder, but it works only after explicitly
reloading all configurations with the options menu, not on startup of xxe.
Here is the binding :
<command name="wrapUnWrap">
<macro>
<choice>
<command name="wrap" parameter="[implicitElement] %0"/>
<command name="unWrap"/>
</choice>
</macro>
</command>
<command name="unWrap"
xmlns="http://www.xmlmind.com/xmleditor/schema/configuration">
<macro undoable="true"
repeatable="false"
trace="false">
<sequence>
<command name="selectNode"
parameter="children[implicitElement]"/>
<command name="copy"
parameter="[implicitElement]"/>
<command name="selectNode"
parameter="parentOrNode"/>
<command name="paste"
parameter="to"/>
</sequence>
</macro>
</command>
<binding>
<keyPressed code="R" modifiers="mod" />
<command name="wrapUnWrap" parameter="postit" />
</binding>
I thought it should be available on the opening of xxe. What did I
missed ?
Best regards,
Lionel