diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-22 21:40:20 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-22 21:40:20 +0100 |
commit | a9c60052b8d60039282731725323435efc3cb738 (patch) | |
tree | e7c4f111ad4df64f3666d9d92a52e686f34d3626 /help/ia/rotate.page | |
parent | 605c1a360ed84067ea413501cfa71debe3f6f137 (diff) | |
parent | 6f674ee5c209ae295a32211c9c86807aa06999a5 (diff) |
Merge tag 'upstream/3.24.0'
Upstream version 3.24.0
Diffstat (limited to 'help/ia/rotate.page')
-rw-r--r-- | help/ia/rotate.page | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/help/ia/rotate.page b/help/ia/rotate.page new file mode 100644 index 0000000..2884dee --- /dev/null +++ b/help/ia/rotate.page @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="utf-8"?> +<page xmlns="http://projectmallard.org/1.0/" type="guide" id="rotate" xml:lang="ia"> + + <info> + <link type="guide" xref="index#modify"/> + </info> + + <title>Rotar un pagina</title> + + <p> + In <app>Simple Scan</app>, you can change the rotation of a page either before or after scanning the page. + Currently, there are four ways to rotate a page: + </p> + + <steps> + <title>Use Toolbar Buttons</title> + <item><p>Select the page you want to rotate by clicking on it once.</p></item> + <item><p>Press one of the arrows on the toolbar to rotate the page in the desired direction.</p></item> + </steps> + <steps> + <title>Usar le clic dextere</title> + <item><p>Right click on the page you want to rotate.</p></item> + <item><p>From the context menu choose "Rotate Left" or "Rotate Right".</p></item> + </steps> + + <steps> + <title>Usar un Menu</title> + <item><p>Select the page you want to rotate by clicking on it once.</p></item> + <item><p>Click the "Page" menu and select "Rotate Left" or "Rotate Right".</p></item> + </steps> + + <steps> + <title>Use Shortcuts</title> + <item><p>Select the page you want to rotate by clicking on it once.</p></item> + <item><p>Press one of the following shortcut keys:</p> + <table frame="bottom left right" rules="rows cols" shade="rows"> + <tr> + <td><p><em>Command</em></p></td> + <td><p><em>Shortcut Key</em></p></td> + </tr> + <tr> + <td><p>Rotar a sinistra</p></td> + <td><p><key>[</key> (left bracket)</p></td> + </tr> + <tr> + <td><p>Rotar a dextra</p></td> + <td><p><key>]</key> (right bracket)</p></td> + </tr> + </table> + </item> + </steps> + + <note><p> + Each new scanned page will use the previous rotation. + </p></note> +</page> |