summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2010-06-22 17:39:47 +0000
committerJazzyNico <nicoduf@yahoo.fr>2010-06-22 17:39:47 +0000
commit8cee499a82084b663c44181a53f0446c40be4e72 (patch)
treeb4aeddcf9bdb7d77071c18505ebc6d46c9f82fb9
parentTutorials. New zh_TW interpolate tutorial. (diff)
downloadinkscape-8cee499a82084b663c44181a53f0446c40be4e72.tar.gz
inkscape-8cee499a82084b663c44181a53f0446c40be4e72.zip
Keys. Binding the Spray tool to 'a' and 'shift+F3'.
(bzr r9527)
-rw-r--r--share/keys/default.xml9
-rw-r--r--share/keys/inkscape.xml9
2 files changed, 16 insertions, 2 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml
index 8e5aa2fd9..8f08de1d5 100644
--- a/share/keys/default.xml
+++ b/share/keys/default.xml
@@ -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"/>
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml
index 8e5aa2fd9..8f08de1d5 100644
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.xml
@@ -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"/>