<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Classic Controls</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" type="text/css" href="default.css" media="screen" title="Default" /> </head> <body> <div id="iframecontents"> <p> <table border="0" cellspacing="6" width="90%"> <tr> <td width="150" valign="top"><b>E</b></td> <td>Starts the <a href="e_editselection.html" target="_parent">Edit Selection Mode</a> to move, resize, flip and/or rotate the highlighted or selected elements.</td> </tr> <tr> <td valign="top"><b title="Left Mouse Button">LMB</b></td> <td>Click to select or deselect. Hold and drag to make a rectangular selection. While making a rectangular selection you can hold <b>Shift</b> to change the additive behavior.</td> </tr> <tr> <td valign="top"><b title="Right Mouse Button">RMB</b></td> <td>Click once on an element or selection of elements to edit properties. Hold and drag to move the element or selection around. While dragging you can hold <b>Shift</b> to change the Snap-To-Grid behavior, and/or hold <b>Control</b> to change the Snap-To-Geometry behavior.</td> </tr> <tr> <td valign="top"><b>C</b></td> <td>Clears the selection.</td> </tr> <tr> <td valign="top"><b>Control+C</b></td> <td>Copy the current selection or highlighted element to the clipboard.</td> </tr> <tr> <td valign="top"><b>Control+X</b></td> <td>Cuts the current selection or highlighted element and places it on the clipboard.</td> </tr> <tr> <td valign="top"><b>Control+V</b></td> <td>Pastes from the clipboard as a new selection in <a href="e_editselection.html" target="_parent">Edit Selection Mode</a>.</td> </tr> <tr> <td valign="top"><b>Control+W</b></td> <td>Place or move the Visual Mode camera to the mouse coordinates. Next time you go into <a href="e_visual.html" target="_parent">Visual Mode</a>, you will be at these coordinates.</td> </tr> </table> </p> </div> </body>