diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:24:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:24:48 +0000 |
commit | cca66b9ec4e494c1d919bff0f71a820d8afab1fa (patch) | |
tree | 146f39ded1c938019e1ed42d30923c2ac9e86789 /share/keys/adobe-illustrator-cs2.xml | |
parent | Initial commit. (diff) | |
download | inkscape-upstream/1.2.2.tar.xz inkscape-upstream/1.2.2.zip |
Adding upstream version 1.2.2.upstream/1.2.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/keys/adobe-illustrator-cs2.xml')
-rw-r--r-- | share/keys/adobe-illustrator-cs2.xml | 130 |
1 files changed, 130 insertions, 0 deletions
diff --git a/share/keys/adobe-illustrator-cs2.xml b/share/keys/adobe-illustrator-cs2.xml new file mode 100644 index 0000000..e52428b --- /dev/null +++ b/share/keys/adobe-illustrator-cs2.xml @@ -0,0 +1,130 @@ +<?xml version="1.0"?> +<keys name="Adobe Illustrator" xmlns:xi="http://www.w3.org/2001/XInclude"> + +<!-- inherit --> +<xi:include href="inkscape.xml" /> + +<!-- +This file contains a profile of keyboard shortcuts for Inkscape in the +style of Adobe Illustrator CC 2020. If the binding is not specified here, it +is still the Inkscape default. In case of conflict, these bindings override +those from the Inkscape defaults. + +See default.xml for more information. +--> + +<!-- File --> + + <bind gaction="win.document-dialog-templates" keys="<primary><shift>n" /> + + <!-- Revert --> + <bind gaction="win.document-revert" keys="<primary><alt>z" /> + + <!-- Place --> + <bind gaction="win.document-import" keys="<primary><shift>p" /> + +<!-- Tools --> + + <!-- Selection (arrow) tool + Free Transform Tool --> + <bind gaction="win.tool-switch('Select')" keys="v, e" /> + + <!-- Direct Selection tool --> + <bind gaction="win.tool-switch('Node')" keys="a" /> + + <!-- Warp/Pucker/Bloat/Wrinkle tool --> + <bind gaction="win.tool-switch('Tweak')" keys="<shift>r" /> + + <!-- Pen tool --> + <bind gaction="win.tool-switch('Pen')" keys="p" /> + + <!-- Type tool --> + <bind gaction="win.tool-switch('Text')" keys="t" /> + + <!-- Rectangle tool --> + <bind gaction="win.tool-switch('Rect')" keys="m" /> + + <!-- Ellipse tool --> + <bind gaction="win.tool-switch('Arc')" keys="l" /> + + <!-- Paintbrush tool --> + <bind gaction="win.tool-switch('Caligraphic')" keys="b" /> + + <!-- Pencil tool --> + <bind gaction="win.tool-switch('Pencil')" keys="n" /> + + <!-- Eye-dropper tool --> + <bind gaction="win.tool-switch('Dropper')" keys="i" /> + + <!-- Live Paint Bucket tool --> + <bind gaction="win.tool-switch('PaintBucket')" keys="k" /> + + <!-- Symbol Sprayer --> + <bind gaction="win.tool-switch('Spray')" keys="<shift>s" /> + +<!-- Zoom --> + + <!-- Zoom in and Out --> + <bind gaction="win.canvas-zoom-in" keys="<primary>plus, <primary>equal, <primary>KP_Add"/> + <bind gaction="win.canvas-zoom-out" keys="<primary>minus, <primary>underscore, <primary>KP_Subtract"/> + + <!-- Show Artboard --> + <bind gaction="win.canvas-zoom-page" keys="<primary>0, <primary>KP_0"/> + <!-- Actual Size --> + <bind gaction="win.canvas-zoom-1-1" keys="<primary>1, <primary>KP_1"/> + +<!-- View --> + + <!--Show Grid Ctrl+" --> + <bind gaction="win.canvas-show-grid" keys="<primary>quotedbl" /> + + <!-- Toggle Guides --> + <bind gaction="doc.show-all-guides" keys="<primary>semicolon" /> + + <!-- Toggle Snap --> + <bind gaction="win.snap-global-toggle" keys="<primary><shift>quotedbl, <primary><alt>apostrophe"/> + + <!-- Toggle View --> + <bind gaction="win.canvas-display-mode-cycle" keys="<primary>y"/> + +<!-- Edit --> + + <bind gaction="win.paste-in-place" keys="<primary><shift>b" /> + <bind gaction="win.select-none" keys="<primary><shift>a" /> + + <bind gaction="app.selection-top" keys="<primary><shift>bracketright" /> + <bind gaction="app.selection-bottom" keys="<primary><shift>bracketleft" /> + + <bind gaction="app.selection-raise" keys="<primary>bracketright" /> + <bind gaction="app.selection-lower" keys="<primary>bracketleft" /> + + <!--Object to Guides --> + <bind gaction="app.object-to-guides" keys="<primary>5" /> + + <!-- Make and Release Clipping Masks --> + <bind gaction="app.object-set-clip" keys="<primary>7" /> + <bind gaction="app.object-release-clip" keys="<primary><alt>7" /> + + <!-- Add new symbol --> + <bind gaction="app.clone" keys="F8" /> + +<!-- Dialog --> + + <!-- Preferences --> + <bind gaction="app.preferences" keys="<primary>k" /> + + <!-- Document Setup --> + <bind gaction="win.dialog-open('DocumentProperties')" keys="<primary><alt>p" /> + + <!-- Panel Shortcuts --> + <bind gaction="win.dialog-open('Swatches')" keys="F6" /> + <bind gaction="win.dialog-open('Layers')" keys="F7" /> + <bind gaction="win.dialog-open('AlignDistribute')" keys="<shift>F7" /> + <bind gaction="win.dialog-open('Transform')" keys="<shift>F8" /> + <bind gaction="win.dialog-open('FillStroke')" keys="<primary>F9" /> + <bind gaction="win.dialog-open('FillStroke')" keys="<primary>F10" /> + <bind gaction="win.dialog-open('FillStroke')" keys="<primary><shift>F10" /> + <bind gaction="win.dialog-open('ObjectProperties')" keys="<primary>F11" /> + <bind gaction="win.dialog-open('Text')" keys="<primary>t" /> + <bind gaction="win.dialog-open('Text')" keys="<primary><alt>t" /> + +</keys> |