diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-06-30 12:51:32 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-06-30 12:51:32 +0000 |
| commit | fd7cc3244c921bc9af2f07a51e25b61d67fec9c6 (patch) | |
| tree | 272ba71c887e5f39e98bd63cceee736c52587f13 | |
| parent | partial update of Slovak in trunk (diff) | |
| download | inkscape-fd7cc3244c921bc9af2f07a51e25b61d67fec9c6.tar.gz inkscape-fd7cc3244c921bc9af2f07a51e25b61d67fec9c6.zip | |
Add keybindings for the 3D box tool
(bzr r3156)
| -rw-r--r-- | share/keys/default.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index 3a1a22ddb..da62bc26c 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -103,6 +103,12 @@ override) the bindings in the main default.xml. <bind action="RectPrefs" /> + <bind key="F4" modifiers="Shift" action="Tool3DBox" display="true"/> + <bind key="x" action="Tool3DBox" /> + <bind key="X" action="Tool3DBox" /> + + <bind action="3DBoxPrefs" /> + <bind key="F5" action="ToolArc" display="true"/> <bind key="e" action="ToolArc" /> <bind key="E" action="ToolArc" /> |
