8 messages in org.openoffice.fr.prog[prog] Raccourcis clavier et extension
FromSent OnAttachments
Didier Dorange-PattoretNov 3, 2008 2:36 pm 
Bernard MarcellyNov 4, 2008 1:51 am 
Didier Dorange-PattoretNov 4, 2008 5:51 am 
Christophe DevallandNov 4, 2008 1:48 pm 
Christophe DevallandNov 4, 2008 2:00 pm 
Didier Dorange-PattoretNov 6, 2008 9:28 am 
Christophe DevallandNov 10, 2008 1:48 pm 
Didier Dorange-PattoretNov 11, 2008 5:31 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[prog] Raccourcis clavier et extensionActions...
From:Didier Dorange-Pattoret (ddor@dmaths.com)
Date:Nov 3, 2008 2:36:34 pm
List:org.openoffice.fr.prog

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.