~valavanisalex/ubuntu/oneiric/inkscape/inkscape_0.48.1-2ubuntu4

« back to all changes in this revision

Viewing changes to doc/keys.xml

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook, Ted Gould, Kees Cook
  • Date: 2009-06-24 14:00:43 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090624140043-07stp20mry48hqup
Tags: 0.47~pre0-0ubuntu1
* New upstream release

[ Ted Gould ]
* debian/control: Adding libgsl0 and removing version specifics on boost

[ Kees Cook ]
* debian/watch: updated to run uupdate and mangle pre-release versions.
* Dropped patches that have been taken upstream:
  - 01_mips
  - 02-poppler-0.8.3
  - 03-chinese-inkscape
  - 05_fix_latex_patch
  - 06_gcc-4.4
  - 07_cdr2svg
  - 08_skip-bad-utf-on-pdf-import
  - 09_gtk-clist
  - 10_belarussian
  - 11_libpng
  - 12_desktop
  - 13_slider
  - 100_svg_import_improvements
  - 102_sp_pattern_painter_free
  - 103_bitmap_type_print

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<root xmlns="http://www.inkscape.org/namespaces/keys" 
2
2
  title="Inkscape keyboard and mouse reference"
3
 
  ver  ="0.46"
 
3
  ver  ="0.47"
4
4
>
5
5
 
6
6
<p>This document describes the default keyboard and mouse shortcuts of Inkscape, corresponding to the
29
29
<keys><key><keyf f="F4"/></key><key>r</key>      <action>Rectangle tool</action></keys>
30
30
<keys><key><shift/><keyf f="F4"/></key><key>x</key>      <action>3D box tool</action></keys>
31
31
<keys><key><keyf f="F5"/></key><key>e</key>      <action>Ellipse/arc tool</action></keys>
32
 
<keys><key><keyf f="F6"/></key><key>p</key>      <action>Freehand (Pencil) tool</action></keys>
33
 
<keys><key><shift/><keyf f="F6"/></key><key>b</key>      <action>Bezier (Pen) tool</action></keys>
 
32
<keys><key><keyf f="F6"/></key><key>p</key>      <action>Pencil (Freehand) tool</action></keys>
 
33
<keys><key><shift/><keyf f="F6"/></key><key>b</key>      <action>Pen (Bezier) tool</action></keys>
34
34
<keys><key><ctrl/><keyf f="F6"/></key><key>c</key>       <action>Calligraphy tool</action></keys>
 
35
<keys><key><shift/><keyf f="E"/></key><key>c</key>       <action>Eraser tool</action></keys>
35
36
<keys><key><shift/><keyf f="F7"/></key><key>u</key>      <action>Paint Bucket tool</action></keys>
36
37
<keys><key><ctrl/><keyf f="F1"/></key><key>g</key>       <action>Gradient tool</action></keys>
37
38
<keys><key><keyf f="F7"/></key><key>d</key>      <action>Dropper tool</action></keys>
128
129
<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>
129
130
<mouse><key><shift/><mid-drag/></key> <action>zoom into the area</action></mouse>
130
131
<keys><key><alt/>Z</key> <action>activate zoom field</action></keys>
131
 
<note>The zoom field in the lower left corner of the window allows you to specify zoom level precisely.</note>
 
132
<note>The zoom field in the lower right corner of the window allows you to specify zoom level precisely.</note>
132
133
</group>
133
134
 
134
135
<group>
206
207
 
207
208
<group>
208
209
<keys><key><ctrl/>N</key>        <action>create new document</action></keys>
209
 
<keys><key><ctrl/>O</key>        <action>open an SVG document</action></keys>
 
210
<keys><key><ctrl/>O</key>        <action>open a document</action></keys>
210
211
<keys><key><shift/><ctrl/>E</key>        <action>export to PNG</action></keys>
211
 
<keys><key><ctrl/>I</key>        <action>import bitmap or SVG</action></keys>
 
212
<keys><key><ctrl/>I</key>        <action>import bitmap or vector</action></keys>
212
213
<keys><key><ctrl/>P</key>        <action>print document</action></keys>
213
214
<keys><key><ctrl/>S</key>        <action>save document</action></keys>
214
215
<keys><key><shift/><ctrl/>S</key>        <action>save under a new name</action></keys>
243
244
</section>
244
245
 
245
246
*<section title="Layers" color="f6f9d9">
 
247
 
 
248
<group>
 
249
<keys><key><shift/><ctrl/><misc f="N"/></key> <action>create new layer</action></keys>
 
250
</group>
 
251
 
