summaryrefslogtreecommitdiffstats
path: root/doc/keys.de.xml
blob: 526e1c4a40606bcbd37462ca0306bd76c3bcd914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
<root xmlns="http://www.inkscape.org/namespaces/keys">

<p>Unless noted otherwise, keypad keys (such as arrows, Home, End, +, -, digits) are
supposed to work the same as corresponding regular keys. If you have a new shortcut
idea, please contact the developers (by writing to the <a
href="http://lists.sourceforge.net/lists/listinfo/inkscape-devel">devel mailing list</a>
or by <a href="http://sourceforge.net/tracker/?group_id=93438&amp;atid=604309">submitting an
RFE</a>).</p>

<column>

*<section title="Werkzeuge" color="f5f5f5">

<group>
<keys><key><keyf f="F1"/></key><key>s</key>    <action>Auswahlwerkzeug</action></keys>
<keys><key><misc-wide f="Space"/></key>   <action>Auswahlwerkzeug (temporär)</action></keys>
<note>Space switches to the Selector tool temporarily; another Space switches back.</note>
<keys><key><keyf f="F2"/></key><key>n</key>	<action>Knotenwerkzeug</action></keys>
<keys><key><keyf f="F3"/></key><key>z</key>	 <action>Zoomwerkzeug</action></keys>
<keys><key><keyf f="F4"/></key><key>r</key>	 <action>Rechteckwerkzeug</action></keys>
<keys><key><keyf f="F5"/></key><key>e</key>	 <action>Ellipsenwerkzeug</action></keys>
<keys><key><keyf f="F6"/></key><key>p</key>	 <action>Malwerkzeug (Freihandlinien)</action></keys>
<keys><key><shift/><keyf f="F6"/></key><key>b</key>	 <action>Zeichenwerkzeug (Linien und Bézierkurven</action></keys>
<keys><key><ctrl/><keyf f="F6"/></key><key>c</key>	 <action>Kalligrafiewerkzeug</action></keys>
<keys><key><ctrl/><keyf f="F1"/></key><key>g</key>	 <action>Farbverlaufswerkzeug</action></keys>
<keys><key><keyf f="F7"/></key><key>d</key>	 <action>Farbpipette</action></keys>
<keys><key><keyf f="F8"/></key><key>t</key>	 <action>Textwerkzeug</action></keys>
<keys><key><keyf f="F9"/></key><key>i</key>	 <action>Spiralwerkzeug</action></keys>
<keys><key><shift/><keyf f="F9"/></key><key>*</key>	 <action>Sternwerkzeug</action></keys>
<keys><key><ctrl/><keyf f="F2"/></key><key>o</key>	 <action>Objektverbinder</action></keys>
<note>Doppel-Klick auf die Werkzeug-Schaltflächen öffnet den Einstellungsdialog mit der Seite, die dem entsprechenden Werkzeug entspricht.</note>
</group>
</section>


*<section title="Dialoge" color="f0eae7">
<group>
<keys><key><shift/><ctrl/>F</key> <action>Füllung und Kontur</action></keys>
<keys><key><shift/><ctrl/>W</key> <action>Farbfelder-Palette</action></keys>
<keys><key><shift/><ctrl/>T</key> <action>Schrift und Text</action></keys>
<keys><key><shift/><ctrl/>M</key> <action>Verändern</action></keys>
<keys><key><shift/><ctrl/>A</key> <action>Anordungen und Abstände</action></keys>
<keys><key><shift/><ctrl/>O</key> <action>Objekteigentschaften</action></keys>
<keys><key><shift/><ctrl/>X</key> <action>XML-Editor</action></keys>
<keys><key><shift/><ctrl/>D</key> <action>Dokumenteneinstellungen</action></keys>
<keys><key><shift/><ctrl/>P</key> <action>Inkscape-Einstellungen</action></keys>
<keys><key><shift/><ctrl/>E</key>	 <action>Bitmap exportieren</action></keys>
<keys><key><ctrl/>F</key>	 <action>Suchen</action></keys>
<keys><key><shift/><alt/>B</key>	 <action>Bitmap vektorisieren</action></keys>
<note>Diese öffnen einen neuen Dialog, wenn dieser noch nicht geöffnet wurde. Andererseits erhält der entsprechende Dialog den Fokus.</note>
</group>

<group>
<title>Toggle visibility</title><keys><key><keyf f="F12"/></key> <action>toggle dialogs</action></keys>
<note>This temporarily hides all open dialogs; another F12 shows them again.</note>
</group>

<group>
<title>Innerhalb eines Dialoges</title>
<keys><key><misc f="Esc"/></key> <action>Zurück zur Arbeitsfläche</action></keys>
<keys><key><ctrl/><keyf f="F4"/></key> <key><ctrl/>W</key> <action>Dialog schliesen</action></keys>
<keys><key><misc f="Tab"/></key> <action>springe zum nächsten Element</action></keys>
<keys><key><shift/><misc f="Tab"/></key> <action>springe zum vorhergehenden Element</action></keys>
<keys><key><misc-wide f="Enter"/></key> <action>Setzten der neuen Werte</action></keys>
<note>Dieses übernimmt die neuen Werte die sie eingegeben haben und kehrt zur Arbeitsfläche zurück.</note>
<keys><key><ctrl/><misc-wide f="Enter"/></key> <action>im XML-Editor, setzen des "attr"-Wertes</action></keys>
<note>Beim Bearbeiten eines Attribut-Wertes im XML-Editor, setzten des neuen Wertes (entspricht dem Klicken des "Setzen"-Knopfes).</note>
<keys><key><misc-wide f="Space"/></key> <key><misc-wide f="Enter"/></key> <action>Aktiviert den aktuellen Knopf oder Liste</action></keys>
<keys><key><ctrl/><misc f="PgUp"/></key> <key><ctrl/><misc f="PgDn"/></key> <action>in einem Dialog mit mehreren Reitern, wechseln des reiters</action></keys>
</group>
</section>

*<section title="Werkzeugeinstellungsleiste" color="f8f3e9">

<group>
<note>Die Werkzeugeinstellungsleiste über dem Dokument bietet veschiedene Knöpfe und Einsteller für jedes Werkzeug.</note>
<keys><key><alt/>X</key> <action>springe zum ersten Eingabefeld</action></keys>
<keys><key><misc-wide f="Enter"/></key> <action>bestätigt den neuen Wert</action></keys>
<note>Das bestätigt den neuen Wert, den Sie gerade in einem Textfeld eingegeben haben und kehrt zur Arbeitsfläche zurück.</note>
<keys><key><misc f="Esc"/></key>   <action>abbrechen der Änderungen und Rückkehr zur Arbeitsfläche</action></keys>
<note>Dieses bricht die Änderungen, die Sie in einem textfeld gemacht haben ab und kehrt zur Arbeitsfläche zurück.</note>
<keys><key><ctrl/>Z</key> <action>Änderungen abbrechen</action></keys>
<note>Dieses bricht die Änderungen, die Sie in einem textfeld gemacht haben ab aber Sie verbleiben in diesem Textfeld.</note>
<keys><key><misc f="Tab"/></key> <action>springe zum nächsten Feld</action></keys>
<keys><key><shift/><misc f="Tab"/></key> <action>springe zum verhergehenden Feld</action></keys>
<note>Benutze dieses zum Navigieren zwischen den Feldern in der Werkzeugeinstellungsleiste (die Werte in den Feldern, die Sie verlassen, werden übernommen sofern Sie diese geändert haben).</note>
</group>

<group>
<title>Ändern von Werten</title>
<mouse><key><up/></key> <key><down/></key> <action>verändert den Wert um 0,1</action></mouse>
<keys><key><misc f="PgUp"/></key><key><misc f="PgDn"/></key> <action>verändert den Wert um 5,0</action></keys>
</group>
 
</section>

*<section title="Arbeitsfläche" color="e5f1e7">

<group>
<title>Zoom</title>
<keys><key>=</key> <key>+</key> 	 <action>vergrössern</action></keys>
<keys><key>-</key>	 <action>verkleinern</action></keys>
<note>Die Tasten +/- auf der Nummerntastatur vergrössern/verkleinern auchwenn Sie einen Text editieren, sofern nicht "NumLock" eingeschaltet ist.</note>
<mouse><key><mid-click/></key>  <key><ctrl/><right-click/></key>   <action>vergrössern</action></mouse>
<mouse><key><shift/><mid-click/></key>  <key><shift/><right-click/></key> <action>verkleinern</action></mouse>
<mouse><key><ctrl/><wheel/></key> <action>vergrössern bzw. verkleinern</action></mouse>
<mouse><key><shift/><mid-drag/></key> <action>vergrössern des Bereiches zoom into the area</action></mouse>
<keys><key><alt/>Z</key> <action>aktiviert Zoom-Feld</action></keys>
<note>Das Zoom-Feld in der unteren linken Ecke des Fensters erlaubt das präziese Festlegen des Zoom-Wertes.</note>
</group>

<group>
<title>Voreingestellte Zoom-Stufen</title>
<keys><key>1</key>	 <action>Zoomfaktor 1:1</action></keys>
<keys><key>2</key>	<action>Zoomfaktor 1:2</action></keys>
<keys><key>3</key>	<action>Auswahl in das Fenster einpassen</action></keys>
<keys><key>4</key>	<action>Zeichnung in das Fenster einpassen</action></keys>
<keys><key>5</key>	<action>Seite in das Fenster einpassen</action></keys>
<keys><key><ctrl/>E</key><key>6</key>	<action>Seitenbreite in das Fenster einpassen</action></keys>
</group>

<group>
<title>Liste bisheriger Zoom-Faktoren</title>
<keys><key>`</key> <action>(Backquote) vorheriger Zoomfaktor </action></keys>
<keys><key><shift/>`</key> <action>nächster Zoomfaktor</action></keys>
<note>Mit diesen Tasten können Sie vor- und rückwärts in der Liste der bisherigen Zoomfaktoren gehen</note>
</group>

<group>
<title>Rollen (Verschieben)</title>
<mouse><key><ctrl/><arrows/></key>  <action>rollt die Arbeitsfläche</action></mouse>
<note>Rollen mittels tasten ist beschleunigt, d.h. es verschnellert sich, wenn Sie Strg+Pfeil in schneller Folge drücken bzw. gedrückt lassen.</note>
<mouse><key><mid-drag/></key>  <action>rollt die Arbeitsfläche</action></mouse>
<mouse><key><shift/><right-drag/></key> <key><ctrl/><right-drag/></key> <action>rollt die Arbeitsfläche</action></mouse>
<mouse><key><wheel/></key> <action>rollt die Arbeitsfläche vertikal</action></mouse>
<mouse><key><shift/><wheel/></key> <action>rollt die Arbeitsfläche horizontal</action></mouse>
</group>

<group>
<title>Hilfslinien und Gitter</title>
<mouse><key><left-drag/></key> <action>drag off a ruler to create guide</action></mouse>
<note>Drag off the horizontal or vertical ruler to create a new guideline. Drag a guideline onto the ruler to delete it.</note>
<keys><key>|</key> <key><shift/>\</key> <action>Hilfslinien und Einrasten an Hilfslinien umschalten</action></keys>
<note>Wenn Sie unterschiedliche Werte für Sichtbarkeit und Einrasten an Hilfslinien maben möchten, dann setzen Sie diese im Dokumenteneinstellungen Dialog.</note>
<note>When you create a new guide by dragging off the ruler, guide visibility and snapping are turned on.</note>
<keys><key>#</key> <key><shift/>3</key> <action>Gitter und Einrasten an Gitter umschalten</action></keys>
<note>Wenn Sie unterschiedliche Werte für Sichtbarkeit und Einrasten an Gitter maben möchten, dann setzen Sie diese im Dokumenteneinstellungen Dialog.</note>
<note>Note that only the 3 key on the main keyboard works, not on the keypad.</note>
</group>
</section>


</column>





<column>

*<section title="Datei" color="f3f2e2">

<group>
<keys><key><ctrl/>N</key>	 <action>neues Dokument anlegen</action></keys>
<keys><key><ctrl/>O</key>	 <action>ein bestehendes Dokument öffnen</action></keys>
<keys><key><shift/><ctrl/>E</key>	 <action>als Bitmap exportieren</action></keys>
<keys><key><ctrl/>I</key>	 <action>Bitmap oder SVG-Bild importieren</action></keys>
<keys><key><ctrl/>P</key>	 <action>Dokument drucken</action></keys>
<keys><key><ctrl/>S</key>	 <action>Dokument speichern</action></keys>
<keys><key><shift/><ctrl/>S</key>	 <action>Dokument unter anderen Namen speichern</action></keys>
<keys><key><ctrl/>Q</key>	 <action>Inkscape verlassen</action></keys>
</group>

</section>

*<section title="Fenster" color="e8fae1">

<group>
<keys><key><ctrl/>R</key> <action>Lineale umschalten</action></keys>
<keys><key><ctrl/>B</key> <action>Rollbalken umschalten</action></keys>
<keys><key><keyf f="F11"/></key> <action>Vollbildmodus umschalten</action></keys>
</group>

<group>
<keys><key><keyf f="F10"/></key> <action>Hauptmenü</action></keys>
<note>Menüeinträge können auch durch das Drücken von Alt und dem im Menünamen unterstrichenen Buchstaben aktiviert werden.</note>
<keys><key><shift/><keyf f="F10"/></key> <key><right-click/></key> <action>drop-down (context) menu</action></keys>
</group>

<group>
<keys><key><ctrl/><keyf f="F4"/></key> <key><ctrl/>W</key>	 <action>Dokument schliessen</action></keys>
<note>Beendet Inkscape, wenn nur ein Dokument geöffnet ist.</note>
<keys><key><ctrl/><misc f="Tab"/></key> <action>zum nächsten Dokumentenfenster</action></keys>
<keys><key><shift/><ctrl/><misc f="Tab"/></key> <action>zum vorhergehenden Dokumentenfenster</action></keys>
<note>Es werden die aktiven Dokumentenfenster vor- und rückwarts durchlaufen.</note>
</group>

</section>


*<section title="Ebenen" color="f6f9d9">
<group>
<keys><key><shift/><misc f="PgUp"/></key> <action>zur darüberliegenden Ebene verschieben</action></keys>
<keys><key><shift/><misc f="PgDn"/></key> <action>zur darunterliegenden Ebene verschieben</action></keys>
<note>Es werden die ausgewählten Objekte von einer in eine andere Ebene verschoben.</note>

<keys><key><shift/><ctrl/><misc f="PgUp"/></key> <action>Ebene anheben</action></keys>
<keys><key><shift/><ctrl/><misc f="PgDn"/></key> <action>Ebene absenken</action></keys>
<keys><key><shift/><ctrl/><misc f="Home"/></key> <action>Ebene ganz nach oben</action></keys>
<keys><key><shift/><ctrl/><misc f="End"/></key> <action>Ebene ganz nach unten</action></keys>
<note>These commands move the current layer among its siblings (normally other layers).</note>
</group>
</section>


*<section title="Objekt" color="f4ecf5">

<group>
<title>Rückgängig/Wiederholen</title>
<keys><key><shift/><ctrl/>Y</key> <key><ctrl/>Z</key> 	 <action>Rückgängig</action></keys>
<keys><key><shift/><ctrl/>Z</key> <key><ctrl/>Y</key>	 <action>Wiederholen</action></keys>
</group>

<group>
<title>Zwischenablage</title>
<keys><key><ctrl/>C</key>	 <action>Auswahl kopieren</action></keys>
<note>Einfügen einer Kopie der Auswahl in die Inkscape Zwischenablage. Text eines Textobjektes wird auch in die Zwischenablage übernommen.</note>
<keys><key><ctrl/>X</key>	 <action>Auswahl verschieben</action></keys>
<note>Funktioniert wie "Auswahl kopieren", jodoch wird die Auswahl im Dokument gelöscht.</note>
<keys><key><ctrl/>V</key>	 <action>Zwischenablage einfügen</action></keys>
<note>Einfügen der Objekte aus der Zwischenablage an der Mausposition oder in der Mitte des Dokumentes, wenn sich die Mausposition ausserhalb der Zeichenfläche befindet.</note>
<note>Beim Bearbeiten von Text mit dem Textwerkzeug wird der Text aus der System-Zwischenablage in das aktuelle Textobjekt eingefügt.</note>
<keys><key><ctrl/><alt/>V</key>	 <action>Einfügen an Ursprungsposition</action></keys>
<note>Fügt die Objekte der Zwischenablage an der Position ein, von der sie kopiert wurden.</note>
<keys><key><shift/><ctrl/>V</key>  <action>Stil anwenden</action></keys> 
<note>Anwenden des Stils des (zuerst) kopierten Objektes auf die aktuelle Auswahl.</note>
<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>
</group>

<group>
<title>Duplizieren</title>
<keys><key><ctrl/>D</key>	 <action>Auswahl duplizieren</action></keys> 
<note>Neue Objekte werden ganau über den Originalen eingefügt und ausgewählt.</note>
</group>

<group>
<title>Klonen</title>
<keys><key><alt/>D</key>	 <action>Auswahl klonen</action></keys> 
<note>Ein Klon kann unabhängig verschoben, skaliert, rotiert und geschert werden aktualisiert Form, Füllung und Kontour von seinem Original.</note>
<note>Der Klon wird genau über dem Original eingefügt und ausgewählt.</note>
<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>
<keys><key><shift/><alt/>D</key>	 <action>Klonverbindung auflösen</action></keys> 
<note>Durch das Auflösen der Klonverbindung verliert der Klon jeden Bezug zu seinem Original und wird zur exakten Kopie.</note>
<keys><key><shift/>D</key>	 <action>Original auswählen</action></keys> 
<note>Klon auswählen, um das Original zu finden. Das Original wird selektiert.</note>
</group>

<group>
<title>Bitmap</title>
<keys><key><alt/>B</key> <action>Kopie als Bitmap</action></keys>
<note>This exports the selected object(s) (all other objects hidden) as PNG in the document's directory and imports it back.</note>
<note>The imported bitmap is placed over the original selection and is selected.</note>
<keys><key><shift/><alt/>B</key> <action>Bitmap vektorisieren</action></keys>
<note>Öffnet den Bitmap vektorisieren Dialog mit dem Sie ein Bitmap in ein oder mehrere Pfade umwandeln können.</note> 
</group>

<group>
<title>Füllmuster</title>
<keys><key><alt/>I</key>	 <action>Objekte in Füllmuster umwandeln</action></keys> 
<note>This converts the selection to a rectangle with tiled pattern fill.</note>
<keys><key><shift/><alt/>I</key>	 <action>Füllmuster in Objekte umwandeln</action></keys> 
<note>Each selected object with pattern fill is broken into the same object without fill and a single pattern object.</note>
</group>

<group>
<title>Gruppieren</title>
<keys> <key><shift/><ctrl/>U</key>  <key><ctrl/>G</key> <action>asgewählte Objekte gruppieren</action></keys>
<note>Strg+Klick um Objekte innerhalb einer Gruppe auszuwählen.</note>
<keys><key><shift/><ctrl/>G</key> <key><ctrl/>U</key>  <action>Asgewählte Gruppe(n) auflösen</action></keys>
<note>This removes only one level of grouping; press Ctrl+U repeatedly to ungroup nested groups.</note>
</group>

<group>
<title>Z-Tiefe</title>
<keys><key><misc f="Home"/></key>	 <action>Auswahl ganz nach oben anheben</action></keys>
<keys><key><misc f="End"/></key>	 <action>Auswahl ganz nach unten anheben</action></keys>
<keys><key><misc f="PgUp"/></key>	 <action>Auswahl eine Stufe anheben</action></keys>
<keys><key><misc f="PgDn"/></key>      <action>Auswahl eine Stufe absenken</action></keys>
 </group>

</section>

*<section title="Pfad" color="f9f1d9">

<group>
<title>In Pfad umwandeln</title>
<keys><key><shift/><ctrl/>C</key> <action>umwandeln ausgewählter Objekte in Pfade</action></keys>
<keys><key><ctrl/><alt/>C</key> <action>Kontur in Pfad umwandeln</action></keys>
</group>

<group>
<title>Boole'sche Operation</title>
<keys><key><ctrl/>+</key>  <action>Vereinigung</action></keys>
<note>Vereinigung verknüpft mehrere Pfade so, dass ein einziger Pfad ohne Überschneidungen entsteht.</note>
<keys><key><ctrl/>-</key>  <action>Differenz</action></keys>
<note>Differenz verknüpft genau 2 Objekte so, dass das Obere vom Unteren abgezogen wird.</note>
<keys><key><ctrl/>*</key>  <action>Intersektion</action></keys>
<note>Intersektion erzeugt einen Pfad, der den gemeinsamen (überlappenden) Bereich aller Objekte darstellt.</note>
<keys><key><ctrl/>^</key>  <action>Exklusiv-Oder (Ausschluss)</action></keys>
<note>Ausschluss ist ähnlich zur Vereinigung is similar to Union, arbeitet jedoch nur mit genau 2 Objekten und entfernt überlappende Bereiche.</note>
<keys><key><ctrl/>/</key>  <action>Division</action></keys>
<note>Division erzeugt mehrere Objekte; Den überlappenden Bereich aller Objekte und den ausgeschlossenen Bereich des unteren Objektes.</note>
<keys><key><ctrl/><alt/>/</key>  <action>Pfad zerschneiden</action></keys>
<note>Zerschneidet die Konturlinie des unteren Objektes an den Überschneidungen mit dem oberen Objekt. Die Füllung wird entfernt.</note>
<note>Das Ergebnis von Vereinigung, Differenz, Intersektion und Ausschluss erbt das "id"-Attribut und so auch die Klone des unteren Objektes.</note>
<note>Division und Zerschneiden erzeugen normalerweise mehrere Pfade, von denen ein zufälliger das "id"-Attribut des unteren Objektes erbt.</note>
</group>

<group>
<title>Offsets</title>
<keys><key><ctrl/>(</key>  <action>inset path (towards center)</action></keys>
<keys><key><ctrl/>)</key>  <action>outset path (away from center)</action></keys>
<note>The default offset distance is 2 px (SVG pixel units, not screen pixels).</note>
<keys><key><alt/>(</key>  <action>inset path by 1 pixel</action></keys>
<keys><key><alt/>)</key>  <action>outset path by 1 pixel</action></keys>
<keys><key><shift/><alt/>(</key>  <action>inset path by 10 pixels</action></keys>
<keys><key><shift/><alt/>)</key>  <action>outset path by 10 pixels</action></keys>
<note>The actual distance for pixel offsets depends on zoom level. Zoom in for finer adjustment.</note>
<note>All the (, ) commands convert the object to path, if necessary, and produce regular path.</note>
<keys><key><ctrl/>J</key>  <action>create dynamic offset</action></keys>
<keys><key><ctrl/><alt/>J</key>  <action>create linked offset</action></keys>
<note>These commands produce an offset object, editable by the node tool, standalone or linked to the original.</note>
<keys><key><shift/>D</key>	 <action>select source</action></keys> 
<note>Selecting a linked offset and giving this command will select the source path of the linked offset.</note>
</group>

<group>
<title>Kombinieren</title>
<keys><key><ctrl/>K</key>  <action>Pfade kombinieren</action></keys>
<note>Im Unterschied zum Gruppieren wird genau ein Objekt erzeugt.</note>
<note>Im Unterschied zur Vereinigung werden Überlappungen nicht verändert.</note>
<note>Ob überlappende Bereiche gefüllt werden, hängt von den Einstellungen im Dialog "Füllung und Kontur" ab.</note>
<keys><key><shift/><ctrl/>K</key>  <action>Pfade zerlegen</action></keys>
<note>Versucht einen Pfad in Unterpfade zu zerlegen. Funktioniert nicht an einem einzelnen geschlossenem Pfad.</note>
</group>

<group>
<title>Vereinfachen</title>
<keys><key><ctrl/>L</key>  <action>Vereinfachen</action></keys>
<note>Dieses Kommando versucht die selektierten Pfade durch Entfernen überflüssiger Knoten zu vereinfachen. Objekte werden zuerst in Pfade umgewandelt.</note>
<note>Wird diese Operation mehrmals schnell hintereinander ausgeführt, erhöht sich die Stärke</note>
<note>kurze Pause dazwischen setzt die Stärke wieder zurück. (einstellbar im "Inkscape-Einstellungen" Dialog).</note>
</group>

</section>

</column>

<column>

*<section title="Auswahlwerkzeug" color="eee4dc">

<group>
<title>Tastaturkommandos zur Auswahl</title>
<keys><key><misc f="Tab"/></key>  <action>nächstes Object selektieren </action></keys>
<keys><key><shift/><misc f="Tab"/></key> <action>vorheriges Objekt selektieren </action></keys>
<note>Diese Tasten wählen die Objekte nach deren Z-Tiefe (Tab von unten nach oben, Umsch+Tab von oben nach unten).</note> 
<note>Sofern Sie nicht manuelle Umordnungen gemacht haben, ist das zulezt erstellte Objekt ganz oben.</note> 
<note>Als Ergebnis, falls nichts selektiert ist, selektiert das einmalige Drücken von Umsch+Tab das zuletzt erzeugte Objekt.</note>
<note>Das funktioniert an Objekten in der aktuellen Ebene (falls Sie das nicht in den Einstellungen geändert haben).</note>
<keys><key><ctrl/>A</key>	 <action>Alles selektieren (aktuelle Ebene)</action></keys>
<note>Das funktioniert an Objekten der aktuellen Ebene (falls Sie das nicht in den Einstellungen geändert haben).</note>
<keys><key><ctrl/><alt/>A</key>	 <action>Alles selektieren (alle Ebenen)</action></keys>
<note>Das funktioniert an allen Objekten in allen sichtbaren und entsperrten Ebenen.</note>
<keys><key>!</key> <action>Auswahl invertieren (aktuelle Ebene)</action></keys>
<note>Auswahl invertieren (alle ausgewählten Objekte deselektieren und alle anderen auswählen) in aktueller Ebene.</note>
<keys><key><alt/>!</key> <action>Auswahl invertieren (alle Ebenen)</action></keys>
<note>Auswahl invertieren (alle ausgewählten Objekte deselektieren und alle anderen auswählen) in sichbaren und entsperrten Ebenen.</note>
<keys><key><misc f="Esc"/></key> <action>Auswahl aufheben</action></keys>
<keys><key><misc-wide f="Backspace"/></key><key><misc f="Del"/></key>	 <action>Auswahl löschen</action></keys>
</group>

<group>
<title>Verschieben mittels Tastatur</title>
<mouse><key><arrows/></key>  <action>Auswahl verschieben um Mindestschrittweite</action></mouse>
<mouse><key><shift/><arrows/></key>  <action>Auswahl verschieben um 10-fache Mindestschrittweite.</action></mouse>
<note>Die Mindestschrittweite beträgt 2px (SVG Pixel-Einheiten, nicht Bildschirm Pixel).</note>
<mouse><key><alt/><arrows/></key>  <action>Auswahl verschieben um 1 pixel</action></mouse>
<mouse><key><alt/><shift/><arrows/></key>  <action>Auswahl verschieben um 10 Pixel</action></mouse>
<note>Die Schrittweite in Pixel hängt vom aktuellen Grössenfaktor ab. Vergrössern Sie für kleinere Schrittweiten.</note>
</group>

<group>
<title>Vergrössern mittels Tastatur</title
<keys><key>.</key> <key>&gt;</key> <action>Auswahl vergrössern um eine Stufe</action></keys> 
<keys><key>,</key> <key>&lt;</key> <action>Auswahl verkleinern um eine Stufe</action></keys> 
<note>Die Standard-Vergrösserungsstufe beträgt 2 px(SVG Pixel Einheiten, nicht Bildschirm pixel).</note>
<keys><key><ctrl/>.</key> <key><ctrl/>&gt;</key> <action>Auswahl vergrössern auf 200%</action></keys>
<keys><key><ctrl/>,</key> <key><ctrl/>&lt;</key> <action>Auswahl verkleinern auf 50%</action></keys>
<keys><key><alt/>.</key> <key><alt/>&gt;</key> <action>Auswahl vergrössern um 1 Pixel</action></keys>
<keys><key><alt/>,</key> <key><alt/>&lt;</key> <action>Auswahl verkleinern um 1 Pixel</action></keys>
<note>Der Vergrößerungsschritt hängt von der Vergrößerung ab. Vergrössern sie für kleinere Schrittweite.</note>
<note>Die Vergrösserung ist gleichmässig um das Zentrum, so dass der Vergrößerungsschritt auf die grössere der zwei Dimensionen angewendet wird.</note>
</group>

<group>
<title>Drehen mittels Tastatur</title>
<keys><key>[</key> <key>]</key> <action>Auswahl drehen um Winkel Schrittweite</action></keys> 
<note>Die Standard Winkel-Schrittweite beträgt 15 Grad. ] dreht im Uhrzeigersinn, [ dreht entgegen.</note>
<keys><key><ctrl/>[</key> <key><ctrl/>]</key> <action>Auswahl drehen um 90 Grad</action></keys>
<keys><key><alt/>[</key> <key><alt/>]</key> <action>Auswahl drehen um 1 Pixel</action></keys>
<note>Der Winkel für die Drehung um ein Pixel hängt vom aktuellen Größenfaktor ab. Vergrößern sie für feinere Winkel.</note>
</group>

<group>
<title>Spiegeln mittels Tastatur</title>
<keys><key>h</key> <action>Auswahl horizontal spiegeln</action></keys>
<keys><key>v</key> <action>Auswahl vertikal spiegeln</action></keys>
</group>

<group>
<title>Auswahl mittels Maus</title>
<mouse><key><left-click/></key> <action>Objekt auswählen</action></mouse>
<note>Beim Links-Klicken auf ein Objekt, wird die vorherige Auswahl aufgehoben.</note>
<mouse><key><shift/><left-click/></key> <action>Auswahl umschalten</action></mouse>
<note>Umsch+Klick fügt ein Objekt der aktuellen Auswahl hinzu oder, falls es schon ausgewählt war, entfernt es von dieser.</note>
<mouse><key><left-click/><left-click/></key> <action>Objekt bearbeiten</action></mouse>
<note>Bei Pfaden schaltet Doppel-Klicken in das Knotenwerkzeug, bei Formen in das entsprechende Formenwerkzeug, bei Text in das Textwerkzeug.</note>
<note>Bei Gruppen bewirkt Doppel-Klicken das "Gruppe bearbeiten"-Kommano (die Gruppe wird eine vorübergehende Ebene).</note>
<note>Doppel-Klicken in einem leeren Bereich schaltet wieder in die übergeordnete Ebene zurück.</note>
</group>

<group>
<title>Auswahl innerhalb einer Gruppe und verdeckter Objekte</title>
<mouse><key><ctrl/><left-click/></key> <action>Auswahl innerhalb einer Gruppe</action></mouse>
<note>Strg+Klick selektiert das Objekt an diesem Punkt ungeachtet jeglicher Gruppierungen zu dem das Objekt gehören könnte.</note>
<mouse><key><ctrl/><shift/><left-click/></key> <action>Auswahl innerhalb der Gruppe umschalten</action></mouse>
<mouse><key><alt/><left-click/></key> <action>Auswahl verdeckter Objekte</action></mouse>
<note>Alt+Klick selektiert das Objekt an diesem Punkt, das sich unterhalb (in der Z-Tiefe) des untersten selektierten an diesem Punkt befindlichen Objekt befindet.</note>
<note>Wenn das unterste Objekt erreicht ist, selektiert Alt+klick wieder das oberste Objekt. Durch das mehrfache betätigen von Alt+klick, werden die Objekte an diesem Punkt in Z-Tiefe immer wieder durchlaufen.</note>
<note>Bei Linux kann Alt+Klick und Klicken+Ziehen durch den Fenster Manager reserviert sein. Stellen Sie ihn so ein, dass sie diese unter inkscape benutzen können.</note>
<mouse><key><shift/><alt/><left-click/></key> <action>Umschalten verdeckter Objekte</action></mouse>
<mouse><key><ctrl/><alt/><left-click/></key> <action>


select under, in groups</action></mouse>
<mouse><key><shift/><ctrl/><alt/><left-click/></key> <action>toggle under, in groups</action></mouse>
<keys><key><ctrl/><misc-wide f="Enter"/></key> <action>enter group</action></keys>
<keys><key><ctrl/><misc-wide f="Backspace"/></key>	 <action>go to parent group</action></keys>
</group>

<group>
<title>Rubberband</title>
<mouse><key><left-drag/></key> <action>select multiple objects</action></mouse>
<note>Dragging around objects does "rubberband" selection; previous selection is deselected.</note>
<mouse><key><shift/><left-drag/></key> <action>add objects to selection</action></mouse>
<note>Normally, you need to start from an empty space to initiate a rubberband.</note> 
<note>However, if you press Shift before dragging, Inkscape will do rubberband selection even if you start from an object.</note>
</group>

<group>
<title>Mouse move</title>
<mouse><key><left-drag/></key> <action>select + move</action></mouse>
<note>Dragging an object selects it if it was not selected, then moves selection.</note>
<mouse><key><alt/><left-drag/></key> <action>move selected</action></mouse>
<note>Alt+drag moves the current selection (without selecting what is under cursor), no matter where you start the drag.</note>
<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>
<mouse><key><ctrl/><left-drag/></key> <action>restrict movement to horizontal or vertical</action></mouse>
<mouse><key><shift/><left-drag/></key> <action>temporarily disable snapping</action></mouse>
<note>This temporaily disables snapping to grid or guides when you are dragging with grid or guides on.</note>
<mouse><key><left-drag/><misc-wide f="Space"/></key> <action>drop a copy</action></mouse>
<note>When dragging or transforming with mouse, each Space leaves a copy of the selected object.</note> 
<note>You can press and hold Space while dragging for a nice "trail."</note>
</group>

<group>
<title>Mouse transform</title>
<mouse><key><left-click/></key> <action>toggle scale/rotation handles</action></mouse>
<mouse><key><left-drag/></key> <action>scale (scale handles)</action></mouse>
<mouse><key><left-drag/></key> <action>rotate or skew (rotation handles)</action></mouse>
</group>

<group>
<title>Scale handles</title>
<mouse><key><ctrl/><left-drag/></key> <action>scale preserving aspect ratio</action></mouse>
<!--<mouse><key><ctrl/><left-drag/></key> only smaller, keep aspect ratio--> <!-- TO BE REMOVED -->
<mouse><key><shift/><left-drag/></key> <action>symmetric transformation</action></mouse>
<note>Holding Shift while transforming makes transformation symmetric around the center of the selection.</note>
<!-- FIXME: why not disable snapping? inconsistent! -->
<mouse><key><alt/><left-drag/></key> <action>slow movement</action></mouse>
<note>Holding Alt while transforming makes transformation lag behind mouse movement, allowing finer changes.</note>
</group>

<group>
<title>Rotation handles</title>
<mouse><key><ctrl/><left-drag/></key> <action>snap skew angle</action></mouse>
<note>Holding Ctrl when dragging a skew (non-corner) handle snaps the skew angle to angle steps (default 15 degrees).</note>
<mouse><key><ctrl/><left-drag/></key> <action>snap rotation angle</action></mouse>
<note>Holding Ctrl when dragging a rotation (corner) handle snaps the rotation angle to angle steps (default 15 degrees).</note>
</group>

<group>
<title>Cancel</title>
<keys><key><misc f="Esc"/></key> <action>cancel rubberband, move, transformation</action></keys>
<note>Press Esc while mouse button is still down to cancel rubberband selection, move, or transformation of any kind.</note>
</group>

</section>

</column>

<column>
*<section title="Node tool" color="f9f1d9">

<group>
<title>Keyboard select</title>
<keys><key><misc f="Tab"/></key>  <action>select next node</action></keys> 
<keys><key><shift/><misc f="Tab"/></key> <action>select previous node</action></keys>
<note>These keys select nodes within the selected path</note>
<keys><key><ctrl/>A</key>	 <action>select all nodes in subpath(s)</action></keys>
<note>If the path has multiple subpaths and some nodes selected, this selects all only in subpaths with already selected nodes.</note>
<keys><key><ctrl/><alt/>A</key>	 <action>select all nodes in path</action></keys>
<note>This selects all nodes in the entire path.</note>
<keys><key>!</key> <action>invert selection in subpath(s)</action></keys>
<note>If the path has multiple subpaths and some nodes selected, this inverts selection only in subpaths with already selected nodes.</note>
<keys><key><alt/>!</key> <action>invert selection in path</action></keys>
<note>This inverts selection (deselects what was selected and vice versa) in the entire path.</note>
<keys><key><misc f="Esc"/></key> <action>deselect all nodes</action></keys>
</group>

<group>
<title>Keyboard move</title>
<mouse><key><arrows/></key>  <action>move selected node(s) by the nudge distance</action></mouse>
<mouse><key><shift/><arrows/></key>  <action>move selected node(s) by 10x nudge distance</action></mouse>
<note>The default nudge distance is 2 px (SVG pixel units, not screen pixels).</note>
<mouse><key><alt/><arrows/></key>  <action>move selected node(s) by 1 pixel</action></mouse>
<mouse><key><alt/><shift/><arrows/></key>  <action>move selected node(s) by 10 pixels</action></mouse>
<note>The actual distance for pixel movements depends on zoom level. Zoom in for finer movement.</note>
</group>

<group>
<title>Keyboard handle scale (1 node selected)</title>
<keys><key>&lt;</key> <key>&gt;</key> <action>contract/expand both handles by scale step</action></keys> 
<note>The default scale step is 2 px (SVG pixel units, not screen pixels). May apply to more than one node.</note>
<keys>
<key><left/><ctrl/>&lt;</key> 
<key><left/><ctrl/>&gt;</key> 
<action>scale left handle by the scale step</action>
</keys>
<keys>
<key><right/><ctrl/>&lt;</key> 
<key><right/><ctrl/>&gt;</key> 
<action>scale right handle by the scale step</action>
</keys>
<keys>
<key><left/><alt/>&lt;</key> 
<key><left/><alt/>&gt;</key> 
<action>scale left handle by 1 pixel</action>
</keys>
<keys>
<key><right/><alt/>&lt;</key> 
<key><right/><alt/>&gt;</key> 
<action>scale right handle by 1 pixel</action>
</keys>
<note>The actual size increment for pixel scaling depends on zoom level. Zoom in for finer scaling.</note>
<note>Instead of the &lt; and &gt; keys, you can use the , (comma) and . (period) keys respectively.</note>
</group>

<group>
<title>Keyboard handle rotate (1 node selected)</title>
<keys><key>[</key> <key>]</key> <action>rotate both handles by the angle step</action></keys>
<note>The default angle step is 15 degrees. ] rotates clockwise, [ rotates counterclockwise. May apply to more than one node.</note>
<keys><key><left/><ctrl/>[</key> <key><left/><ctrl/>]</key> <action>rotate left handle by the angle step</action></keys>
<keys><key><right/><ctrl/>[</key> <key><right/><ctrl/>]</key> <action>rotate right handle by the angle step</action></keys>
<keys><key><left/><alt/>[</key> <key><left/><alt/>]</key> <action>rotate left handle by 1 pixel</action></keys>
<keys><key><right/><alt/>[</key> <key><right/><alt/>]</key> <action>rotate right handle by 1 pixel</action></keys>
</group>


<group>
<title>Keyboard scale (&gt;1 nodes selected)</title>
<note>These commands scale the selected nodes as if they were an "object", around the center of that object.</note>
<keys><key>.</key> <key>&gt;</key> <action>scale nodes up by the scale step</action></keys> 
<keys><key>,</key> <key>&lt;</key> <action>scale nodes down by the scale step</action></keys> 
<note>The default scale step is 2 px (SVG pixel units, not screen pixels).</note>
<keys><key><alt/>.</key> <key><alt/>&gt;</key> <action>scale nodes up by 1 pixel</action></keys>
<keys><key><alt/>,</key> <key><alt/>&lt;</key> <action>scale nodes down by 1 pixel</action></keys>
<note>The actual size increment for pixel scaling depends on zoom level. Zoom in for finer scaling.</note>
<note>Scaling is uniform around the center, so that the size increment applies to the larger of the two dimensions.</note>
</group>

<group>
<title>Keyboard rotate (&gt;1 nodes selected)</title>
<note>These commands rotate the selected nodes as if they were an "object", around the center of that object.</note>
<keys><key>[</key> <key>]</key> <action>rotate nodes by the angle step</action></keys> 
<note>The default angle step is 15 degrees. ] rotates clockwise, [ rotates counterclockwise.</note>
<keys><key><alt/>[</key> <key><alt/>]</key> <action>rotate nodes by 1 pixel</action></keys>
<note>The actual angle for pixel rotation depends on zoom level. Zoom in for finer movement.</note>
</group>

<group>
<title>Keyboard flip (&gt;1 nodes selected)</title>
<note>These commands flip the selected nodes as if they were an "object", around the center of that object.</note>
<keys><key>h</key> <action>flip nodes horizontally</action></keys>
<keys><key>v</key> <action>flip nodes vertically</action></keys>
</group>


<group>
<title>Change segment(s)</title>
<keys><key><shift/>L</key>  <action>make line</action></keys>
<keys><key><shift/>U</key>  <action>make curve</action></keys>
<note>These commands require that more than two adjacent nodes be selected.</note>
</group>

<group>
<title>Change node type</title>
<keys><key><shift/>C</key>  <action>make cusp</action></keys>
<keys><key><shift/>S</key>  <action>make smooth</action></keys>
<keys><key><shift/>Y</key>  <action>make symmetric</action></keys>
<mouse><key><ctrl/><left-click/></key> <action>toggle smooth/cusp/symmetric</action></mouse>
</group>

<group>
<title>Join/break</title>
<keys><key><shift/>J</key>  <action>join selected nodes</action></keys>
<note>This requires that exactly two end nodes within the path be selected.</note>
<keys><key><shift/>B</key>  <action>break selected node(s)</action></keys>
<note>After break, only one of each two new nodes is selected. May apply to more than one node.</note>
</group>

<group>
<title>Delete, create, duplicate</title>
<keys><key><misc-wide f="Backspace"/></key><key><misc f="Del"/></key> <action>delete selected node(s)</action></keys>
<mouse><key><ctrl/><alt/><left-click/></key> <action>create/delete node</action></mouse>
<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>
<mouse><key><left-click/><left-click/></key> <action>create node</action></mouse>
<note>Double clicking on the path between nodes creates a node in the click point.</note>
<keys><key><misc f="Ins"/></key> <action>insert new node(s)</action></keys>
<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>
<keys><key><shift/>D</key> <action>duplicate selected node(s)</action></keys>
<note>New nodes are created on the same path; they are placed exactly over the old ones and are selected.</note>
</group>

<!-- does not seem to work
<group>
<title>Active node</title>
<note>The active node is one under mouse or being dragged.</note>
<note>When you have an active node, some of the single-letter tool switch shortcuts may not work;</note> 
<note>move your mouse cursor so that no node is active if you want to use them.</note>
<keys><key>c</key>  <action>make active node cusp</action></keys> 
<keys><key>s</key>  <action>make active node smooth</action></keys>
<keys><key>y</key>  <action>make active node symmetric</action></keys>
<keys><key>b</key>  <action>break active node</action></keys>
<keys><key><misc-wide f="Backspace"/></key> <action>delete active node</action></keys>
</group>
-->

<group>
<title>Mouse select: objects</title>
<mouse><key><left-click/></key> <action>click a non-selected object to select</action></mouse>
<mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
<mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
<note>These work the same as in Selector. The nodes or handles of the single selected object become editable.</note>
</group>

<group>
<title>Mouse select: nodes</title>
<mouse><key><left-click/></key> <action>select a node</action></mouse> 
<note>Clicking on a node selects it.</note>
<mouse><key><left-click/></key> <action>select two adjacent nodes</action></mouse> 
<note>Clicking on a selected path between the nodes selects the two nodes closest to the click point.</note>
<mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
<note>This adds/removes a node (if clicked on node) or two nodes (if clicked on path) to/from the node selection.</note>
<mouse><key><left-click/></key> <action>deselect</action></mouse> 
<note>Clicking in an empty space deselects all selected nodes. Next click will deselect the object.</note>
</group>

<group>
<title>Rubberband</title>
<mouse><key><left-drag/></key> <action>select multiple nodes</action></mouse>
<note>Dragging around nodes does "rubberband" selection; previous node selection is deselected.</note>
<mouse><key><shift/><left-drag/></key> <action>add nodes to selection</action></mouse>
<note>Normally, you need to start from a point not over a path or a node to initiate a rubberband.</note> 
<note>However, if you press Shift before dragging, Inkscape will do rubberband selection even if you start over the path.</note>

</group>

<group>
<title>Node move (mouse)</title>
<mouse><key><left-drag/></key> <action>move selected nodes</action></mouse>
<mouse><key><ctrl/><left-drag/></key> <action>restrict movement to horizontal or vertical</action></mouse>
<mouse><key><ctrl/><alt/><left-drag/></key> <action>move along handles</action></mouse>
<note>This restricts movement to the directions of the node's handles, their continuations and perpendiculars (total 8 snaps).</note>
<note>If the node has straight lines on one or both sides, this will snap it to these lines' directions and perpendiculars instead.</note>
<mouse><key><shift/><left-drag/></key> <action>temporarily disable snapping</action></mouse>
<note>Snapping nodes is enabled in Document Preferences. By default, only bounding box of objects snaps to grid/guides.</note>
<mouse><key><shift/><left-drag/></key> <action>drag out handle</action></mouse>
<note>If a node has a retracted handle, dragging with Shift lets you drag it out of the node.</note>
<mouse><key><left-drag/><misc-wide f="Space"/></key> <action>drop a copy</action></mouse>
<note>When dragging nodes with mouse, each Space leaves a copy of the selected object.</note> 
<note>You can press and hold Space while dragging for a nice "trail."</note>
</group>

<group>
<title>Node handles</title>
<mouse><key><left-drag/></key> <action>move a node handle</action></mouse>
<mouse><key><ctrl/><left-drag/></key> <action>snap the handle to angle steps</action></mouse>
<note>The default angle step is 15 degrees. This also snaps to the handle's original angle, its continuation and perpendiculars.</note>
<mouse><key><shift/><left-drag/></key> <action>rotate both handles</action></mouse> 
<mouse><key><alt/><left-drag/></key> <action>lock the handle length</action></mouse>
<note>Ctrl, Shift, Alt can be combined when dragging handles.</note>
<mouse><key><ctrl/><left-click/></key> <action>retract the handle</action></mouse>
<note>Retracted handle is zero length; use Shift+drag to drag it back out.</note>
</group>

<group>
<title>Reversing</title>
<keys><key><shift/>r</key>  <action>reverse path direction</action></keys> 
</group>

<group>
<title>Editing shapes</title>
<note>Node tool can also drag the handles of shapes (rectangles, ellipses, stars, spirals). Click on a shape to select it.</note> 
<note>See the corresponding shape tools for their editing shortcuts, all of which also work in node tool.</note>
</group>


<group>
<title>Cancel</title>
<keys><key><misc f="Esc"/></key> <action>cancel rubberband or move</action></keys>
<note>Press Esc while mouse button is still down to cancel rubberband selection, node move, handle move, or handle move.</note>
</group>

</section>

</column>
<column>




*<section title="Rectangle tool" color="ebf1fd">
<group>
<title>Drawing</title>
<mouse><key><left-drag/></key> <action>draw a rectangle</action></mouse>
<mouse><key><ctrl/><left-drag/></key>	<action>make a square or integer-ratio rectangle</action></mouse>
<note>This restricts rectangle so its height/width ratio is a whole number.</note>
<mouse><key><shift/><left-drag/></key> <action>draw around the starting point</action></mouse>
<note>This creates a rectangle symmetric around the starting point of the mouse drag.</note>
</group>
<group>
<title>Editing</title>
<mouse><key><left-click/></key> <action>click an object to select</action></mouse>
<mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
<mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
<mouse><key><left-drag/></key> <action>drag a handle to resize or round corners</action></mouse>
<note>Initially, the two rounding handles are in the top right corner; two resize handles are in top left and bottom right corners.</note>
<mouse><key><ctrl/><left-drag/></key> <action>lock width, height, or ratio (resize handles)</action></mouse>
<mouse><key><ctrl/><left-drag/></key> <action>lock the corner circular (rounding handles)</action></mouse>
<note>Resize handles change the width and height of the rectangle in its own coordinate system, before any transforms are applied.</note>
<note>When rounding corners, dragging only one rounding handle (with the other at the corner) keeps the corner circular.</note>
<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>
<keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
</group>
</section>

*<section title="Ellipse tool" color="ffece8">
<group>
<title>Drawing</title>
<mouse><key><left-drag/></key> <action>draw an ellipse</action></mouse>
<mouse><key><ctrl/><left-drag/></key>	<action>make circle or integer-ratio ellipse</action></mouse>
<note>This restricts ellipse so its height/width ratio is a whole number.</note>
<mouse><key><shift/><left-drag/></key> <action>draw around the starting point</action></mouse>
<note>This creates an ellipse symmetric around the starting point of the mouse drag.</note>
</group>
<group>
<title>Editing</title>
<mouse><key><left-click/></key> <action>click an object to select</action></mouse>
<mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
<mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
<mouse><key><left-drag/></key> <action>drag a handle to resize, make arc or segment</action></mouse>
<note>Initially, the two arc/segment handles are in the rightmost point; two resize handles are at the topmost and leftmost points.</note>
<mouse><key><ctrl/><left-drag/></key> <action>lock circle (resize handles)</action></mouse>
<mouse><key><ctrl/><left-drag/></key> <action>snap to angle steps (arc/segment handles)</action></mouse>
<note>Resize handles change the width and height of the ellipse in its own coordinate system, before any transforms are applied.</note>
<note>The default angle step is 15 degrees.</note>
<keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
</group>
</section>

*<section title="Star tool" color="f8f7d5">
<group>
<title>Drawing</title>
<mouse><key><left-drag/></key> <action>draw a star</action></mouse>
<mouse><key><ctrl/><left-drag/></key> <action>snap star to angle steps</action></mouse>
<note>The default angle step is 15 degrees.</note>
</group>
<group>
<title>Editing</title>
<mouse><key><left-click/></key> <action>click an object to select</action></mouse>
<mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
<mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
<mouse><key><left-drag/></key> <action>drag a handle to vary the star shape</action></mouse>
<mouse><key><ctrl/><left-drag/></key> <action>keep star rays radial (no skew)</action></mouse>
<mouse><key><shift/><left-drag/></key> <action>round the star</action></mouse>
<mouse><key><shift/><left-click/></key> <action>remove rounding</action></mouse>
<mouse><key><alt/><left-drag/></key> <action>randomize the star</action></mouse>
<mouse><key><alt/><left-click/></key> <action>remove randomization</action></mouse>
<keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
</group>
</section>

*<section title="Spiral tool" color="f3f3f3">
<group>
<title>Drawing</title>
<mouse><key><left-drag/></key> <action>draw a spiral</action></mouse>
<mouse><key><ctrl/><left-drag/></key>	<action>snap spiral to angle steps</action></mouse>
<note>The default angle step is 15 degrees.</note>
</group>
<group>
<title>Editing</title>
<mouse><key><left-click/></key> <action>click an object to select</action></mouse>
<mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
<mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
<mouse><key><left-drag/></key> <action>roll/unroll from inside (inner handle)</action></mouse>
<note>Dragging the inner handle adjusts the "inner radius" parameter.</note>
<mouse><key><alt/><left-drag/></key> <action>converge/diverge (inner handle)</action></mouse>
<mouse><key><alt/><left-click/></key> <action>reset divergence (inner handle)</action></mouse>
<note>Vertical Alt+drag of the inner handle adjusts the "divergence" parameter, Alt+click resets it to 1.</note>
<mouse><key><shift/><left-click/></key> <action>zero inner radius (inner handle)</action></mouse>
<note>Shift+click on inner handle makes the spiral start from the center.</note>

<mouse><key><left-drag/></key> <action>roll/unroll from outside (outer handle)</action></mouse>
<note>Dragging the outer handle adjusts the "turns" parameter. Use Shift+Alt+drag to roll/unroll without changing radius.</note>
<mouse><key><shift/><left-drag/></key> <action>scale/rotate (outer handle)</action></mouse>
<note>Use Shift+Alt to rotate only (locks the radius of the spiral).</note>

<mouse><key><ctrl/><left-drag/></key> <action>snap handles to angle steps</action></mouse>
<note>The default angle step is 15 degrees. This works for both handles.</note>

<keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
</group>
</section>



</column>




<column>

*<section title="Zoom tool" color="e7e9f3">
<group>
<mouse><key><left-click/></key> <action>zoom in</action></mouse>
<mouse><key><shift/><left-click/></key> <action>zoom out</action></mouse>  
<mouse><key><left-drag/></key> <action>zoom into the area</action></mouse>
</group>
</section>

*<section title="Freehand tool" color="e9efc5">
<group>
<mouse><key><left-drag/></key> <action>draw a freehand line</action></mouse>
<mouse><key><shift/><left-drag/></key> <action>add to selected path</action></mouse>
<note>If a path is selected, Shift+dragging anywhere creates a new subpath instead of a new independent path.</note>
<mouse><key><shift/><left-drag/></key> <action>temporarily disable snapping</action></mouse>
<note>Shift also temporaily disables snapping to grid or guides when you are drawing with grid or guides on.</note>
</group>
</section>

*<section title="Bezier (Pen) tool" color="e7f5d7">

<group>
<title>Create nodes</title>
<mouse><key><left-click/></key> <action>create a sharp node</action></mouse>
<note>If no path is being created, this starts a new path.</note>
<mouse><key><shift/><left-click/></key> <action>add to selected path</action></mouse>
<note>If a path is selected, Shift+clicking anywhere starts a new subpath instead of a new independent path.</note>
<mouse><key><left-drag/></key> <action>create a bezier node with two handles</action></mouse>
<mouse><key><shift/><left-drag/></key> <action>move only one handle</action></mouse>
<!-- FIXME: also disables snapping! another conflict -->
<note>This moves only one handle (instead of both) to create a cusp node.</note> 
<mouse><key><ctrl/><left-drag/></key> <action>snap the handle to angle steps</action></mouse>
<note>The default angle step is 15 degrees.</note>
</group>

<group>
<title>Create segments</title>
<keys><key><ctrl/></key> <action>snap the segment to angle steps</action></keys>
<note>This snaps the new node's angle, relative to the previous node, to angle steps (default 15 degrees).</note>
</group>

<group>
<title>Finish</title>
<keys><key><misc-wide f="Enter"/></key>  <action>finish current line</action></keys>
<mouse><key><right-click/></key> <action>finish current line</action></mouse>
<mouse><key><left-click/><left-click/></key> <action>finish current line</action></mouse>
<note>Enter, right click, or double left click finish the current line, discarding the last unfinished (red) segment.</note>
</group>

<group>
<title>Keyboard</title>
<keys><key><misc f="Esc"/></key>  <action>cancel current line</action></keys>
<keys><key><misc-wide f="Backspace"/></key><key><misc f="Del"/></key> <action>erase last segment of current line</action></keys>
</group>
</section>

*<section title="Calligraphy" color="e9dfef">
<group>
<mouse><key><left-drag/></key> <action>draw a calligraphic line</action></mouse>
<mouse><key><left-arrow/></key> <key><right-arrow/></key> <action>adjust pen width</action></mouse>
<mouse><key><up/></key> <key><down/></key> <action>adjust pen angle</action></mouse>
<note>Width and angle can be adjusted while drawing. </note>
<keys><key><misc f="Esc"/></key> <action>deselect</action></keys>
</group>
</section>

*<section title="Gradient tool" color="e9f3e7">
<group>
<title>Creating gradients</title>
<mouse><key><left-drag/></key> <action>create gradient</action></mouse>
<note>This creates gradient on selected objects. The Controls bar lets you select linear/radial and fill/stroke for the new gradient.</note>
<mouse><key><left-click/><left-click/></key> <action>create default gradient</action></mouse>
<note>This creates default (horizontal edge-to-edge for linear, centered edge-to-edge-to-edge for radial) gradient on clicked object. </note>
</group>

<group>
<title>Handles</title>
<keys><key><misc f="Tab"/></key>  <action>select next handle</action></keys> 
<keys><key><shift/><misc f="Tab"/></key> <action>select previous handle</action></keys>
<mouse><key><arrows/></key>  <action>move selected handle by the nudge distance</action></mouse>
<mouse><key><shift/><arrows/></key>  <action>move selected handle by 10x nudge distance</action></mouse>
<note>The default nudge distance is 2 px (SVG pixel units, not screen pixels).</note>
<mouse><key><alt/><arrows/></key>  <action>move selected handle by 1 pixel</action></mouse>
<mouse><key><alt/><shift/><arrows/></key>  <action>move selected handle by 10 pixels</action></mouse>
<note>The actual distance for pixel movements depends on zoom level. Zoom in for finer movement.</note>
<keys><key><misc f="Esc"/></key> <action>deselect handle</action></keys>
<mouse><key><left-click/><left-click/></key> <action>open gradient editor</action></mouse>
<note>Double clicking a gradient handle opens the Gradient Editor with that gradient and the clicked handle chosen in the stops list.</note>
</group>

<group>
<title>Reversing</title>
<keys><key><shift/>r</key>  <action>reverse gradient definition</action></keys> 
<note>This mirrors the stop positions of the current gradient without moving the gradient handles.</note>
</group>

<group>
<title>Mouse select</title>
<mouse><key><left-click/></key> <action>click an object to select</action></mouse>
<mouse><key><alt/><left-click/></key> <action>select under</action></mouse>
<mouse><key><shift/><left-click/></key> <action>toggle selection</action></mouse>
</group>

</section>


*<section title="Dropper tool" color="feeffa">
<group>
<mouse><key><left-click/></key> <action>pick fill color</action></mouse>
<mouse><key><shift/><left-click/></key> <action>pick stroke color</action></mouse>
<mouse><key><left-drag/></key> <action>average fill color</action></mouse>
<mouse><key><shift/><left-drag/></key> <action>average stroke color</action></mouse>
<note>Click applies the color under cursor to the current selection. Dragging a radius calculates the average color of a circular area.</note>
<note>If a gradient handle (in Gradient tool) is selected, it gets the color instead of the entire object.</note>
<mouse><key><alt/><left-click/></key><key><alt/><left-drag/></key> <action>pick inverse color</action></mouse>
<note>If Alt is pressed, picking color (with or without Shift, by click or by drag) picks the inverse of the color.</note>
<keys><key><ctrl/>C</key> <action>copy color</action></keys>
<note>This copies the color under cursor to the system clipboard, as text in RRGGBBAA format (8 hex digits).</note>
</group>
</section>


</column>



<column>
*<section title="Text tool" color="eefdf3">

<group>
<title>Selecting/creating</title>
<mouse><key><left-click/></key> <action>create/select a text object</action></mouse>
<!--<keys><key>letters, digits, space, ...</key> <action>type text in a text object</action></keys>-->
<note>Clicking in an empty space or on a non-text creates a text object; now you can type your text.</note>
<note>Clicking on a text object selects it; cursor is placed near the click point.</note>
<keys><key><misc f="Esc"/></key> <action>deselect the text object</action></keys>
</group>

<group>
<title>Text navigation</title>
<mouse><key><arrows/></key> <action>move cursor by one character</action></mouse>
<mouse><key><ctrl/><left-arrow/></key> <key><ctrl/><right-arrow/></key> <action>move cursor by one word</action></mouse>
<mouse><key><ctrl/><up-arrow/></key> <key><ctrl/><down-arrow/></key> <action>move cursor by one paragraph</action></mouse>
<keys><key><misc f="Home"/></key> <key><misc f="End"/></key> <action>go to beginning/end of line</action></keys>
<keys><key><ctrl/><misc f="Home"/></key> <key><ctrl/><misc f="End"/></key> <action>go to beginning/end of text</action></keys>
<note>All these commands cancel current text selection, if any.</note>
</group>

<group>
<title>Flowed text (internal frame)</title>
<mouse><key><left-drag/></key> <action>create flowed text</action></mouse>
<note>Clicking and dragging in an empty space or on a non-text creates a flowed text object with internal frame.</note>
<mouse><key><left-drag/></key> <action>adjust frame size</action></mouse>
<note>Dragging the handle in the lower right corner of the selected flowed text changes width/height of the frame.</note>
<mouse><key><ctrl/><left-drag/></key> <action>lock width, height, or ratio of frame</action></mouse>
<note>Dragging the corner handle with Ctrl resizes the frame preserving either width, or height, or ratio.</note>
</group>

<group>
<title>Flowed text (external frame)</title>
<keys><key><alt/>W</key>	 <action>flow text into frame</action></keys> 
<note>With a text object and a shape/path selected, this flows text into the shape/path.</note>
<note>Both remain separate objects, but are linked; editing the shape/path causes the text to reflow.</note>
<keys><key><alt/><shift/>W</key>	 <action>unflow text from frame</action></keys> 
<note>This cuts the flowed text's link to the shape/path, producing a single-line regular text object.</note>
<keys><key><shift/>D</key>	 <action>select external frame</action></keys> 
<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>
</group>

<group>
<title>Text on path</title>
<keys><key><shift/>D</key>	 <action>select path from text</action></keys> 
<note>To find out which path this text is put on, select it and press Shift+D. The path will be selected.</note>
</group>

<group>
<title>Editing text</title>
<note>To type + and - characters, use the main keyboard; keypad + and - are reserved for zoom (unless NumLock is on).</note> 
<keys><key><misc-wide f="Enter"/></key> <action>start a new line or paragraph</action></keys>
<note>Enter in regular text creates new line; in flowed text it creates a new paragraph</note>
<keys><key><ctrl/>U</key> <action>toggle Unicode entry</action></keys> 
<note>To insert an arbitrary Unicode character, type Ctrl+U, then the hexadecimal code point, then Enter.</note>
<note>For example, Ctrl+U 2 0 1 4 Enter inserts an em-dash.</note>
<note>To stay in Unicode mode after inserting the character, press Space instead of Enter.</note>
<note>Press Esc or another Ctrl+U to cancel Unicode mode without inserting the character.</note>
<keys><key><ctrl/><misc-wide f="Space"/></key> <action>insert no-break space</action></keys>
<note>A no-break space is visible even in a text object without xml:space="preserve".</note>
</group>

<group>
<title>Selecting text</title>
<mouse><key><left-drag/></key> <action>select text</action></mouse>
<note>Left-dragging over a text object selects a text span.</note>
<mouse><key><shift/><arrows/></key> <action>select text by character</action></mouse>
<mouse><key><ctrl/><shift/><arrows/></key> <action>select text by word</action></mouse>
<keys><key><shift/><misc f="Home"/></key> <key><shift/><misc f="End"/></key> <action>select to beginning/end of line</action></keys>
<keys><key><ctrl/><shift/><misc f="Home"/></key> <key><ctrl/><shift/><misc f="End"/></key> <action>select to beginning/end of text</action></keys>
<mouse><key><left-click/><left-click/></key> <action>select word</action></mouse>
<mouse><key><left-click/><left-click/><left-click/></key> <action>select line</action></mouse>
<keys><key><ctrl/>A</key>	 <action>select all text</action></keys>
<note>This selects the entire text of the current text object.</note>
</group>

<group>
<title>Styling selection</title>
<keys><key><ctrl/>B</key>	 <action>make selection bold</action></keys>
<keys><key><ctrl/>I</key>	 <action>make selection italic</action></keys>
<note>Also, you can use the Text&amp;Font or Fill&amp;Stroke dialogs to assign any style to text selection.</note>
</group>

<group>
<title>Letter spacing</title>
<keys><key><alt/>&gt;</key> <action>expand line/paragraph by 1 pixel</action></keys>
<keys><key><shift/><alt/>&gt;</key> <action>expand line/paragraph by 10 pixels</action></keys>
<keys><key><alt/>&lt;</key> <action>contract line/paragraph by 1 pixel</action></keys>
<keys><key><shift/><alt/>&lt;</key> <action>contract line/paragraph by 10 pixels</action></keys>
<note>These commands (only when editing text) adjust letter spacing in the current line (regular text) or paragraph (flowed text).</note>
<note>The actual adjustment for pixel movements depends on zoom level. Zoom in for finer adjustment.</note>
</group>

<group>
<title>Line spacing</title>
<keys><key><ctrl/><alt/>&gt;</key> <action>make the text object taller by 1 pixel</action></keys>
<keys><key><shift/><ctrl/><alt/>&gt;</key> <action>make the text object taller by 10 pixels</action></keys>
<keys><key><ctrl/><alt/>&lt;</key> <action>make the text object shorter by 1 pixel</action></keys>
<keys><key><shift/><ctrl/><alt/>&lt;</key> <action>make the text object shorter by 10 pixels</action></keys>
<note>These commands (only when editing text) adjust line spacing in the entire text object (regular or flowed).</note>
<note>The actual adjustment for pixel movements depends on zoom level. Zoom in for finer adjustment.</note>
</group>

<group>
<title>Kerning and shifting</title>
<mouse><key><alt/><arrows/></key> <action>shift characters by 1 pixel</action></mouse>
<mouse><key><shift/><alt/><arrows/></key> <action>shift characters by 10 pixels</action></mouse>
<note>These commands work when editing a regular text object. Kerning does not work in flowed text.</note> 
<note>With no selection, they shift (horizontally or vertically) the characters after the cursor until the end of line.</note>
<note>With selection, they shift the selection relative to the rest of text (by inserting opposite kerns at both ends of selection).</note>
<note>The actual adjustment for pixel movements depends on zoom level. Zoom in for finer adjustment.</note>
</group>

<group>
<title>Rotating</title>
<keys><key><ctrl/>[</key> <key><ctrl/>]</key> <action>rotate character(s) by 90 degrees</action></keys>
<keys><key><alt/>[</key> <key><alt/>]</key> <action>rotate character(s) by 1 pixel</action></keys>
<note>These commands rotate the next character (without selection) or all characters in the selection (with selection).</note>
<note>Rotation only works in regular text (not flowed text).</note>
<note>The actual angle for pixel rotation depends on zoom level. Zoom in for finer movement.</note>
</group>

</section>
</column>

</root>