diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-09-07 07:11:48 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-09-07 07:11:48 +0000 |
| commit | 30eb3a9f0b95c559864524b7daf55e83a12619ec (patch) | |
| tree | 92e04cb3ec2714b9f9ba779215479b8ad7505465 | |
| parent | Group dock related prefs, add hidden prefs for dock bar and switcher appearance. (diff) | |
| download | inkscape-30eb3a9f0b95c559864524b7daf55e83a12619ec.tar.gz inkscape-30eb3a9f0b95c559864524b7daf55e83a12619ec.zip | |
more consistent coverage of all shift-modes of + and -
(bzr r3700)
| -rw-r--r-- | share/keys/default.xml | 4 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index 4b349dbe2..6f500e23f 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -187,9 +187,13 @@ override) the bindings in the main default.xml. <bind key="plus" action="ZoomIn" display="true"/> <bind key="plus" modifiers="Shift" action="ZoomIn" /> <bind key="equal" action="ZoomIn" /> + <bind key="equal" modifiers="Shift" action="ZoomIn" /> <bind key="KP_Add" action="ZoomIn" /> <bind key="minus" action="ZoomOut" display="true"/> + <bind key="minus" modifiers="Shift" action="ZoomOut"/> + <bind key="underscore" action="ZoomOut" /> + <bind key="underscore" modifiers="Shift" action="ZoomOut" /> <bind key="KP_Subtract" action="ZoomOut" /> <bind key="1" action="Zoom1:0" display="true"/> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 4b349dbe2..6f500e23f 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -187,9 +187,13 @@ override) the bindings in the main default.xml. <bind key="plus" action="ZoomIn" display="true"/> <bind key="plus" modifiers="Shift" action="ZoomIn" /> <bind key="equal" action="ZoomIn" /> + <bind key="equal" modifiers="Shift" action="ZoomIn" /> <bind key="KP_Add" action="ZoomIn" /> <bind key="minus" action="ZoomOut" display="true"/> + <bind key="minus" modifiers="Shift" action="ZoomOut"/> + <bind key="underscore" action="ZoomOut" /> + <bind key="underscore" modifiers="Shift" action="ZoomOut" /> <bind key="KP_Subtract" action="ZoomOut" /> <bind key="1" action="Zoom1:0" display="true"/> |
