diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2012-10-11 17:54:14 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2012-10-11 17:54:14 +0000 |
| commit | f304ab600788b02cb02a4413f68f466e35cf1539 (patch) | |
| tree | 0dc39d0d1075471992d1adb4cb75fae7d75ee396 /share/keys | |
| parent | Fix for 1058402 : Inconsistent opacity indication (diff) | |
| download | inkscape-f304ab600788b02cb02a4413f68f466e35cf1539.tar.gz inkscape-f304ab600788b02cb02a4413f68f466e35cf1539.zip | |
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
(bzr r11782)
Diffstat (limited to 'share/keys')
| -rw-r--r-- | share/keys/default.xml | 3 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index 00bf1896a..74822e6d1 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -608,6 +608,9 @@ override) the bindings in the main default.xml. <bind key="w" modifiers="Ctrl,Shift" action="DialogSwatches" display="true" /> <bind key="W" modifiers="Ctrl,Shift" action="DialogSwatches" /> + <bind key="y" modifiers="Ctrl,Shift" action="DialogSymbols" display="true" /> + <bind key="Y" modifiers="Ctrl,Shift" action="DialogSymbols" /> + <bind key="ampersand" modifiers="Ctrl,Shift" action="DialogLivePathEffect" /> <bind key="7" modifiers="Ctrl,Shift" action="DialogLivePathEffect" display="true" /> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 00bf1896a..74822e6d1 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -608,6 +608,9 @@ override) the bindings in the main default.xml. <bind key="w" modifiers="Ctrl,Shift" action="DialogSwatches" display="true" /> <bind key="W" modifiers="Ctrl,Shift" action="DialogSwatches" /> + <bind key="y" modifiers="Ctrl,Shift" action="DialogSymbols" display="true" /> + <bind key="Y" modifiers="Ctrl,Shift" action="DialogSymbols" /> + <bind key="ampersand" modifiers="Ctrl,Shift" action="DialogLivePathEffect" /> <bind key="7" modifiers="Ctrl,Shift" action="DialogLivePathEffect" display="true" /> |