246
252
<group>
247
253
<keys><key><shift/><misc f="PgUp"/></key> <action>move to layer above</action></keys>
248
254
<keys><key><shift/><misc f="PgDn"/></key> <action>move to layer below</action></keys>
268
274
<group>
269
275
<title>Clipboard</title>
270
276
<keys><key><ctrl/>C</key>        <action>copy selection</action></keys>
271
 
<note>This places a copy of the selection to the Inkscape clipboard. Text from text objects is also placed onto the system clipboard.</note>
272
277
<keys><key><ctrl/>X</key>        <action>cut selection</action></keys>
273
 
<note>This works the same as "copy selection" followed by deleting the selection.</note>
274
278
<keys><key><ctrl/>V</key>        <action>paste clipboard</action></keys>
275
279
<note>This places the clipboard objects at the mouse cursor, or at the center of the window if mouse is outside the canvas.</note>
276
 
<note>When editing text with the text tool, this pastes the text from the system clipboard into the current text object.</note>
 
280
<note>When editing text with the text tool, this pastes the text from the clipboard into the current text object.</note>
277
281
<keys><key><ctrl/><alt/>V</key>  <action>paste in place</action></keys>
278
 
<note>This places the clipboard objects to the original location from which they were copied.</note>
 
282
<note>This places the clipboard objects into the original location from which they were copied.</note>
279
283
<keys><key><shift/><ctrl/>V</key>  <action>paste style</action></keys> 
280
284
<note>This applies the style of the (first of the) copied object(s) to the current selection.</note>
281
285
<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>
414
418
<note>Shift+click adds an object to the current selection if it was not selected, or deselects it otherwise.</note>
415
419
<mouse><key><left-click/><left-click/></key> <action>edit the object</action></mouse>
416
420
<note>For paths, double clicking switches to Node tool; for shapes, to corresponding shape tool; for text, to Text tool.</note>
417
 
<note>For groups, double clicking performs the "Enter group" command (the group becomes temporary layer).</note>
418
 
<note>Double clicking in empty space swithes to the parent layer in the hierarchy, if any.</note>
 
421
<note>For groups, double clicking performs the "Enter group" command (the group becomes a temporary layer).</note>
 
422
<note>Double clicking in empty space switches to the parent layer in the hierarchy, if any.</note>
419
423
</group>
420
424
 
421
425
<group>
756
760
<group>
757
761
<title>Change node type</title>
758
762
<keys><key><shift/>C</key>  <action>make cusp</action></keys>
 
763
<note>First Shift+C changes type of node; if you do another Shift+C on an already cusp node, it retracts its handles</note>
759
764
<keys><key><shift/>S</key>  <action>make smooth</action></keys>
 
765
<note>If a cusp node is adjacent to a line segment, first Shift+S makes it half-smooth with one handle collinear 
 
766
with the segment; another Shift+S will expand a second handle</note>
760
767
<keys><key><shift/>Y</key>  <action>make symmetric</action></keys>
761
768
<note>When making smooth or symmetric, you can lock the position of one of the handles by hovering mouse over it.</note>
762
 
<mouse><key><ctrl/><left-click/></key> <action>toggle smooth/cusp/symmetric</action></mouse>
 
769
<keys><key><shift/>A</key>  <action>make auto</action></keys>
 
770
<mouse><key><ctrl/><left-click/></key> <action>toggle smooth/cusp/symmetric/auto</action></mouse>
763
771
</group>
764
772
 
765
773
<group>
815
823
</group>
816
824
 
817
825
<group>
 
826
<title>Edit fills and path effects</title>
 
827
<note>Node tool can also edit the handles of a pattern fill, gradient fill, and the editable handles of path effects.</note> 
 
828
</group>
 
829
 
 
830
<group>
818
831
<title>Cancel</title>
819
832
<keys><key><misc f="Esc"/></key> <action>cancel rubberband or move</action></keys>
820
833
<note>Press Esc while mouse button is still down to cancel rubberband selection, node move, handle move, or handle move.</note>
830
843
<group>
831
844
<title>Operation</title>
832
845
<mouse><key><left-drag/></key> <action>act on selected paths in the current mode</action></mouse>
 
846
<mouse><key><shift/><left-drag/></key> <action>reverse current mode (when applicable)</action></mouse>
833
847
<mouse><key><ctrl/><left-drag/></key> <action>act temporarily switching to shrink mode</action></mouse>
834
848
<mouse><key><ctrl/><shift/><left-drag/></key> <action>act temporarily switching to grow mode</action></mouse>
835
849
<note>The amount of tweaking action is the greatest at the center of the circular area and drops off smoothly towards the edges.</note>
837
851
 
838
852
<group>
839
853
<title>Modes</title>
840
 
