diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-09-19 18:13:32 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-09-19 18:13:32 +0000 |
| commit | 1ad2a32366c99547fc6963585bf92d802613de1b (patch) | |
| tree | 2178d022531b2f1bda2e53c3ec3f31db4b234e62 | |
| parent | by default, try square arrangement, not 1 row as before (diff) | |
| download | inkscape-1ad2a32366c99547fc6963585bf92d802613de1b.tar.gz inkscape-1ad2a32366c99547fc6963585bf92d802613de1b.zip | |
shift+letters are reserved for modes inside tools, so we cannot use them for global shortcutas
(bzr r6848)
| -rw-r--r-- | share/keys/inkscape.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index ac80e639c..4c9f686f4 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -362,9 +362,6 @@ override) the bindings in the main default.xml. <bind key="i" modifiers="Alt,Shift" action="ObjectsFromPattern" display="true"/> <bind key="I" modifiers="Alt,Shift" action="ObjectsFromPattern" /> - <bind key="g" modifiers="Shift" action="ObjectsToGuides" display="true"/> - <bind key="G" modifiers="Shift" action="ObjectsToGuides" /> - <bind action="ObjectSetMask" /> <bind action="ObjectUnSetMask" /> |
