diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2010-08-05 17:17:24 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2010-08-05 17:17:24 +0000 |
| commit | 646e06aeaa74d5f541f9bddf89804b5eaf0b4d43 (patch) | |
| tree | 9fa996b851e4c8baef025a9792c8fe106e6ed171 | |
| parent | support for transform elements in hpgl (Bug 600472) (diff) | |
| download | inkscape-646e06aeaa74d5f541f9bddf89804b5eaf0b4d43.tar.gz inkscape-646e06aeaa74d5f541f9bddf89804b5eaf0b4d43.zip | |
Keys. Alphapad support for zoom shortcuts (Bug #181393).
Fixed bugs:
- https://launchpad.net/bugs/181393
(bzr r9690)
| -rw-r--r-- | share/keys/default.xml | 6 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index 45003d7dd..4378263a0 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -206,17 +206,23 @@ override) the bindings in the main default.xml. <bind key="KP_Subtract" action="ZoomOut" /> <bind key="1" action="Zoom1:0" display="true" /> + <bind key="1" modifiers="Shift" action="Zoom1:0" /> <bind key="KP_1" action="Zoom1:0" /> <bind key="2" action="Zoom1:2" display="true" /> + <bind key="2" modifiers="Shift" action="Zoom1:2" /> <bind key="KP_2" action="Zoom1:2" /> <bind key="3" action="ZoomSelection" display="true" /> + <bind key="3" modifiers="Shift" action="ZoomSelection" /> <bind key="KP_3" action="ZoomSelection" /> <bind key="4" action="ZoomDrawing" display="true" /> + <bind key="4" modifiers="Shift" action="ZoomDrawing" /> <bind key="KP_4" action="ZoomDrawing" /> <bind key="5" action="ZoomPage" display="true" /> + <bind key="5" modifiers="Shift" action="ZoomPage" /> <bind key="KP_5" action="ZoomPage" /> <bind key="KP_Begin" action="ZoomPage" /> <bind key="6" action="ZoomPageWidth" display="true" /> + <bind key="6" modifiers="Shift" action="ZoomPageWidth" /> <bind key="KP_6" action="ZoomPageWidth" /> <bind key="e" modifiers="Ctrl" action="ZoomPageWidth" /> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 45003d7dd..4378263a0 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -206,17 +206,23 @@ override) the bindings in the main default.xml. <bind key="KP_Subtract" action="ZoomOut" /> <bind key="1" action="Zoom1:0" display="true" /> + <bind key="1" modifiers="Shift" action="Zoom1:0" /> <bind key="KP_1" action="Zoom1:0" /> <bind key="2" action="Zoom1:2" display="true" /> + <bind key="2" modifiers="Shift" action="Zoom1:2" /> <bind key="KP_2" action="Zoom1:2" /> <bind key="3" action="ZoomSelection" display="true" /> + <bind key="3" modifiers="Shift" action="ZoomSelection" /> <bind key="KP_3" action="ZoomSelection" /> <bind key="4" action="ZoomDrawing" display="true" /> + <bind key="4" modifiers="Shift" action="ZoomDrawing" /> <bind key="KP_4" action="ZoomDrawing" /> <bind key="5" action="ZoomPage" display="true" /> + <bind key="5" modifiers="Shift" action="ZoomPage" /> <bind key="KP_5" action="ZoomPage" /> <bind key="KP_Begin" action="ZoomPage" /> <bind key="6" action="ZoomPageWidth" display="true" /> + <bind key="6" modifiers="Shift" action="ZoomPageWidth" /> <bind key="KP_6" action="ZoomPageWidth" /> <bind key="e" modifiers="Ctrl" action="ZoomPageWidth" /> |