<keys><key><shift/>p</key> <action>push mode</action></keys>
841
 
<keys><key><shift/>s</key> <action>shrink (inset) mode</action></keys>
842
 
<keys><key><shift/>g</key> <action>grow (outset) mode</action></keys>
843
 
<keys><key><shift/>a</key> <action>attract mode</action></keys>
844
 
<keys><key><shift/>e</key> <action>repel mode</action></keys>
845
 
<keys><key><shift/>r</key> <action>roughen mode</action></keys>
 
854
<keys><key><shift/>m</key><key><shift/>0</key> <action>move mode</action></keys>
 
855
<keys><key><shift/>i</key><key><shift/>1</key> <action>move in/out mode</action></keys>
 
856
<note>Drag moves objects inwards to cursor, drag with Shift moves outwards from cursor</note>
 
857
<keys><key><shift/>z</key><key><shift/>2</key> <action>move jitter mode</action></keys>
 
858
<keys><key><shift/>&lt;</key><key><shift/>&gt;</key><key><shift/>3</key> <action>scale mode</action></keys>
 
859
<note>Drag scales objects down, drag with Shift scales up</note>
 
860
<keys><key><shift/>[</key><key><shift/>]</key><key><shift/>4</key> <action>rotate mode</action></keys>
 
861
<note>Drag rotates objects clockwise, drag with Shift, counterclockwise</note>
 
862
<keys><key><shift/>d</key><key><shift/>5</key> <action>duplicate/delete mode</action></keys>
 
863
<note>Drag randomly duplicates objects, drag with Shift randomly deletes</note>
 
864
<keys><key><shift/>p</key><key><shift/>6</key> <action>push path mode</action></keys>
 
865
<keys><key><shift/>s</key><key><shift/>7</key> <action>shrink/grow path mode</action></keys>
 
866
<note>Drag insets paths, drag with Shift outsets</note>
 
867
<keys><key><shift/>a</key><key><shift/>8</key> <action>attract/repel path mode</action></keys>
 
868
<note>Drag attracts paths to cursor, drag with Shift repels</note>
 
869
<keys><key><shift/>r</key><key><shift/>9</key> <action>roughen mode</action></keys>
846
870
<keys><key><shift/>c</key> <action>color paint mode</action></keys>
847
871
<keys><key><shift/>j</key> <action>color jitter mode</action></keys>
 
872
<keys><key><shift/>b</key> <action>blur mode</action></keys>
848
873
</group>
849
874
 
850
875
<group>
900
925
*<section title="3D box tool" color="cff4e2">
901
926
<group>
902
927
<title>Draw</title>
903
 
<mouse><key><left-drag/></key> <action>draw a 3D box (use shift to extrude in Z direction)</action></mouse>
 
928
<mouse><key><left-drag/></key> <action>draw a 3D box (X/Y plane)</action></mouse>
 
929
<mouse><key><shift/><left-drag/></key> <action>draw a 3D box (extrude in Z)</action></mouse>
904
930
</group>
905
931
 
906
932
<group>
913
939
 
914
940
<group>
915
941
<title>Edit by handles</title>
916
 
<note>All editing operations occur "in perspective", i.e., either along PLs or within planes spanned by these.</note>
 
942
<note>All editing operations occur "in perspective", i.e., either along perspective lines or within planes spanned by these.</note>
917
943
<mouse><key><left-drag/></key> <action>resize/move box</action></mouse>
918
 
<note>The four front handles and the center normally move withing the XY-plane, the four rear handles along the Z-axis.</note>
 
944
<note>The four front handles and the center normally move within the XY plane, the four rear handles along the Z axis.</note>
919
945
<mouse><key><shift/><left-drag/></key> <action>resize/move (with handle behaviour swapped)</action></mouse>
920
946
<mouse><key><ctrl/><left-drag/></key> <action>resize/move (handles snap to axes or diagonals)</action></mouse>
921
947
</group>
933
959
<keys><key><alt/>{</key> <key><alt/>}</key> <action>rotate Z-PLs (if parallel) by 1 pixel</action></keys> 
934
960
</group>
935
961
 
 
962
<!--
936
963
<group>
937
964
<title>Visual appearance</title>
938
965
<keys><key>L</key> <action>toggle visibility of PLs</action></keys>
939
966
<keys><key>A</key> <action>toggle PLs to all corners/only front corners</action></keys>
940
967
</group>
 
968
-->
941
969
 
942
970
</section>
943
971
 
1066
1094
<mouse><key><shift/><left-drag/></key> <action>temporarily disable snapping</action></mouse>
1067
1095
<note>Shift also temporaily disables snapping to grid or guides when you are drawing with grid or guides on.</note>
1068
1096
</group>
1069
 
 
1070
 
