Code

Keys and mouse reference URL updated (now linked to keys047.html).
[inkscape.git] / share / extensions / inkscape_help_keys.inx
index 774649ad8f66ec9ed0e3fb3ec078e9770dd32f38..c7894a81a728348f0321b2c8d0569f7a1d0b83d0 100644 (file)
@@ -1,12 +1,14 @@
-<inkscape-extension>
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
     <_name>Keys and Mouse Reference</_name>
     <id>org.inkscape.help.keys</id>
-       <dependency type="executable" location="extensions">webbrowser_keys.py</dependency>
-    <effect needs-document="no">
+       <dependency type="executable" location="extensions">launch_webbrowser.py</dependency>
+       <param name="url" gui-hidden="true" type="string">http://inkscape.org/doc/keys047.html</param>
+    <effect needs-document="false">
                <object-type>all</object-type>
-               <effects-menu hidden="yes"/>
+               <effects-menu hidden="true"/>
     </effect>
     <script>
-        <command reldir="extensions" interpreter="python">webbrowser_keys.py</command>
+        <command reldir="extensions" interpreter="python">launch_webbrowser.py</command>
     </script>
 </inkscape-extension>