UltimateZoneBuilder/Help/classiccontrols.html

46 lines
1.9 KiB
HTML
Raw Normal View History

2009-04-11 10:22:08 +00:00
<!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>
2009-04-11 17:57:07 +00:00
<td width="150" valign="top"><b>E</b></td>
2009-04-11 10:22:08 +00:00
<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>
2009-04-14 17:44:35 +00:00
<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>
2009-04-11 10:22:08 +00:00
</table>
</p>
</div>
</body>