summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2012-07-10 16:26:54 +0000
committerJazzyNico <nicoduf@yahoo.fr>2012-07-10 16:26:54 +0000
commit191bfb7baf9d1602d6ba6e5d747fd5ffad1e59a9 (patch)
treea02b2630e177db9f2f07050e1720190b4d3352a4 /share
parentTranslations. inkscape.pot and Latvian translation update by Janis Eisaks. (diff)
downloadinkscape-191bfb7baf9d1602d6ba6e5d747fd5ffad1e59a9.tar.gz
inkscape-191bfb7baf9d1602d6ba6e5d747fd5ffad1e59a9.zip
Shortcuts. Fix for Bug #167796 (zoom keys (shortcuts) 3,4,6 on numeric pad not working).
(bzr r11537)
Diffstat (limited to 'share')
-rw-r--r--share/keys/default.xml4
-rw-r--r--share/keys/inkscape.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml
index 3b1138555..ff3ceb943 100644
--- a/share/keys/default.xml
+++ b/share/keys/default.xml
@@ -233,8 +233,10 @@ override) the bindings in the main default.xml.
<bind key="grave" modifiers="Shift" action="ZoomNext" display="true" /> <!-- ` -->
<bind key="asciitilde" modifiers="Shift" action="ZoomNext" /> <!-- ~ -->
+ <bind key="KP_9" action="ZoomNext" />
<bind key="grave" action="ZoomPrev" display="true" /> <!-- ` -->
-
+ <bind key="KP_8" action="ZoomPrev" />
+
<!-- View -->
<bind key="F11" action="FullScreen" display="true" />
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml
index 8272fc785..f143f0835 100644
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.xml
@@ -230,7 +230,9 @@ override) the bindings in the main default.xml.
<bind key="grave" modifiers="Shift" action="ZoomNext" display="true" /> <!-- ` -->
<bind key="asciitilde" modifiers="Shift" action="ZoomNext" /> <!-- ~ -->
+ <bind key="KP_9" action="ZoomNext" />
<bind key="grave" action="ZoomPrev" display="true" /> <!-- ` -->
+ <bind key="KP_8" action="ZoomPrev" />
<!-- View -->