Code

Keys. Binding the Spray tool to 'a' and 'shift+F3'.
authorJazzyNico <nicoduf@yahoo.fr>
Tue, 22 Jun 2010 17:39:47 +0000 (19:39 +0200)
committerJazzyNico <nicoduf@yahoo.fr>
Tue, 22 Jun 2010 17:39:47 +0000 (19:39 +0200)
share/keys/default.xml
share/keys/inkscape.xml

index 8e5aa2fd948ffa9f5be7568b6f1a811227a04ea7..8f08de1d5f38d5309e3ea2335dde0b2e7e21d271 100644 (file)
@@ -33,7 +33,7 @@ default keybindings by copying inkscape.xml to default.xml again.
 
 In case of conflict, those bindings that come later override those before them. This
 file resides in the share/keys directory of your Inkscape installation, but you may also
-have a default.xml in your personal Inkscape profile directory (e.g. ~/.inkscape
+have a default.xml in your personal Inkscape profile directory (e.g. ~/.config/inkscape
 on Unix). The bindings in that personal file are added to (or, if there's a conflict,
 override) the bindings in the main default.xml.
 -->
@@ -184,6 +184,13 @@ override) the bindings in the main default.xml.
 
   <bind action="DropperPrefs" />
 
+  <bind key="F3" modifiers="Shift" action="ToolSpray" display="true"/>
+  <bind key="a" action="ToolSpray" />
+  <bind key="A" action="ToolSpray" />
+
+  <bind action="SprayPrefs" />
+
+
 <!-- Zoom -->
 
   <bind key="plus" action="ZoomIn" display="true"/>
index 8e5aa2fd948ffa9f5be7568b6f1a811227a04ea7..8f08de1d5f38d5309e3ea2335dde0b2e7e21d271 100644 (file)
@@ -33,7 +33,7 @@ default keybindings by copying inkscape.xml to default.xml again.
 
 In case of conflict, those bindings that come later override those before them. This
 file resides in the share/keys directory of your Inkscape installation, but you may also
-have a default.xml in your personal Inkscape profile directory (e.g. ~/.inkscape
+have a default.xml in your personal Inkscape profile directory (e.g. ~/.config/inkscape
 on Unix). The bindings in that personal file are added to (or, if there's a conflict,
 override) the bindings in the main default.xml.
 -->
@@ -184,6 +184,13 @@ override) the bindings in the main default.xml.
 
   <bind action="DropperPrefs" />
 
+  <bind key="F3" modifiers="Shift" action="ToolSpray" display="true"/>
+  <bind key="a" action="ToolSpray" />
+  <bind key="A" action="ToolSpray" />
+
+  <bind action="SprayPrefs" />
+
+
 <!-- Zoom -->
 
   <bind key="plus" action="ZoomIn" display="true"/>