summaryrefslogtreecommitdiffstats
path: root/share/keys/inkscape.xml
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2007-12-20 19:47:40 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2007-12-20 19:47:40 +0000
commitfbf5acc51b3ceed109a4f68181f6ab06b915cc79 (patch)
tree7cd0311f976f895780896989f69d0e17caf57d2e /share/keys/inkscape.xml
parentguidelines: implement rendering of angled lines. (diff)
downloadinkscape-fbf5acc51b3ceed109a4f68181f6ab06b915cc79.tar.gz
inkscape-fbf5acc51b3ceed109a4f68181f6ab06b915cc79.zip
Use "%"-key for toggling the snapper, and modify the related sp-desktop code
(bzr r4266)
Diffstat (limited to 'share/keys/inkscape.xml')
-rw-r--r--share/keys/inkscape.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml
index b39b02e9f..437cb7d7a 100644
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.xml
@@ -121,7 +121,10 @@ override) the bindings in the main default.xml.
<bind action="ArcPrefs" />
- <bind key="F9" modifiers="Shift" action="ToolStar" display="true"/>
+ <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 action="StarPrefs" />
@@ -230,9 +233,8 @@ 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 key="percent" action="ToggleSnapping" display="true"/> <!-- # -->
+ <bind key="percent" modifiers="Shift" action="ToggleSnapping" />
<bind action="ViewNew"/>
<bind action="ViewNewPreview"/>