diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-01-10 22:21:59 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-01-10 22:21:59 +0000 |
| commit | 43e79a060f82609db18b84c7db1c60f638e2ac8c (patch) | |
| tree | 7207ebfa250a6817ca6e020225049af2902cb732 /share/keys/inkscape.xml | |
| parent | Fixes rendering of feImage (using bitmaps) by preventing the error "Unable to... (diff) | |
| download | inkscape-43e79a060f82609db18b84c7db1c60f638e2ac8c.tar.gz inkscape-43e79a060f82609db18b84c7db1c60f638e2ac8c.zip | |
Added a new toolbar with snapping controls
(bzr r7107)
Diffstat (limited to 'share/keys/inkscape.xml')
| -rw-r--r-- | share/keys/inkscape.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index e5ef7d430..49423c0aa 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -235,8 +235,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="percent" action="ToggleSnapping" display="true"/> <!-- # --> - <bind key="percent" modifiers="Shift" action="ToggleSnapping" /> + <bind key="percent" action="ToggleSnapGlobal" display="true"/> <!-- # --> + <bind key="percent" modifiers="Shift" action="ToggleSnapGlobal" /> <bind action="ViewNew"/> <bind action="ViewNewPreview"/> |
