diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-18 00:49:07 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-18 00:49:07 +0000 |
| commit | 0a72cef57c41ff04c628e12b337e6a27305efce2 (patch) | |
| tree | 9ccf67aaa80555dd7422e2aafe785e675b3c48f9 | |
| parent | Add mirror symmetry to geometry tool (diff) | |
| download | inkscape-0a72cef57c41ff04c628e12b337e6a27305efce2.tar.gz inkscape-0a72cef57c41ff04c628e12b337e6a27305efce2.zip | |
Add shortcut for geometry tool
(bzr r6691)
| -rw-r--r-- | share/keys/default.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index ac80e639c..df1267d9d 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -144,6 +144,8 @@ 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="Ctrl" action="ToolCalligraphic" display="true"/> <bind key="c" action="ToolCalligraphic" /> <bind key="C" action="ToolCalligraphic" /> |
