summaryrefslogtreecommitdiffstats
path: root/share/keys/inkscape.xml
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2007-12-18 21:23:15 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2007-12-18 21:23:15 +0000
commit6cf30abe97fc637ab143b34263111aeb9076ab30 (patch)
tree69f7acab1cb183bd41a67d890384d93c2d8a7f6a /share/keys/inkscape.xml
parentspeedify zooming by keys (diff)
downloadinkscape-6cf30abe97fc637ab143b34263111aeb9076ab30.tar.gz
inkscape-6cf30abe97fc637ab143b34263111aeb9076ab30.zip
Introduce verb, menu item and shortcut for the global snapping toggle
(bzr r4256)
Diffstat (limited to 'share/keys/inkscape.xml')
-rw-r--r--share/keys/inkscape.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml
index e877c344b..b39b02e9f 100644
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.xml
@@ -121,10 +121,7 @@ override) the bindings in the main default.xml.
<bind action="ArcPrefs" />
- <bind key="F9" modifiers="Shift" action="ToolStar" />
- <bind key="asterisk" modifiers="Shift" action="ToolStar" />
- <bind key="asterisk" action="ToolStar" />
- <bind key="KP_Multiply" action="ToolStar" display="true"/>
+ <bind key="F9" modifiers="Shift" action="ToolStar" display="true"/>
<bind action="StarPrefs" />
@@ -233,6 +230,10 @@ override) the bindings in the main default.xml.
<bind key="numbersign" modifiers="Shift" action="ToggleGrid" /> <!-- # -->
<bind key="numbersign" action="ToggleGrid" display="true"/>
+ <bind key="KP_Multiply" action="ToggleSnapping" display="true"/> <!-- # -->
+ <bind key="asterisk" modifiers="Shift" action="ToggleSnapping" />
+ <bind key="asterisk" action="ToggleSnapping" />
+
<bind action="ViewNew"/>
<bind action="ViewNewPreview"/>
<bind action="ViewIconPreview"/>