diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-18 00:52:42 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-18 00:52:42 +0000 |
| commit | 8c9b4c386fcdb2e638b3e363a45d64f4ba4ffed5 (patch) | |
| tree | ec8c091c60c9a2fb765c1303eeeb4c5fd9137d75 | |
| parent | Temporarily hide icon for geometry tool (diff) | |
| download | inkscape-8c9b4c386fcdb2e638b3e363a45d64f4ba4ffed5.tar.gz inkscape-8c9b4c386fcdb2e638b3e363a45d64f4ba4ffed5.zip | |
Fix shortcut for geometry tool
(bzr r6693)
| -rw-r--r-- | share/keys/default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index df1267d9d..5ed3124d5 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -144,7 +144,7 @@ override) the bindings in the main default.xml. <bind action="PenPrefs" /> - <bind key="F6" modifiers="Shift,Alt" action="ToolLPETool" display="true"/> + <bind key="F6" modifiers="Shift,Ctrl" action="ToolLPETool" display="true"/> <bind key="F6" modifiers="Ctrl" action="ToolCalligraphic" display="true"/> <bind key="c" action="ToolCalligraphic" /> |
