Code

verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphic
[inkscape.git] / share / keys / inkscape.xml
index 0ab7c934f9620329faf4a2cfbbedad964aa0f09e..077742e4c3af18de119268de4673979415fc799c 100644 (file)
@@ -24,7 +24,7 @@ and tooltips. Only one binding for each action may have this attribute.
 Note that the current file lists ALL Inkscape actions, even those that do not have any
 keys in the default mapping (those don't have "key" or "modifiers" attributes). You can
 assign any keys to these actions by adding "key" and "modifiers" attributes to
-them. Please add here all new verbs you create!
+them. Developers: Please add here any new verbs you create!
 
 This file is inkscape.xml, and in the original installation it is also copied as
 default.xml. The latter is the file that Inkscape reads on startup. If you overwrite
@@ -140,6 +140,12 @@ override) the bindings in the main default.xml.
 
   <bind action="CalligraphicPrefs" />
 
+  <bind key="F7" modifiers="Shift" action="ToolPaintBucket" display="true"/>
+  <bind key="u" action="ToolPaintBucket" />
+  <bind key="U" action="ToolPaintBucket" />
+
+  <bind action="PaintBucketPrefs" />
+
   <bind key="F8" action="ToolText" display="true"/>
   <bind key="t" action="ToolText" />
   <bind key="T" action="ToolText" />
@@ -180,6 +186,7 @@ override) the bindings in the main default.xml.
   <bind key="4" action="ZoomDrawing" display="true"/>
   <bind key="5" action="ZoomPage" display="true"/>
   <bind key="KP_5" action="ZoomPage" />
+  <bind key="KP_Begin" action="ZoomPage" />
   <bind key="6" action="ZoomPageWidth" display="true"/>
 
   <bind key="e" modifiers="Ctrl" action="ZoomPageWidth" />
@@ -194,9 +201,9 @@ override) the bindings in the main default.xml.
   <bind key="F11" action="FullScreen" display="true"/> 
 
   <bind key="Tab" modifiers="Ctrl" action="NextWindow" display="true"/>
-  <bind key="ISO_Left_Tab" modifiers="Ctrl,Shift" action="NextWindow" />
+  <bind key="ISO_Left_Tab" modifiers="Ctrl" action="NextWindow" />
   <bind key="Tab" modifiers="Ctrl,Shift" action="PrevWindow" display="true"/>
-  <bind key="ISO_Left_Tab" modifiers="Ctrl" action="PrevWindow" />
+  <bind key="ISO_Left_Tab" modifiers="Ctrl,Shift" action="PrevWindow" />
 
   <bind key="r" modifiers="Ctrl" action="ToggleRulers" display="true"/>
   <bind key="R" modifiers="Ctrl" action="ToggleRulers" />
@@ -217,6 +224,9 @@ override) the bindings in the main default.xml.
   <bind action="ViewModeNormal"/>
   <bind action="ViewModeOutline"/>
 
+  <bind key="KP_5" modifiers="Ctrl" action="ViewModeToggle" display="true" />
+  <bind key="KP_Begin" modifiers="Ctrl" action="ViewModeToggle" />
+
 <!-- Edit -->
 
   <bind key="z" modifiers="Ctrl" action="EditUndo" display="true"/>
@@ -284,7 +294,12 @@ override) the bindings in the main default.xml.
   <bind key="exclam" modifiers="Alt" action="EditInvertInAllLayers" display="true"/>
   <bind key="exclam" modifiers="Alt,Shift" action="EditInvertInAllLayers" />
 
-  <bind action="EditDeselect" /> <!-- FIXME: currently deselecting is bypassing the verb, so it's not bound to Esc as it should be -->
+  <bind key="Tab" action="EditSelectNext" display="true"/>
+  <bind key="ISO_Left_Tab" action="EditSelectNext" />
+  <bind key="Tab" modifiers="Shift" action="EditSelectPrev" display="true"/>
+  <bind key="ISO_Left_Tab" modifiers="Shift" action="EditSelectPrev" />
+
+  <bind key="Escape" action="EditDeselect" /> 
 
 <!-- Objects/selection -->
 
@@ -448,7 +463,8 @@ override) the bindings in the main default.xml.
   <bind key="Page_Down" modifiers="Shift" action="LayerMoveToPrev" display="true"/>
   <bind key="KP_Page_Down" modifiers="Shift" action="LayerMoveToPrev" />
 
-  <bind key="L" modifiers="Ctrl,Shift" action="DialogLayers" display="true" />
+  <bind key="l" modifiers="Ctrl,Shift" action="DialogLayers" display="true" />
+  <bind key="L" modifiers="Ctrl,Shift" action="DialogLayers"/>  
 
 <!-- Dialogs -->