101 lines
7.5 KiB
XML
101 lines
7.5 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
Illuscape keyboard preset: Adobe Illustrator CC
|
|
Based on Inkscape's built-in illustrator.xml with corrections and additions.
|
|
-->
|
|
<keys name="Illustrator CC (Illuscape)">
|
|
|
|
<!-- ── Tool keys ──────────────────────────────────────────────────── -->
|
|
<bind key="v" action="tool-selector" modifiers="" />
|
|
<bind key="a" action="tool-node" modifiers="" />
|
|
<bind key="q" action="tool-lasso" modifiers="" />
|
|
<bind key="p" action="tool-pen" modifiers="" />
|
|
<bind key="n" action="tool-pencil" modifiers="" />
|
|
<bind key="b" action="tool-calligraphy" modifiers="" />
|
|
<bind key="t" action="tool-text" modifiers="" />
|
|
<bind key="m" action="tool-rect" modifiers="" />
|
|
<bind key="l" action="tool-arc" modifiers="" />
|
|
<bind key="backslash" action="tool-lpe" modifiers="" />
|
|
<bind key="r" action="tool-rotate" modifiers="" />
|
|
<bind key="s" action="tool-scale" modifiers="" />
|
|
<bind key="o" action="tool-flip" modifiers="" />
|
|
<bind key="e" action="tool-transform" modifiers="" />
|
|
<bind key="g" action="tool-gradient" modifiers="" />
|
|
<bind key="u" action="tool-mesh" modifiers="" />
|
|
<bind key="i" action="tool-dropper" modifiers="" />
|
|
<bind key="h" action="tool-zoom" modifiers="" />
|
|
<bind key="z" action="tool-zoom" modifiers="" />
|
|
<bind key="c" action="tool-scissors" modifiers="" />
|
|
<bind key="w" action="tool-lpe" modifiers="" />
|
|
<bind key="k" action="tool-paintbucket" modifiers="" />
|
|
<bind key="b" action="tool-spray" modifiers="Shift" />
|
|
<bind key="s" action="tool-spray" modifiers="Shift" />
|
|
<bind key="e" action="tool-eraser" modifiers="Shift" />
|
|
<bind key="n" action="tool-pencil" modifiers="Shift" />
|
|
|
|
<!-- ── Fill / stroke ──────────────────────────────────────────────── -->
|
|
<bind key="x" action="object-swap-fill-and-stroke" modifiers="" />
|
|
<bind key="x" action="object-swap-fill-and-stroke" modifiers="Shift" />
|
|
<bind key="d" action="object-reset-color" modifiers="" />
|
|
<bind key="slash" action="object-set-fill-none" modifiers="" />
|
|
|
|
<!-- ── View ───────────────────────────────────────────────────────── -->
|
|
<bind key="y" action="view-show-outline" modifiers="Primary" />
|
|
<bind key="0" action="zoom-fit-page" modifiers="Primary" />
|
|
<bind key="1" action="zoom-1-1" modifiers="Primary" />
|
|
<bind key="equal" action="zoom-in" modifiers="Primary" />
|
|
<bind key="minus" action="zoom-out" modifiers="Primary" />
|
|
<bind key="r" action="view-show-guides" modifiers="Primary" />
|
|
<bind key="semicolon" action="view-show-guides" modifiers="Primary" />
|
|
<bind key="apostrophe" action="view-show-grids" modifiers="Primary" />
|
|
|
|
<!-- ── Edit ───────────────────────────────────────────────────────── -->
|
|
<bind key="z" action="undo" modifiers="Primary" />
|
|
<bind key="z" action="redo" modifiers="Primary,Shift" />
|
|
<bind key="c" action="copy" modifiers="Primary" />
|
|
<bind key="x" action="cut" modifiers="Primary" />
|
|
<bind key="v" action="paste" modifiers="Primary" />
|
|
<bind key="f" action="paste-in-place" modifiers="Primary" />
|
|
<bind key="b" action="paste-in-place" modifiers="Primary" />
|
|
<bind key="v" action="paste-in-place" modifiers="Primary,Shift" />
|
|
<bind key="d" action="clone-create" modifiers="Primary" />
|
|
<bind key="a" action="select-all" modifiers="Primary" />
|
|
<bind key="a" action="deselect" modifiers="Primary,Shift" />
|
|
|
|
<!-- ── Object order ───────────────────────────────────────────────── -->
|
|
<bind key="bracketright" action="object-raise" modifiers="Primary" />
|
|
<bind key="bracketleft" action="object-lower" modifiers="Primary" />
|
|
<bind key="bracketright" action="object-to-top" modifiers="Primary,Shift" />
|
|
<bind key="bracketleft" action="object-to-bottom" modifiers="Primary,Shift" />
|
|
|
|
<!-- ── Group ──────────────────────────────────────────────────────── -->
|
|
<bind key="g" action="group" modifiers="Primary" />
|
|
<bind key="g" action="ungroup" modifiers="Primary,Shift" />
|
|
|
|
<!-- ── Clipping / compound paths ──────────────────────────────────── -->
|
|
<bind key="7" action="object-clip-set" modifiers="Primary" />
|
|
<bind key="7" action="object-clip-release" modifiers="Primary,Alt" />
|
|
<bind key="8" action="path-combine" modifiers="Primary" />
|
|
<bind key="8" action="path-break-apart" modifiers="Primary,Alt" />
|
|
|
|
<!-- ── Panels ─────────────────────────────────────────────────────── -->
|
|
<bind key="F7" action="dialogs-layers" modifiers="" />
|
|
<bind key="F7" action="dialogs-align-and-distribute" modifiers="Shift" />
|
|
<bind key="F6" action="dialogs-fill-stroke" modifiers="" />
|
|
<bind key="F9" action="dialogs-gradient-editor" modifiers="Primary" />
|
|
<bind key="F10" action="dialogs-fill-stroke" modifiers="Primary" />
|
|
<bind key="F10" action="dialogs-opacity" modifiers="Primary,Shift" />
|
|
<bind key="F5" action="dialogs-symbol-sets" modifiers="Primary,Shift" />
|
|
|
|
<!-- ── Document / preferences ────────────────────────────────────── -->
|
|
<bind key="p" action="document-properties" modifiers="Primary,Shift" />
|
|
<bind key="k" action="inkscape-preferences" modifiers="Primary" />
|
|
|
|
<!-- ── File ───────────────────────────────────────────────────────── -->
|
|
<bind key="s" action="save" modifiers="Primary" />
|
|
<bind key="s" action="save-as" modifiers="Primary,Shift" />
|
|
<bind key="e" action="export-png" modifiers="Primary,Shift" />
|
|
<bind key="p" action="place" modifiers="Primary,Shift" />
|
|
<bind key="i" action="spell" modifiers="Primary" />
|
|
|
|
</keys>
|