diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-11-03 01:48:52 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-11-03 01:48:52 +0000 |
| commit | 35658ebb38a74595f3dc18a44eac1e5828fd250d (patch) | |
| tree | 24ebb12e8dd9d7c7a2658a5d88482528195b8091 | |
| parent | fixed 1582582 (diff) | |
| download | inkscape-35658ebb38a74595f3dc18a44eac1e5828fd250d.tar.gz inkscape-35658ebb38a74595f3dc18a44eac1e5828fd250d.zip | |
add view mode toggle, ensure kp_5 works without numlock too
(bzr r1886)
| -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 0ab7c934f..bf289e305 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -180,6 +180,7 @@ override) the bindings in the main default.xml. <bind key="4" action="ZoomDrawing" display="true"/> <bind key="5" action="ZoomPage" display="true"/> <bind key="KP_5" action="ZoomPage" /> + <bind key="KP_Begin" action="ZoomPage" /> <bind key="6" action="ZoomPageWidth" display="true"/> <bind key="e" modifiers="Ctrl" action="ZoomPageWidth" /> @@ -217,6 +218,9 @@ override) the bindings in the main default.xml. <bind action="ViewModeNormal"/> <bind action="ViewModeOutline"/> + <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"/> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 0ab7c934f..bf289e305 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -180,6 +180,7 @@ override) the bindings in the main default.xml. <bind key="4" action="ZoomDrawing" display="true"/> <bind key="5" action="ZoomPage" display="true"/> <bind key="KP_5" action="ZoomPage" /> + <bind key="KP_Begin" action="ZoomPage" /> <bind key="6" action="ZoomPageWidth" display="true"/> <bind key="e" modifiers="Ctrl" action="ZoomPageWidth" /> @@ -217,6 +218,9 @@ override) the bindings in the main default.xml. <bind action="ViewModeNormal"/> <bind action="ViewModeOutline"/> + <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"/> |
