Code

Translations. French translation minor update.
[inkscape.git] / share / extensions / inkscape_help_keys.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3     <_name>Keys and Mouse Reference</_name>
4     <id>org.inkscape.help.keys</id>
5         <dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
6         <_param name="url" gui-hidden="true" type="string">http://inkscape.org/doc/keys048.html</_param>
7     <effect needs-document="false">
8                 <object-type>all</object-type>
9                 <effects-menu hidden="true"/>
10     </effect>
11     <script>
12         <command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
13     </script>
14 </inkscape-extension>