JezK
Edit File: adobe-illustrator-cs2.xml
<?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>