<group>
1071
 
<title>Create dots</title>
1072
 
<mouse><key><ctrl/><left-click/></key> <action>create a dot</action></mouse>
1073
 
<note>This creates a small circle. Its size (relative to the current stroke width) can be set in Preferences.</note> 
1074
 
<mouse><key><shift/><ctrl/><left-click/></key> <action>create a double-sized dot</action></mouse>
1075
 
<mouse><key><alt/><ctrl/><left-click/></key> <action>create a random-sized dot</action></mouse>
1076
 
</group>
1077
1097
</section>
1078
1098
 
1079
1099
*<section title="Pen (Bezier) tool" color="e7f5d7">
1084
1104
<note>If no path is being created, this starts a new path.</note>
1085
1105
<mouse><key><shift/><left-click/></key> <action>add to selected path</action></mouse>
1086
1106
<note>If a path is selected, Shift+clicking anywhere starts a new subpath instead of a new independent path.</note>
1087
 
<mouse><key><left-drag/></key> <action>create a bezier node with two handles</action></mouse>
 
1107
<mouse><key><left-drag/></key> <action>create a Bezier node with two handles</action></mouse>
1088
1108
<mouse><key><shift/><left-drag/></key> <action>move only one handle</action></mouse>
1089
1109
<!-- FIXME: also disables snapping! another conflict -->
1090
1110
<note>This moves only one handle (instead of both) while creating a node, making it cusp.</note> 
1140
1160
<mouse><key><left-drag/></key> <action>draw a calligraphic line</action></mouse>
1141
1161
<mouse><key><shift/><left-drag/></key> <action>add to selected path</action></mouse>
1142
1162
<note>Drawing with Shift unions the newly created stroke with the previous selection</note>
 
1163
<mouse><key><alt/><left-drag/></key> <action>subtract from selected path</action></mouse>
 
1164
<note>Drawing with Alt subtracts the newly created stroke from the previous selection</note>
1143
1165
<mouse><key><ctrl/><left-drag/></key> <action>track a guide path</action></mouse>
1144
1166
<note>Drawing with Ctrl tracks a selected guide path at the constant distance</note>
1145
1167
<mouse><key><left-arrow/></key> <key><right-arrow/></key> <action>adjust pen width by 1</action></mouse>
1253
1275
<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>
1254
1276
<note>If Alt is pressed, picking color (with or without Shift, by click or by drag) picks the inverse of the color.</note>
1255
1277
<keys><key><ctrl/>C</key> <action>copy color</action></keys>
1256
 
<note>This copies the color under cursor to the system clipboard, as text in RRGGBBAA format (8 hex digits).</note>
 
1278
<note>This copies the color under cursor to the clipboard, as text in RRGGBBAA format (8 hex digits).</note>
1257
1279
</group>
1258
1280
</section>
1259
1281
 
1281
1303
<mouse><key><ctrl/><up-arrow/></key> <key><ctrl/><down-arrow/></key> <action>move cursor by one paragraph</action></mouse>
1282
1304
<keys><key><misc f="Home"/></key> <key><misc f="End"/></key> <action>go to beginning/end of line</action></keys>
1283
1305
<keys><key><ctrl/><misc f="Home"/></key> <key><ctrl/><misc f="End"/></key> <action>go to beginning/end of text</action></keys>
1284
 
<note>All these commands cancel current text selection, if any.</note>
 
1306
<keys><key><misc f="PgUp"/></key> <key><misc f="PgDn"/></key> <action>move cursor by one screen</action></keys>
 
1307
<note>All these commands cancel current text selection, if any. Use them with Shift to extend selection instead.</note>
1285
1308
</group>
1286
1309
 
1287
1310
<group>
1333
1356
<mouse><key><ctrl/><shift/><arrows/></key> <action>select text by word</action></mouse>
1334
1357
<keys><key><shift/><misc f="Home"/></key> <key><shift/><misc f="End"/></key> <action>select to beginning/end of line</action></keys>
1335
1358
<keys><key><ctrl/><shift/><misc f="Home"/></key> <key><ctrl/><shift/><misc f="End"/></key> <action>select to beginning/end of text</action></keys>
 
1359
<keys><key><shift/><misc f="PgUp"/></key> <key><shift/><misc f="PgDn"/></key> <action>select one screen up/down</action></keys>
1336
1360
<mouse><key><left-click/><left-click/></key> <action>select word</action></mouse>
1337
1361
<mouse><key><left-click/><left-click/><left-click/></key> <action>select line</action></mouse>
1338
1362
<keys><key><ctrl/>A</key>        <action>select all text</action></keys>