Code

Doc. Keys and mouse reference, bugtracker link fix (from SF to LP).
[inkscape.git] / doc / keys.xml
1 <root xmlns="http://www.inkscape.org/namespaces/keys" 
2   title="Inkscape keyboard and mouse reference"
3   ver  ="0.48"
4 >
6 <p>This document describes the default keyboard and mouse shortcuts of Inkscape, corresponding to the
7 share/keys/default.xml file in Inkscape distribution. Most (but not all) of these keys
8 are configurable by the user; see the default.xml file for details on how to do that.</p>
10 <p>Unless noted otherwise, keypad keys (such as arrows, Home, End, +, -, digits) are
11 supposed to work the same as corresponding regular keys. If you have a new shortcut
12 idea, please contact the developers (by writing to the <a
13 href="http://lists.sourceforge.net/lists/listinfo/inkscape-devel">devel mailing list</a>
14 or by <a href="https://bugs.launchpad.net/inkscape">submitting an
15 RFE</a>).</p>
17 <column>
19 *<section title="Tools" color="f5f5f5">
21 <group>
22 <keys><key><keyf f="F1"/></key><key>s</key>    <action>Selector</action></keys>
23 <keys><key><misc-wide f="Space"/></key>   <action>Selector (temporary)</action></keys>
24 <note>Space switches to the Selector tool temporarily; another Space switches back.</note>
25 <note>When the "Left mouse button pans when Space is pressed" option is on in Preferences, Space+mouse drag pans canvas instead of switching to Selector.</note>
26 <keys><key><keyf f="F2"/></key><key>n</key>     <action>Node tool</action></keys>
27 <keys><key><shift/><keyf f="F2"/></key><key>w</key>     <action>Tweak tool</action></keys>
28 <keys><key><keyf f="F3"/></key><key>z</key>      <action>Zoom tool</action></keys>
29 <keys><key><keyf f="F4"/></key><key>r</key>      <action>Rectangle tool</action></keys>
30 <keys><key><shift/><keyf f="F4"/></key><key>x</key>      <action>3D box tool</action></keys>
31 <keys><key><keyf f="F5"/></key><key>e</key>      <action>Ellipse/arc tool</action></keys>
32 <keys><key><shift/><keyf f="F9"/></key><key>*</key>      <action>Star tool</action></keys>
33 <keys><key><keyf f="F9"/></key><key>i</key>      <action>Spiral tool</action></keys>
34 <keys><key><keyf f="F6"/></key><key>p</key>      <action>Pencil (Freehand) tool</action></keys>
35 <keys><key><shift/><keyf f="F6"/></key><key>b</key>      <action>Pen (Bezier) tool</action></keys>
36 <keys><key><ctrl/><keyf f="F6"/></key><key>c</key>       <action>Calligraphy tool</action></keys>
37 <keys><key><keyf f="F8"/></key><key>t</key>      <action>Text tool</action></keys>
38 <keys><key><shift/><keyf f="F3"/></key><key>a</key>      <action>Spray tool</action></keys>
39 <keys><key><shift/><keyf f="E"/></key><key>c</key>       <action>Eraser tool</action></keys>
40 <keys><key><shift/><keyf f="F7"/></key><key>u</key>      <action>Paint Bucket tool</action></keys>
41 <keys><key><ctrl/><keyf f="F1"/></key><key>g</key>       <action>Gradient tool</action></keys>
42 <keys><key><keyf f="F7"/></key><key>d</key>      <action>Dropper tool</action></keys>
43 <keys><key><ctrl/><keyf f="F2"/></key><key>o</key>       <action>Connector tool</action></keys>
44 <note>Double click on the tool buttons opens the Preferences dialog showing the page of the corresponding tool.</note>
45 </group>
46 </section>
49 *<section title="Dialogs" color="f0eae7">
50 <group>
51 <title>Open</title>
52 <keys><key><shift/><ctrl/>F</key> <action>Fill and Stroke</action></keys>
53 <keys><key><shift/><ctrl/>W</key> <action>Swatches</action></keys>
54 <keys><key><shift/><ctrl/>T</key> <action>Text and Font</action></keys>
55 <keys><key><shift/><ctrl/>M</key> <action>Transform</action></keys>
56 <keys><key><shift/><ctrl/>L</key> <action>Layers</action></keys>
57 <keys><key><shift/><ctrl/>A</key> <action>Align and Distribute</action></keys>
58 <keys><key><shift/><ctrl/>O</key> <action>Object Properties</action></keys>
59 <keys><key><shift/><ctrl/>H</key> <action>Undo History</action></keys>
60 <keys><key><shift/><ctrl/>X</key> <action>XML Editor</action></keys>
61 <keys><key><shift/><ctrl/>D</key> <action>Document Preferences</action></keys>
62 <keys><key><shift/><ctrl/>P</key> <action>Inkscape Preferences</action></keys>
63 <keys><key><shift/><ctrl/>E</key>        <action>Export to PNG</action></keys>
64 <keys><key><ctrl/>F</key>        <action>Find</action></keys>
65 <keys><key><shift/><alt/>B</key>         <action>Trace Bitmap</action></keys>
66 <keys><key><shift/><ctrl/>7</key>        <action>Path Effects</action></keys>
67 <keys><key><ctrl/><alt/>K</key>  <action>Check Spelling</action></keys>
68 <note>These shortcuts open a new dialog window if it wasn't open yet, otherwise the corresponding dialog gets focus.</note>
69 </group>
71 <group>
72 <title>Toggle visibility</title>
73 <keys><key><keyf f="F12"/></key> <action>toggle dialogs</action></keys>
74 <note>This temporarily hides all open dialogs; another F12 shows them again.</note>
75 </group>
77 <group>
78 <title>Within a dialog</title>
79 <keys><key><misc f="Esc"/></key> <action>return to the canvas</action></keys>
80 <keys><key><ctrl/><keyf f="F4"/></key> <key><ctrl/>W</key> <action>close the dialog</action></keys>
81 <keys><key><misc f="Tab"/></key> <action>jump to next widget</action></keys>
82 <keys><key><shift/><misc f="Tab"/></key> <action>jump to previous widget</action></keys>
83 <keys><key><misc-wide f="Enter"/></key> <action>set the new value</action></keys>
84 <note>This accepts the new value you typed in a text field and returns focus to canvas.</note>
85 <keys><key><ctrl/><misc-wide f="Enter"/></key> <action>in XML Editor, set the attr value</action></keys>
86 <note>When editing an attribute value in XML Editor, this sets the new value (same as clicking the "Set attribute" button).</note>
87 <keys><key><misc-wide f="Space"/></key> <key><misc-wide f="Enter"/></key> <action>activate current button or list</action></keys>
88 <keys><key><ctrl/><misc f="PgUp"/></key> <key><ctrl/><misc f="PgDn"/></key> <action>in a multi-tab dialog, switch tabs</action></keys>
89 </group>
90 </section>
92 *<section title="Controls bar" color="f8f3e9">
94 <group>
95 <title>Access</title>
96 <note>The Controls bar at the top of the document window provides different buttons and controls for each tool.</note>
97 <keys><key><alt/>X</key> <action>jump to the first editable field</action></keys>
98 </group>
100 <group>
101 <title>Navigate</title>
102 <keys><key><misc f="Tab"/></key> <action>jump to next field</action></keys>
103 <keys><key><shift/><misc f="Tab"/></key> <action>jump to previous field</action></keys>
104 <note>Use these to navigate between fields in the Controls bar (the value in the field you leave, if changed, is accepted).</note>
105 </group>
107 <group>
108 <title>Change values</title>
109 <mouse><key><up/></key> <key><down/></key> <action>change value by 0.1</action></mouse>
110 <keys><key><misc f="PgUp"/></key><key><misc f="PgDn"/></key> <action>change value by 5.0</action></keys>
111 <keys><key><misc-wide f="Enter"/></key> <action>accept the new value</action></keys>
112 <note>This accepts the new value you typed in a text field and returns focus to canvas.</note>
113 <keys><key><misc f="Esc"/></key>   <action>cancel changes, return to canvas</action></keys>
114 <note>This cancels any changes you made in a text field and returns focus to canvas.</note>
115 <keys><key><ctrl/>Z</key> <action>cancel changes</action></keys>
116 <note>This cancels any changes you made in a text field but you stay in the field.</note>
117 </group>
118  
119 </section>
121 *<section title="Canvas" color="e5f1e7">
123 <group>
124 <title>Zoom</title>
125 <keys><key>=</key> <key>+</key>          <action>zoom in</action></keys>
126 <keys><key>-</key>       <action>zoom out</action></keys>
127 <note>The keypad +/- keys do zooming even when you are editing a text object, unless NumLock is on.</note>
128 <mouse><key><mid-click/></key>  <key><ctrl/><right-click/></key>   <action>zoom in</action></mouse>
129 <mouse><key><shift/><mid-click/></key>  <key><shift/><right-click/></key> <action>zoom out</action></mouse>
130 <mouse><key><ctrl/><wheel/></key> <action>zoom in or out</action></mouse>
131 <note>When the "Mouse wheel zooms by default" option is on in Preferences, Ctrl+wheel scrolls instead of zooming. To zoom, use wheel without Ctrl.</note>
132 <mouse><key><shift/><mid-drag/></key> <action>zoom into the area</action></mouse>
133 <keys><key><alt/>Z</key> <action>activate zoom field</action></keys>
134 <note>The zoom field in the lower right corner of the window allows you to specify zoom level precisely.</note>
135 </group>
137 <group>
138 <title>Preset zooms</title>
139 <keys><key>1</key>       <action>zoom 1:1</action></keys>
140 <keys><key>2</key>      <action>zoom 1:2</action></keys>
141 <keys><key>3</key>      <action>zoom to selection</action></keys>
142 <keys><key>4</key>      <action>zoom to drawing</action></keys>
143 <keys><key>5</key>      <action>zoom to page</action></keys>
144 <keys><key><ctrl/>E</key><key>6</key>   <action>zoom to page width</action></keys>
145 </group>
147 <group>
148 <title>Zoom history</title>
149 <keys><key>`</key> <action>(back quote) previous zoom </action></keys>
150 <keys><key><shift/>`</key> <action>next zoom</action></keys>
151 <note>With these keys, you can travel back and forth through the history of zooms in this session</note>
152 </group>
154 <group>
155 <title>Scroll (pan)</title>
156 <mouse><key><ctrl/><arrows/></key>  <action>scroll canvas</action></mouse>
157 <note>Scrolling by keys is accelerated, i.e. it speeds up when you press Ctrl+arrows in quick succession, or press and hold.</note>
158 <mouse><key><mid-drag/></key>  <action>pan canvas</action></mouse>
159 <mouse><key><shift/><right-drag/></key> <key><ctrl/><right-drag/></key> <action>pan canvas</action></mouse>
160 <mouse><key><wheel/></key> <action>scroll canvas vertically</action></mouse>
161 <note>When the "Mouse wheel zooms by default" option is on in Preferences, mouse wheel zooms instead of scrolling. To scroll, use Ctrl+wheel.</note>
162 <mouse><key><shift/><wheel/></key> <action>scroll canvas horizontally</action></mouse>
163 <note>When the "Left mouse button pans when Space is pressed" option is on in Preferences, Space+mouse drag also pans canvas.</note>
164 </group>
166 <group>
167 <title>Guides, grids, snapping</title>
168 <mouse><key><left-drag/></key> <action>drag off a ruler to create guide</action></mouse>
169 <note>Drag off the horizontal or vertical ruler to create a new guideline. Drag a guideline onto the ruler to delete it.</note>
170 <mouse><key><left-drag/></key> <action>drag a guide to move it</action></mouse>
171 <mouse><key><shift/><left-drag/></key> <action>drag a guide (not near anchor) to rotate it</action></mouse>
172 <mouse><key><shift/><ctrl/><left-drag/></key> <action>rotate guide with angle snapping</action></mouse>
173 <mouse><key><ctrl/><left-click/></key> <action>delete guide</action></mouse>
174 <keys><key>|</key> <key><shift/>\</key> <action>toggle guides and snapping to guides</action></keys>
175 <note>If you want to see the guides but not snap to them, use the global snapping toggle (% key).</note>
176 <note>When you create a new guide by dragging off the ruler, guide visibility and snapping are turned on.</note>
177 <keys><key>#</key> <key><shift/>3</key> <action>toggle grids and snapping to grids</action></keys>
178 <note>If you want to see the grids but not snap to them, use the global snapping toggle (% key).</note>
179 <note>Note that only the 3 key on the main keyboard works, not on the keypad.</note>
180 <keys><key>%</key> <action>toggle snapping on and off</action></keys>
181 <note>This toggle affects snapping to grids, guides, and objects in all tools.</note>
182 </group>
184 <group>
185 <title>Display mode</title>
186 <keys><key><ctrl/><misc-wide f="keypad 5"/></key>  <action>toggle normal/no filters/outline mode</action></keys>
187 </group>
188 </section>
190 *<section title="Palette" color="efcfdf">
191 <group>
192 <note>These keys work both in the floating palette dialog and in the palette frame at the bottom of the window.</note>
193 <mouse><key><left-click/></key> <action>set fill color on selection</action></mouse>
194 <mouse><key><shift/><left-click/></key> <action>set stroke color on selection</action></mouse>
195 <mouse><key><right-click/></key> <action>open pop-up menu</action></mouse>
196 <mouse><key><left-drag/></key> <action>drag fill color to objects</action></mouse>
197 <mouse><key><shift/><left-drag/></key> <action>drag stroke color to objects</action></mouse>
198 <note>To change fill/stroke of an object by dragging color on it, that object need not be selected.</note>
199 <note>You can also drag colors to the Fill (F) and Stroke (S) indicators in the statusbar to change the selection.</note>
200 </group>
201 </section>
204 </column>
210 <column>
212 *<section title="File" color="f3f2e2">
214 <group>
215 <keys><key><ctrl/>N</key>        <action>create new document</action></keys>
216 <keys><key><ctrl/>O</key>        <action>open a document</action></keys>
217 <keys><key><shift/><ctrl/>E</key>        <action>export to PNG</action></keys>
218 <keys><key><ctrl/>I</key>        <action>import bitmap or vector</action></keys>
219 <keys><key><ctrl/>P</key>        <action>print document</action></keys>
220 <keys><key><ctrl/>S</key>        <action>save document</action></keys>
221 <keys><key><shift/><ctrl/>S</key>        <action>save under a new name</action></keys>
222 <keys><key><shift/><ctrl/><alt/>S</key>  <action>save a copy</action></keys>
223 <keys><key><ctrl/>Q</key>        <action>exit Inkscape</action></keys>
224 </group>
226 </section>
228 *<section title="Window" color="e8fae1">
230 <group>
231 <keys><key><ctrl/>R</key> <action>toggle rulers</action></keys>
232 <keys><key><ctrl/>B</key> <action>toggle scrollbars</action></keys>
233 <keys><key><keyf f="F11"/></key> <action>toggle fullscreen</action></keys>
234 </group>
236 <group>
237 <keys><key><keyf f="F10"/></key> <action>main menu</action></keys>
238 <note>Menus can also be activated by Alt with the letter underscored in the menu name.</note>
239 <keys><key><shift/><keyf f="F10"/></key> <key><right-click/></key> <action>drop-down (context) menu</action></keys>
240 </group>
242 <group>
243 <keys><key><ctrl/><keyf f="F4"/></key> <key><ctrl/>W</key>       <action>close document window</action></keys>
244 <note>This shuts down Inkscape if it was the only document window open.</note>
245 <keys><key><ctrl/><misc f="Tab"/></key> <action>next document window</action></keys>
246 <keys><key><shift/><ctrl/><misc f="Tab"/></key> <action>previous document window</action></keys>
247 <note>These cycle through the active document windows forward and backward.</note>
248 </group>
250 </section>
252 *<section title="Layers" color="f6f9d9">
254 <group>
255 <keys><key><shift/><ctrl/><misc f="N"/></key> <action>create new layer</action></keys>
256 </group>
258 <group>
259 <keys><key><shift/><misc f="PgUp"/></key> <action>move to layer above</action></keys>
260 <keys><key><shift/><misc f="PgDn"/></key> <action>move to layer below</action></keys>
261 <note>These commands move the selected objects from one layer to another.</note>
263 <keys><key><shift/><ctrl/><misc f="PgUp"/></key> <action>raise layer</action></keys>
264 <keys><key><shift/><ctrl/><misc f="PgDn"/></key> <action>lower layer</action></keys>
265 <keys><key><shift/><ctrl/><misc f="Home"/></key> <action>raise layer to top</action></keys>
266 <keys><key><shift/><ctrl/><misc f="End"/></key> <action>lower layer to bottom</action></keys>
267 <note>These commands move the current layer among its siblings (normally other layers).</note>
268 </group>
269 </section>
272 *<section title="Object" color="f4ecf5">
274 <group>
275 <title>Undo/redo</title>
276 <keys><key><shift/><ctrl/>Y</key> <key><ctrl/>Z</key>    <action>undo</action></keys>
277 <keys><key><shift/><ctrl/>Z</key> <key><ctrl/>Y</key>    <action>redo</action></keys>
278 </group>
280 <group>
281 <title>Clipboard</title>
282 <keys><key><ctrl/>C</key>        <action>copy selection</action></keys>
283 <keys><key><ctrl/>X</key>        <action>cut selection</action></keys>
284 <keys><key><ctrl/>V</key>        <action>paste clipboard</action></keys>
285 <note>This places the clipboard objects at the mouse cursor, or at the center of the window if mouse is outside the canvas.</note>
286 <note>When editing text with the text tool, this pastes the text from the clipboard into the current text object.</note>
287 <keys><key><ctrl/><alt/>V</key>  <action>paste in place</action></keys>
288 <note>This places the clipboard objects into the original location from which they were copied.</note>
289 <keys><key><shift/><ctrl/>V</key>  <action>paste style</action></keys> 
290 <note>This applies the style of the (first of the) copied object(s) to the current selection.</note>
291 <note>If a gradient handle (in Gradient tool) or a text span (in Text tool) are selected, they get the style instead of the entire object.</note>
292 <keys><key><ctrl/>7</key>  <action>paste path effect</action></keys> 
293 <note>This applies the path effect of the copied path to the paths/shapes in current selection.</note>
294 </group>
296 <group>
297 <title>Duplicate</title>
298 <keys><key><ctrl/>D</key>        <action>duplicate selection</action></keys> 
299 <note>New object(s) are placed exactly over the original(s) and selected.</note>
300 </group>
302 <group>
303 <title>Clone</title>
304 <keys><key><alt/>D</key>         <action>clone object</action></keys> 
305 <note>A clone can be moved/scaled/rotated/skewed independently, but it updates the path, fill, and stroke from its original.</note>
306 <note>The clone is placed exactly over the original object and is selected.</note>
307 <note>You can only clone one object at a time; if you want to clone several objects together, group them and clone the group.</note>
308 <keys><key><shift/><alt/>D</key>         <action>unlink clone</action></keys> 
309 <note>Unlinking a clone cuts the link to the original, turning the clone into a plain copy.</note>
310 <keys><key><shift/>D</key>       <action>select original</action></keys> 
311 <note>To find out which object this is a clone of, select the clone and give this command. The original will be selected.</note>
312 </group>
314 <group>
315 <title>Bitmaps</title>
316 <keys><key><alt/>B</key> <action>create a bitmap copy</action></keys>
317 <note>This exports the selected object(s) (all other objects hidden) as PNG in the document's directory and imports it back.</note>
318 <note>The imported bitmap is placed over the original selection and is selected.</note>
319 <keys><key><shift/><alt/>B</key> <action>trace bitmap</action></keys>
320 <note>This opens the Trace Bitmap dialog allowing you to convert a bitmap object to path(s).</note> 
321 </group>
323 <group>
324 <title>Patterns</title>
325 <keys><key><alt/>I</key>         <action>object(s) to pattern</action></keys> 
326 <note>This converts the selection to a rectangle with tiled pattern fill.</note>
327 <keys><key><shift/><alt/>I</key>         <action>pattern to object(s)</action></keys> 
328 <note>Each selected object with pattern fill is broken into the same object without fill and a single pattern object.</note>
329 </group>
331 <group>
332 <title>Group</title>
333 <keys> <key><shift/><ctrl/>U</key>  <key><ctrl/>G</key> <action>group selected objects</action></keys>
334 <note>Use Ctrl+click to select objects within group.</note>
335 <keys><key><shift/><ctrl/>G</key> <key><ctrl/>U</key>  <action>ungroup selected group(s)</action></keys>
336 <note>This removes only one level of grouping; press Ctrl+U repeatedly to ungroup nested groups.</note>
337 </group>
339 <group>
340 <title>Z-order</title>
341 <keys><key><misc f="Home"/></key>        <action>raise selection to top</action></keys>
342 <keys><key><misc f="End"/></key>         <action>lower selection to bottom</action></keys>
343 <keys><key><misc f="PgUp"/></key>        <action>raise selection one step</action></keys>
344 <keys><key><misc f="PgDn"/></key>      <action>lower selection one step</action></keys>
345  </group>
347 </section>
349 *<section title="Path" color="f9f1d9">
351 <group>
352 <title>Convert to path</title>
353 <keys><key><shift/><ctrl/>C</key> <action>convert selected object(s) to path</action></keys>
354 <keys><key><ctrl/><alt/>C</key> <action>convert stroke to path</action></keys>
355 </group>
357 <group>
358 <title>Boolean operations</title>
359 <keys><key><ctrl/>+</key>  <action>union</action></keys>
360 <note>Union combines any number of objects into a single path, removing overlaps.</note>
361 <keys><key><ctrl/>-</key>  <action>difference</action></keys>
362 <note>Difference works on 2 objects, extracting the top from the bottom.</note>
363 <keys><key><ctrl/>*</key>  <action>intersection</action></keys>
364 <note>Intersection creates a path representing the common (overlapping) area of all selected objects.</note>
365 <keys><key><ctrl/>^</key>  <action>exclusive OR (XOR)</action></keys>
366 <note>XOR is similar to Union, except that it works on 2 objects and removes areas where the objects overlap.</note>
367 <keys><key><ctrl/>/</key>  <action>division (cut)</action></keys>
368 <note>Division cuts the bottom object into pieces by the top object, preserving the fill and stroke of the bottom.</note>
369 <keys><key><ctrl/><alt/>/</key>  <action>cut path</action></keys>
370 <note>Cut Path cuts the bottom object's stroke only where it is intersected by the top path, removing any fill from the result.</note>
371 <note>The result of Union, Difference, Intersection, and XOR inherits the id= attribute and therefore the clones of the bottom object.</note>
372 <note>Division and Cut path normally produce several objects; of them, a random one inherits the id= of the bottom source object.</note>
373 </group>
375 <group>
376 <title>Offsets</title>
377 <keys><key><ctrl/>(</key>  <action>inset path (towards center)</action></keys>
378 <keys><key><ctrl/>)</key>  <action>outset path (away from center)</action></keys>
379 <note>The default offset distance is 2 px (SVG pixel units, not screen pixels).</note>
380 <keys><key><alt/>(</key>  <action>inset path by 1 pixel</action></keys>
381 <keys><key><alt/>)</key>  <action>outset path by 1 pixel</action></keys>
382 <keys><key><shift/><alt/>(</key>  <action>inset path by 10 pixels</action></keys>
383 <keys><key><shift/><alt/>)</key>  <action>outset path by 10 pixels</action></keys>
384 <note>The actual distance for pixel offsets depends on zoom level. Zoom in for finer adjustment.</note>
385 <note>All the (, ) commands convert the object to path, if necessary, and produce regular path.</note>
386 <keys><key><ctrl/>J</key>  <action>create dynamic offset</action></keys>
387 <keys><key><ctrl/><alt/>J</key>  <action>create linked offset</action></keys>
388 <note>These commands produce an offset object, editable by the node tool, standalone or linked to the original.</note>
389 <keys><key><shift/>D</key>       <action>select source</action></keys> 
390 <note>Selecting a linked offset and giving this command will select the source path of the linked offset.</note>
391 </group>
393 <group>
394 <title>Combine</title>
395 <keys><key><ctrl/>K</key>  <action>combine paths</action></keys>
396 <note>This is different from grouping in that combined paths create one object.</note>
397 <note>This is different from Union in that overlapping areas are not affected.</note>
398 <note>Whether overlapping areas are filled is controlled by the Fill: winding/alternating switch on the Fill &amp; Stroke dialog.</note>
399 <keys><key><shift/><ctrl/>K</key>  <action>break paths apart</action></keys>
400 <note>This attempts to break an object into constituent paths; it will fail if the object is one solid path.</note>
401 </group>
403 <group>
404 <title>Simplify</title>
405 <keys><key><ctrl/>L</key>  <action>simplify</action></keys>
406 <note>This command attempts to simplify selected path(s) by removing extra nodes. It converts all objects to paths first.</note>
407 <note>If you invoke this command several times in quick succession, it will act more and more aggressively.</note>
408 <note>Invoking Simplify again after a pause restores the default threshold (settable in the Inkscape Preferences dialog).</note>
409 </group>
411 </section>
413 </column>
415 <column>
417 *<section title="Selector" color="eee4dc">
419 <group>
420 <title>Select (mouse)</title>
421 <mouse><key><left-click/></key> <action>select an object</action></mouse>
422 <note>When you left-click on an object, previous selection is deselected.</note>
423 <mouse><key><shift/><left-click/></key> <action>toggle selection </action></mouse>
424 <note>Shift+click adds an object to the current selection if it was not selected, or deselects it otherwise.</note>
425 <mouse><key><left-click/><left-click/></key> <action>edit the object</action></mouse>
426 <note>For paths, double clicking switches to Node tool; for shapes, to corresponding shape tool; for text, to Text tool.</note>
427 <note>For groups, double clicking performs the "Enter group" command (the group becomes a temporary layer).</note>
428 <note>Double clicking in empty space switches to the parent layer in the hierarchy, if any.</note>
429 </group>
431 <group>
432 <title>Rubberband, touch selection</title>
433 <mouse><key><left-drag/></key> <action>select by rubberband</action></mouse>
434 <note>Dragging around objects does "rubberband" selection; previous selection is deselected.</note>
435 <mouse><key><shift/><left-drag/></key> <action>add objects to selection</action></mouse>
436 <note>Normally, you need to start from an empty space to initiate a rubberband.</note> 
437 <note>However, if you press Shift before dragging, Inkscape will do rubberband selection even if you start from an object.</note>
438 <mouse><key><alt/><left-drag/></key><key><shift/><alt/><left-drag/></key> <action>select by touch</action></mouse>
439 <note>Alt+dragging over objects selects those objects that are touched by the path.</note>
440 <note>To start touch selection with Alt, you must have nothing selected; otherwise use Shift+Alt.</note>
441 <note>You can switch rubberband selection to touch selection and back while dragging by pressing/releasing Alt.</note>
442 </group>
444 <group>
445 <title>Select (keyboard)</title>
446 <keys><key><misc f="Tab"/></key>  <action>select next object </action></keys>
447 <keys><key><shift/><misc f="Tab"/></key> <action>select previous object </action></keys>
448 <note>These keys pick objects in their z-order (Tab cycles from bottom to top, Shift+Tab cycles from top to bottom).</note> 
449 <note>Unless you did manual rearrangements, the last object you created is always on top.</note> 
450 <note>As a result, if nothing is selected, pressing Shift+Tab once conveniently selects the object you created last.</note>
451 <note>This works on objects within the current layer (unless you change that in preferences).</note>
452 <keys><key><ctrl/>A</key>        <action>select all (current layer)</action></keys>
453 <note>This works on objects within the current layer (unless you change that in preferences).</note>
454 <keys><key><ctrl/><alt/>A</key>  <action>select all (all layers)</action></keys>
455 <note>This works on objects in all visible and unlocked layers.</note>
456 <keys><key>!</key> <action>invert selection (current layer)</action></keys>
457 <note>This inverts selection (deselects what was selected and vice versa) in the current layer.</note>
458 <keys><key><alt/>!</key> <action>invert selection (all layers)</action></keys>
459 <note>This inverts selection (deselects what was selected and vice versa) in visible and unlocked layers.</note>
460 <keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
461 <keys><key><misc-wide f="Backspace"/></key><key><misc f="Del"/></key>    <action>delete selection</action></keys>
462 </group>
464 <group>
465 <title>Select within group, select under</title>
466 <mouse><key><ctrl/><left-click/></key> <action>select within group</action></mouse>
467 <note>Ctrl+click selects the object at click point disregarding any levels of grouping that this object might belong to.</note>
468 <mouse><key><shift/><ctrl/><left-click/></key> <action>toggle selection within group</action></mouse>
469 <mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
470 <note>Alt+click selects the object at click point which is beneath (in z-order) the lowest selected object at click point.</note>
471 <note>If the bottom object is reached, Alt+click again selects the top object. So, several Alt+clicks cycle through z-order stack at point.</note>
472 <note>On Linux, Alt+click and Alt+drag may be reserved by the window manager.  If you reconfigure your window manager </note>
473 <note>to not map Alt+click, then it will be free for Inkscape to use.  </note>
474 <note>If your keyboard has a Meta key, you may wish to set your "Modifier
475 key" to use it instead of Alt.</note>
476 <note>(Sometimes you can also use Ctrl+Alt+click (select under in
477 groups) with the same effect as Alt+click.)</note>
478 <mouse><key><shift/><alt/><left-click/></key> <action>toggle under</action></mouse>
479 <mouse><key><ctrl/><alt/><left-click/></key> <action>select under, in groups</action></mouse>
480 <mouse><key><shift/><ctrl/><alt/><left-click/></key> <action>toggle under, in groups</action></mouse>
481 <keys><key><ctrl/><misc-wide f="Enter"/></key> <action>enter group</action></keys>
482 <keys><key><ctrl/><misc-wide f="Backspace"/></key>       <action>go to parent group/layer</action></keys>
483 </group>
485 <group>
486 <title>Move (mouse)</title>
487 <mouse><key><left-drag/></key> <action>select + move</action></mouse>
488 <note>Dragging an object selects it if it was not selected, then moves selection.</note>
489 <mouse><key><alt/><left-drag/></key> <action>move selected</action></mouse>
490 <note>Alt+drag moves the current selection (without selecting what is under cursor), no matter where you start the drag.</note>
491 <note>On Linux, Alt+click and Alt+drag may be reserved by the window manager. Reconfigure it so you can use them in Inkscape.</note>
492 <mouse><key><ctrl/><left-drag/></key> <action>restrict movement to horizontal or vertical</action></mouse>
493 <mouse><key><shift/><left-drag/></key> <action>temporarily disable snapping</action></mouse>
494 <note>This temporarily disables snapping to grid or guides when you are dragging with grid or guides on.</note>
495 <mouse><key><left-drag/><misc-wide f="Space"/></key> <action>drop a copy</action></mouse>
496 <note>When dragging or transforming with mouse, each Space leaves a copy of the selected object.</note> 
497 <note>You can press and hold Space while dragging for a nice "trail."</note>
498 </group>
500 <group>
501 <title>Move (keyboard)</title>
502 <mouse><key><arrows/></key>  <action>move selection by the nudge distance</action></mouse>
503 <mouse><key><shift/><arrows/></key>  <action>move selection by 10x nudge distance</action></mouse>
504 <note>The default nudge distance is 2 px (SVG pixel units, not screen pixels).</note>
505 <mouse><key><alt/><arrows/></key>  <action>move selection by 1 pixel</action></mouse>
506 <mouse><key><shift/><alt/><arrows/></key>  <action>move selection by 10 pixels</action></mouse>
507 <note>The actual distance for pixel movements depends on zoom level. Zoom in for finer movement.</note>
508 </group>
510 <group>
511 <title>Transform (mouse)</title>
512 <mouse><key><left-click/></key><key><shift/>S</key> <action>toggle scale/rotation handles</action></mouse>
513 <mouse><key><left-drag/></key> <action>scale (with scale handles)</action></mouse>
514 <mouse><key><left-drag/></key> <action>rotate or skew (with rotation handles)</action></mouse>
515 </group>
517 <group>
518 <title>Scale by handles</title>
519 <mouse><key><left-drag/></key> <action>scale</action></mouse>
520 <mouse><key><ctrl/><left-drag/></key> <action>scale preserving aspect ratio</action></mouse>
521 <mouse><key><shift/><left-drag/></key> <action>symmetric transformation</action></mouse>
522 <note>Holding Shift while transforming makes transformation symmetric around the center of the selection.</note>
523 <!-- FIXME: why not disable snapping? inconsistent! -->
524 <mouse><key><alt/><left-drag/></key> <action>scale by integer</action></mouse>
525 <note>Hold Alt while scaling to limit scale to 2, 3, 4, etc. or 1/2, 1/3, 1/4 etc. of the initial size.</note>
526 </group>
528 <group>
529 <title>Scale (keyboard)</title>
530 <keys><key>.</key> <key>&gt;</key> <action>scale selection up by the scale step</action></keys> 
531 <keys><key>,</key> <key>&lt;</key> <action>scale selection down by the scale step</action></keys> 
532 <note>The default scale step is 2 px (SVG pixel units, not screen pixels).</note>
533 <keys><key><ctrl/>.</key> <key><ctrl/>&gt;</key> <action>scale selection to 200%</action></keys>
534 <keys><key><ctrl/>,</key> <key><ctrl/>&lt;</key> <action>scale selection to 50%</action></keys>
535 <keys><key><alt/>.</key> <key><alt/>&gt;</key> <action>scale selection up by 1 pixel</action></keys>
536 <keys><key><alt/>,</key> <key><alt/>&lt;</key> <action>scale selection down by 1 pixel</action></keys>
537 <note>The actual size increment for pixel scaling depends on zoom level. Zoom in for finer scaling.</note>
538 <note>Scaling is uniform around the center, so that the size increment applies to the larger of the two dimensions.</note>
539 </group>
541 <group>
542 <title>Rotate/skew by handles</title>
543 <mouse><key><left-drag/></key> <action>rotate or skew</action></mouse>
544 <mouse><key><ctrl/><left-drag/></key> <action>snap skew angle</action></mouse>
545 <note>Holding Ctrl when dragging a skew (non-corner) handle snaps the skew angle to angle steps (default 15 degrees).</note>
546 <mouse><key><ctrl/><left-drag/></key> <action>snap rotation angle</action></mouse>
547 <note>Holding Ctrl when dragging a rotation (corner) handle snaps the rotation angle to angle steps (default 15 degrees).</note>
548 </group>
550 <group>
551 <title>Rotate (keyboard)</title>
552 <keys><key>[</key> <key>]</key> <action>rotate selection by the angle step</action></keys> 
553 <note>The default angle step is 15 degrees. ] rotates clockwise, [ rotates counterclockwise.</note>
554 <keys><key><ctrl/>[</key> <key><ctrl/>]</key> <action>rotate selection by 90 degrees</action></keys>
555 <keys><key><alt/>[</key> <key><alt/>]</key> <action>rotate selection by 1 pixel</action></keys>
556 <note>The actual angle for pixel rotation depends on zoom level. Zoom in for finer movement.</note>
557 <note>These commands use the rotation center, draggable in Selector (by default it's in geometric center).</note>
558 </group>
560 <group>
561 <title>Flip</title>
562 <keys><key>h</key> <action>flip selection horizontally</action></keys>
563 <keys><key>v</key> <action>flip selection vertically</action></keys>
564 <note>If the tool is in rotate mode (rotation center visible), that center becomes the axis of flipping; otherwise it flips around geometric center of selection</note>
565 </group>
567 <group>
568 <title>Rotation center</title>
569 <mouse><key><left-drag/></key> <action>move rotation center</action></mouse>
570 <note>Moved rotation center remembers and saves its position for (all) selected object(s); you can reset it.</note>
571 <note>Dragging the center snaps it to the centerlines and bounding box edges of the selection.</note>
572 <mouse><key><shift/><left-drag/></key> <action>move without snapping</action></mouse>
573 <mouse><key><shift/><left-click/></key> <action>reset rotation center</action></mouse>
574 <note>Resetting rotation center moves it back to the geometric center of the object's or selection's bounding box.</note>
575 </group>
577 <group>
578 <title>Cancel</title>
579 <keys><key><misc f="Esc"/></key> <action>cancel rubberband, move, transformation</action></keys>
580 <note>Press Esc while mouse button is still down to cancel rubberband selection, move, or transformation of any kind.</note>
581 </group>
583 </section>
585 </column>
587 <column>
588 *<section title="Node tool" color="f9f1d9">
590 <group>
591 <title>Select objects (mouse)</title>
592 <mouse><key><left-click/></key> <action>click a non-selected object to select</action></mouse>
593 <mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
594 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
595 <note>These work the same as in Selector. The nodes or handles of the single selected object become editable.</note>
596 </group>
598 <group>
599 <title>Select nodes (mouse)</title>
600 <mouse><key><left-click/></key> <action>select a node</action></mouse> 
601 <note>Clicking on a node selects it.</note>
602 <mouse><key><left-click/></key> <action>select two adjacent nodes</action></mouse> 
603 <note>Clicking on a selected path between the nodes selects the two nodes closest to the click point.</note>
604 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
605 <note>This adds/removes a node (if clicked on node) or two nodes (if clicked on path) to/from the node selection.</note>
606 <mouse><key><left-click/></key> <action>deselect</action></mouse> 
607 <note>Clicking in an empty space deselects all selected nodes. Next click will deselect the object.</note>
608 </group>
610 <group>
611 <title>Rubberband selection</title>
612 <mouse><key><left-drag/></key> <action>select multiple nodes</action></mouse>
613 <note>Dragging around nodes does "rubberband" selection; previous node selection is deselected.</note>
614 <mouse><key><shift/><left-drag/></key> <action>add nodes to selection</action></mouse>
615 <note>Normally, you need to start from a point not over a path or a node to initiate a rubberband.</note> 
616 <note>However, if you press Shift before dragging, Inkscape will do rubberband selection even if you start over the path.</note>
617 </group>
619 <group>
620 <title>Select nodes (keyboard)</title>
621 <keys><key><misc f="Tab"/></key>  <action>select next node</action></keys> 
622 <keys><key><shift/><misc f="Tab"/></key> <action>select previous node</action></keys>
623 <note>These keys select nodes within the selected path</note>
624 <keys><key><ctrl/>A</key>        <action>select all nodes in subpath(s)</action></keys>
625 <note>If the path has multiple subpaths and some nodes selected, this selects all only in subpaths with already selected nodes.</note>
626 <keys><key><ctrl/><alt/>A</key>  <action>select all nodes in path</action></keys>
627 <note>This selects all nodes in the entire path.</note>
628 <keys><key>!</key> <action>invert selection in subpath(s)</action></keys>
629 <note>If the path has multiple subpaths and some nodes selected, this inverts selection only in subpaths with already selected nodes.</note>
630 <keys><key><alt/>!</key> <action>invert selection in path</action></keys>
631 <note>This inverts selection (deselects what was selected and vice versa) in the entire path.</note>
632 <keys><key><misc f="Esc"/></key> <action>deselect all nodes</action></keys>
633 </group>
635 <group>
636 <title>Grow/shrink node selection</title>
637 <keys><key><misc f="PgUp"/></key> <key><misc f="PgDn"/></key> <action>grow/shrink selection (spatial)</action></keys>
638 <mouse><key><wheel/></key> <action>grow/shrink selection (spatial)</action></mouse>
639 <keys><key><ctrl/><misc f="PgUp"/></key> <key><ctrl/><misc f="PgDn"/></key> <action>grow/shrink selection (along path)</action></keys>
640 <mouse><key><ctrl/><wheel/></key> <action>grow/shrink selection (along path)</action></mouse>
641 <note>Your mouse pointer must be over a node for growing/shrinking.</note>
642 <note>Each key press or wheel click selects the nearest unselected node or deselects the farthest selected node.</note>
643 <note>Distance to nodes can be calculated directly (spatial mode) or along path.</note>
644 </group>
646 <group>
647 <title>Move nodes (mouse)</title>
648 <mouse><key><left-drag/></key> <action>move selected nodes</action></mouse>
649 <mouse><key><ctrl/><left-drag/></key> <action>restrict movement to horizontal or vertical</action></mouse>
650 <mouse><key><ctrl/><alt/><left-drag/></key> <action>move along handles</action></mouse>
651 <note>This restricts movement to the directions of the node's handles, their continuations and perpendiculars (total 8 snaps).</note>
652 <note>If the node has straight lines on one or both sides, this will snap it to these lines' directions and perpendiculars instead.</note>
653 <mouse><key><shift/><left-drag/></key> <action>temporarily disable snapping</action></mouse>
654 <note>Snapping nodes is enabled in Document Preferences. By default, only bounding box of objects snaps to grid/guides.</note>
655 <mouse><key><shift/><left-drag/></key> <action>drag out handle</action></mouse>
656 <note>If a node has a retracted handle, dragging with Shift lets you drag it out of the node.</note>
657 <mouse><key><left-drag/><misc-wide f="Space"/></key> <action>drop a copy</action></mouse>
658 <note>When dragging nodes with mouse, each Space leaves a copy of the selected object.</note> 
659 <note>You can press and hold Space while dragging for a nice "trail."</note>
660 <mouse><key><alt/><left-drag/></key>  <action>sculpt selected nodes</action></mouse>
661 <note>Sculpting moves the selected nodes so that the dragged node moves all the way, the farthest selected nodes stay put;</note>
662 <note>all intermediate selected nodes move intermediate distances, governed by a bell-like curve.</note>
663 <note>Sculpting is pressure-sensitive with a tablet; press harder for a blunter drag profile, press lightly for a sharper profile.</note>
664 <note>To stop sculpting without losing the pressure-sensitive profile, release Alt first and then lift the pen.</note>
665 </group>
667 <group>
668 <title>Move nodes (keyboard)</title>
669 <mouse><key><arrows/></key>  <action>move selected node(s) by the nudge distance</action></mouse>
670 <mouse><key><shift/><arrows/></key>  <action>move selected node(s) by 10x nudge distance</action></mouse>
671 <note>The default nudge distance is 2 px (SVG pixel units, not screen pixels).</note>
672 <mouse><key><alt/><arrows/></key>  <action>move selected node(s) by 1 pixel</action></mouse>
673 <mouse><key><shift/><alt/><arrows/></key>  <action>move selected node(s) by 10 pixels</action></mouse>
674 <note>The actual distance for pixel movements depends on zoom level. Zoom in for finer movement.</note>
675 </group>
677 <group>
678 <title>Move node handle (mouse)</title>
679 <mouse><key><left-drag/></key> <action>move a node handle</action></mouse>
680 <mouse><key><ctrl/><left-drag/></key> <action>snap the handle to angle steps</action></mouse>
681 <note>The default angle step is 15 degrees. This also snaps to the handle's original angle, its continuation and perpendiculars.</note>
682 <mouse><key><shift/><left-drag/></key> <action>rotate both handles</action></mouse> 
683 <mouse><key><alt/><left-drag/></key> <action>lock the handle length</action></mouse>
684 <note>Ctrl, Shift, Alt can be combined when dragging handles.</note>
685 <mouse><key><ctrl/><left-click/></key> <action>retract the handle</action></mouse>
686 <note>Retracted handle is zero length; use Shift+drag to drag it back out.</note>
687 </group>
689 <group>
690 <title>Scale handle (1 node selected)</title>
691 <keys><key>&lt;</key> <key>&gt;</key> <action>contract/expand both handles by scale step</action></keys> 
692 <note>The default scale step is 2 px (SVG pixel units, not screen pixels). May apply to more than one node.</note>
693 <keys>
694 <key><left/><ctrl/>&lt;</key> 
695 <key><left/><ctrl/>&gt;</key> 
696 <action>scale left handle by the scale step</action>
697 </keys>
698 <keys>
699 <key><right/><ctrl/>&lt;</key> 
700 <key><right/><ctrl/>&gt;</key> 
701 <action>scale right handle by the scale step</action>
702 </keys>
703 <keys>
704 <key><left/><alt/>&lt;</key> 
705 <key><left/><alt/>&gt;</key> 
706 <action>scale left handle by 1 pixel</action>
707 </keys>
708 <keys>
709 <key><right/><alt/>&lt;</key> 
710 <key><right/><alt/>&gt;</key> 
711 <action>scale right handle by 1 pixel</action>
712 </keys>
713 <note>The actual size increment for pixel scaling depends on zoom level. Zoom in for finer scaling.</note>
714 <note>Instead of the &lt; and &gt; keys, you can use the , (comma) and . (period) keys respectively.</note>
715 </group>
717 <group>
718 <title>Rotate handle (1 node selected)</title>
719 <keys><key>[</key> <key>]</key> <action>rotate both handles by the angle step</action></keys>
720 <note>The default angle step is 15 degrees. ] rotates clockwise, [ rotates counterclockwise. May apply to more than one node.</note>
721 <keys><key><left/><ctrl/>[</key> <key><left/><ctrl/>]</key> <action>rotate left handle by the angle step</action></keys>
722 <keys><key><right/><ctrl/>[</key> <key><right/><ctrl/>]</key> <action>rotate right handle by the angle step</action></keys>
723 <keys><key><left/><alt/>[</key> <key><left/><alt/>]</key> <action>rotate left handle by 1 pixel</action></keys>
724 <keys><key><right/><alt/>[</key> <key><right/><alt/>]</key> <action>rotate right handle by 1 pixel</action></keys>
725 </group>
728 <group>
729 <title>Scale nodes (&gt;1 nodes selected)</title>
730 <note>These commands scale the selected nodes as if they were an "object".</note>
731 <note>If mouse is over a node, that node becomes the axis of scaling; otherwise it scales around geometric center of selected nodes.</note>
732 <keys><key>.</key> <key>&gt;</key> <action>scale nodes up by the scale step</action></keys> 
733 <keys><key>,</key> <key>&lt;</key> <action>scale nodes down by the scale step</action></keys> 
734 <note>The default scale step is 2 px (SVG pixel units, not screen pixels).</note>
735 <keys><key><alt/>.</key> <key><alt/>&gt;</key> <action>scale nodes up by 1 pixel</action></keys>
736 <keys><key><alt/>,</key> <key><alt/>&lt;</key> <action>scale nodes down by 1 pixel</action></keys>
737 <note>The actual size increment for pixel scaling depends on zoom level. Zoom in for finer scaling.</note>
738 <note>Scaling is uniform around the center, so that the size increment applies to the larger of the two dimensions.</note>
739 </group>
741 <group>
742 <title>Rotate nodes (&gt;1 nodes selected)</title>
743 <note>These commands rotate the selected nodes as if they were an "object".</note>
744 <note>If mouse is over a node, that node becomes the axis of rotation; otherwise it rotates around geometric center of selected nodes.</note>
745 <keys><key>[</key> <key>]</key> <action>rotate nodes by the angle step</action></keys> 
746 <note>The default angle step is 15 degrees. ] rotates clockwise, [ rotates counterclockwise.</note>
747 <keys><key><alt/>[</key> <key><alt/>]</key> <action>rotate nodes by 1 pixel</action></keys>
748 <note>The actual angle for pixel rotation depends on zoom level. Zoom in for finer movement.</note>
749 </group>
751 <group>
752 <title>Flip nodes (&gt;1 nodes selected)</title>
753 <note>These commands flip the selected nodes as if they were an "object", around the center of that object.</note>
754 <keys><key>h</key> <action>flip nodes horizontally</action></keys>
755 <keys><key>v</key> <action>flip nodes vertically</action></keys>
756 <note>If mouse is over a node, that node becomes the axis of flipping; otherwise it flips around geometric center of selected nodes</note>
757 </group>
759 <group>
760 <title>Change segment(s)</title>
761 <keys><key><shift/>L</key>  <action>make line</action></keys>
762 <keys><key><shift/>U</key>  <action>make curve</action></keys>
763 <note>These commands require that more than two adjacent nodes be selected.</note>
764 </group>
766 <group>
767 <title>Change node type</title>
768 <keys><key><shift/>C</key>  <action>make cusp</action></keys>
769 <note>First Shift+C changes type of node; if you do another Shift+C on an already cusp node, it retracts its handles</note>
770 <keys><key><shift/>S</key>  <action>make smooth</action></keys>
771 <note>If a cusp node is adjacent to a line segment, first Shift+S makes it half-smooth with one handle collinear 
772 with the segment; another Shift+S will expand a second handle</note>
773 <keys><key><shift/>Y</key>  <action>make symmetric</action></keys>
774 <note>When making smooth or symmetric, you can lock the position of one of the handles by hovering mouse over it.</note>
775 <keys><key><shift/>A</key>  <action>make auto</action></keys>
776 <mouse><key><ctrl/><left-click/></key> <action>toggle smooth/cusp/symmetric/auto</action></mouse>
777 </group>
779 <group>
780 <title>Join/break</title>
781 <keys><key><shift/>J</key>  <action>join selected nodes</action></keys>
782 <note>This requires that exactly two end nodes within the path be selected.</note>
783 <note>You can lock the position of one of the two joined nodes by hovering mouse over it.</note>
784 <keys><key><shift/>B</key>  <action>break selected node(s)</action></keys>
785 <note>After break, only one of each two new nodes is selected. May apply to more than one node.</note>
786 </group>
788 <group>
789 <title>Delete, create, duplicate</title>
790 <keys><key><misc-wide f="Backspace"/></key><key><misc f="Del"/></key> <action>delete selected node(s)</action></keys>
791 <keys><key><ctrl/><misc-wide f="Backspace"/></key><key><ctrl/><misc f="Del"/></key> <action>delete without preserving shape</action></keys>
792 <note>Deleting without Ctrl adjusts handles on the remaining nodes to preserve the shape of the curve as much as possible.</note>
793 <note>Deleting with Ctrl does not touch the remaining nodes.</note>
794 <mouse><key><ctrl/><alt/><left-click/></key> <action>create/delete node</action></mouse>
795 <note>Ctrl+Alt+click on a node deletes it; Ctrl+Alt+click on the path between nodes creates a new node in the click point.</note>
796 <note>Deleting nodes this way always tries to preserve the shape of the curve (same as Del/Backspace).</note>
797 <mouse><key><left-click/><left-click/></key> <action>create node</action></mouse>
798 <note>Double clicking on the path between nodes creates a node in the click point.</note>
799 <keys><key><misc f="Ins"/></key> <action>insert new node(s)</action></keys>
800 <note>This adds new node(s) in the middle(s) of selected segment(s), so it requires that more than two adjacent nodes be selected.</note>
801 <keys><key><shift/>D</key> <action>duplicate selected node(s)</action></keys>
802 <note>New nodes are created on the same path; they are placed exactly over the old ones and are selected.</note>
803 </group>
805 <!-- does not seem to work
806 <group>
807 <title>Active node</title>
808 <note>The active node is one under mouse or being dragged.</note>
809 <note>When you have an active node, some of the single-letter tool switch shortcuts may not work;</note> 
810 <note>move your mouse cursor so that no node is active if you want to use them.</note>
811 <keys><key>c</key>  <action>make active node cusp</action></keys> 
812 <keys><key>s</key>  <action>make active node smooth</action></keys>
813 <keys><key>y</key>  <action>make active node symmetric</action></keys>
814 <keys><key>b</key>  <action>break active node</action></keys>
815 <keys><key><misc-wide f="Backspace"/></key> <action>delete active node</action></keys>
816 </group>
817 -->
820 <group>
821 <title>Reverse</title>
822 <keys><key><shift/>r</key>  <action>reverse path direction</action></keys> 
823 </group>
825 <group>
826 <title>Edit shapes</title>
827 <note>Node tool can also drag the handles of shapes (rectangles, ellipses, stars, spirals). Click on a shape to select it.</note> 
828 <note>See the corresponding shape tools for their editing shortcuts, all of which also work in node tool.</note>
829 </group>
831 <group>
832 <title>Edit fills and path effects</title>
833 <note>Node tool can also edit the handles of a pattern fill, gradient fill, and the editable handles of path effects.</note> 
834 </group>
836 <group>
837 <title>Cancel</title>
838 <keys><key><misc f="Esc"/></key> <action>cancel rubberband or move</action></keys>
839 <note>Press Esc while mouse button is still down to cancel rubberband selection, node move, handle move, or handle move.</note>
840 </group>
842 </section>
844 </column>
845 <column>
848 *<section title="Tweak tool" color="f2f1ea">
849 <group>
850 <title>Operation</title>
851 <mouse><key><left-drag/></key> <action>act on selected paths in the current mode</action></mouse>
852 <mouse><key><shift/><left-drag/></key> <action>reverse current mode (when applicable)</action></mouse>
853 <mouse><key><ctrl/><left-drag/></key> <action>act temporarily switching to shrink mode</action></mouse>
854 <mouse><key><shift/><ctrl/><left-drag/></key> <action>act temporarily switching to grow mode</action></mouse>
855 <note>The amount of tweaking action is the greatest at the center of the circular area and drops off smoothly towards the edges.</note>
856 </group>
858 <group>
859 <title>Modes</title>
860 <keys><key><shift/>m</key><key><shift/>0</key> <action>move mode</action></keys>
861 <keys><key><shift/>i</key><key><shift/>1</key> <action>move in/out mode</action></keys>
862 <note>Drag moves objects inwards to cursor, drag with Shift moves outwards from cursor</note>
863 <keys><key><shift/>z</key><key><shift/>2</key> <action>move jitter mode</action></keys>
864 <keys><key><shift/>&lt;</key><key><shift/>&gt;</key><key><shift/>3</key> <action>scale mode</action></keys>
865 <note>Drag scales objects down, drag with Shift scales up</note>
866 <keys><key><shift/>[</key><key><shift/>]</key><key><shift/>4</key> <action>rotate mode</action></keys>
867 <note>Drag rotates objects clockwise, drag with Shift, counterclockwise</note>
868 <keys><key><shift/>d</key><key><shift/>5</key> <action>duplicate/delete mode</action></keys>
869 <note>Drag randomly duplicates objects, drag with Shift randomly deletes</note>
870 <keys><key><shift/>p</key><key><shift/>6</key> <action>push path mode</action></keys>
871 <keys><key><shift/>s</key><key><shift/>7</key> <action>shrink/grow path mode</action></keys>
872 <note>Drag insets paths, drag with Shift outsets</note>
873 <keys><key><shift/>a</key><key><shift/>8</key> <action>attract/repel path mode</action></keys>
874 <note>Drag attracts paths to cursor, drag with Shift repels</note>
875 <keys><key><shift/>r</key><key><shift/>9</key> <action>roughen mode</action></keys>
876 <keys><key><shift/>c</key> <action>color paint mode</action></keys>
877 <keys><key><shift/>j</key> <action>color jitter mode</action></keys>
878 <keys><key><shift/>b</key> <action>blur mode</action></keys>
879 </group>
881 <group>
882 <title>Parameters</title>
883 <mouse><key><left-arrow/></key> <key><right-arrow/></key> <action>adjust brush width by 1</action></mouse>
884 <mouse><key><misc f="Home"/></key> <key><misc f="End"/></key> <action>set brush width to 1 / 100</action></mouse>
885 <mouse><key><up/></key> <key><down/></key> <action>adjust tweaking force</action></mouse>
886 <note>Width and force can be adjusted while drawing. With a pressure-sensitive tablet, force also depends on pen pressure.</note>
887 </group>
889 </section>
892 *<section title="Rectangle tool" color="ebf1fd">
893 <group>
894 <title>Draw</title>
895 <mouse><key><left-drag/></key> <action>draw a rectangle</action></mouse>
896 <mouse><key><ctrl/><left-drag/></key>   <action>make a square or integer-ratio rectangle</action></mouse>
897 <note>This restricts rectangle so its height/width ratio is a whole number.</note>
898 <mouse><key><shift/><left-drag/></key> <action>draw around the starting point</action></mouse>
899 <note>This creates a rectangle symmetric around the starting point of the mouse drag.</note>
900 </group>
902 <group>
903 <title>Select</title>
904 <mouse><key><left-click/></key> <action>click to select</action></mouse>
905 <mouse><key><alt/><left-click/></key> <key><ctrl/><alt/><left-click/></key> <action>select under</action></mouse>
906 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
907 <note>In this tool, selecting by click disregards any grouping (i.e. acts as clicking with Ctrl in Selector)</note>
908 <keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
909 </group>
911 <group>
912 <title>Resize by handles</title>
913 <mouse><key><left-drag/></key> <action>drag a square handle to resize</action></mouse>
914 <note>Initially, the two resize (square) handles are in top left and bottom right corners.</note>
915 <note>Resize handles change the width and height of the rectangle in its own coordinate system, before any transforms are applied.</note>
916 <mouse><key><ctrl/><left-drag/></key> <action>lock width, height, or ratio</action></mouse>
917 </group>
919 <group>
920 <title>Round corners by handles</title>
921 <mouse><key><left-drag/></key> <action>drag a circular handle to round corners</action></mouse>
922 <note>Initially, the two rounding handles are in the top right corner of the rectangle.</note>
923 <mouse><key><ctrl/><left-drag/></key> <action>lock the corner circular</action></mouse>
924 <mouse><key><ctrl/><left-click/></key> <action>set the corner circular</action></mouse>
925 <note>When rounding corners, dragging one rounding handle keeps the corner circular if the other remains at the corner.</note>
926 <note>You can drag both handles for an elliptic rounded corner, or drag/click one with Ctrl to make it circular again.</note>
927 <mouse><key><shift/><left-click/></key> <action>remove corner rounding</action></mouse>
928 </group>
929 </section>
931 *<section title="3D box tool" color="cff4e2">
932 <group>
933 <title>Draw</title>
934 <mouse><key><left-drag/></key> <action>draw a 3D box (X/Y plane)</action></mouse>
935 <mouse><key><shift/><left-drag/></key> <action>draw a 3D box (extrude in Z)</action></mouse>
936 </group>
938 <group>
939 <title>Select</title>
940 <mouse><key><left-click/></key> <action>click to select</action></mouse>
941 <mouse><key><alt/><left-click/></key> <key><ctrl/><alt/><left-click/></key> <action>select under</action></mouse>
942 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
943 <keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
944 </group>
946 <group>
947 <title>Edit by handles</title>
948 <note>All editing operations occur "in perspective", i.e., either along perspective lines or within planes spanned by these.</note>
949 <mouse><key><left-drag/></key> <action>resize/move box</action></mouse>
950 <note>The four front handles and the center normally move within the XY plane, the four rear handles along the Z axis.</note>
951 <mouse><key><shift/><left-drag/></key> <action>resize/move (with handle behaviour swapped)</action></mouse>
952 <mouse><key><ctrl/><left-drag/></key> <action>resize/move (handles snap to axes or diagonals)</action></mouse>
953 </group>
955 <group>
956 <title>Edit perspectives</title>
957 <note>In what follows, we use the abbreviations VP = vanishing point, PL = perspective line.</note>
958 <mouse><key><left-drag/></key> <action>drag square handles to move the VPs</action></mouse>
959 <keys><key>[</key> <key>]</key> <action>rotate X-PLs (if parallel) by the angle step</action></keys> 
960 <note>The default angle step is 15 degrees. ],),} rotate clockwise, [,(,{ rotate counterclockwise.</note>
961 <keys><key><alt/>[</key> <key><alt/>]</key> <action>rotate X-PLs (if parallel) by 1 pixel</action></keys> 
962 <keys><key>(</key> <key>)</key> <action>rotate Y-PLs (if parallel) by the angle step</action></keys> 
963 <keys><key><alt/>(</key> <key><alt/>)</key> <action>rotate Y-PLs (if parallel) by 1 pixel</action></keys> 
964 <keys><key>{</key> <key>}</key> <action>rotate Z-PLs (if parallel) by the angle step</action></keys> 
965 <keys><key><alt/>{</key> <key><alt/>}</key> <action>rotate Z-PLs (if parallel) by 1 pixel</action></keys> 
966 </group>
968 <!--
969 <group>
970 <title>Visual appearance</title>
971 <keys><key>L</key> <action>toggle visibility of PLs</action></keys>
972 <keys><key>A</key> <action>toggle PLs to all corners/only front corners</action></keys>
973 </group>
974 -->
976 </section>
978 *<section title="Ellipse tool" color="ffece8">
979 <group>
980 <title>Draw</title>
981 <note>Without Alt the starting and ending point of the mouse drag mark the corners of the bounding box.</note>
982 <note>With Alt the ellipse is enlarged so that its circumference passes through these two points (Ctrl+Alt is a special case; see below).</note>
983 <mouse><key><left-drag/></key> <action>draw an ellipse</action></mouse>
984 <mouse><key><ctrl/><left-drag/></key>   <action>make circle or integer-ratio ellipse</action></mouse>
985 <note>This restricts ellipse so its height/width ratio is a whole number.</note>
986 <mouse><key><shift/><left-drag/></key> <action>draw around the starting point</action></mouse>
987 <note>This creates an ellipse symmetric around the starting point of the mouse drag.</note>
988 <mouse><key><ctrl/><alt/><left-drag/></key>create circle passing through the starting and ending point<action></action></mouse>
989 <note>This creates a perfect circle whose diameter is defined by the starting and ending point of the mouse drag.</note>
990 </group>
992 <group>
993 <title>Select</title>
994 <mouse><key><left-click/></key> <action>click to select</action></mouse>
995 <mouse><key><alt/><left-click/></key> <key><ctrl/><alt/><left-click/></key> <action>select under</action></mouse>
996 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
997 <note>In this tool, selecting by click disregards any grouping (i.e. acts as clicking with Ctrl in Selector)</note>
998 <keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
999 </group>
1001 <group>
1002 <title>Edit by handles</title>
1003 <mouse><key><left-drag/></key> <action>resize, make arc or segment</action></mouse>
1004 <note>Initially, the two resize handles are at the topmost and leftmost points; the two arc/segment handles are in the rightmost point.</note>
1005 <mouse><key><ctrl/><left-drag/></key> <action>lock circle (resize handles)</action></mouse>
1006 <mouse><key><ctrl/><left-drag/></key> <action>snap to angle steps (arc/segment handles)</action></mouse>
1007 <note>Resize handles change the width and height of the ellipse in its own coordinate system, before any transforms are applied.</note>
1008 <note>The default angle step is 15 degrees.</note>
1009 <mouse><key><shift/><left-click/></key> <action>make whole (arc/segment handles)</action></mouse>
1010 </group>
1011 </section>
1013 *<section title="Star tool" color="f8f7d5">
1014 <group>
1015 <title>Draw</title>
1016 <mouse><key><left-drag/></key> <action>draw a star</action></mouse>
1017 <mouse><key><ctrl/><left-drag/></key> <action>snap star to angle steps</action></mouse>
1018 <note>The default angle step is 15 degrees.</note>
1019 </group>
1021 <group>
1022 <title>Select</title>
1023 <mouse><key><left-click/></key> <action>click to select</action></mouse>
1024 <mouse><key><alt/><left-click/></key> <key><ctrl/><alt/><left-click/></key> <action>select under</action></mouse>
1025 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
1026 <note>In this tool, selecting by click disregards any grouping (i.e. acts as clicking with Ctrl in Selector)</note>
1027 <keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
1028 </group>
1030 <group>
1031 <title>Edit by handles</title>
1032 <mouse><key><left-drag/></key> <action>drag a handle to vary the star shape</action></mouse>
1033 <mouse><key><ctrl/><left-drag/></key> <action>keep star rays radial (no skew)</action></mouse>
1034 <mouse><key><shift/><left-drag/></key> <action>round the star</action></mouse>
1035 <mouse><key><shift/><left-click/></key> <action>remove rounding</action></mouse>
1036 <mouse><key><alt/><left-drag/></key> <action>randomize the star</action></mouse>
1037 <mouse><key><alt/><left-click/></key> <key><ctrl/><alt/><left-click/></key> <action>remove randomization</action></mouse>
1038 </group>
1039 </section>
1041 *<section title="Spiral tool" color="f3f3f3">
1042 <group>
1043 <title>Draw</title>
1044 <mouse><key><left-drag/></key> <action>draw a spiral</action></mouse>
1045 <mouse><key><ctrl/><left-drag/></key>   <action>snap spiral to angle steps</action></mouse>
1046 <note>The default angle step is 15 degrees.</note>
1047 </group>
1049 <group>
1050 <title>Select</title>
1051 <mouse><key><left-click/></key> <action>click to select</action></mouse>
1052 <mouse><key><alt/><left-click/></key> <key><ctrl/><alt/><left-click/></key> <action>select under</action></mouse>
1053 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
1054 <note>In this tool, selecting by click disregards any grouping (i.e. acts as clicking with Ctrl in Selector)</note>
1055 <keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
1056 </group>
1058 <group>
1059 <title>Edit by handles</title>
1060 <mouse><key><left-drag/></key> <action>roll/unroll from inside (inner handle)</action></mouse>
1061 <note>Dragging the inner handle adjusts the "inner radius" parameter.</note>
1062 <mouse><key><alt/><left-drag/></key> <action>converge/diverge (inner handle)</action></mouse>
1063 <mouse><key><alt/><left-click/></key> <key><ctrl/><alt/><left-click/></key> <action>reset divergence (inner handle)</action></mouse>
1064 <note>Vertical Alt+drag of the inner handle adjusts the "divergence" parameter, Alt+click resets it to 1.</note>
1065 <mouse><key><shift/><left-click/></key> <action>zero inner radius (inner handle)</action></mouse>
1066 <note>Shift+click on inner handle makes the spiral start from the center.</note>
1068 <mouse><key><left-drag/></key> <action>roll/unroll from outside (outer handle)</action></mouse>
1069 <note>Dragging the outer handle adjusts the "turns" parameter. Use Shift+Alt+drag to roll/unroll without changing radius.</note>
1070 <mouse><key><shift/><left-drag/></key> <action>scale/rotate (outer handle)</action></mouse>
1071 <note>Use Shift+Alt to rotate only (locks the radius of the spiral).</note>
1073 <mouse><key><ctrl/><left-drag/></key> <action>snap handles to angle steps</action></mouse>
1074 <note>The default angle step is 15 degrees. This works for both handles.</note>
1075 </group>
1076 </section>
1080 </column>
1085 <column>
1087 *<section title="Zoom tool" color="e7e9f3">
1088 <group>
1089 <mouse><key><left-click/></key> <action>zoom in</action></mouse>
1090 <mouse><key><shift/><left-click/></key> <action>zoom out</action></mouse>  
1091 <mouse><key><left-drag/></key> <action>zoom into the area</action></mouse>
1092 </group>
1093 </section>
1095 *<section title="Pencil tool" color="e9efc5">
1096 <group>
1097 <mouse><key><left-drag/></key> <action>draw a freehand line</action></mouse>
1098 <mouse><key><shift/><left-drag/></key> <action>add to selected path</action></mouse>
1099 <note>If a path is selected, Shift+dragging anywhere creates a new subpath instead of a new independent path.</note>
1100 <mouse><key><shift/><left-drag/></key> <action>temporarily disable snapping</action></mouse>
1101 <note>Shift also temporarily disables snapping to grid or guides when you are drawing with grid or guides on.</note>
1102 <mouse><key><alt/><left-drag/></key> <action>averaging draw (sketch mode)</action></mouse>
1103 </group>
1104 <group>
1105 <title>Create dots</title>
1106 <mouse><key><ctrl/><left-click/></key> <action>create a dot</action></mouse>
1107 <note>This creates a small circle. Its size (relative to the current stroke width) can be set in Preferences.</note> 
1108 <mouse><key><shift/><ctrl/><left-click/></key> <action>create a double-sized dot</action></mouse>
1109 <mouse><key><ctrl/><alt/><left-click/></key> <action>create a random-sized dot</action></mouse>
1110 </group>
1111 </section>
1113 *<section title="Pen (Bezier) tool" color="e7f5d7">
1115 <group>
1116 <title>Create nodes</title>
1117 <mouse><key><left-click/></key> <action>create a sharp node</action></mouse>
1118 <note>If no path is being created, this starts a new path.</note>
1119 <mouse><key><shift/><left-click/></key> <action>add to selected path</action></mouse>
1120 <note>If a path is selected, Shift+clicking anywhere starts a new subpath instead of a new independent path.</note>
1121 <mouse><key><left-drag/></key> <action>create a Bezier node with two handles</action></mouse>
1122 <mouse><key><shift/><left-drag/></key> <action>move only one handle</action></mouse>
1123 <!-- FIXME: also disables snapping! another conflict -->
1124 <note>This moves only one handle (instead of both) while creating a node, making it cusp.</note> 
1125 <mouse><key><ctrl/><left-drag/></key> <action>snap the handle to angle steps</action></mouse>
1126 <note>The default angle step is 15 degrees.</note>
1127 </group>
1129 <group>
1130 <title>Move last node</title>
1131 <note>These commands move the last created node (at the start of the red segment) while creating a path.</note>
1132 <mouse><key><arrows/></key>  <action>move last node by the nudge distance</action></mouse>
1133 <mouse><key><shift/><arrows/></key>  <action>move last node by 10x nudge distance</action></mouse>
1134 <note>The default nudge distance is 2 px (SVG pixel units, not screen pixels).</note>
1135 <mouse><key><alt/><arrows/></key>  <action>move last node by 1 pixel</action></mouse>
1136 <mouse><key><shift/><alt/><arrows/></key>  <action>move last node by 10 pixels</action></mouse>
1137 <note>The actual distance for pixel movements depends on zoom level. Zoom in for finer movement.</note>
1138 </group>
1140 <group>
1141 <title>Create/modify segments</title>
1142 <keys><key><ctrl/></key> <action>snap last segment to angle steps</action></keys>
1143 <note>This snaps the new node's angle, relative to the previous node, to angle steps (default 15 degrees).</note>
1144 <keys><key><shift/>L</key>  <action>make last segment line</action></keys>
1145 <keys><key><shift/>U</key>  <action>make last segment curve</action></keys>
1146 <note>These commands change the last (red) segment of the path to straight line or curve.</note>
1147 </group>
1149 <group>
1150 <title>Create dots</title>
1151 <mouse><key><ctrl/><left-click/></key> <action>create a dot (straight line modes only)</action></mouse>
1152 <note>This creates a small circle. Its size (relative to the current stroke width) can be set in Preferences.</note> 
1153 <mouse><key><shift/><ctrl/><left-click/></key> <action>create a double-sized dot</action></mouse>
1154 <mouse><key><ctrl/><alt/><left-click/></key> <action>create a random-sized dot</action></mouse>
1155 </group>
1157 <group>
1158 <title>Finish</title>
1159 <keys><key><misc-wide f="Enter"/></key>  <action>finish current line</action></keys>
1160 <mouse><key><right-click/></key> <action>finish current line</action></mouse>
1161 <mouse><key><left-click/><left-click/></key> <action>finish current line</action></mouse>
1162 <note>Enter, right click, or double left click finish the current line, discarding the last unfinished (red) segment.</note>
1163 </group>
1165 <group>
1166 <title>Cancel</title>
1167 <keys><key><misc f="Esc"/></key><key><ctrl/>z</key>  <action>cancel current line</action></keys>
1168 <keys><key><misc-wide f="Backspace"/></key><key><misc f="Del"/></key> <action>erase last segment of current line</action></keys>
1169 </group>
1170 </section>
1172 *<section title="Calligraphy tool" color="e9dfef">
1173 <group>
1174 <mouse><key><left-drag/></key> <action>draw a calligraphic line</action></mouse>
1175 <mouse><key><shift/><left-drag/></key> <action>add to selected path</action></mouse>
1176 <note>Drawing with Shift unions the newly created stroke with the previous selection</note>
1177 <mouse><key><alt/><left-drag/></key> <action>subtract from selected path</action></mouse>
1178 <note>Drawing with Alt subtracts the newly created stroke from the previous selection</note>
1179 <mouse><key><ctrl/><left-drag/></key> <action>track a guide path</action></mouse>
1180 <note>Drawing with Ctrl tracks a selected guide path at the constant distance</note>
1181 <mouse><key><left-arrow/></key> <key><right-arrow/></key> <action>adjust pen width by 1</action></mouse>
1182 <mouse><key><misc f="Home"/></key> <key><misc f="End"/></key> <action>set pen width to 1 or 100</action></mouse>
1183 <mouse><key><up/></key> <key><down/></key> <action>adjust pen angle</action></mouse>
1184 <note>Width and angle can be adjusted while drawing. </note>
1185 <keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
1186 </group>
1187 </section>
1189 *<section title="Paint Bucket" color="f2f9da">
1190 <group>
1191 <mouse><key><left-click/></key> <action>fill a bounded area</action></mouse>
1192 <mouse><key><shift/><left-click/></key> <action>add to selected path</action></mouse>
1193 <note>Clicking with Shift unions the newly created fill with the previous selection</note>
1194 <mouse><key><left-drag/></key> <action>fill from each point</action></mouse>
1195 <note>From each point, the fill spreads to the neighbors with the colors similar to that point.</note>
1196 <note>This can be used to fill an area currently filled with a gradient or blur.</note>
1197 <mouse><key><alt/><left-drag/></key> <action>fill from each point same as initial point</action></mouse>
1198 <note>From each point, the fill spreads to the neighbors with the colors similar to the initial point of the drag.</note>
1199 <note>This can be used to fill several disjoint bounded areas by starting in one and dragging over all of the areas.</note>
1200 <mouse><key><ctrl/><left-click/></key> <action>set fill color</action></mouse>
1201 <mouse><key><shift/><ctrl/><left-click/></key> <action>set stroke color</action></mouse>
1202 <note>Ctrl+clicking an object sets its fill (or stroke with Shift) to the tool's current style; the object need not be selected</note>
1203 </group>
1204 </section>
1206 *<section title="Gradient tool" color="e9f3e7">
1208 <group>
1209 <title>Select objects</title>
1210 <mouse><key><left-click/></key> <action>click an object to select</action></mouse>
1211 <mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
1212 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
1213 </group>
1215 <group>
1216 <title>Create gradients</title>
1217 <mouse><key><left-drag/></key> <action>create gradient</action></mouse>
1218 <note>This creates gradient on selected objects. The Controls bar lets you select linear/radial and fill/stroke for the new gradient.</note>
1219 <mouse><key><left-click/><left-click/></key> <action>create default gradient</action></mouse>
1220 <note>This creates default (horizontal edge-to-edge for linear, centered edge-to-edge-to-edge for radial) gradient on clicked object. </note>
1221 </group>
1223 <group>
1224 <title>Select handles</title>
1225 <mouse><key><left-click/></key> <action>select a handle</action></mouse>
1226 <mouse><key><shift/><left-click/></key> <action>add handle to selection</action></mouse>
1227 <mouse><key><shift/><left-drag/></key> <action>select by rubberband</action></mouse>
1228 <keys><key><misc f="Tab"/></key>  <action>select next handle</action></keys> 
1229 <keys><key><shift/><misc f="Tab"/></key> <action>select previous handle</action></keys>
1230 <keys><key><ctrl/>A</key>        <action>select all handles</action></keys>
1231 <keys><key><misc f="Esc"/></key> <action>deselect all handles</action></keys>
1232 <note>Single click outside all handles also deselects all handles.</note>
1233 </group>
1235 <group>
1236 <title>Create/delete intermediate stops</title>
1237 <mouse><key><ctrl/><alt/><left-click/></key> <action>create a stop</action></mouse>
1238 <mouse><key><left-click/><left-click/></key> <action>create a stop</action></mouse>
1239 <note>Ctrl+Alt+click or double click on a gradient line creates a new intermediate stop</note>
1240 <mouse><key><ctrl/><alt/><left-click/></key> <action>delete stop</action></mouse>
1241 <note>Ctrl+Alt+click on a stop's handle deletes the stop; if it was an end stop, gradient shortens or disappears</note>
1242 <keys><key><misc f="Ins"/></key> <action>insert new stop(s)</action></keys>
1243 <note>This adds new stop(s) in the middle(s) of selected segment(s), so it requires that more than two adjacent handles be selected.</note>
1244 <keys><key><misc f="Del"/></key> <action>delete selected stops</action></keys>
1245 </group>
1247 <group>
1248 <title>Move handles/stops</title>
1249 <mouse><key><left-drag/></key>  <action>move selected handle(s)</action></mouse>
1250 <mouse><key><ctrl/><left-drag/></key>  <action>move stops in 1/10 range increments</action></mouse>
1251 <note>Ctrl+dragging selected intermediate stops moves them snapping to 1/10 steps of the available range</note>
1252 <mouse><key><alt/><left-drag/></key>  <action>sculpt selected stops</action></mouse>
1253 <note>Sculpting moves the selected intermediate stops depending on how close each one is to the stop being dragged, using a smooth bell-like curve similar to the node sculpting feature in Node tool.</note>
1254 <mouse><key><arrows/></key>  <action>move selected handle by the nudge distance</action></mouse>
1255 <mouse><key><shift/><arrows/></key>  <action>move selected handle by 10x nudge distance</action></mouse>
1256 <note>The default nudge distance is 2 px (SVG pixel units, not screen pixels).</note>
1257 <mouse><key><alt/><arrows/></key>  <action>move selected handle by 1 pixel</action></mouse>
1258 <mouse><key><shift/><alt/><arrows/></key>  <action>move selected handle by 10 pixels</action></mouse>
1259 <note>If at least one end handle is selected, arrow keys move the end handle to move or resize the gradient line.</note>
1260 <note>If only mid stops are selected, arrow keys move the selected stops along the gradient line.</note>
1261 <note>The actual distance for pixel movements depends on zoom level. Zoom in for finer movement.</note>
1262 </group>
1264 <group>
1265 <title>Reverse</title>
1266 <keys><key><shift/>r</key>  <action>reverse gradient definition</action></keys> 
1267 <note>This mirrors the stop positions of the current gradient without moving the gradient handles.</note>
1268 </group>
1270 <!-- TODO: remove! -->
1271 <group>
1272 <title>Gradient editor</title>
1273 <mouse><key><left-click/><left-click/></key> <action>open gradient editor</action></mouse>
1274 <note>Double clicking a gradient handle opens the Gradient Editor with that gradient and the clicked handle chosen in the stops list.</note>
1275 </group>
1278 </section>
1281 *<section title="Dropper tool" color="feeffa">
1282 <group>
1283 <mouse><key><left-click/></key> <action>pick fill color</action></mouse>
1284 <mouse><key><shift/><left-click/></key> <action>pick stroke color</action></mouse>
1285 <mouse><key><left-drag/></key> <action>average fill color</action></mouse>
1286 <mouse><key><shift/><left-drag/></key> <action>average stroke color</action></mouse>
1287 <note>Click applies the color under cursor to the current selection. Dragging a radius calculates the average color of a circular area.</note>
1288 <note>If a gradient handle (in Gradient tool) is selected, it gets the color instead of the entire object.</note>
1289 <mouse><key><alt/><left-click/></key> <key><alt/><left-drag/></key> <key><ctrl/><alt/><left-click/></key> <key><ctrl/><alt/><left-drag/></key> <action>pick inverse color</action></mouse>
1290 <note>If Alt is pressed, picking color (with or without Shift, by click or by drag) picks the inverse of the color.</note>
1291 <keys><key><ctrl/>C</key> <action>copy color</action></keys>
1292 <note>This copies the color under cursor to the clipboard, as text in RRGGBBAA format (8 hex digits).</note>
1293 </group>
1294 </section>
1297 </column>
1301 <column>
1302 *<section title="Text tool" color="eefdf3">
1304 <group>
1305 <title>Select/create</title>
1306 <mouse><key><left-click/></key> <action>create/select a text object</action></mouse>
1307 <!--<keys><key>letters, digits, space, ...</key> <action>type text in a text object</action></keys>-->
1308 <note>Clicking in an empty space or on a non-text creates a text object; now you can type your text.</note>
1309 <note>Clicking on a text object selects it; cursor is placed near the click point.</note>
1310 <keys><key><misc f="Esc"/></key> <action>deselect the text object</action></keys>
1311 </group>
1313 <group>
1314 <title>Navigate in text</title>
1315 <mouse><key><arrows/></key> <action>move cursor by one character</action></mouse>
1316 <mouse><key><ctrl/><left-arrow/></key> <key><ctrl/><right-arrow/></key> <action>move cursor by one word</action></mouse>
1317 <mouse><key><ctrl/><up-arrow/></key> <key><ctrl/><down-arrow/></key> <action>move cursor by one paragraph</action></mouse>
1318 <keys><key><misc f="Home"/></key> <key><misc f="End"/></key> <action>go to beginning/end of line</action></keys>
1319 <keys><key><ctrl/><misc f="Home"/></key> <key><ctrl/><misc f="End"/></key> <action>go to beginning/end of text</action></keys>
1320 <keys><key><misc f="PgUp"/></key> <key><misc f="PgDn"/></key> <action>move cursor by one screen</action></keys>
1321 <note>All these commands cancel current text selection, if any. Use them with Shift to extend selection instead.</note>
1322 </group>
1324 <group>
1325 <title>Flowed text (internal frame)</title>
1326 <mouse><key><left-drag/></key> <action>create flowed text</action></mouse>
1327 <note>Clicking and dragging in an empty space or on a non-text creates a flowed text object with internal frame.</note>
1328 <mouse><key><left-drag/></key> <action>adjust frame size</action></mouse>
1329 <note>Dragging the handle in the lower right corner of the selected flowed text changes width/height of the frame.</note>
1330 <mouse><key><ctrl/><left-drag/></key> <action>lock width, height, or ratio of frame</action></mouse>
1331 <note>Dragging the corner handle with Ctrl resizes the frame preserving either width, or height, or ratio.</note>
1332 </group>
1334 <group>
1335 <title>Flowed text (external frame)</title>
1336 <keys><key><alt/>W</key>         <action>flow text into frame</action></keys> 
1337 <note>With a text object and a shape/path selected, this flows text into the shape/path.</note>
1338 <note>Both remain separate objects, but are linked; editing the shape/path causes the text to reflow.</note>
1339 <keys><key><shift/><alt/>W</key>         <action>unflow text from frame</action></keys> 
1340 <note>This cuts the flowed text's link to the shape/path, producing a single-line regular text object.</note>
1341 <keys><key><shift/>D</key>       <action>select external frame</action></keys> 
1342 <note>To find out which object is the frame of this flowed text, select it and press Shift+D. The frame will be selected.</note>
1343 </group>
1345 <group>
1346 <title>Text on path</title>
1347 <keys><key><shift/>D</key>       <action>select path from text</action></keys> 
1348 <note>To find out which path this text is put on, select it and press Shift+D. The path will be selected.</note>
1349 </group>
1351 <group>
1352 <title>Edit text</title>
1353 <note>To type + and - characters, use the main keyboard; keypad + and - are reserved for zoom (unless NumLock is on).</note> 
1354 <keys><key><misc-wide f="Enter"/></key> <action>start a new line or paragraph</action></keys>
1355 <note>Enter in regular text creates new line; in flowed text it creates a new paragraph</note>
1356 <keys><key><ctrl/>U</key> <action>toggle Unicode entry</action></keys> 
1357 <note>To insert an arbitrary Unicode character, type Ctrl+U, then the hexadecimal code point, then Enter.</note>
1358 <note>For example, type Ctrl+U 2 0 1 4 Enter for an em-dash; Ctrl+U a 9 Enter for a copyright sign.</note>
1359 <note>To stay in Unicode mode after inserting the character, press Space instead of Enter.</note>
1360 <note>Press Esc or another Ctrl+U to cancel Unicode mode without inserting the character.</note>
1361 <keys><key><ctrl/><misc-wide f="Space"/></key> <action>insert no-break space</action></keys>
1362 <note>A no-break space is visible even in a text object without xml:space="preserve".</note>
1363 </group>
1365 <group>
1366 <title>Select text</title>
1367 <mouse><key><left-drag/></key> <action>select text</action></mouse>
1368 <note>Left-dragging over a text object selects a text span.</note>
1369 <mouse><key><shift/><arrows/></key> <action>select text by character</action></mouse>
1370 <mouse><key><shift/><ctrl/><arrows/></key> <action>select text by word</action></mouse>
1371 <keys><key><shift/><misc f="Home"/></key> <key><shift/><misc f="End"/></key> <action>select to beginning/end of line</action></keys>
1372 <keys><key><shift/><ctrl/><misc f="Home"/></key> <key><shift/><ctrl/><misc f="End"/></key> <action>select to beginning/end of text</action></keys>
1373 <keys><key><shift/><misc f="PgUp"/></key> <key><shift/><misc f="PgDn"/></key> <action>select one screen up/down</action></keys>
1374 <mouse><key><left-click/><left-click/></key> <action>select word</action></mouse>
1375 <mouse><key><left-click/><left-click/><left-click/></key> <action>select line</action></mouse>
1376 <keys><key><ctrl/>A</key>        <action>select all text</action></keys>
1377 <note>This selects the entire text of the current text object.</note>
1378 </group>
1380 <group>
1381 <title>Style selection</title>
1382 <keys><key><ctrl/>B</key>        <action>make selection bold</action></keys>
1383 <keys><key><ctrl/>I</key>        <action>make selection italic</action></keys>
1384 <note>Also, you can use the Text&amp;Font or Fill&amp;Stroke dialogs to assign any style to text selection.</note>
1385 </group>
1387 <group>
1388 <title>Letter spacing</title>
1389 <keys><key><alt/>&gt;</key> <action>expand line/paragraph by 1 pixel</action></keys>
1390 <keys><key><shift/><alt/>&gt;</key> <action>expand line/paragraph by 10 pixels</action></keys>
1391 <keys><key><alt/>&lt;</key> <action>contract line/paragraph by 1 pixel</action></keys>
1392 <keys><key><shift/><alt/>&lt;</key> <action>contract line/paragraph by 10 pixels</action></keys>
1393 <note>These commands (only when editing text) adjust letter spacing in the current line (regular text) or paragraph (flowed text).</note>
1394 <note>The actual adjustment for pixel movements depends on zoom level. Zoom in for finer adjustment.</note>
1395 </group>
1397 <group>
1398 <title>Line spacing</title>
1399 <keys><key><ctrl/><alt/>&gt;</key> <action>make the text object taller by 1 pixel</action></keys>
1400 <keys><key><shift/><ctrl/><alt/>&gt;</key> <action>make the text object taller by 10 pixels</action></keys>
1401 <keys><key><ctrl/><alt/>&lt;</key> <action>make the text object shorter by 1 pixel</action></keys>
1402 <keys><key><shift/><ctrl/><alt/>&lt;</key> <action>make the text object shorter by 10 pixels</action></keys>
1403 <note>These commands (only when editing text) adjust line spacing in the entire text object (regular or flowed).</note>
1404 <note>The actual adjustment for pixel movements depends on zoom level. Zoom in for finer adjustment.</note>
1405 </group>
1407 <group>
1408 <title>Kerning and shifting</title>
1409 <mouse><key><alt/><arrows/></key> <action>shift characters by 1 pixel</action></mouse>
1410 <mouse><key><shift/><alt/><arrows/></key> <action>shift characters by 10 pixels</action></mouse>
1411 <note>These commands work when editing a regular text object. Kerning does not work in flowed text.</note> 
1412 <note>With no selection, they shift (horizontally or vertically) the characters after the cursor until the end of line.</note>
1413 <note>With selection, they shift the selection relative to the rest of text (by inserting opposite kerns at both ends of selection).</note>
1414 <note>The actual adjustment for pixel movements depends on zoom level. Zoom in for finer adjustment.</note>
1415 </group>
1417 <group>
1418 <title>Rotate</title>
1419 <keys><key><ctrl/>[</key> <key><ctrl/>]</key> <action>rotate character(s) by 90 degrees</action></keys>
1420 <keys><key><alt/>[</key> <key><alt/>]</key> <action>rotate character(s) by 1 pixel</action></keys>
1421 <note>These commands rotate the next character (without selection) or all characters in the selection (with selection).</note>
1422 <note>Rotation only works in regular text (not flowed text).</note>
1423 <note>The actual angle for pixel rotation depends on zoom level. Zoom in for finer movement.</note>
1424 </group>
1426 </section>
1427 </column>
1429 </root>