diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2008-04-15 16:47:07 +0000 |
|---|---|---|
| committer | prokoudine <prokoudine@users.sourceforge.net> | 2008-04-15 16:47:07 +0000 |
| commit | 7d238a198d0a304634064660f8ae4d7dfb3acbf4 (patch) | |
| tree | a929386f7e00ab06daa7decc32e0e6a7b41fd3a9 | |
| parent | Fixes Bug #216584 (Effects/Color/Replace color not accepting UC) and also imp... (diff) | |
| download | inkscape-7d238a198d0a304634064660f8ae4d7dfb3acbf4.tar.gz inkscape-7d238a198d0a304634064660f8ae4d7dfb3acbf4.zip | |
fixed E/V keys by request from InitMass
(bzr r5451)
| -rw-r--r-- | share/keys/adobe-illustrator-cs2.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/keys/adobe-illustrator-cs2.xml b/share/keys/adobe-illustrator-cs2.xml index 1acb8aa1a..db331a556 100644 --- a/share/keys/adobe-illustrator-cs2.xml +++ b/share/keys/adobe-illustrator-cs2.xml @@ -14,6 +14,8 @@ See default.xml for more information. <bind key="V" action="ToolSelector" display="true"/> <bind key="v" action="ToolSelector" /> + <bind key="E" action="ToolSelector" /> + <bind key="e" action="ToolSelector" /> <!-- Direct Selection tool --> @@ -57,8 +59,8 @@ See default.xml for more information. <!-- Free Transform tool --> - <bind key="E" action="ToolSelector" display="true"/> - <bind key="e" action="ToolSelector" /> +<!-- <bind key="E" action="ToolSelector" display="true"/> + <bind key="e" action="ToolSelector" /> --> <!-- Gradient tool --> |
