diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-01-26 02:16:39 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-01-26 02:16:39 +0000 |
| commit | 0175cd64a9b16336f6ea9812bf24c2de0b897f9a (patch) | |
| tree | 8337b6f08480df00d04154d64d6c8049cfbbe196 | |
| parent | add support for 'iso-8859-1' (diff) | |
| download | inkscape-0175cd64a9b16336f6ea9812bf24c2de0b897f9a.tar.gz inkscape-0175cd64a9b16336f6ea9812bf24c2de0b897f9a.zip | |
synchronize
(bzr r7178)
| -rw-r--r-- | share/keys/inkscape.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 49423c0aa..0fa71c1e1 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -144,6 +144,8 @@ override) the bindings in the main default.xml. <bind action="PenPrefs" /> + <bind key="F6" modifiers="Shift,Ctrl" action="ToolLPETool" display="true"/> + <bind key="F6" modifiers="Ctrl" action="ToolCalligraphic" display="true"/> <bind key="c" action="ToolCalligraphic" /> <bind key="C" action="ToolCalligraphic" /> @@ -217,6 +219,7 @@ override) the bindings in the main default.xml. <!-- View --> <bind key="F11" action="FullScreen" display="true"/> + <bind key="F11" action="FocusToggle" modifiers="Shift" display="true"/> <bind key="Tab" modifiers="Ctrl" action="NextWindow" display="true"/> <bind key="ISO_Left_Tab" modifiers="Ctrl" action="NextWindow" /> @@ -235,7 +238,7 @@ override) the bindings in the main default.xml. <bind key="numbersign" modifiers="Shift" action="ToggleGrid" /> <!-- # --> <bind key="numbersign" action="ToggleGrid" display="true"/> - <bind key="percent" action="ToggleSnapGlobal" display="true"/> <!-- # --> + <bind key="percent" action="ToggleSnapGlobal" display="true"/> <!-- % --> <bind key="percent" modifiers="Shift" action="ToggleSnapGlobal" /> <bind action="ViewNew"/> @@ -366,6 +369,9 @@ 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" /> |
