blob: 4e1e2159166f6168330ac3526c0f3d14385b6cdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<inkscape-extension>
<_name>Keys and Mouse Reference</_name>
<id>org.inkscape.help.keys</id>
<dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
<param name="url" gui-hidden="1" type="string">http://inkscape.org/doc/keys046.html</param>
<effect needs-document="no">
<object-type>all</object-type>
<effects-menu hidden="yes"/>
</effect>
<script>
<command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
</script>
</inkscape-extension>
|