From: <xb...@us...> - 2014-01-29 17:41:34
|
Revision: 1892 http://sourceforge.net/p/scstudio/code/1892 Author: xborza Date: 2014-01-29 17:41:31 +0000 (Wed, 29 Jan 2014) Log Message: ----------- Keyboard shortcuts HELP update Modified Paths: -------------- trunk/doc/help/frontend/shape_selection.body.htm trunk/doc/help/frontend/shortcuts.body.htm Modified: trunk/doc/help/frontend/shape_selection.body.htm =================================================================== --- trunk/doc/help/frontend/shape_selection.body.htm 2014-01-29 12:09:54 UTC (rev 1891) +++ trunk/doc/help/frontend/shape_selection.body.htm 2014-01-29 17:41:31 UTC (rev 1892) @@ -29,6 +29,30 @@ all instances (or messages) to the current selection instead of making a new selection. </p> + <h2 id="duplicate_drop"> + Duplicate and Drop Shape + </h2> + <p> + The Duplicate and Drop Shape function enables comfortable drawing when it + is needed to use the same shape repeatedly.<br/> + In this case you don't have to drag and drop the necessary shape from + menu again, just apply the following steps: + <ol> + <li>Select one shape lying on actual page in Visio. Otherwise the last dropped shape is usually selected.</li> + <li>Move the cursor exactly into the position, where you wish to drop the shape.</li> + <li>Invoke <i>Duplicate and Drop</i> function by <code>Ctrl+Alt+X</code> keyboard shortcut.</li> + </ol> + This feature is a bit similar to <code>copy and paste</code> function supported by Visio, but there are some important differences: + <ul> + <li>In contrast with <code>copy/paste</code>, shape is dropped <b>exactly</b> into position of your cursor.</li> + <li>Every shape dropped by <code>Ctrl+Alt+X</code> shortcut + has the same properties as it were dragged and dropped from menu (in contrast to <code>copy/paste</code>, where you get shape with copied properties of the selected one). You inform SCStudio about the type of requested shape by selecting the one on the page, not in menu. From that reason you can select only one shape on the page before using this function.</li> + <ul> + </p> + <img src="pictures/dup_drop1.png" alt="Duplicate and Drop Shape" /> + <img src="pictures/dup_drop3.png" alt="Duplicate and Drop Shape" /> + <img src="pictures/dup_drop4.png" alt="Duplicate and Drop Shape" /> + </div> </body> </html> Modified: trunk/doc/help/frontend/shortcuts.body.htm =================================================================== --- trunk/doc/help/frontend/shortcuts.body.htm 2014-01-29 12:09:54 UTC (rev 1891) +++ trunk/doc/help/frontend/shortcuts.body.htm 2014-01-29 17:41:31 UTC (rev 1892) @@ -61,7 +61,7 @@ <code>Ctrl+Alt+X</code> </td> <td> - Duplicate and drop selected shape into mouse position + <a href="shape_selection.html#duplicate_drop">Duplicate and drop selected shape into mouse position<> </td> </tr> </table> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |