summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-11-06 02:55:03 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-11-06 02:55:03 +0000
commit36a0b7b64648099542a7a88e8d0f3eecb0abb39d (patch)
treeb4f72453cddcfe232752638d0856d91c94b07b9c
parentadd display mode toggle (diff)
downloadinkscape-36a0b7b64648099542a7a88e8d0f3eecb0abb39d.tar.gz
inkscape-36a0b7b64648099542a7a88e8d0f3eecb0abb39d.zip
add display mode toggle
(bzr r1909)
-rw-r--r--share/keys/right-handed-illustration.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/keys/right-handed-illustration.xml b/share/keys/right-handed-illustration.xml
index 3d2392932..3f12929b2 100644
--- a/share/keys/right-handed-illustration.xml
+++ b/share/keys/right-handed-illustration.xml
@@ -230,7 +230,10 @@ Future improvements:
<bind action="ViewModeNormal"/>
<bind action="ViewModeOutline"/>
-<!-- Edit -->
+ <bind key="KP_5" modifiers="Ctrl" action="ViewModeToggle" display="true" />
+ <bind key="KP_Begin" modifiers="Ctrl" action="ViewModeToggle" />
+
+ <!-- Edit -->
<bind key="z" modifiers="Ctrl" action="EditUndo" display="true"/>
<bind key="Z" modifiers="Ctrl" action="EditUndo" />