r17676 by gpittman - fixed an erroneous notion I had in keyboard shortcuts doc

scribus-commit scribus-commit at lists.scribus.net
Wed Jul 4 00:56:48 UTC 2012


Author: gpittman
Date: Wed Jul  4 00:56:48 2012
New Revision: 17676

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=17676
Log:
fixed an erroneous notion I had in keyboard shortcuts doc

Modified:
    trunk/Scribus/doc/en/keys.html

Modified: trunk/Scribus/doc/en/keys.html
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=17676&path=/trunk/Scribus/doc/en/keys.html
==============================================================================
--- trunk/Scribus/doc/en/keys.html (original)
+++ trunk/Scribus/doc/en/keys.html Wed Jul  4 00:56:48 2012
@@ -163,6 +163,7 @@
 <li>Right-arrow or Down-arrow enlarge image (Scaling goes up, X-Pos and Y-Pos are unchanged)</li>
 <li>Left-arrow or Up-arrow shrink image</li>
 </ul>
+ 
 <li>Holding down no modifier, or Shift, or Ctrl, or Shift+Ctrl<br />(Image moves, not frame)</li>
 <ul>
 <li>Right-arrow moves image to right (increases X-Pos)</li>
@@ -172,12 +173,14 @@
 <li>The relative amounts of movement:
 <br />Shift > Ctrl = no key > Shift+Ctrl</li>
 </ul></ul>
-<br />The amounts are numerically independent of units, and therefore are greatest with a unit of inches
-<table cellpadding="5">
-<tr><td>Points:</td> <td> Shift – 1.27 pts</td> <td>Ctrl – 0.12(7) pts</td> <td>Shift+Ctrl – 0.01(27) pts</td></tr>
-<tr><td>Millimeters:</td> <td> Shift – 1.27 mm</td> <td> Ctrl – 0.127 mm</td> <td>Shift+Ctrl – 0.012(7) mm</td></tr>
-<tr><td>Inches:</td> <td> Shift – 1.27 in</td> <td>Ctrl – 0.127 in</td> <td>Shift+Ctrl – 0.0127 in</td></tr>
+<br />The amount of movement is <b>numerically independent of units but dependent on scaling of the image</b>, and therefore is greatest with a unit of inches.
+<table cellpadding="5" align="center">
+<tr><td></td> <td align="center"> Shift</td> <td align="center"> Ctrl</td> <td align="center">Shift+Ctrl</td></tr>
+<tr><td>Movement:</td> <td align="center">0.1 × Scaling</td> <td align="center">0.01 × Scaling </td> <td align="center">0.001 &times Scaling</td></tr>
+<tr><td><i>Example</i></td></tr>
+<tr><td>48.1% Scale:</td> <td align="center">4.81 units</td> <td align="center">0.481 units</td> <td align="center">0.0481 units</td></tr>
 </table>
+<p>Clearly, with units of inches, one would need to be careful. Furthermore, note that if your X-Scale is different from Y-Scale, the movement will be different in each direction, again according to this calculation.</p>
 <h3>Selection/Navigation Keys</h3>
 <p>Holding Shift while Left clicking add objects to current selection, for multiple selection.</p>
 <p>Shift+Right/Left Arrow selects Characters</p>




More information about the scribus-commit mailing list