diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-08-11 09:52:22 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-08-21 15:18:42 +0000 |
| commit | d489c0ca93a7e00e50f803f25be375bd079d0945 (patch) | |
| tree | dfc37ee4160e61b56d1139f486aaeeda29bb9fbb | |
| parent | Allow scaling down trace dialog (diff) | |
| download | inkscape-d489c0ca93a7e00e50f803f25be375bd079d0945.tar.gz inkscape-d489c0ca93a7e00e50f803f25be375bd079d0945.zip | |
update keys
| -rw-r--r-- | share/keys/carbon.xml | 2 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/share/keys/carbon.xml b/share/keys/carbon.xml index 31feba3f8..627dcba2f 100644 --- a/share/keys/carbon.xml +++ b/share/keys/carbon.xml @@ -398,8 +398,6 @@ and tooltips. Only one binding for each action may have this attribute. <bind key="b" modifiers="Alt,Shift" action="SelectionTrace" display="true" /> <bind key="B" modifiers="Alt,Shift" action="SelectionTrace" /> - <bind action="SelectionPixelArt" /> - <bind key="i" modifiers="Alt" action="ObjectsToPattern" display="true" /> <bind key="I" modifiers="Alt" action="ObjectsToPattern" /> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 7c66f7b9b..2d8be6110 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -458,8 +458,6 @@ override) the bindings in the main default.xml. <bind key="b" modifiers="Alt,Shift" action="SelectionTrace" display="true" /> <bind key="B" modifiers="Alt,Shift" action="SelectionTrace" /> - <bind action="SelectionPixelArt" /> - <bind key="i" modifiers="Alt" action="ObjectsToPattern" display="true" /> <bind key="I" modifiers="Alt" action="ObjectsToPattern" /> |
