Bonsoir à tous,

Dans une extension un fichier Paths.xcu avec ce code :

<?xml version='1.0' encoding='UTF-8'?>

<oor:component-data oor:package="org.openoffice.Office" oor:name="Paths" xmlns:install="http://openoffice.org/2004/installation"; xmlns:oor="http://openoffice.org/2001/registry"; xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

   <node oor:name="Paths">

               <node oor:name="AutoText" oor:op="fuse">
           <node oor:name="InternalPaths">
<node oor:name="%origin%/autotext" oor:op="fuse"/>
           </node>
       </node>

   </node>
</oor:component-data>

permet d'inclure un fichier autotexte dans l'addon. On peut faire la même chose avec une galerie.

 <node oor:name="Gallery" oor:op="fuse">
           <node oor:name="InternalPaths">
<node oor:name="%origin%/gallery" oor:op="fuse"/>
           </node>
       </node>

Ma question : peut-on aussi définir des raccourcis clavier ?


Merci pour votre aide.

Répondre à