Code

Following this thread: http://www.nabble.com/Extension-parameters-td9064285.html...
[inkscape.git] / share / extensions / inkscape_help_keys.inx
index 774649ad8f66ec9ed0e3fb3ec078e9770dd32f38..4e1e2159166f6168330ac3526c0f3d14385b6cdf 100644 (file)
@@ -1,12 +1,13 @@
 <inkscape-extension>
     <_name>Keys and Mouse Reference</_name>
     <id>org.inkscape.help.keys</id>
-       <dependency type="executable" location="extensions">webbrowser_keys.py</dependency>
+       <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">webbrowser_keys.py</command>
+        <command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
     </script>
 </inkscape-extension>