diff options
| author | alexandru.roman <alexroman5g@gmail.com> | 2017-01-21 22:28:05 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-01-21 22:28:05 +0000 |
| commit | e8dcb5062f6114a9fb06d496ab5d906aec405c78 (patch) | |
| tree | a65d2125ceae6bd4ee9f5074962755e932dadaf1 /share | |
| parent | Fixes typos in strings. Some typos in Inkscape 0.92 LPE UI (diff) | |
| download | inkscape-e8dcb5062f6114a9fb06d496ab5d906aec405c78.tar.gz inkscape-e8dcb5062f6114a9fb06d496ab5d906aec405c78.zip | |
Fix "swap fill and stroke" for multiple objects in selection
Add verb and shortcut possibility
Fixed bugs:
- https://launchpad.net/bugs/367360
- https://launchpad.net/bugs/675690
(bzr r15428)
Diffstat (limited to 'share')
| -rw-r--r-- | share/keys/default.xml | 2 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index 581716d12..134251752 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -383,6 +383,8 @@ override) the bindings in the main default.xml. <bind key="7" action="EditNextPathEffectParameter" display="true" /> + <bind action="EditSwapFillStroke" display="true" /> + <bind key="r" modifiers="Ctrl,Shift" action="FitCanvasToSelectionOrDrawing" display="true" /> <bind key="R" modifiers="Ctrl,Shift" action="FitCanvasToSelectionOrDrawing" display="true" /> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 581716d12..4461dee69 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -382,6 +382,7 @@ override) the bindings in the main default.xml. <bind key="Escape" action="EditDeselect" /> <bind key="7" action="EditNextPathEffectParameter" display="true" /> + <bind action="EditSwapFillStroke" display="true" /> <bind key="r" modifiers="Ctrl,Shift" action="FitCanvasToSelectionOrDrawing" display="true" /> <bind key="R" modifiers="Ctrl,Shift" action="FitCanvasToSelectionOrDrawing" display="true" /> |
