Code

Fixed bug due to adding of new pointtype at the start of the enum which corrupted...
[inkscape.git] / share / keys / xara.xml
index 323807139b4b599d0650826c985fe00893106583..f32d124d3515ad2eee88d7ddd7c0d354131440de 100644 (file)
@@ -12,7 +12,7 @@ decide to use this keymap (generally, Inkscape has considerably more keyboard sh
 than Xara). Conversely, some of the Xara keys are not included because Inkscape does not
 yet have the corresponding actions or they are not yet configurable through verbs.
 
-To enable this keumap, copy this file over to default.xml.
+To enable this keymap, copy this file over to default.xml.
 -->
 
 <!-- 
@@ -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
@@ -82,7 +81,6 @@ Hom/end keys-select minimum or maximum feather values
   <bind key="s" modifiers="Ctrl" action="FileSave" display="true"/>
   <bind key="S" modifiers="Ctrl" action="FileSave" />
 
-  <bind action="FileSaveAs" display="true"/>
   <bind action="FileSaveAs" />
 
   <bind key="p" modifiers="Ctrl" action="FilePrint" display="true"/>
@@ -223,7 +221,6 @@ Hom/end keys-select minimum or maximum feather values
   <bind key="KP_5" action="ZoomPage" />
   <bind key="6" action="ZoomPageWidth" display="true"/>
 
-  <bind action="ZoomPageWidth" />
   <bind action="ZoomPageWidth" />
 
   <bind key="grave" modifiers="Shift" action="ZoomNext" display="true"/> <!-- ` -->
@@ -246,7 +243,6 @@ Hom/end keys-select minimum or maximum feather values
   <bind key="L" modifiers="Ctrl" action="ToggleRulers" display="true"/>
   <bind key="l" modifiers="Ctrl" action="ToggleRulers" />
 
-  <bind action="ToggleScrollbars" display="true"/>
   <bind action="ToggleScrollbars" />
 
   <bind key="bar" modifiers="Shift" action="ToggleGuides" /> <!-- | -->
@@ -401,7 +397,7 @@ Hom/end keys-select minimum or maximum feather values
   <bind key="c" modifiers="Ctrl,Alt" action="StrokeToPath" display="true"/>
   <bind key="C" modifiers="Ctrl,Alt" action="StrokeToPath" />
 
-  <bind action="SelectionCombine" display="true"/>
+  <bind action="SelectionCombine" />
 
   <bind key="k" modifiers="Ctrl,Shift" action="SelectionBreakApart" display="true"/>
   <bind key="K" modifiers="Ctrl,Shift" action="SelectionBreakApart" />
@@ -457,7 +453,7 @@ Hom/end keys-select minimum or maximum feather values
   <bind key="j" modifiers="Ctrl,Alt" action="SelectionLinkedOffset" display="true"/>
   <bind key="J" modifiers="Ctrl,Alt" action="SelectionLinkedOffset" />
 
-  <bind action="SelectionSimplify" display="true"/>
+  <bind action="SelectionSimplify" />
 
   <bind action="SelectionReverse" />
 
@@ -505,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"/>
@@ -525,13 +523,12 @@ Hom/end keys-select minimum or maximum feather values
   <bind key="E" modifiers="Ctrl" action="DialogFillStroke" display="true"/>
   <bind key="e" modifiers="Ctrl" action="DialogFillStroke"/>
 
-  <bind action="DialogFind" display="true"/>
   <bind action="DialogFind" />
 
   <bind key="m" modifiers="Ctrl,Shift" action="DialogTransform" display="true"/>
   <bind key="M" modifiers="Ctrl,Shift" action="DialogTransform" />
 
-  <bind action="DialogObjectProperties" display="true"/>
+  <bind action="DialogObjectProperties" />
 
   <bind key="F9" action="DialogSwatches" display="true"/>
   <bind key="w" modifiers="Ctrl,Shift" action="DialogSwatches"/>
@@ -558,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>