summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ee3ad2b)
raw | patch | inline | side by side (parent: ee3ad2b)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 7 Sep 2007 07:11:48 +0000 (07:11 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 7 Sep 2007 07:11:48 +0000 (07:11 +0000) |
share/keys/default.xml | patch | blob | history | |
share/keys/inkscape.xml | patch | blob | history |
diff --git a/share/keys/default.xml b/share/keys/default.xml
index 4b349dbe23e301ad4324d40d8eb761a4df8d592b..6f500e23f71a12de6e8cf2c9d43d5b6ea800a9bc 100644 (file)
--- a/share/keys/default.xml
+++ b/share/keys/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"/>
index 4b349dbe23e301ad4324d40d8eb761a4df8d592b..6f500e23f71a12de6e8cf2c9d43d5b6ea800a9bc 100644 (file)
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.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"/>