[gimp-help] quickreference: Fixes for svg rendering
- From: Jacob Boerema <jboerema src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help] quickreference: Fixes for svg rendering
- Date: Thu, 17 Feb 2022 22:59:55 +0000 (UTC)
commit e95de5e2e12098ed4f0f873c1ff62af68e8a74d0
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date: Sun Feb 13 00:59:26 2022 +0100
quickreference: Fixes for svg rendering
Some xml tags were not shown, and extra spaces ended up in the svg
quickreference/gimp-keys.xml | 62 +++----
quickreference/po/gimp-keys.pot | 402 ++++++++++++++++++++--------------------
2 files changed, 226 insertions(+), 238 deletions(-)
---
diff --git a/quickreference/gimp-keys.xml b/quickreference/gimp-keys.xml
index 1b7bbfce6..64714c6fa 100644
--- a/quickreference/gimp-keys.xml
+++ b/quickreference/gimp-keys.xml
@@ -100,8 +100,9 @@
<keys>
<key><ctrl/>C</key> <action>Copy selection</action>
</keys>
- <note>This places a copy of the selection to the GIMP
- clipboard.</note>
+ <note>
+ This places a copy of the selection to the GIMP clipboard.
+ </note>
<keys>
<key><shift/><ctrl/>C</key> <action>Copy visible</action>
</keys>
@@ -109,14 +110,14 @@
<key><ctrl/>X</key> <action>Cut selection</action>
</keys>
<note>
- This works the same as <quote>Copy</quote> the selection followed
- by <quote>Clear</quote> the selection.
+ This works the same as “Copy” the selection followed by “Clear” the selection.
</note>
<keys>
<key><ctrl/>V</key> <action>Paste clipboard</action>
</keys>
- <note>This places the clipboard objects as a floating
- selection</note>
+ <note>
+ This places the clipboard objects as a floating selection
+ </note>
<keys>
<key><ctrl/><alt/>V</key> <action>Paste in place</action>
</keys>
@@ -128,7 +129,7 @@
<group>
<title>Fill</title>
<keys>
- <key><del/></key> <action>Clear</action>
+ <key><misc f="Del"/></key> <action>Clear</action>
</keys>
<keys>
<key><ctrl/>,</key> <action>Fill with FG Color</action>
@@ -171,8 +172,7 @@
<group>
<title>Window</title>
<note>
- Menus can also be activated by Alt with the letter
- underscored in the menu name.
+ Menus can also be activated by Alt with the letter underscored in the menu name.
</note>
<keys>
<key><keyf f="F10"/></key> <action>Main Menu</action>
@@ -185,10 +185,8 @@
<key><keyf f="F11"/></key> <action>Toggle fullscreen</action>
</keys>
<keys>
- <key>Tab</key>
- <action>
- Toggle the visibility of toolbox and dialogs docks
- </action>
+ <key><misc f="Tab"/></key>
+ <action>Toggle the visibility of toolbox and dialogs docks</action>
</keys>
<keys>
<key><shift/>Q</key> <action>Toggle quickmask</action>
@@ -221,7 +219,9 @@
<keys>
<key><ctrl/>J</key> <action>Shrink wrap</action>
</keys>
- <note>This fits the window to the image size.</note>
+ <note>
+ This fits the window to the image size.
+ </note>
<mouse>
<key><ctrl/><wheel/></key> <action>Zoom</action>
</mouse>
@@ -240,8 +240,7 @@
<key><arrows/></key> <action>Scroll canvas</action>
</mouse>
<note>
- Scrolling by keys is accelerated, i.e. it speeds up when you
- press Shift+arrows.
+ Scrolling by keys is accelerated, i.e. it speeds up when you press Shift+arrows.
</note>
<mouse>
<key><mid-drag/></key> <action>Scroll canvas</action>
@@ -250,24 +249,20 @@
<key><wheel/></key> <action>Scroll canvas vertically</action>
</mouse>
<mouse>
- <key><shift/><wheel/></key> <action>Scroll canvas
- horizontally</action>
+ <key><shift/><wheel/></key> <action>Scroll canvas horizontally</action>
</mouse>
</group>
<group>
<title>Rulers and Guides</title>
<mouse>
- <key><left-drag/></key> <action>Drag off a ruler to create
- guide</action>
+ <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
- guide line. Drag a guide line onto the ruler to delete it.
+ Drag off the horizontal or vertical ruler to create a new guide line. Drag a guide line onto the
ruler to delete it.
</note>
<mouse>
- <key><ctrl/><left-drag/></key> <action>Drag a sample point out
- of the rulers</action>
+ <key><ctrl/><left-drag/></key> <action>Drag a sample point out of the rulers</action>
</mouse>
<keys>
<key><shift/><ctrl/>R</key> <action>Toggle rulers</action>
@@ -468,8 +463,7 @@
<action >Zoom</action>
</keys>
<note >
- Double click on the tool buttons opens the Tool Options
- dialog.
+ Double click on the tool buttons opens the Tool Options dialog.
</note>
</group>
@@ -487,7 +481,9 @@
<key>X</key>
<action >Swap Colors</action>
</keys>
- <note >Click on the colors to change the colors.</note>
+ <note>
+ Click on the colors to change the colors.
+ </note>
</group>
</section>
@@ -520,25 +516,21 @@
<key><ctrl/>G</key> <action>Gradients</action>
</keys>
<note>
- These open a new dialog window if it wasn't open yet,
- otherwise the corresponding dialog gets focus.
+ These open a new dialog window if it wasn't open yet, otherwise the corresponding dialog gets
focus.
</note>
</group>
<group>
<title>Within a Dialog</title>
<keys>
- <key><misc-wide f="Enter"/></key> <action>Set the new
- value</action>
+ <key><misc-wide f="Enter"/></key> <action>Set the new value</action>
</keys>
<note>
- This accepts the new value you typed in a text field and
- returns focus to canvas.
+ This accepts the new value you typed in a text field and returns focus to canvas.
</note>
<keys>
<key><misc-wide f="Space"/></key> <key><misc-wide
- f="Enter"/></key> <action>Activate current button or
- list</action>
+ f="Enter"/></key> <action>Activate current button or list</action>
</keys>
</group>
<group>
diff --git a/quickreference/po/gimp-keys.pot b/quickreference/po/gimp-keys.pot
index 4d273dadb..e380eab8f 100644
--- a/quickreference/po/gimp-keys.pot
+++ b/quickreference/po/gimp-keys.pot
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2022-02-12 11:34+0100\n"
+"POT-Creation-Date: 2022-02-13 12:39+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL li org>\n"
@@ -33,7 +33,7 @@ msgstr ""
msgid "Open image"
msgstr ""
-#: gimp-keys.xml:16(key) gimp-keys.xml:124(key)
+#: gimp-keys.xml:16(key) gimp-keys.xml:125(key)
msgid "<shift/><ctrl/>V"
msgstr ""
@@ -177,7 +177,7 @@ msgstr ""
msgid "Show the image in file manager"
msgstr ""
-#: gimp-keys.xml:75(key) gimp-keys.xml:197(key)
+#: gimp-keys.xml:75(key) gimp-keys.xml:195(key)
msgid "<ctrl/>W"
msgstr ""
@@ -241,26 +241,26 @@ msgstr ""
msgid "This places a copy of the selection to the GIMP clipboard."
msgstr ""
-#: gimp-keys.xml:106(key)
+#: gimp-keys.xml:107(key)
msgid "<shift/><ctrl/>C"
msgstr ""
-#: gimp-keys.xml:106(action)
+#: gimp-keys.xml:107(action)
msgid "Copy visible"
msgstr ""
-#: gimp-keys.xml:109(key)
+#: gimp-keys.xml:110(key)
msgid "<ctrl/>X"
msgstr ""
-#: gimp-keys.xml:109(action)
+#: gimp-keys.xml:110(action)
msgid "Cut selection"
msgstr ""
-#: gimp-keys.xml:111(note)
+#: gimp-keys.xml:112(note)
msgid ""
-"This works the same as <quote>Copy</quote> the selection followed by "
-"<quote>Clear</quote> the selection."
+"This works the same as “Copy” the selection followed by “Clear” the "
+"selection."
msgstr ""
#: gimp-keys.xml:116(key)
@@ -275,111 +275,111 @@ msgstr ""
msgid "This places the clipboard objects as a floating selection"
msgstr ""
-#: gimp-keys.xml:121(key)
+#: gimp-keys.xml:122(key)
msgid "<ctrl/><alt/>V"
msgstr ""
-#: gimp-keys.xml:121(action)
+#: gimp-keys.xml:122(action)
msgid "Paste in place"
msgstr ""
-#: gimp-keys.xml:124(action)
+#: gimp-keys.xml:125(action)
msgid "Paste as new image"
msgstr ""
-#: gimp-keys.xml:129(title)
+#: gimp-keys.xml:130(title)
msgid "Fill"
msgstr ""
-#: gimp-keys.xml:131(action)
+#: gimp-keys.xml:132(action)
msgid "Clear"
msgstr ""
-#: gimp-keys.xml:134(key)
+#: gimp-keys.xml:135(key)
msgid "<ctrl/>,"
msgstr ""
-#: gimp-keys.xml:134(action)
+#: gimp-keys.xml:135(action)
msgid "Fill with FG Color"
msgstr ""
-#: gimp-keys.xml:137(key)
+#: gimp-keys.xml:138(key)
msgid "<ctrl/>."
msgstr ""
-#: gimp-keys.xml:137(action)
+#: gimp-keys.xml:138(action)
msgid "Fill with BG Color"
msgstr ""
-#: gimp-keys.xml:140(key)
+#: gimp-keys.xml:141(key)
msgid "<ctrl/>;"
msgstr ""
-#: gimp-keys.xml:140(action)
+#: gimp-keys.xml:141(action)
msgid "Fill with Pattern"
msgstr ""
-#: gimp-keys.xml:146(title)
+#: gimp-keys.xml:147(title)
msgid "Select"
msgstr ""
-#: gimp-keys.xml:149(key)
+#: gimp-keys.xml:150(key)
msgid "<ctrl/>T"
msgstr ""
-#: gimp-keys.xml:149(action)
+#: gimp-keys.xml:150(action)
msgid "Toggle selections"
msgstr ""
-#: gimp-keys.xml:152(key)
+#: gimp-keys.xml:153(key)
msgid "<ctrl/>A"
msgstr ""
-#: gimp-keys.xml:152(action)
+#: gimp-keys.xml:153(action)
msgid "Select all"
msgstr ""
-#: gimp-keys.xml:155(key)
+#: gimp-keys.xml:156(key)
msgid "<shift/><ctrl/>A"
msgstr ""
-#: gimp-keys.xml:155(action)
+#: gimp-keys.xml:156(action)
msgid "Select none"
msgstr ""
-#: gimp-keys.xml:158(key)
+#: gimp-keys.xml:159(key)
msgid "<ctrl/>I"
msgstr ""
-#: gimp-keys.xml:158(action)
+#: gimp-keys.xml:159(action)
msgid "Invert selection"
msgstr ""
-#: gimp-keys.xml:161(key)
+#: gimp-keys.xml:162(key)
msgid "<shift/><ctrl/>L"
msgstr ""
-#: gimp-keys.xml:161(action)
+#: gimp-keys.xml:162(action)
msgid "Float selection"
msgstr ""
-#: gimp-keys.xml:164(key)
+#: gimp-keys.xml:165(key)
msgid "<shift/>V"
msgstr ""
-#: gimp-keys.xml:164(action)
+#: gimp-keys.xml:165(action)
msgid "Path to selection"
msgstr ""
-#: gimp-keys.xml:170(title)
+#: gimp-keys.xml:171(title)
msgid "View"
msgstr ""
-#: gimp-keys.xml:172(title)
+#: gimp-keys.xml:173(title)
msgid "Window"
msgstr ""
-#: gimp-keys.xml:173(note)
+#: gimp-keys.xml:174(note)
msgid ""
"Menus can also be activated by Alt with the letter underscored in the menu "
"name."
@@ -397,87 +397,83 @@ msgstr ""
msgid "Toggle fullscreen"
msgstr ""
-#: gimp-keys.xml:188(key)
-msgid "Tab"
-msgstr ""
-
#: gimp-keys.xml:189(action)
msgid "Toggle the visibility of toolbox and dialogs docks"
msgstr ""
-#: gimp-keys.xml:194(key)
+#: gimp-keys.xml:192(key)
msgid "<shift/>Q"
msgstr ""
-#: gimp-keys.xml:194(action)
+#: gimp-keys.xml:192(action)
msgid "Toggle quickmask"
msgstr ""
-#: gimp-keys.xml:197(action)
+#: gimp-keys.xml:195(action)
msgid "Close document window"
msgstr ""
-#: gimp-keys.xml:200(key)
+#: gimp-keys.xml:198(key)
msgid "<shift/>J"
msgstr ""
-#: gimp-keys.xml:200(action)
+#: gimp-keys.xml:198(action)
msgid "Center image in window"
msgstr ""
-#: gimp-keys.xml:203(key)
+#: gimp-keys.xml:201(key)
msgid "<shift/><ctrl/>J"
msgstr ""
-#: gimp-keys.xml:203(action)
+#: gimp-keys.xml:201(action)
msgid "Fit image in window"
msgstr ""
-#: gimp-keys.xml:208(title) gimp-keys.xml:226(action) gimp-keys.xml:468(action)
+#: gimp-keys.xml:206(title) gimp-keys.xml:226(action) gimp-keys.xml:463(action)
msgid "Zoom"
msgstr ""
-#: gimp-keys.xml:210(key)
+#: gimp-keys.xml:208(key)
msgid "+"
msgstr ""
-#: gimp-keys.xml:210(action)
+#: gimp-keys.xml:208(action)
msgid "Zoom In"
msgstr ""
-#: gimp-keys.xml:213(key)
+#: gimp-keys.xml:211(key)
msgid "-"
msgstr ""
-#: gimp-keys.xml:213(action)
+#: gimp-keys.xml:211(action)
msgid "Zoom Out"
msgstr ""
-#: gimp-keys.xml:216(key)
+#: gimp-keys.xml:214(key)
msgid "1"
msgstr ""
-#: gimp-keys.xml:216(action)
+#: gimp-keys.xml:214(action)
msgid "Zoom 1:1"
msgstr ""
-#: gimp-keys.xml:219(key)
+#: gimp-keys.xml:217(key)
msgid "`"
msgstr ""
-#: gimp-keys.xml:219(action)
+#: gimp-keys.xml:217(action)
msgid "Revert zoom"
msgstr ""
-#: gimp-keys.xml:222(key)
+#: gimp-keys.xml:220(key)
msgid "<ctrl/>J"
msgstr ""
-#: gimp-keys.xml:222(action)
+#: gimp-keys.xml:220(action)
msgid "Shrink wrap"
msgstr ""
-#: gimp-keys.xml:224(note)
+#: gimp-keys.xml:222(note)
msgid "This fits the window to the image size."
msgstr ""
@@ -497,579 +493,579 @@ msgstr ""
msgid "Scrolling (panning)"
msgstr ""
-#: gimp-keys.xml:240(action) gimp-keys.xml:247(action)
+#: gimp-keys.xml:240(action) gimp-keys.xml:246(action)
msgid "Scroll canvas"
msgstr ""
#: gimp-keys.xml:242(note)
msgid ""
-"Scrolling by keys is accelerated, i.e. it speeds up when you press Shift"
-"+arrows."
+"Scrolling by keys is accelerated, i.e. it speeds up when you press "
+"Shift+arrows."
msgstr ""
-#: gimp-keys.xml:250(action)
+#: gimp-keys.xml:249(action)
msgid "Scroll canvas vertically"
msgstr ""
-#: gimp-keys.xml:253(action)
+#: gimp-keys.xml:252(action)
msgid "Scroll canvas horizontally"
msgstr ""
-#: gimp-keys.xml:259(title)
+#: gimp-keys.xml:257(title)
msgid "Rulers and Guides"
msgstr ""
-#: gimp-keys.xml:261(action)
+#: gimp-keys.xml:259(action)
msgid "Drag off a ruler to create guide"
msgstr ""
-#: gimp-keys.xml:264(note)
+#: gimp-keys.xml:261(note)
msgid ""
"Drag off the horizontal or vertical ruler to create a new guide line. Drag a "
"guide line onto the ruler to delete it."
msgstr ""
-#: gimp-keys.xml:269(action)
+#: gimp-keys.xml:265(action)
msgid "Drag a sample point out of the rulers"
msgstr ""
-#: gimp-keys.xml:273(key)
+#: gimp-keys.xml:268(key)
msgid "<shift/><ctrl/>R"
msgstr ""
-#: gimp-keys.xml:273(action)
+#: gimp-keys.xml:268(action)
msgid "Toggle rulers"
msgstr ""
-#: gimp-keys.xml:276(key)
+#: gimp-keys.xml:271(key)
msgid "<shift/><ctrl/>T"
msgstr ""
-#: gimp-keys.xml:276(action)
+#: gimp-keys.xml:271(action)
msgid "Toggle guides"
msgstr ""
-#: gimp-keys.xml:284(title)
+#: gimp-keys.xml:279(title)
msgid "Image"
msgstr ""
-#: gimp-keys.xml:287(key)
+#: gimp-keys.xml:282(key)
msgid "<ctrl/>D"
msgstr ""
-#: gimp-keys.xml:287(action)
+#: gimp-keys.xml:282(action)
msgid "Duplicate image"
msgstr ""
-#: gimp-keys.xml:291(action)
+#: gimp-keys.xml:286(action)
msgid "Image properties"
msgstr ""
-#: gimp-keys.xml:297(title) gimp-keys.xml:511(action)
+#: gimp-keys.xml:292(title) gimp-keys.xml:507(action)
msgid "Layers"
msgstr ""
-#: gimp-keys.xml:300(key)
+#: gimp-keys.xml:295(key)
msgid "<shift/><ctrl/>N"
msgstr ""
-#: gimp-keys.xml:300(action)
+#: gimp-keys.xml:295(action)
msgid "New layer"
msgstr ""
-#: gimp-keys.xml:303(key)
+#: gimp-keys.xml:298(key)
msgid "<shift/><ctrl/>D"
msgstr ""
-#: gimp-keys.xml:303(action)
+#: gimp-keys.xml:298(action)
msgid "Duplicate layer"
msgstr ""
-#: gimp-keys.xml:307(action)
+#: gimp-keys.xml:302(action)
msgid "Select the layer above"
msgstr ""
-#: gimp-keys.xml:311(action)
+#: gimp-keys.xml:306(action)
msgid "Select the layer below"
msgstr ""
-#: gimp-keys.xml:314(key)
+#: gimp-keys.xml:309(key)
msgid "<ctrl/>M"
msgstr ""
-#: gimp-keys.xml:314(action)
+#: gimp-keys.xml:309(action)
msgid "Merge visible layers"
msgstr ""
-#: gimp-keys.xml:317(key)
+#: gimp-keys.xml:312(key)
msgid "<ctrl/>H"
msgstr ""
-#: gimp-keys.xml:317(action)
+#: gimp-keys.xml:312(action)
msgid "Anchor layer"
msgstr ""
-#: gimp-keys.xml:323(title) gimp-keys.xml:480(action)
+#: gimp-keys.xml:318(title) gimp-keys.xml:474(action)
msgid "Toolbox"
msgstr ""
-#: gimp-keys.xml:325(title)
+#: gimp-keys.xml:320(title)
msgid "Tools"
msgstr ""
-#: gimp-keys.xml:327(key)
+#: gimp-keys.xml:322(key)
msgid "R"
msgstr ""
-#: gimp-keys.xml:328(action)
+#: gimp-keys.xml:323(action)
msgid "Rectangle Select"
msgstr ""
-#: gimp-keys.xml:331(key)
+#: gimp-keys.xml:326(key)
msgid "E"
msgstr ""
-#: gimp-keys.xml:332(action)
+#: gimp-keys.xml:327(action)
msgid "Ellipse Select"
msgstr ""
-#: gimp-keys.xml:335(key)
+#: gimp-keys.xml:330(key)
msgid "F"
msgstr ""
-#: gimp-keys.xml:336(action)
+#: gimp-keys.xml:331(action)
msgid "Free Select"
msgstr ""
-#: gimp-keys.xml:339(key) gimp-keys.xml:467(key)
+#: gimp-keys.xml:334(key) gimp-keys.xml:462(key)
msgid "Z"
msgstr ""
-#: gimp-keys.xml:340(action)
+#: gimp-keys.xml:335(action)
msgid "Fuzzy Select"
msgstr ""
-#: gimp-keys.xml:343(key)
+#: gimp-keys.xml:338(key)
msgid "<shift/>O"
msgstr ""
-#: gimp-keys.xml:344(action)
+#: gimp-keys.xml:339(action)
msgid "Select By Color"
msgstr ""
-#: gimp-keys.xml:347(key)
+#: gimp-keys.xml:342(key)
msgid "I"
msgstr ""
-#: gimp-keys.xml:348(action)
+#: gimp-keys.xml:343(action)
msgid "Intelligent Scissors"
msgstr ""
-#: gimp-keys.xml:351(key)
+#: gimp-keys.xml:346(key)
msgid "<shift/>B"
msgstr ""
-#: gimp-keys.xml:352(action)
+#: gimp-keys.xml:347(action)
msgid "Bucket Fill"
msgstr ""
-#: gimp-keys.xml:355(key)
+#: gimp-keys.xml:350(key)
msgid "G"
msgstr ""
-#: gimp-keys.xml:356(action)
+#: gimp-keys.xml:351(action)
msgid "Gradient"
msgstr ""
-#: gimp-keys.xml:359(key)
+#: gimp-keys.xml:354(key)
msgid "N"
msgstr ""
-#: gimp-keys.xml:360(action)
+#: gimp-keys.xml:355(action)
msgid "Pencil"
msgstr ""
-#: gimp-keys.xml:363(key)
+#: gimp-keys.xml:358(key)
msgid "P"
msgstr ""
-#: gimp-keys.xml:364(action)
+#: gimp-keys.xml:359(action)
msgid "Paintbrush"
msgstr ""
-#: gimp-keys.xml:367(key)
+#: gimp-keys.xml:362(key)
msgid "<shift/>E"
msgstr ""
-#: gimp-keys.xml:368(action)
+#: gimp-keys.xml:363(action)
msgid "Eraser"
msgstr ""
-#: gimp-keys.xml:371(key)
+#: gimp-keys.xml:366(key)
msgid "A"
msgstr ""
-#: gimp-keys.xml:372(action)
+#: gimp-keys.xml:367(action)
msgid "Airbrush"
msgstr ""
-#: gimp-keys.xml:375(key)
+#: gimp-keys.xml:370(key)
msgid "K"
msgstr ""
-#: gimp-keys.xml:376(action)
+#: gimp-keys.xml:371(action)
msgid "Ink"
msgstr ""
-#: gimp-keys.xml:379(key)
+#: gimp-keys.xml:374(key)
msgid "Y"
msgstr ""
-#: gimp-keys.xml:380(action)
+#: gimp-keys.xml:375(action)
msgid "MyPaint Brush"
msgstr ""
-#: gimp-keys.xml:383(key)
+#: gimp-keys.xml:378(key)
msgid "C"
msgstr ""
-#: gimp-keys.xml:384(action)
+#: gimp-keys.xml:379(action)
msgid "Clone"
msgstr ""
-#: gimp-keys.xml:387(key)
+#: gimp-keys.xml:382(key)
msgid "H"
msgstr ""
-#: gimp-keys.xml:388(action)
+#: gimp-keys.xml:383(action)
msgid "Heal"
msgstr ""
-#: gimp-keys.xml:391(key)
+#: gimp-keys.xml:386(key)
msgid "<shift/>U"
msgstr ""
-#: gimp-keys.xml:392(action)
+#: gimp-keys.xml:387(action)
msgid "Blur/Sharpen"
msgstr ""
-#: gimp-keys.xml:395(key)
+#: gimp-keys.xml:390(key)
msgid "S"
msgstr ""
-#: gimp-keys.xml:396(action)
+#: gimp-keys.xml:391(action)
msgid "Smudge"
msgstr ""
-#: gimp-keys.xml:399(key)
+#: gimp-keys.xml:394(key)
msgid "<shift/>D"
msgstr ""
-#: gimp-keys.xml:400(action)
+#: gimp-keys.xml:395(action)
msgid "Dodge/Burn"
msgstr ""
-#: gimp-keys.xml:403(key)
+#: gimp-keys.xml:398(key)
msgid "Q"
msgstr ""
-#: gimp-keys.xml:404(action)
+#: gimp-keys.xml:399(action)
msgid "Alignment"
msgstr ""
-#: gimp-keys.xml:407(key)
+#: gimp-keys.xml:402(key)
msgid "M"
msgstr ""
-#: gimp-keys.xml:408(action)
+#: gimp-keys.xml:403(action)
msgid "Move"
msgstr ""
-#: gimp-keys.xml:411(key)
+#: gimp-keys.xml:406(key)
msgid "<shift/>C"
msgstr ""
-#: gimp-keys.xml:412(action)
+#: gimp-keys.xml:407(action)
msgid "Crop"
msgstr ""
-#: gimp-keys.xml:415(key)
+#: gimp-keys.xml:410(key)
msgid "<shift/>R"
msgstr ""
-#: gimp-keys.xml:416(action)
+#: gimp-keys.xml:411(action)
msgid "Rotate"
msgstr ""
-#: gimp-keys.xml:419(key)
+#: gimp-keys.xml:414(key)
msgid "<shift/>S"
msgstr ""
-#: gimp-keys.xml:420(action)
+#: gimp-keys.xml:415(action)
msgid "Scale"
msgstr ""
-#: gimp-keys.xml:423(key)
+#: gimp-keys.xml:418(key)
msgid "<shift/>H"
msgstr ""
-#: gimp-keys.xml:424(action)
+#: gimp-keys.xml:419(action)
msgid "Shear"
msgstr ""
-#: gimp-keys.xml:427(key)
+#: gimp-keys.xml:422(key)
msgid "<shift/>P"
msgstr ""
-#: gimp-keys.xml:428(action)
+#: gimp-keys.xml:423(action)
msgid "Perspective"
msgstr ""
-#: gimp-keys.xml:431(key)
+#: gimp-keys.xml:426(key)
msgid "<shift/>T"
msgstr ""
-#: gimp-keys.xml:432(action)
+#: gimp-keys.xml:427(action)
msgid "Unified Transform"
msgstr ""
-#: gimp-keys.xml:435(key)
+#: gimp-keys.xml:430(key)
msgid "<shift/>L"
msgstr ""
-#: gimp-keys.xml:436(action)
+#: gimp-keys.xml:431(action)
msgid "Handle Transform"
msgstr ""
-#: gimp-keys.xml:439(key)
+#: gimp-keys.xml:434(key)
msgid "<shift/>F"
msgstr ""
-#: gimp-keys.xml:440(action)
+#: gimp-keys.xml:435(action)
msgid "Flip"
msgstr ""
-#: gimp-keys.xml:443(key)
+#: gimp-keys.xml:438(key)
msgid "<shift/>G"
msgstr ""
-#: gimp-keys.xml:444(action)
+#: gimp-keys.xml:439(action)
msgid "Cage Transform"
msgstr ""
-#: gimp-keys.xml:447(key)
+#: gimp-keys.xml:442(key)
msgid "W"
msgstr ""
-#: gimp-keys.xml:448(action)
+#: gimp-keys.xml:443(action)
msgid "Warp Transform"
msgstr ""
-#: gimp-keys.xml:451(key)
+#: gimp-keys.xml:446(key)
msgid "B"
msgstr ""
-#: gimp-keys.xml:452(action)
+#: gimp-keys.xml:447(action)
msgid "Paths"
msgstr ""
-#: gimp-keys.xml:455(key)
+#: gimp-keys.xml:450(key)
msgid "T"
msgstr ""
-#: gimp-keys.xml:456(action)
+#: gimp-keys.xml:451(action)
msgid "Text"
msgstr ""
-#: gimp-keys.xml:459(key)
+#: gimp-keys.xml:454(key)
msgid "O"
msgstr ""
-#: gimp-keys.xml:460(action)
+#: gimp-keys.xml:455(action)
msgid "Color Picker"
msgstr ""
-#: gimp-keys.xml:463(key)
+#: gimp-keys.xml:458(key)
msgid "<shift/>M"
msgstr ""
-#: gimp-keys.xml:464(action)
+#: gimp-keys.xml:459(action)
msgid "Measure"
msgstr ""
-#: gimp-keys.xml:470(note)
+#: gimp-keys.xml:465(note)
msgid "Double click on the tool buttons opens the Tool Options dialog."
msgstr ""
-#: gimp-keys.xml:477(title)
+#: gimp-keys.xml:471(title)
msgid "Context"
msgstr ""
-#: gimp-keys.xml:479(key)
+#: gimp-keys.xml:473(key)
msgid "<Ctrl/>B"
msgstr ""
-#: gimp-keys.xml:483(key)
+#: gimp-keys.xml:477(key)
msgid "D"
msgstr ""
-#: gimp-keys.xml:484(action)
+#: gimp-keys.xml:478(action)
msgid "Default Colors"
msgstr ""
-#: gimp-keys.xml:487(key)
+#: gimp-keys.xml:481(key)
msgid "X"
msgstr ""
-#: gimp-keys.xml:488(action)
+#: gimp-keys.xml:482(action)
msgid "Swap Colors"
msgstr ""
-#: gimp-keys.xml:490(note)
+#: gimp-keys.xml:484(note)
msgid "Click on the colors to change the colors."
msgstr ""
-#: gimp-keys.xml:496(title) gimp-keys.xml:574(title)
+#: gimp-keys.xml:492(title) gimp-keys.xml:566(title)
msgid "Filters"
msgstr ""
-#: gimp-keys.xml:499(key) gimp-keys.xml:577(key)
+#: gimp-keys.xml:495(key) gimp-keys.xml:569(key)
msgid "<ctrl/>F"
msgstr ""
-#: gimp-keys.xml:499(action) gimp-keys.xml:577(action)
+#: gimp-keys.xml:495(action) gimp-keys.xml:569(action)
msgid "Repeat last filter"
msgstr ""
-#: gimp-keys.xml:502(key) gimp-keys.xml:580(key)
+#: gimp-keys.xml:498(key) gimp-keys.xml:572(key)
msgid "<shift/><ctrl/>F"
msgstr ""
-#: gimp-keys.xml:502(action) gimp-keys.xml:580(action)
+#: gimp-keys.xml:498(action) gimp-keys.xml:572(action)
msgid "Reshow last filter"
msgstr ""
-#: gimp-keys.xml:508(title)
+#: gimp-keys.xml:504(title)
msgid "Windows"
msgstr ""
-#: gimp-keys.xml:511(key)
+#: gimp-keys.xml:507(key)
msgid "<ctrl/>L"
msgstr ""
-#: gimp-keys.xml:514(key)
+#: gimp-keys.xml:510(key)
msgid "<shift/><ctrl/>B"
msgstr ""
-#: gimp-keys.xml:514(action)
+#: gimp-keys.xml:510(action)
msgid "Brushes"
msgstr ""
-#: gimp-keys.xml:517(key)
+#: gimp-keys.xml:513(key)
msgid "<shift/><ctrl/>P"
msgstr ""
-#: gimp-keys.xml:517(action)
+#: gimp-keys.xml:513(action)
msgid "Patterns"
msgstr ""
-#: gimp-keys.xml:520(key)
+#: gimp-keys.xml:516(key)
msgid "<ctrl/>G"
msgstr ""
-#: gimp-keys.xml:520(action)
+#: gimp-keys.xml:516(action)
msgid "Gradients"
msgstr ""
-#: gimp-keys.xml:522(note)
+#: gimp-keys.xml:518(note)
msgid ""
"These open a new dialog window if it wasn't open yet, otherwise the "
"corresponding dialog gets focus."
msgstr ""
-#: gimp-keys.xml:529(title)
+#: gimp-keys.xml:524(title)
msgid "Within a Dialog"
msgstr ""
-#: gimp-keys.xml:531(action)
+#: gimp-keys.xml:526(action)
msgid "Set the new value"
msgstr ""
-#: gimp-keys.xml:534(note)
+#: gimp-keys.xml:528(note)
msgid ""
"This accepts the new value you typed in a text field and returns focus to "
"canvas."
msgstr ""
-#: gimp-keys.xml:540(action)
+#: gimp-keys.xml:533(action)
msgid "Activate current button or list"
msgstr ""
-#: gimp-keys.xml:545(title)
+#: gimp-keys.xml:537(title)
msgid "Within a multi-tab dialog"
msgstr ""
-#: gimp-keys.xml:548(action)
+#: gimp-keys.xml:540(action)
msgid "Switch tabs up"
msgstr ""
-#: gimp-keys.xml:552(action)
+#: gimp-keys.xml:544(action)
msgid "Switch tabs down"
msgstr ""
-#: gimp-keys.xml:557(title)
+#: gimp-keys.xml:549(title)
msgid "Within a File Dialog"
msgstr ""
-#: gimp-keys.xml:559(action)
+#: gimp-keys.xml:551(action)
msgid "Up-Folder"
msgstr ""
-#: gimp-keys.xml:562(action)
+#: gimp-keys.xml:554(action)
msgid "Down-Folder"
msgstr ""
-#: gimp-keys.xml:565(action)
+#: gimp-keys.xml:557(action)
msgid "Home-Folder"
msgstr ""
-#: gimp-keys.xml:568(action)
+#: gimp-keys.xml:560(action)
msgid "Close Dialog"
msgstr ""
-#: gimp-keys.xml:589(title) gimp-keys.xml:593(action)
+#: gimp-keys.xml:581(title) gimp-keys.xml:585(action)
msgid "Help"
msgstr ""
-#: gimp-keys.xml:597(action)
+#: gimp-keys.xml:589(action)
msgid "Context Help"
msgstr ""
-#: gimp-keys.xml:600(key)
+#: gimp-keys.xml:592(key)
msgid "/"
msgstr ""
-#: gimp-keys.xml:601(action)
+#: gimp-keys.xml:593(action)
msgid "Search and run a command"
msgstr ""
-#: gimp-keys.xml:607(title)
+#: gimp-keys.xml:599(title)
msgid "Zoom tool"
msgstr ""
-#: gimp-keys.xml:610(action)
+#: gimp-keys.xml:602(action)
msgid "Zoom in"
msgstr ""
-#: gimp-keys.xml:613(action)
+#: gimp-keys.xml:605(action)
msgid "Zoom out"
msgstr ""
-#: gimp-keys.xml:617(action)
+#: gimp-keys.xml:609(action)
msgid "Zoom in inside the area"
msgstr ""
-#: gimp-keys.xml:621(action)
+#: gimp-keys.xml:613(action)
msgid "Zoom out inside the area"
msgstr ""
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]