mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
29 lines
1.3 KiB
HTML
29 lines
1.3 KiB
HTML
<!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="100" 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>
|
|
</table>
|
|
</p>
|
|
</div>
|
|
</body>
|