Code

Fixed bug due to adding of new pointtype at the start of the enum which corrupted...
[inkscape.git] / share / keys / xara.xml
index a1a3b6aa3ab1fc76da1020b791279e702b95ba5e..f32d124d3515ad2eee88d7ddd7c0d354131440de 100644 (file)
@@ -31,7 +31,6 @@ Push Tool  SHIFT+F8 or ALT+X
 Clipart Gallery  SHIFT+F10
 Fill Gallery  SHIFT+F11
 Frame Gallery  SHIFT+F12
-Layer Gallery  F10
 Bitmap Gallery  F11
 Line Gallery  F12  // stroke style?
 Name Gallery  CTRL+SHIFT+F9
@@ -502,6 +501,8 @@ Hom/end keys-select minimum or maximum feather values
   <bind key="Page_Down" modifiers="Shift" action="LayerMoveToPrev" />
   <bind key="KP_Page_Down" modifiers="Shift" action="LayerMoveToPrev" />
 
+  <bind key="F10" action="DialogLayers" display="true" />
+
 <!-- Dialogs -->
 
   <bind key="x" modifiers="Ctrl,Shift" action="DialogXMLEditor" display="true"/>
@@ -554,6 +555,9 @@ Hom/end keys-select minimum or maximum feather values
 
   <bind action="EffectLast" />
   <bind action="EffectLastPref" />
+  <!-- You can also assign keys to individual effects. The action should be set to he
+  effect id from the .inx file, for example "org.ekips.filter.addnodes" for the Add
+  Nodes effect. -->
 
 </keys>