Code

adding stroke-dasyarray
[inkscape.git] / doc / keys.xml
1 <root xmlns="http://www.inkscape.org/namespaces/keys">
3 <p>This document describes the default keyboard shortcuts of Inkscape, corresponding to the
4 share/keys/default.xml file in Inkscape distribution. Most (but not all) of these keys
5 are configurable by the user; see the default.xml file for details on how to do that.</p>
7 <p>Unless noted otherwise, keypad keys (such as arrows, Home, End, +, -, digits) are
8 supposed to work the same as corresponding regular keys. If you have a new shortcut
9 idea, please contact the developers (by writing to the <a
10 href="http://lists.sourceforge.net/lists/listinfo/inkscape-devel">devel mailing list</a>
11 or by <a href="http://sourceforge.net/tracker/?group_id=93438&amp;atid=604309">submitting an
12 RFE</a>).</p>
14 <column>
16 *<section title="Tools" color="f5f5f5">
18 <group>
19 <keys><key><keyf f="F1"/></key><key>s</key>    <action>Selector</action></keys>
20 <keys><key><misc-wide f="Space"/></key>   <action>Selector (temporary)</action></keys>
21 <note>Space switches to the Selector tool temporarily; another Space switches back.</note>
22 <keys><key><keyf f="F2"/></key><key>n</key>     <action>Node tool</action></keys>
23 <keys><key><keyf f="F3"/></key><key>z</key>      <action>Zoom tool</action></keys>
24 <keys><key><keyf f="F4"/></key><key>r</key>      <action>Rectangle tool</action></keys>
25 <keys><key><keyf f="F5"/></key><key>e</key>      <action>Ellipse/arc tool</action></keys>
26 <keys><key><keyf f="F6"/></key><key>p</key>      <action>Freehand (Pencil) tool</action></keys>
27 <keys><key><shift/><keyf f="F6"/></key><key>b</key>      <action>Bezier (Pen) tool</action></keys>
28 <keys><key><ctrl/><keyf f="F6"/></key><key>c</key>       <action>Calligraphic tool</action></keys>
29 <keys><key><ctrl/><keyf f="F1"/></key><key>g</key>       <action>Gradient tool</action></keys>
30 <keys><key><keyf f="F7"/></key><key>d</key>      <action>Dropper tool</action></keys>
31 <keys><key><keyf f="F8"/></key><key>t</key>      <action>Text tool</action></keys>
32 <keys><key><keyf f="F9"/></key><key>i</key>      <action>Spiral tool</action></keys>
33 <keys><key><shift/><keyf f="F9"/></key><key>*</key>      <action>Star tool</action></keys>
34 <keys><key><ctrl/><keyf f="F2"/></key><key>o</key>       <action>Connector tool</action></keys>
35 <note>Double click on the tool buttons opens the Preferences dialog showing the page of the corresponding tool.</note>
36 </group>
37 </section>
40 *<section title="Dialogs" color="f0eae7">
41 <group>
42 <keys><key><shift/><ctrl/>F</key> <action>Fill and Stroke</action></keys>
43 <keys><key><shift/><ctrl/>W</key> <action>Swatches</action></keys>
44 <keys><key><shift/><ctrl/>T</key> <action>Text and Font</action></keys>
45 <keys><key><shift/><ctrl/>M</key> <action>Transform</action></keys>
46 <keys><key><shift/><ctrl/>L</key> <action>Layers</action></keys>
47 <keys><key><shift/><ctrl/>A</key> <action>Align and Distribute</action></keys>
48 <keys><key><shift/><ctrl/>O</key> <action>Object Properties</action></keys>
49 <keys><key><shift/><ctrl/>H</key> <action>Undo history</action></keys>
50 <keys><key><shift/><ctrl/>X</key> <action>XML Editor</action></keys>
51 <keys><key><shift/><ctrl/>D</key> <action>Document Preferences</action></keys>
52 <keys><key><shift/><ctrl/>P</key> <action>Inkscape Preferences</action></keys>
53 <keys><key><shift/><ctrl/>E</key>        <action>Export to PNG</action></keys>
54 <keys><key><ctrl/>F</key>        <action>Find</action></keys>
55 <keys><key><shift/><alt/>B</key>         <action>Trace bitmap</action></keys>
56 <note>These open a new dialog window if it wasn't open yet, otherwise the corresponding dialog gets focus.</note>
57 </group>
59 <group>
60 <title>Toggle visibility</title>
61 <keys><key><keyf f="F12"/></key> <action>toggle dialogs</action></keys>
62 <note>This temporarily hides all open dialogs; another F12 shows them again.</note>
63 </group>
65 <group>
66 <title>Within a dialog</title>
67 <keys><key><misc f="Esc"/></key> <action>return to the canvas</action></keys>
68 <keys><key><ctrl/><keyf f="F4"/></key> <key><ctrl/>W</key> <action>close the dialog</action></keys>
69 <keys><key><misc f="Tab"/></key> <action>jump to next widget</action></keys>
70 <keys><key><shift/><misc f="Tab"/></key> <action>jump to previous widget</action></keys>
71 <keys><key><misc-wide f="Enter"/></key> <action>set the new value</action></keys>
72 <note>This accepts the new value you typed in a text field and returns focus to canvas.</note>
73 <keys><key><ctrl/><misc-wide f="Enter"/></key> <action>in XML Editor, set the attr value</action></keys>
74 <note>When editing an attribute value in XML Editor, this sets the new value (same as clicking the "Set attribute" button).</note>
75 <keys><key><misc-wide f="Space"/></key> <key><misc-wide f="Enter"/></key> <action>activate current button or list</action></keys>
76 <keys><key><ctrl/><misc f="PgUp"/></key> <key><ctrl/><misc f="PgDn"/></key> <action>in a multi-tab dialog, switch tabs</action></keys>
77 </group>
78 </section>
80 *<section title="Controls bar" color="f8f3e9">
82 <group>
83 <note>The Controls bar at the top of the document window provides different buttons and controls for each tool.</note>
84 <keys><key><alt/>X</key> <action>jump to the first editable field</action></keys>
85 <keys><key><misc-wide f="Enter"/></key> <action>accept the new value</action></keys>
86 <note>This accepts the new value you typed in a text field and returns focus to canvas.</note>
87 <keys><key><misc f="Esc"/></key>   <action>cancel changes, return to canvas</action></keys>
88 <note>This cancels any changes you made in a text field and returns focus to canvas.</note>
89 <keys><key><ctrl/>Z</key> <action>cancel changes</action></keys>
90 <note>This cancels any changes you made in a text field but you stay in the field.</note>
91 <keys><key><misc f="Tab"/></key> <action>jump to next field</action></keys>
92 <keys><key><shift/><misc f="Tab"/></key> <action>jump to previous field</action></keys>
93 <note>Use these to navigate between fields in the Controls bar (the value in the field you leave, if changed, is accepted).</note>
94 </group>
96 <group>
97 <title>Changing values</title>
98 <mouse><key><up/></key> <key><down/></key> <action>change value by 0.1</action></mouse>
99 <keys><key><misc f="PgUp"/></key><key><misc f="PgDn"/></key> <action>change value by 5.0</action></keys>
100 </group>
101  
102 </section>
104 *<section title="Canvas" color="e5f1e7">
106 <group>
107 <title>Zoom</title>
108 <keys><key>=</key> <key>+</key>          <action>zoom in</action></keys>
109 <keys><key>-</key>       <action>zoom out</action></keys>
110 <note>The keypad +/- keys do zooming even when you are editing a text object, unless NumLock is on.</note>
111 <mouse><key><mid-click/></key>  <key><ctrl/><right-click/></key>   <action>zoom in</action></mouse>
112 <mouse><key><shift/><mid-click/></key>  <key><shift/><right-click/></key> <action>zoom out</action></mouse>
113 <mouse><key><ctrl/><wheel/></key> <action>zoom in or out</action></mouse>
114 <mouse><key><shift/><mid-drag/></key> <action>zoom into the area</action></mouse>
115 <keys><key><alt/>Z</key> <action>activate zoom field</action></keys>
116 <note>The zoom field in the lower left corner of the window allows you to specify zoom level precisely.</note>
117 </group>
119 <group>
120 <title>Preset zooms</title>
121 <keys><key>1</key>       <action>zoom 1:1</action></keys>
122 <keys><key>2</key>      <action>zoom 1:2</action></keys>
123 <keys><key>3</key>      <action>zoom to selection</action></keys>
124 <keys><key>4</key>      <action>zoom to drawing</action></keys>
125 <keys><key>5</key>      <action>zoom to page</action></keys>
126 <keys><key><ctrl/>E</key><key>6</key>   <action>zoom to page width</action></keys>
127 </group>
129 <group>
130 <title>Zoom history</title>
131 <keys><key>`</key> <action>(back quote) previous zoom </action></keys>
132 <keys><key><shift/>`</key> <action>next zoom</action></keys>
133 <note>With these keys, you can travel back and forth through the history of zooms in this session</note>
134 </group>
136 <group>
137 <title>Scrolling (panning)</title>
138 <mouse><key><ctrl/><arrows/></key>  <action>scroll canvas</action></mouse>
139 <note>Scrolling by keys is accelerated, i.e. it speeds up when you press Ctrl+arrows in quick succession, or press and hold.</note>
140 <mouse><key><mid-drag/></key>  <action>pan canvas</action></mouse>
141 <mouse><key><shift/><right-drag/></key> <key><ctrl/><right-drag/></key> <action>pan canvas</action></mouse>
142 <mouse><key><wheel/></key> <action>scroll canvas vertically</action></mouse>
143 <mouse><key><shift/><wheel/></key> <action>scroll canvas horizontally</action></mouse>
144 </group>
146 <group>
147 <title>Guides and grid</title>
148 <mouse><key><left-drag/></key> <action>drag off a ruler to create guide</action></mouse>
149 <note>Drag off the horizontal or vertical ruler to create a new guideline. Drag a guideline onto the ruler to delete it.</note>
150 <keys><key>|</key> <key><shift/>\</key> <action>toggle guides and snapping to guides</action></keys>
151 <note>If you want to have different values for guides visibility and snapping, set them via the Document Options dialog.</note>
152 <note>When you create a new guide by dragging off the ruler, guide visibility and snapping are turned on.</note>
153 <keys><key>#</key> <key><shift/>3</key> <action>toggle grid and snapping to grid</action></keys>
154 <note>If you want to have different values for grid visibility and snapping, set them via the Document Options dialog.</note>
155 <note>Note that only the 3 key on the main keyboard works, not on the keypad.</note>
156 </group>
158 <group>
159 <title>Display mode</title>
160 <keys><key><ctrl/><misc-wide f="keypad 5"/></key>  <action>toggle normal/outline mode</action></keys>
161 </group>
162 </section>
164 *<section title="Palette" color="efcfdf">
165 <group>
166 <note>These keys work both in the floating palette dialog and in the palette frame at the bottom of the window.</note>
167 <mouse><key><left-click/></key> <action>set fill color on selection</action></mouse>
168 <mouse><key><shift/><left-click/></key> <action>set stroke color on selection</action></mouse>
169 <mouse><key><left-drag/></key> <action>drag fill color to objects</action></mouse>
170 <mouse><key><shift/><left-drag/></key> <action>drag stroke color to objects</action></mouse>
171 <note>To change fill/stroke of an object by dragging color on it, that object need not be selected.</note>
172 <note>You can also drag colors to the Fill (F) and Stroke (S) indicators in the statusbar to change the selection.</note>
173 </group>
174 </section>
177 </column>
183 <column>
185 *<section title="File" color="f3f2e2">
187 <group>
188 <keys><key><ctrl/>N</key>        <action>create new document</action></keys>
189 <keys><key><ctrl/>O</key>        <action>open an SVG document</action></keys>
190 <keys><key><shift/><ctrl/>E</key>        <action>export to PNG</action></keys>
191 <keys><key><ctrl/>I</key>        <action>import bitmap or SVG</action></keys>
192 <keys><key><ctrl/>P</key>        <action>print document</action></keys>
193 <keys><key><ctrl/>S</key>        <action>save document</action></keys>
194 <keys><key><shift/><ctrl/>S</key>        <action>save under a new name</action></keys>
195 <keys><key><shift/><ctrl/><alt/>S</key>  <action>save a copy</action></keys>
196 <keys><key><ctrl/>Q</key>        <action>exit Inkscape</action></keys>
197 </group>
199 </section>
201 *<section title="Window" color="e8fae1">
203 <group>
204 <keys><key><ctrl/>R</key> <action>toggle rulers</action></keys>
205 <keys><key><ctrl/>B</key> <action>toggle scrollbars</action></keys>
206 <keys><key><keyf f="F11"/></key> <action>toggle fullscreen</action></keys>
207 </group>
209 <group>
210 <keys><key><keyf f="F10"/></key> <action>main menu</action></keys>
211 <note>Menus can also be activated by Alt with the letter underscored in the menu name.</note>
212 <keys><key><shift/><keyf f="F10"/></key> <key><right-click/></key> <action>drop-down (context) menu</action></keys>
213 </group>
215 <group>
216 <keys><key><ctrl/><keyf f="F4"/></key> <key><ctrl/>W</key>       <action>close document window</action></keys>
217 <note>This shuts down Inkscape if it was the only document window open.</note>
218 <keys><key><ctrl/><misc f="Tab"/></key> <action>next document window</action></keys>
219 <keys><key><shift/><ctrl/><misc f="Tab"/></key> <action>previous document window</action></keys>
220 <note>These cycle through the active document windows forward and backward.</note>
221 </group>
223 </section>
225 *<section title="Layers" color="f6f9d9">
226 <group>
227 <keys><key><shift/><misc f="PgUp"/></key> <action>move to layer above</action></keys>
228 <keys><key><shift/><misc f="PgDn"/></key> <action>move to layer below</action></keys>
229 <note>These commands move the selected objects from one layer to another.</note>
231 <keys><key><shift/><ctrl/><misc f="PgUp"/></key> <action>raise layer</action></keys>
232 <keys><key><shift/><ctrl/><misc f="PgDn"/></key> <action>lower layer</action></keys>
233 <keys><key><shift/><ctrl/><misc f="Home"/></key> <action>raise layer to top</action></keys>
234 <keys><key><shift/><ctrl/><misc f="End"/></key> <action>lower layer to bottom</action></keys>
235 <note>These commands move the current layer among its siblings (normally other layers).</note>
236 </group>
237 </section>
240 *<section title="Object" color="f4ecf5">
242 <group>
243 <title>Undo/redo</title>
244 <keys><key><shift/><ctrl/>Y</key> <key><ctrl/>Z</key>    <action>undo</action></keys>
245 <keys><key><shift/><ctrl/>Z</key> <key><ctrl/>Y</key>    <action>redo</action></keys>
246 </group>
248 <group>
249 <title>Clipboard</title>
250 <keys><key><ctrl/>C</key>        <action>copy selection</action></keys>
251 <note>This places a copy of the selection to the Inkscape clipboard. Text from text objects is also placed onto the system clipboard.</note>
252 <keys><key><ctrl/>X</key>        <action>cut selection</action></keys>
253 <note>This works the same as "copy selection" followed by deleting the selection.</note>
254 <keys><key><ctrl/>V</key>        <action>paste clipboard</action></keys>
255 <note>This places the clipboard objects at the mouse cursor, or at the center of the window if mouse is outside the canvas.</note>
256 <note>When editing text with the text tool, this pastes the text from the system clipboard into the current text object.</note>
257 <keys><key><ctrl/><alt/>V</key>  <action>paste in place</action></keys>
258 <note>This places the clipboard objects to the original location from which they were copied.</note>
259 <keys><key><shift/><ctrl/>V</key>  <action>paste style</action></keys> 
260 <note>This applies the style of the (first of the) coped object(s) to the current selection.</note>
261 <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>
262 </group>
264 <group>
265 <title>Duplicate</title>
266 <keys><key><ctrl/>D</key>        <action>duplicate selection</action></keys> 
267 <note>New object(s) are placed exactly over the original(s) and selected.</note>
268 </group>
270 <group>
271 <title>Clone</title>
272 <keys><key><alt/>D</key>         <action>clone object</action></keys> 
273 <note>A clone can be moved/scaled/rotated/skewed independently, but it updates the path, fill, and stroke from its original.</note>
274 <note>The clone is placed exactly over the original object and is selected.</note>
275 <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>
276 <keys><key><shift/><alt/>D</key>         <action>unlink clone</action></keys> 
277 <note>Unlinking a clone cuts the link to the original, turning the clone into a plain copy.</note>
278 <keys><key><shift/>D</key>       <action>select original</action></keys> 
279 <note>To find out which object this is a clone of, select the clone and give this command. The original will be selected.</note>
280 </group>
282 <group>
283 <title>Bitmaps</title>
284 <keys><key><alt/>B</key> <action>create a bitmap copy</action></keys>
285 <note>This exports the selected object(s) (all other objects hidden) as PNG in the document's directory and imports it back.</note>
286 <note>The imported bitmap is placed over the original selection and is selected.</note>
287 <keys><key><shift/><alt/>B</key> <action>trace bitmap</action></keys>
288 <note>This opens the Trace Bitmap dialog allowing you to convert a bitmap object to path(s).</note> 
289 </group>
291 <group>
292 <title>Patterns</title>
293 <keys><key><alt/>I</key>         <action>object(s) to pattern</action></keys> 
294 <note>This converts the selection to a rectangle with tiled pattern fill.</note>
295 <keys><key><shift/><alt/>I</key>         <action>pattern to object(s)</action></keys> 
296 <note>Each selected object with pattern fill is broken into the same object without fill and a single pattern object.</note>
297 </group>
299 <group>
300 <title>Group</title>
301 <keys> <key><shift/><ctrl/>U</key>  <key><ctrl/>G</key> <action>group selected objects</action></keys>
302 <note>Use Ctrl+click to select objects within group.</note>
303 <keys><key><shift/><ctrl/>G</key> <key><ctrl/>U</key>  <action>ungroup selected group(s)</action></keys>
304 <note>This removes only one level of grouping; press Ctrl+U repeatedly to ungroup nested groups.</note>
305 </group>
307 <group>
308 <title>Z-order</title>
309 <keys><key><misc f="Home"/></key>        <action>raise selection to top</action></keys>
310 <keys><key><misc f="End"/></key>         <action>lower selection to bottom</action></keys>
311 <keys><key><misc f="PgUp"/></key>        <action>raise selection one step</action></keys>
312 <keys><key><misc f="PgDn"/></key>      <action>lower selection one step</action></keys>
313  </group>
315 </section>
317 *<section title="Path" color="f9f1d9">
319 <group>
320 <title>Convert to path</title>
321 <keys><key><shift/><ctrl/>C</key> <action>convert selected object(s) to path</action></keys>
322 <keys><key><ctrl/><alt/>C</key> <action>convert stroke to path</action></keys>
323 </group>
325 <group>
326 <title>Booleans</title>
327 <keys><key><ctrl/>+</key>  <action>union</action></keys>
328 <note>Union combines any number of objects into a single path, removing overlaps.</note>
329 <keys><key><ctrl/>-</key>  <action>difference</action></keys>
330 <note>Difference works on 2 objects, extracting the top from the bottom.</note>
331 <keys><key><ctrl/>*</key>  <action>intersection</action></keys>
332 <note>Intersection creates a path representing the common (overlapping) area of all selected objects.</note>
333 <keys><key><ctrl/>^</key>  <action>exclusive OR (XOR)</action></keys>
334 <note>XOR is similar to Union, except that it works on 2 objects and removes areas where the objects overlap.</note>
335 <keys><key><ctrl/>/</key>  <action>division (cut)</action></keys>
336 <note>Division cuts the bottom object into pieces by the top object, preserving the fill and stroke of the bottom.</note>
337 <keys><key><ctrl/><alt/>/</key>  <action>cut path</action></keys>
338 <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>
339 <note>The result of Union, Difference, Intersection, and XOR inherits the id= attribute and therefore the clones of the bottom object.</note>
340 <note>Division and Cut path normally produce several objects; of them, a random one inherits the id= of the bottom source object.</note>
341 </group>
343 <group>
344 <title>Offsets</title>
345 <keys><key><ctrl/>(</key>  <action>inset path (towards center)</action></keys>
346 <keys><key><ctrl/>)</key>  <action>outset path (away from center)</action></keys>
347 <note>The default offset distance is 2 px (SVG pixel units, not screen pixels).</note>
348 <keys><key><alt/>(</key>  <action>inset path by 1 pixel</action></keys>
349 <keys><key><alt/>)</key>  <action>outset path by 1 pixel</action></keys>
350 <keys><key><shift/><alt/>(</key>  <action>inset path by 10 pixels</action></keys>
351 <keys><key><shift/><alt/>)</key>  <action>outset path by 10 pixels</action></keys>
352 <note>The actual distance for pixel offsets depends on zoom level. Zoom in for finer adjustment.</note>
353 <note>All the (, ) commands convert the object to path, if necessary, and produce regular path.</note>
354 <keys><key><ctrl/>J</key>  <action>create dynamic offset</action></keys>
355 <keys><key><ctrl/><alt/>J</key>  <action>create linked offset</action></keys>
356 <note>These commands produce an offset object, editable by the node tool, standalone or linked to the original.</note>
357 <keys><key><shift/>D</key>       <action>select source</action></keys> 
358 <note>Selecting a linked offset and giving this command will select the source path of the linked offset.</note>
359 </group>
361 <group>
362 <title>Combine</title>
363 <keys><key><ctrl/>K</key>  <action>combine paths</action></keys>
364 <note>This is different from grouping in that combined paths create one object.</note>
365 <note>This is different from Union in that overlapping areas are not affected.</note>
366 <note>Whether overlapping areas are filled is controlled by the Fill: winding/alternating switch on the Fill &amp; Stroke dialog.</note>
367 <keys><key><shift/><ctrl/>K</key>  <action>break paths apart</action></keys>
368 <note>This attempts to break an object into constituent paths; it will fail if the object is one solid path.</note>
369 </group>
371 <group>
372 <title>Simplify</title>
373 <keys><key><ctrl/>L</key>  <action>simplify</action></keys>
374 <note>This command attempts to simplify selected path(s) by removing extra nodes. It converts all objects to paths first.</note>
375 <note>If you invoke this command several times in quick succession, it will act more and more aggressively.</note>
376 <note>Invoking Simplify again after a pause restores the default threshold (settable in the Inkscape Preferences dialog).</note>
377 </group>
379 </section>
381 </column>
383 <column>
385 *<section title="Selector" color="eee4dc">
387 <group>
388 <title>Keyboard select</title>
389 <keys><key><misc f="Tab"/></key>  <action>select next object </action></keys>
390 <keys><key><shift/><misc f="Tab"/></key> <action>select previous object </action></keys>
391 <note>These keys pick objects in their z-order (Tab cycles from bottom to top, Shift+Tab cycles from top to bottom).</note> 
392 <note>Unless you did manual rearrangements, the last object you created is always on top.</note> 
393 <note>As a result, if nothing is selected, pressing Shift+Tab once conveniently selects the object you created last.</note>
394 <note>This works on objects within the current layer (unless you change that in preferences).</note>
395 <keys><key><ctrl/>A</key>        <action>select all (current layer)</action></keys>
396 <note>This works on objects within the current layer (unless you change that in preferences).</note>
397 <keys><key><ctrl/><alt/>A</key>  <action>select all (all layers)</action></keys>
398 <note>This works on objects in all visible and unlocked layers.</note>
399 <keys><key>!</key> <action>invert selection (current layer)</action></keys>
400 <note>This inverts selection (deselects what was selected and vice versa) in the current layer.</note>
401 <keys><key><alt/>!</key> <action>invert selection (all layers)</action></keys>
402 <note>This inverts selection (deselects what was selected and vice versa) in visible and unlocked layers.</note>
403 <keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
404 <keys><key><misc-wide f="Backspace"/></key><key><misc f="Del"/></key>    <action>delete selection</action></keys>
405 </group>
407 <group>
408 <title>Keyboard move</title>
409 <mouse><key><arrows/></key>  <action>move selection by the nudge distance</action></mouse>
410 <mouse><key><shift/><arrows/></key>  <action>move selection by 10x nudge distance</action></mouse>
411 <note>The default nudge distance is 2 px (SVG pixel units, not screen pixels).</note>
412 <mouse><key><alt/><arrows/></key>  <action>move selection by 1 pixel</action></mouse>
413 <mouse><key><alt/><shift/><arrows/></key>  <action>move selection by 10 pixels</action></mouse>
414 <note>The actual distance for pixel movements depends on zoom level. Zoom in for finer movement.</note>
415 </group>
417 <group>
418 <title>Keyboard scale</title>
419 <keys><key>.</key> <key>&gt;</key> <action>scale selection up by the scale step</action></keys> 
420 <keys><key>,</key> <key>&lt;</key> <action>scale selection down by the scale step</action></keys> 
421 <note>The default scale step is 2 px (SVG pixel units, not screen pixels).</note>
422 <keys><key><ctrl/>.</key> <key><ctrl/>&gt;</key> <action>scale selection to 200%</action></keys>
423 <keys><key><ctrl/>,</key> <key><ctrl/>&lt;</key> <action>scale selection to 50%</action></keys>
424 <keys><key><alt/>.</key> <key><alt/>&gt;</key> <action>scale selection up by 1 pixel</action></keys>
425 <keys><key><alt/>,</key> <key><alt/>&lt;</key> <action>scale selection down by 1 pixel</action></keys>
426 <note>The actual size increment for pixel scaling depends on zoom level. Zoom in for finer scaling.</note>
427 <note>Scaling is uniform around the center, so that the size increment applies to the larger of the two dimensions.</note>
428 </group>
430 <group>
431 <title>Keyboard rotate</title>
432 <keys><key>[</key> <key>]</key> <action>rotate selection by the angle step</action></keys> 
433 <note>The default angle step is 15 degrees. ] rotates clockwise, [ rotates counterclockwise.</note>
434 <keys><key><ctrl/>[</key> <key><ctrl/>]</key> <action>rotate selection by 90 degrees</action></keys>
435 <keys><key><alt/>[</key> <key><alt/>]</key> <action>rotate selection by 1 pixel</action></keys>
436 <note>The actual angle for pixel rotation depends on zoom level. Zoom in for finer movement.</note>
437 <note>These commands use the rotation center, draggable in Selector (by default it's in geometric center).</note>
438 </group>
440 <group>
441 <title>Keyboard flip</title>
442 <keys><key>h</key> <action>flip selection horizontally</action></keys>
443 <keys><key>v</key> <action>flip selection vertically</action></keys>
444 </group>
446 <group>
447 <title>Mouse select</title>
448 <mouse><key><left-click/></key> <action>select an object</action></mouse>
449 <note>When you left-click on an object, previous selection is deselected.</note>
450 <mouse><key><shift/><left-click/></key> <action>toggle selection </action></mouse>
451 <note>Shift+click adds an object to the current selection if it was not selected, or deselects it otherwise.</note>
452 <mouse><key><left-click/><left-click/></key> <action>edit the object</action></mouse>
453 <note>For paths, double clicking switches to Node tool; for shapes, to corresponding shape tool; for text, to Text tool.</note>
454 <note>For groups, double clicking performs the "Enter group" command (the group becomes temporary layer).</note>
455 <note>Double clicking in empty space swithes to the parent layer in the hierarchy, if any.</note>
456 </group>
458 <group>
459 <title>Select within group, select under</title>
460 <mouse><key><ctrl/><left-click/></key> <action>select within group</action></mouse>
461 <note>Ctrl+click selects the object at click point disregarding any levels of grouping that this object might belong to.</note>
462 <mouse><key><ctrl/><shift/><left-click/></key> <action>toggle selection within group</action></mouse>
463 <mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
464 <note>Alt+click selects the object at click point which is beneath (in z-order) the lowest selected object at click point.</note>
465 <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>
466 <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>
467 <mouse><key><shift/><alt/><left-click/></key> <action>toggle under</action></mouse>
468 <mouse><key><ctrl/><alt/><left-click/></key> <action>select under, in groups</action></mouse>
469 <mouse><key><shift/><ctrl/><alt/><left-click/></key> <action>toggle under, in groups</action></mouse>
470 <keys><key><ctrl/><misc-wide f="Enter"/></key> <action>enter group</action></keys>
471 <keys><key><ctrl/><misc-wide f="Backspace"/></key>       <action>go to parent group/layer</action></keys>
472 </group>
474 <group>
475 <title>Rubberband</title>
476 <mouse><key><left-drag/></key> <action>select multiple objects</action></mouse>
477 <note>Dragging around objects does "rubberband" selection; previous selection is deselected.</note>
478 <mouse><key><shift/><left-drag/></key> <action>add objects to selection</action></mouse>
479 <note>Normally, you need to start from an empty space to initiate a rubberband.</note> 
480 <note>However, if you press Shift before dragging, Inkscape will do rubberband selection even if you start from an object.</note>
481 </group>
483 <group>
484 <title>Mouse move</title>
485 <mouse><key><left-drag/></key> <action>select + move</action></mouse>
486 <note>Dragging an object selects it if it was not selected, then moves selection.</note>
487 <mouse><key><alt/><left-drag/></key> <action>move selected</action></mouse>
488 <note>Alt+drag moves the current selection (without selecting what is under cursor), no matter where you start the drag.</note>
489 <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>
490 <mouse><key><ctrl/><left-drag/></key> <action>restrict movement to horizontal or vertical</action></mouse>
491 <mouse><key><shift/><left-drag/></key> <action>temporarily disable snapping</action></mouse>
492 <note>This temporaily disables snapping to grid or guides when you are dragging with grid or guides on.</note>
493 <mouse><key><left-drag/><misc-wide f="Space"/></key> <action>drop a copy</action></mouse>
494 <note>When dragging or transforming with mouse, each Space leaves a copy of the selected object.</note> 
495 <note>You can press and hold Space while dragging for a nice "trail."</note>
496 </group>
498 <group>
499 <title>Mouse transform</title>
500 <mouse><key><left-click/></key> <action>toggle scale/rotation handles</action></mouse>
501 <mouse><key><left-drag/></key> <action>scale (scale handles)</action></mouse>
502 <mouse><key><left-drag/></key> <action>rotate or skew (rotation handles)</action></mouse>
503 </group>
505 <group>
506 <title>Scale handles</title>
507 <mouse><key><left-drag/></key> <action>scale</action></mouse>
508 <mouse><key><ctrl/><left-drag/></key> <action>scale preserving aspect ratio</action></mouse>
509 <!--<mouse><key><ctrl/><left-drag/></key> only smaller, keep aspect ratio--> <!-- TO BE REMOVED -->
510 <mouse><key><shift/><left-drag/></key> <action>symmetric transformation</action></mouse>
511 <note>Holding Shift while transforming makes transformation symmetric around the center of the selection.</note>
512 <!-- FIXME: why not disable snapping? inconsistent! -->
513 <mouse><key><alt/><left-drag/></key> <action>slow movement</action></mouse>
514 <note>Holding Alt while transforming makes transformation lag behind mouse movement, allowing finer changes.</note>
515 </group>
517 <group>
518 <title>Rotation/skew handles</title>
519 <mouse><key><left-drag/></key> <action>rotate or skew</action></mouse>
520 <mouse><key><ctrl/><left-drag/></key> <action>snap skew angle</action></mouse>
521 <note>Holding Ctrl when dragging a skew (non-corner) handle snaps the skew angle to angle steps (default 15 degrees).</note>
522 <mouse><key><ctrl/><left-drag/></key> <action>snap rotation angle</action></mouse>
523 <note>Holding Ctrl when dragging a rotation (corner) handle snaps the rotation angle to angle steps (default 15 degrees).</note>
524 </group>
526 <group>
527 <title>Rotation center</title>
528 <mouse><key><left-drag/></key> <action>move rotation center</action></mouse>
529 <note>Moved rotation center remembers its position for (all) selected object(s) until you reset it.</note>
530 <mouse><key><shift/><left-click/></key> <action>reset rotation center</action></mouse>
531 <note>Resetting rotation center moves it back to the geometric center of the object's or selection's bounding box.</note>
532 </group>
534 <group>
535 <title>Cancel</title>
536 <keys><key><misc f="Esc"/></key> <action>cancel rubberband, move, transformation</action></keys>
537 <note>Press Esc while mouse button is still down to cancel rubberband selection, move, or transformation of any kind.</note>
538 </group>
540 </section>
542 </column>
544 <column>
545 *<section title="Node tool" color="f9f1d9">
547 <group>
548 <title>Keyboard select</title>
549 <keys><key><misc f="Tab"/></key>  <action>select next node</action></keys> 
550 <keys><key><shift/><misc f="Tab"/></key> <action>select previous node</action></keys>
551 <note>These keys select nodes within the selected path</note>
552 <keys><key><ctrl/>A</key>        <action>select all nodes in subpath(s)</action></keys>
553 <note>If the path has multiple subpaths and some nodes selected, this selects all only in subpaths with already selected nodes.</note>
554 <keys><key><ctrl/><alt/>A</key>  <action>select all nodes in path</action></keys>
555 <note>This selects all nodes in the entire path.</note>
556 <keys><key>!</key> <action>invert selection in subpath(s)</action></keys>
557 <note>If the path has multiple subpaths and some nodes selected, this inverts selection only in subpaths with already selected nodes.</note>
558 <keys><key><alt/>!</key> <action>invert selection in path</action></keys>
559 <note>This inverts selection (deselects what was selected and vice versa) in the entire path.</note>
560 <keys><key><misc f="Esc"/></key> <action>deselect all nodes</action></keys>
561 </group>
563 <group>
564 <title>Keyboard move</title>
565 <mouse><key><arrows/></key>  <action>move selected node(s) by the nudge distance</action></mouse>
566 <mouse><key><shift/><arrows/></key>  <action>move selected node(s) by 10x nudge distance</action></mouse>
567 <note>The default nudge distance is 2 px (SVG pixel units, not screen pixels).</note>
568 <mouse><key><alt/><arrows/></key>  <action>move selected node(s) by 1 pixel</action></mouse>
569 <mouse><key><alt/><shift/><arrows/></key>  <action>move selected node(s) by 10 pixels</action></mouse>
570 <note>The actual distance for pixel movements depends on zoom level. Zoom in for finer movement.</note>
571 </group>
573 <group>
574 <title>Keyboard handle scale (1 node selected)</title>
575 <keys><key>&lt;</key> <key>&gt;</key> <action>contract/expand both handles by scale step</action></keys> 
576 <note>The default scale step is 2 px (SVG pixel units, not screen pixels). May apply to more than one node.</note>
577 <keys>
578 <key><left/><ctrl/>&lt;</key> 
579 <key><left/><ctrl/>&gt;</key> 
580 <action>scale left handle by the scale step</action>
581 </keys>
582 <keys>
583 <key><right/><ctrl/>&lt;</key> 
584 <key><right/><ctrl/>&gt;</key> 
585 <action>scale right handle by the scale step</action>
586 </keys>
587 <keys>
588 <key><left/><alt/>&lt;</key> 
589 <key><left/><alt/>&gt;</key> 
590 <action>scale left handle by 1 pixel</action>
591 </keys>
592 <keys>
593 <key><right/><alt/>&lt;</key> 
594 <key><right/><alt/>&gt;</key> 
595 <action>scale right handle by 1 pixel</action>
596 </keys>
597 <note>The actual size increment for pixel scaling depends on zoom level. Zoom in for finer scaling.</note>
598 <note>Instead of the &lt; and &gt; keys, you can use the , (comma) and . (period) keys respectively.</note>
599 </group>
601 <group>
602 <title>Keyboard handle rotate (1 node selected)</title>
603 <keys><key>[</key> <key>]</key> <action>rotate both handles by the angle step</action></keys>
604 <note>The default angle step is 15 degrees. ] rotates clockwise, [ rotates counterclockwise. May apply to more than one node.</note>
605 <keys><key><left/><ctrl/>[</key> <key><left/><ctrl/>]</key> <action>rotate left handle by the angle step</action></keys>
606 <keys><key><right/><ctrl/>[</key> <key><right/><ctrl/>]</key> <action>rotate right handle by the angle step</action></keys>
607 <keys><key><left/><alt/>[</key> <key><left/><alt/>]</key> <action>rotate left handle by 1 pixel</action></keys>
608 <keys><key><right/><alt/>[</key> <key><right/><alt/>]</key> <action>rotate right handle by 1 pixel</action></keys>
609 </group>
612 <group>
613 <title>Keyboard scale (&gt;1 nodes selected)</title>
614 <note>These commands scale the selected nodes as if they were an "object", around the center of that object.</note>
615 <keys><key>.</key> <key>&gt;</key> <action>scale nodes up by the scale step</action></keys> 
616 <keys><key>,</key> <key>&lt;</key> <action>scale nodes down by the scale step</action></keys> 
617 <note>The default scale step is 2 px (SVG pixel units, not screen pixels).</note>
618 <keys><key><alt/>.</key> <key><alt/>&gt;</key> <action>scale nodes up by 1 pixel</action></keys>
619 <keys><key><alt/>,</key> <key><alt/>&lt;</key> <action>scale nodes down by 1 pixel</action></keys>
620 <note>The actual size increment for pixel scaling depends on zoom level. Zoom in for finer scaling.</note>
621 <note>Scaling is uniform around the center, so that the size increment applies to the larger of the two dimensions.</note>
622 </group>
624 <group>
625 <title>Keyboard rotate (&gt;1 nodes selected)</title>
626 <note>These commands rotate the selected nodes as if they were an "object", around the center of that object.</note>
627 <keys><key>[</key> <key>]</key> <action>rotate nodes by the angle step</action></keys> 
628 <note>The default angle step is 15 degrees. ] rotates clockwise, [ rotates counterclockwise.</note>
629 <keys><key><alt/>[</key> <key><alt/>]</key> <action>rotate nodes by 1 pixel</action></keys>
630 <note>The actual angle for pixel rotation depends on zoom level. Zoom in for finer movement.</note>
631 </group>
633 <group>
634 <title>Keyboard flip (&gt;1 nodes selected)</title>
635 <note>These commands flip the selected nodes as if they were an "object", around the center of that object.</note>
636 <keys><key>h</key> <action>flip nodes horizontally</action></keys>
637 <keys><key>v</key> <action>flip nodes vertically</action></keys>
638 </group>
641 <group>
642 <title>Change segment(s)</title>
643 <keys><key><shift/>L</key>  <action>make line</action></keys>
644 <keys><key><shift/>U</key>  <action>make curve</action></keys>
645 <note>These commands require that more than two adjacent nodes be selected.</note>
646 </group>
648 <group>
649 <title>Change node type</title>
650 <keys><key><shift/>C</key>  <action>make cusp</action></keys>
651 <keys><key><shift/>S</key>  <action>make smooth</action></keys>
652 <keys><key><shift/>Y</key>  <action>make symmetric</action></keys>
653 <note>When making smooth or symmetric, you can lock the position of one of the handles by hovering mouse over it.</note>
654 <mouse><key><ctrl/><left-click/></key> <action>toggle smooth/cusp/symmetric</action></mouse>
655 </group>
657 <group>
658 <title>Join/break</title>
659 <keys><key><shift/>J</key>  <action>join selected nodes</action></keys>
660 <note>This requires that exactly two end nodes within the path be selected.</note>
661 <note>You can lock the position of one of the two joined nodes by hovering mouse over it.</note>
662 <keys><key><shift/>B</key>  <action>break selected node(s)</action></keys>
663 <note>After break, only one of each two new nodes is selected. May apply to more than one node.</note>
664 </group>
666 <group>
667 <title>Delete, create, duplicate</title>
668 <keys><key><misc-wide f="Backspace"/></key><key><misc f="Del"/></key> <action>delete selected node(s)</action></keys>
669 <keys><key><ctrl/><misc-wide f="Backspace"/></key><key><ctrl/><misc f="Del"/></key> <action>delete without preserving shape</action></keys>
670 <note>Deleting without Ctrl adjusts handles on the remaining nodes to preserve the shape of the curve as much as possible.</note>
671 <note>Deleting with Ctrl does not touch the remaining nodes.</note>
672 <mouse><key><ctrl/><alt/><left-click/></key> <action>create/delete node</action></mouse>
673 <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>
674 <note>Deleting nodes this way always tries to preserve the shape of the curve (same as Del/Backspace).</note>
675 <mouse><key><left-click/><left-click/></key> <action>create node</action></mouse>
676 <note>Double clicking on the path between nodes creates a node in the click point.</note>
677 <keys><key><misc f="Ins"/></key> <action>insert new node(s)</action></keys>
678 <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>
679 <keys><key><shift/>D</key> <action>duplicate selected node(s)</action></keys>
680 <note>New nodes are created on the same path; they are placed exactly over the old ones and are selected.</note>
681 </group>
683 <!-- does not seem to work
684 <group>
685 <title>Active node</title>
686 <note>The active node is one under mouse or being dragged.</note>
687 <note>When you have an active node, some of the single-letter tool switch shortcuts may not work;</note> 
688 <note>move your mouse cursor so that no node is active if you want to use them.</note>
689 <keys><key>c</key>  <action>make active node cusp</action></keys> 
690 <keys><key>s</key>  <action>make active node smooth</action></keys>
691 <keys><key>y</key>  <action>make active node symmetric</action></keys>
692 <keys><key>b</key>  <action>break active node</action></keys>
693 <keys><key><misc-wide f="Backspace"/></key> <action>delete active node</action></keys>
694 </group>
695 -->
697 <group>
698 <title>Mouse select: objects</title>
699 <mouse><key><left-click/></key> <action>click a non-selected object to select</action></mouse>
700 <mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
701 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
702 <note>These work the same as in Selector. The nodes or handles of the single selected object become editable.</note>
703 </group>
705 <group>
706 <title>Mouse select: nodes</title>
707 <mouse><key><left-click/></key> <action>select a node</action></mouse> 
708 <note>Clicking on a node selects it.</note>
709 <mouse><key><left-click/></key> <action>select two adjacent nodes</action></mouse> 
710 <note>Clicking on a selected path between the nodes selects the two nodes closest to the click point.</note>
711 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
712 <note>This adds/removes a node (if clicked on node) or two nodes (if clicked on path) to/from the node selection.</note>
713 <mouse><key><left-click/></key> <action>deselect</action></mouse> 
714 <note>Clicking in an empty space deselects all selected nodes. Next click will deselect the object.</note>
715 </group>
717 <group>
718 <title>Rubberband</title>
719 <mouse><key><left-drag/></key> <action>select multiple nodes</action></mouse>
720 <note>Dragging around nodes does "rubberband" selection; previous node selection is deselected.</note>
721 <mouse><key><shift/><left-drag/></key> <action>add nodes to selection</action></mouse>
722 <note>Normally, you need to start from a point not over a path or a node to initiate a rubberband.</note> 
723 <note>However, if you press Shift before dragging, Inkscape will do rubberband selection even if you start over the path.</note>
725 </group>
727 <group>
728 <title>Node move (mouse)</title>
729 <mouse><key><left-drag/></key> <action>move selected nodes</action></mouse>
730 <mouse><key><ctrl/><left-drag/></key> <action>restrict movement to horizontal or vertical</action></mouse>
731 <mouse><key><ctrl/><alt/><left-drag/></key> <action>move along handles</action></mouse>
732 <note>This restricts movement to the directions of the node's handles, their continuations and perpendiculars (total 8 snaps).</note>
733 <note>If the node has straight lines on one or both sides, this will snap it to these lines' directions and perpendiculars instead.</note>
734 <mouse><key><shift/><left-drag/></key> <action>temporarily disable snapping</action></mouse>
735 <note>Snapping nodes is enabled in Document Preferences. By default, only bounding box of objects snaps to grid/guides.</note>
736 <mouse><key><shift/><left-drag/></key> <action>drag out handle</action></mouse>
737 <note>If a node has a retracted handle, dragging with Shift lets you drag it out of the node.</note>
738 <mouse><key><left-drag/><misc-wide f="Space"/></key> <action>drop a copy</action></mouse>
739 <note>When dragging nodes with mouse, each Space leaves a copy of the selected object.</note> 
740 <note>You can press and hold Space while dragging for a nice "trail."</note>
741 </group>
743 <group>
744 <title>Node handles</title>
745 <mouse><key><left-drag/></key> <action>move a node handle</action></mouse>
746 <mouse><key><ctrl/><left-drag/></key> <action>snap the handle to angle steps</action></mouse>
747 <note>The default angle step is 15 degrees. This also snaps to the handle's original angle, its continuation and perpendiculars.</note>
748 <mouse><key><shift/><left-drag/></key> <action>rotate both handles</action></mouse> 
749 <mouse><key><alt/><left-drag/></key> <action>lock the handle length</action></mouse>
750 <note>Ctrl, Shift, Alt can be combined when dragging handles.</note>
751 <mouse><key><ctrl/><left-click/></key> <action>retract the handle</action></mouse>
752 <note>Retracted handle is zero length; use Shift+drag to drag it back out.</note>
753 </group>
755 <group>
756 <title>Reversing</title>
757 <keys><key><shift/>r</key>  <action>reverse path direction</action></keys> 
758 </group>
760 <group>
761 <title>Editing shapes</title>
762 <note>Node tool can also drag the handles of shapes (rectangles, ellipses, stars, spirals). Click on a shape to select it.</note> 
763 <note>See the corresponding shape tools for their editing shortcuts, all of which also work in node tool.</note>
764 </group>
767 <group>
768 <title>Cancel</title>
769 <keys><key><misc f="Esc"/></key> <action>cancel rubberband or move</action></keys>
770 <note>Press Esc while mouse button is still down to cancel rubberband selection, node move, handle move, or handle move.</note>
771 </group>
773 </section>
775 </column>
776 <column>
781 *<section title="Rectangle tool" color="ebf1fd">
782 <group>
783 <title>Drawing</title>
784 <mouse><key><left-drag/></key> <action>draw a rectangle</action></mouse>
785 <mouse><key><ctrl/><left-drag/></key>   <action>make a square or integer-ratio rectangle</action></mouse>
786 <note>This restricts rectangle so its height/width ratio is a whole number.</note>
787 <mouse><key><shift/><left-drag/></key> <action>draw around the starting point</action></mouse>
788 <note>This creates a rectangle symmetric around the starting point of the mouse drag.</note>
789 </group>
790 <group>
791 <title>Editing</title>
792 <mouse><key><left-click/></key> <action>click an object to select</action></mouse>
793 <mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
794 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
795 <mouse><key><left-drag/></key> <action>drag a handle to resize or round corners</action></mouse>
796 <note>Initially, the two rounding handles are in the top right corner; two resize handles are in top left and bottom right corners.</note>
797 <mouse><key><ctrl/><left-drag/></key> <action>lock width, height, or ratio (resize handles)</action></mouse>
798 <mouse><key><ctrl/><left-drag/></key> <action>lock the corner circular (rounding handles)</action></mouse>
799 <note>Resize handles change the width and height of the rectangle in its own coordinate system, before any transforms are applied.</note>
800 <note>When rounding corners, dragging only one rounding handle (with the other at the corner) keeps the corner circular.</note>
801 <note>You can drag both handles for an elliptic rounded corner, or drag one with Ctrl to make sure the other one is synchronized.</note>
802 <keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
803 </group>
804 </section>
806 *<section title="Ellipse tool" color="ffece8">
807 <group>
808 <title>Drawing</title>
809 <mouse><key><left-drag/></key> <action>draw an ellipse</action></mouse>
810 <mouse><key><ctrl/><left-drag/></key>   <action>make circle or integer-ratio ellipse</action></mouse>
811 <note>This restricts ellipse so its height/width ratio is a whole number.</note>
812 <mouse><key><shift/><left-drag/></key> <action>draw around the starting point</action></mouse>
813 <note>This creates an ellipse symmetric around the starting point of the mouse drag.</note>
814 </group>
815 <group>
816 <title>Editing</title>
817 <mouse><key><left-click/></key> <action>click an object to select</action></mouse>
818 <mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
819 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
820 <mouse><key><left-drag/></key> <action>drag a handle to resize, make arc or segment</action></mouse>
821 <note>Initially, the two arc/segment handles are in the rightmost point; two resize handles are at the topmost and leftmost points.</note>
822 <mouse><key><ctrl/><left-drag/></key> <action>lock circle (resize handles)</action></mouse>
823 <mouse><key><ctrl/><left-drag/></key> <action>snap to angle steps (arc/segment handles)</action></mouse>
824 <note>Resize handles change the width and height of the ellipse in its own coordinate system, before any transforms are applied.</note>
825 <note>The default angle step is 15 degrees.</note>
826 <keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
827 </group>
828 </section>
830 *<section title="Star tool" color="f8f7d5">
831 <group>
832 <title>Drawing</title>
833 <mouse><key><left-drag/></key> <action>draw a star</action></mouse>
834 <mouse><key><ctrl/><left-drag/></key> <action>snap star to angle steps</action></mouse>
835 <note>The default angle step is 15 degrees.</note>
836 </group>
837 <group>
838 <title>Editing</title>
839 <mouse><key><left-click/></key> <action>click an object to select</action></mouse>
840 <mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
841 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
842 <mouse><key><left-drag/></key> <action>drag a handle to vary the star shape</action></mouse>
843 <mouse><key><ctrl/><left-drag/></key> <action>keep star rays radial (no skew)</action></mouse>
844 <mouse><key><shift/><left-drag/></key> <action>round the star</action></mouse>
845 <mouse><key><shift/><left-click/></key> <action>remove rounding</action></mouse>
846 <mouse><key><alt/><left-drag/></key> <action>randomize the star</action></mouse>
847 <mouse><key><alt/><left-click/></key> <action>remove randomization</action></mouse>
848 <keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
849 </group>
850 </section>
852 *<section title="Spiral tool" color="f3f3f3">
853 <group>
854 <title>Drawing</title>
855 <mouse><key><left-drag/></key> <action>draw a spiral</action></mouse>
856 <mouse><key><ctrl/><left-drag/></key>   <action>snap spiral to angle steps</action></mouse>
857 <note>The default angle step is 15 degrees.</note>
858 </group>
859 <group>
860 <title>Editing</title>
861 <mouse><key><left-click/></key> <action>click an object to select</action></mouse>
862 <mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
863 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
864 <mouse><key><left-drag/></key> <action>roll/unroll from inside (inner handle)</action></mouse>
865 <note>Dragging the inner handle adjusts the "inner radius" parameter.</note>
866 <mouse><key><alt/><left-drag/></key> <action>converge/diverge (inner handle)</action></mouse>
867 <mouse><key><alt/><left-click/></key> <action>reset divergence (inner handle)</action></mouse>
868 <note>Vertical Alt+drag of the inner handle adjusts the "divergence" parameter, Alt+click resets it to 1.</note>
869 <mouse><key><shift/><left-click/></key> <action>zero inner radius (inner handle)</action></mouse>
870 <note>Shift+click on inner handle makes the spiral start from the center.</note>
872 <mouse><key><left-drag/></key> <action>roll/unroll from outside (outer handle)</action></mouse>
873 <note>Dragging the outer handle adjusts the "turns" parameter. Use Shift+Alt+drag to roll/unroll without changing radius.</note>
874 <mouse><key><shift/><left-drag/></key> <action>scale/rotate (outer handle)</action></mouse>
875 <note>Use Shift+Alt to rotate only (locks the radius of the spiral).</note>
877 <mouse><key><ctrl/><left-drag/></key> <action>snap handles to angle steps</action></mouse>
878 <note>The default angle step is 15 degrees. This works for both handles.</note>
880 <keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
881 </group>
882 </section>
886 </column>
891 <column>
893 *<section title="Zoom tool" color="e7e9f3">
894 <group>
895 <mouse><key><left-click/></key> <action>zoom in</action></mouse>
896 <mouse><key><shift/><left-click/></key> <action>zoom out</action></mouse>  
897 <mouse><key><left-drag/></key> <action>zoom into the area</action></mouse>
898 </group>
899 </section>
901 *<section title="Pencil tool" color="e9efc5">
902 <group>
903 <mouse><key><left-drag/></key> <action>draw a freehand line</action></mouse>
904 <mouse><key><shift/><left-drag/></key> <action>add to selected path</action></mouse>
905 <note>If a path is selected, Shift+dragging anywhere creates a new subpath instead of a new independent path.</note>
906 <mouse><key><shift/><left-drag/></key> <action>temporarily disable snapping</action></mouse>
907 <note>Shift also temporaily disables snapping to grid or guides when you are drawing with grid or guides on.</note>
908 </group>
909 </section>
911 *<section title="Pen (Bezier) tool" color="e7f5d7">
913 <group>
914 <title>Create nodes</title>
915 <mouse><key><left-click/></key> <action>create a sharp node</action></mouse>
916 <note>If no path is being created, this starts a new path.</note>
917 <mouse><key><shift/><left-click/></key> <action>add to selected path</action></mouse>
918 <note>If a path is selected, Shift+clicking anywhere starts a new subpath instead of a new independent path.</note>
919 <mouse><key><left-drag/></key> <action>create a bezier node with two handles</action></mouse>
920 <mouse><key><shift/><left-drag/></key> <action>move only one handle</action></mouse>
921 <!-- FIXME: also disables snapping! another conflict -->
922 <note>This moves only one handle (instead of both) while creating a node, making it cusp.</note> 
923 <mouse><key><ctrl/><left-drag/></key> <action>snap the handle to angle steps</action></mouse>
924 <note>The default angle step is 15 degrees.</note>
925 </group>
927 <group>
928 <title>Move last node</title>
929 <note>These commands move the last created node (at the start of the red segment) while creating a path.</note>
930 <mouse><key><arrows/></key>  <action>move last node by the nudge distance</action></mouse>
931 <mouse><key><shift/><arrows/></key>  <action>move last node by 10x nudge distance</action></mouse>
932 <note>The default nudge distance is 2 px (SVG pixel units, not screen pixels).</note>
933 <mouse><key><alt/><arrows/></key>  <action>move last node by 1 pixel</action></mouse>
934 <mouse><key><alt/><shift/><arrows/></key>  <action>move last node by 10 pixels</action></mouse>
935 <note>The actual distance for pixel movements depends on zoom level. Zoom in for finer movement.</note>
936 </group>
938 <group>
939 <title>Create/modify segments</title>
940 <keys><key><ctrl/></key> <action>snap last segment to angle steps</action></keys>
941 <note>This snaps the new node's angle, relative to the previous node, to angle steps (default 15 degrees).</note>
942 <keys><key><shift/>L</key>  <action>make last segment line</action></keys>
943 <keys><key><shift/>U</key>  <action>make last segment curve</action></keys>
944 <note>These commands change the last (red) segment of the path to straight line or curve.</note>
945 </group>
947 <group>
948 <title>Finish</title>
949 <keys><key><misc-wide f="Enter"/></key>  <action>finish current line</action></keys>
950 <mouse><key><right-click/></key> <action>finish current line</action></mouse>
951 <mouse><key><left-click/><left-click/></key> <action>finish current line</action></mouse>
952 <note>Enter, right click, or double left click finish the current line, discarding the last unfinished (red) segment.</note>
953 </group>
955 <group>
956 <title>Cancel</title>
957 <keys><key><misc f="Esc"/></key><key><ctrl/>z</key>  <action>cancel current line</action></keys>
958 <keys><key><misc-wide f="Backspace"/></key><key><misc f="Del"/></key> <action>erase last segment of current line</action></keys>
959 </group>
960 </section>
962 *<section title="Calligraphy" color="e9dfef">
963 <group>
964 <mouse><key><left-drag/></key> <action>draw a calligraphic line</action></mouse>
965 <mouse><key><left-arrow/></key> <key><right-arrow/></key> <action>adjust pen width</action></mouse>
966 <mouse><key><up/></key> <key><down/></key> <action>adjust pen angle</action></mouse>
967 <note>Width and angle can be adjusted while drawing. </note>
968 <keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
969 </group>
970 </section>
972 *<section title="Gradient tool" color="e9f3e7">
973 <group>
974 <title>Creating gradients</title>
975 <mouse><key><left-drag/></key> <action>create gradient</action></mouse>
976 <note>This creates gradient on selected objects. The Controls bar lets you select linear/radial and fill/stroke for the new gradient.</note>
977 <mouse><key><left-click/><left-click/></key> <action>create default gradient</action></mouse>
978 <note>This creates default (horizontal edge-to-edge for linear, centered edge-to-edge-to-edge for radial) gradient on clicked object. </note>
979 </group>
981 <group>
982 <title>Handles</title>
983 <keys><key><misc f="Tab"/></key>  <action>select next handle</action></keys> 
984 <keys><key><shift/><misc f="Tab"/></key> <action>select previous handle</action></keys>
985 <mouse><key><arrows/></key>  <action>move selected handle by the nudge distance</action></mouse>
986 <mouse><key><shift/><arrows/></key>  <action>move selected handle by 10x nudge distance</action></mouse>
987 <note>The default nudge distance is 2 px (SVG pixel units, not screen pixels).</note>
988 <mouse><key><alt/><arrows/></key>  <action>move selected handle by 1 pixel</action></mouse>
989 <mouse><key><alt/><shift/><arrows/></key>  <action>move selected handle by 10 pixels</action></mouse>
990 <note>The actual distance for pixel movements depends on zoom level. Zoom in for finer movement.</note>
991 <keys><key><misc f="Esc"/></key> <action>deselect handle</action></keys>
992 <mouse><key><left-click/><left-click/></key> <action>open gradient editor</action></mouse>
993 <note>Double clicking a gradient handle opens the Gradient Editor with that gradient and the clicked handle chosen in the stops list.</note>
994 </group>
996 <group>
997 <title>Reversing</title>
998 <keys><key><shift/>r</key>  <action>reverse gradient definition</action></keys> 
999 <note>This mirrors the stop positions of the current gradient without moving the gradient handles.</note>
1000 </group>
1002 <group>
1003 <title>Mouse select</title>
1004 <mouse><key><left-click/></key> <action>click an object to select</action></mouse>
1005 <mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
1006 <mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
1007 </group>
1009 </section>
1012 *<section title="Dropper tool" color="feeffa">
1013 <group>
1014 <mouse><key><left-click/></key> <action>pick fill color</action></mouse>
1015 <mouse><key><shift/><left-click/></key> <action>pick stroke color</action></mouse>
1016 <mouse><key><left-drag/></key> <action>average fill color</action></mouse>
1017 <mouse><key><shift/><left-drag/></key> <action>average stroke color</action></mouse>
1018 <note>Click applies the color under cursor to the current selection. Dragging a radius calculates the average color of a circular area.</note>
1019 <note>If a gradient handle (in Gradient tool) is selected, it gets the color instead of the entire object.</note>
1020 <mouse><key><alt/><left-click/></key><key><alt/><left-drag/></key> <action>pick inverse color</action></mouse>
1021 <note>If Alt is pressed, picking color (with or without Shift, by click or by drag) picks the inverse of the color.</note>
1022 <keys><key><ctrl/>C</key> <action>copy color</action></keys>
1023 <note>This copies the color under cursor to the system clipboard, as text in RRGGBBAA format (8 hex digits).</note>
1024 </group>
1025 </section>
1028 </column>
1032 <column>
1033 *<section title="Text tool" color="eefdf3">
1035 <group>
1036 <title>Selecting/creating</title>
1037 <mouse><key><left-click/></key> <action>create/select a text object</action></mouse>
1038 <!--<keys><key>letters, digits, space, ...</key> <action>type text in a text object</action></keys>-->
1039 <note>Clicking in an empty space or on a non-text creates a text object; now you can type your text.</note>
1040 <note>Clicking on a text object selects it; cursor is placed near the click point.</note>
1041 <keys><key><misc f="Esc"/></key> <action>deselect the text object</action></keys>
1042 </group>
1044 <group>
1045 <title>Text navigation</title>
1046 <mouse><key><arrows/></key> <action>move cursor by one character</action></mouse>
1047 <mouse><key><ctrl/><left-arrow/></key> <key><ctrl/><right-arrow/></key> <action>move cursor by one word</action></mouse>
1048 <mouse><key><ctrl/><up-arrow/></key> <key><ctrl/><down-arrow/></key> <action>move cursor by one paragraph</action></mouse>
1049 <keys><key><misc f="Home"/></key> <key><misc f="End"/></key> <action>go to beginning/end of line</action></keys>
1050 <keys><key><ctrl/><misc f="Home"/></key> <key><ctrl/><misc f="End"/></key> <action>go to beginning/end of text</action></keys>
1051 <note>All these commands cancel current text selection, if any.</note>
1052 </group>
1054 <group>
1055 <title>Flowed text (internal frame)</title>
1056 <mouse><key><left-drag/></key> <action>create flowed text</action></mouse>
1057 <note>Clicking and dragging in an empty space or on a non-text creates a flowed text object with internal frame.</note>
1058 <mouse><key><left-drag/></key> <action>adjust frame size</action></mouse>
1059 <note>Dragging the handle in the lower right corner of the selected flowed text changes width/height of the frame.</note>
1060 <mouse><key><ctrl/><left-drag/></key> <action>lock width, height, or ratio of frame</action></mouse>
1061 <note>Dragging the corner handle with Ctrl resizes the frame preserving either width, or height, or ratio.</note>
1062 </group>
1064 <group>
1065 <title>Flowed text (external frame)</title>
1066 <keys><key><alt/>W</key>         <action>flow text into frame</action></keys> 
1067 <note>With a text object and a shape/path selected, this flows text into the shape/path.</note>
1068 <note>Both remain separate objects, but are linked; editing the shape/path causes the text to reflow.</note>
1069 <keys><key><alt/><shift/>W</key>         <action>unflow text from frame</action></keys> 
1070 <note>This cuts the flowed text's link to the shape/path, producing a single-line regular text object.</note>
1071 <keys><key><shift/>D</key>       <action>select external frame</action></keys> 
1072 <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>
1073 </group>
1075 <group>
1076 <title>Text on path</title>
1077 <keys><key><shift/>D</key>       <action>select path from text</action></keys> 
1078 <note>To find out which path this text is put on, select it and press Shift+D. The path will be selected.</note>
1079 </group>
1081 <group>
1082 <title>Editing text</title>
1083 <note>To type + and - characters, use the main keyboard; keypad + and - are reserved for zoom (unless NumLock is on).</note> 
1084 <keys><key><misc-wide f="Enter"/></key> <action>start a new line or paragraph</action></keys>
1085 <note>Enter in regular text creates new line; in flowed text it creates a new paragraph</note>
1086 <keys><key><ctrl/>U</key> <action>toggle Unicode entry</action></keys> 
1087 <note>To insert an arbitrary Unicode character, type Ctrl+U, then the hexadecimal code point, then Enter.</note>
1088 <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>
1089 <note>To stay in Unicode mode after inserting the character, press Space instead of Enter.</note>
1090 <note>Press Esc or another Ctrl+U to cancel Unicode mode without inserting the character.</note>
1091 <keys><key><ctrl/><misc-wide f="Space"/></key> <action>insert no-break space</action></keys>
1092 <note>A no-break space is visible even in a text object without xml:space="preserve".</note>
1093 </group>
1095 <group>
1096 <title>Selecting text</title>
1097 <mouse><key><left-drag/></key> <action>select text</action></mouse>
1098 <note>Left-dragging over a text object selects a text span.</note>
1099 <mouse><key><shift/><arrows/></key> <action>select text by character</action></mouse>
1100 <mouse><key><ctrl/><shift/><arrows/></key> <action>select text by word</action></mouse>
1101 <keys><key><shift/><misc f="Home"/></key> <key><shift/><misc f="End"/></key> <action>select to beginning/end of line</action></keys>
1102 <keys><key><ctrl/><shift/><misc f="Home"/></key> <key><ctrl/><shift/><misc f="End"/></key> <action>select to beginning/end of text</action></keys>
1103 <mouse><key><left-click/><left-click/></key> <action>select word</action></mouse>
1104 <mouse><key><left-click/><left-click/><left-click/></key> <action>select line</action></mouse>
1105 <keys><key><ctrl/>A</key>        <action>select all text</action></keys>
1106 <note>This selects the entire text of the current text object.</note>
1107 </group>
1109 <group>
1110 <title>Styling selection</title>
1111 <keys><key><ctrl/>B</key>        <action>make selection bold</action></keys>
1112 <keys><key><ctrl/>I</key>        <action>make selection italic</action></keys>
1113 <note>Also, you can use the Text&amp;Font or Fill&amp;Stroke dialogs to assign any style to text selection.</note>
1114 </group>
1116 <group>
1117 <title>Letter spacing</title>
1118 <keys><key><alt/>&gt;</key> <action>expand line/paragraph by 1 pixel</action></keys>
1119 <keys><key><shift/><alt/>&gt;</key> <action>expand line/paragraph by 10 pixels</action></keys>
1120 <keys><key><alt/>&lt;</key> <action>contract line/paragraph by 1 pixel</action></keys>
1121 <keys><key><shift/><alt/>&lt;</key> <action>contract line/paragraph by 10 pixels</action></keys>
1122 <note>These commands (only when editing text) adjust letter spacing in the current line (regular text) or paragraph (flowed text).</note>
1123 <note>The actual adjustment for pixel movements depends on zoom level. Zoom in for finer adjustment.</note>
1124 </group>
1126 <group>
1127 <title>Line spacing</title>
1128 <keys><key><ctrl/><alt/>&gt;</key> <action>make the text object taller by 1 pixel</action></keys>
1129 <keys><key><shift/><ctrl/><alt/>&gt;</key> <action>make the text object taller by 10 pixels</action></keys>
1130 <keys><key><ctrl/><alt/>&lt;</key> <action>make the text object shorter by 1 pixel</action></keys>
1131 <keys><key><shift/><ctrl/><alt/>&lt;</key> <action>make the text object shorter by 10 pixels</action></keys>
1132 <note>These commands (only when editing text) adjust line spacing in the entire text object (regular or flowed).</note>
1133 <note>The actual adjustment for pixel movements depends on zoom level. Zoom in for finer adjustment.</note>
1134 </group>
1136 <group>
1137 <title>Kerning and shifting</title>
1138 <mouse><key><alt/><arrows/></key> <action>shift characters by 1 pixel</action></mouse>
1139 <mouse><key><shift/><alt/><arrows/></key> <action>shift characters by 10 pixels</action></mouse>
1140 <note>These commands work when editing a regular text object. Kerning does not work in flowed text.</note> 
1141 <note>With no selection, they shift (horizontally or vertically) the characters after the cursor until the end of line.</note>
1142 <note>With selection, they shift the selection relative to the rest of text (by inserting opposite kerns at both ends of selection).</note>
1143 <note>The actual adjustment for pixel movements depends on zoom level. Zoom in for finer adjustment.</note>
1144 </group>
1146 <group>
1147 <title>Rotating</title>
1148 <keys><key><ctrl/>[</key> <key><ctrl/>]</key> <action>rotate character(s) by 90 degrees</action></keys>
1149 <keys><key><alt/>[</key> <key><alt/>]</key> <action>rotate character(s) by 1 pixel</action></keys>
1150 <note>These commands rotate the next character (without selection) or all characters in the selection (with selection).</note>
1151 <note>Rotation only works in regular text (not flowed text).</note>
1152 <note>The actual angle for pixel rotation depends on zoom level. Zoom in for finer movement.</note>
1153 </group>
1155 </section>
1156 </column>
1158 </root>