- Modified reference guide to include images.

This commit is contained in:
Rob Pearce 2005-11-15 03:44:18 +00:00
parent 327b83a6dc
commit 5300b3e324
28 changed files with 269 additions and 70 deletions

BIN
doc/addobj.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
doc/copy.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
doc/createmaplink.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
doc/delmap.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 999 B

BIN
doc/drill.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 967 B

BIN
doc/fg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
doc/fill.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
doc/flow.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 988 B

BIN
doc/grid.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
doc/linetype-arrow.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
doc/linetype-style.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
doc/linetype-thick.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1011 B

BIN
doc/linetype.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
doc/maparea.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
doc/maplist-back.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
doc/maplist-submap.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
doc/maplist-title.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
doc/maplist.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
doc/matchpos.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 B

BIN
doc/matchsize.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
doc/newmap.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 955 B

BIN
doc/objbox.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
doc/open.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1009 B

BIN
doc/paste.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
doc/point.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -5,93 +5,292 @@
<h1>Netmapr Command Reference</h1> <h1>Netmapr Command Reference</h1>
</center> </center>
<table border=1> <table border=1>
<tr> <tr bgcolor=00ffff>
<th>Location</th>
<th>Action</th> <th>Action</th>
<th>Alternate Action</th>
<th>Command</th> <th>Command</th>
</tr> </tr>
<tr> <tr>
<td><center><img src="point.jpg" alt="Pointer"></center></td>
<td>Left mouse button</td> <td>Left mouse button</td>
<td>Single click creates objects/text.<br>Double click drills down into objects or edits text.<br>Click+drag moves objects/text.</td> <td>&nbsp;</td>
<td>Enter selection mode.</td>
</tr> </tr>
<tr bgcolor=bbbbbb>
<td rowspan=2><center><img src="addobj.jpg" alt="Add Object"></center></td>
<td>Left mouse button</td>
<td>'a' Key</td>
<td>Enter object addition mode.</td>
</tr>
<tr bgcolor=bbbbbb>
<td>Right mouse button</td>
<td>'m' Key</td>
<td>Change type of selected object to next object clicked on.</td>
</tr>
<tr> <tr>
<td>Middle mouse button</td> <td rowspan=2><center><img src="text.jpg" alt="Add Text"></center></td>
<td>Create links, add points to links</td> <td>Left mouse button</td>
</tr> <td>'t' Key</td>
<tr> <td>Enter text addition mode.</td>
<td>CTRL+Left click</td>
<td>Create links, add points to links</td>
</tr> </tr>
<tr> <tr>
<td>Right mouse button</td> <td>Right mouse button</td>
<td>'e' Key or F2</td>
<td>Modify the currently selected text item.</td>
</tr>
<tr bgcolor=bbbbbb>
<td><center><img src="copy.jpg" alt="Copy"></center></td>
<td>Left mouse button</td>
<td>'c' Key</td>
<td>Copy select object/text. If nothing is selected, copies the entire map.</td>
</tr>
<tr>
<td><center><img src="paste.jpg" alt="Paste"></center></td>
<td>Left mouse button</td>
<td>'c' or 'v' Key</td>
<td>Paste buffer into current map.</td>
</tr>
<tr bgcolor=bbbbbb>
<td rowspan=2><center><img src="grid.jpg" alt="Grid"></center></td>
<td>Left mouse button</td>
<td>'g' Key</td>
<td>Toggle snap-to-grid mode on/off.</td>
</tr>
<tr bgcolor=bbbbbb>
<td>Right mouse button</td>
<td>';' Key</td>
<td>Rotate through grid sizes (5 -> 10 -> 15 -> 20)</td>
</tr>
<tr>
<td rowspan=2><center><img src="fg.jpg" alt="FG"></center></td>
<td>Left mouse button</td>
<td>&nbsp;</td>
<td>Apply current foreground colour to selected item.</td>
</tr>
<tr>
<td>Right mouse button</td>
<td>&nbsp;</td>
<td>Select new foreground colour.</td>
</tr>
<tr bgcolor=bbbbbb>
<td rowspan=2><center><img src="fill.jpg" alt="Fill"></center></td>
<td>Left mouse button</td>
<td>&nbsp;</td>
<td>Apply current fill colour to selected item.</td>
</tr>
<tr bgcolor=bbbbbb>
<td>Right mouse button</td>
<td>&nbsp;</td>
<td>Select new fill colour (click on toolbox again to select "No Fill").</td>
</tr>
<tr>
<td rowspan=2><center><img src="linetype-thick.jpg" alt="Line Thickness"></center></td>
<td>Left mouse button</td>
<td>&nbsp;</td>
<td>Apply current line thickness to selected item.</td>
</tr>
<tr>
<td>Right mouse button</td>
<td>&nbsp;</td>
<td>Rotate through line thickness settings.</td>
</tr>
<tr bgcolor=bbbbbb>
<td rowspan=2><center><img src="linetype-style.jpg" alt="Line Style"></center></td>
<td>Left mouse button</td>
<td>&nbsp;</td>
<td>Apply current line style to selected item.</td>
</tr>
<tr bgcolor=bbbbbb>
<td>Right mouse button</td>
<td>&nbsp;</td>
<td>Rotate through line style settings.</td>
</tr>
<tr>
<td rowspan=2><center><img src="linetype-arrow.jpg" alt="Line Arrows"></center></td>
<td>Left mouse button</td>
<td>&nbsp;</td>
<td>Apply current line arrowhead setting to selected item.</td>
</tr>
<tr>
<td>Right mouse button</td>
<td>&nbsp;</td>
<td>Rotate through line arrowhead settings.</td>
</tr>
<tr bgcolor=bbbbbb>
<td><center><img src="matchsize.jpg" alt="Match Size"></center></td>
<td>Left mouse button</td>
<td>'b' Key</td>
<td>Match size of current selection to next object clicked.</td>
</tr>
<tr>
<td rowspan=2><center><img src="matchpos.jpg" alt="Match Position"></center></td>
<td>Left mouse button</td>
<td>'x' Key</td>
<td>Match X (horiziontal) position of current position to next object clicked.</td>
</tr>
<tr>
<td>Right mouse button</td>
<td>'y' Key</td>
<td>Match Y (vertical) position of current position to next object clicked.</td>
</tr>
<tr bgcolor=bbbbbb>
<td rowspan=2><center><img src="flow.jpg" alt="Flow"></center></td>
<td>Left mouse button</td>
<td>'f' Key</td>
<td>Toggle display of traffic flows on/off.</td>
</tr>
<tr bgcolor=bbbbbb>
<td>Right mouse button</td>
<td>&nbsp;</td>
<td>Enter traffic flow definition mode.</td>
</tr>
<tr>
<td><center><img src="drill.jpg" alt="Drill Down"></center></td>
<td>Left mouse button</td>
<td>'d' Key</td>
<td>Drill down to create new map under currently selected object.</td>
</tr>
<tr bgcolor=bbbbbb>
<td><center><img src="createmaplink.jpg" alt="Create Map Link"></center></td>
<td>Left mouse button</td>
<td>&nbsp;</td>
<td>Change link destination of currently selected object.</td>
</tr>
<tr>
<td><center><img src="delmap.jpg" alt="Delete Map"></center></td>
<td>SHIFT + Left mouse button</td>
<td>&nbsp;</td>
<td>Delete the current map.</td>
</tr>
<tr bgcolor=bbbbbb>
<td><center><img src="newmap.jpg" alt="New Map"></center></td>
<td>SHIFT + Left mouse button</td>
<td>&nbsp;</td>
<td>Clear all maps and start a fresh project.</td>
</tr>
<tr>
<td><center><img src="open.jpg" alt="Open"></center></td>
<td>Left mouse button</td>
<td>'l' Key</td>
<td>Load a new project.</td>
</tr>
<tr bgcolor=bbbbbb>
<td><center><img src="save.jpg" alt="Save"></center></td>
<td>Left mouse button</td>
<td>'s' Key</td>
<td>Save the current project into a file (specifying a .BMP extension will triggen an export).</td>
</tr>
<tr>
<td rowspan=3><center><img src="objbox.jpg" alt="Object Box"></center></td>
<td>Left mouse button</td>
<td>&nbsp;</td>
<td>Select new object type.</td>
</tr>
<tr>
<td>Mouse Wheel</td>
<td>'q' and 'w' keys<br>',' and '.' keys</td>
<td>Scroll the object selection box up and down.</td>
</tr>
<tr>
<td>'0' through '9' keys</td>
<td>&nbsp;</td>
<td>Assign object type shortcuts.</td>
</tr>
<tr bgcolor=bbbbbb>
<td><center><img src="maplist-title.jpg" alt="Map List Title"></center></td>
<td>Left mouse button</td>
<td>&nbsp;</td>
<td>Change the name of the current map.</td>
</tr>
<tr>
<td><center><img src="maplist-back.jpg" alt="Map List Go Back"></center></td>
<td>Left mouse button</td>
<td>&nbsp;</td>
<td>Go up one level to the previous map.</td>
</tr>
<tr bgcolor=bbbbbb>
<td><center><img src="maplist-submap.jpg" alt="Map List Submap"></center></td>
<td>Left mouse button</td>
<td>&nbsp;</td>
<td>Drill down into a sub-map.</td>
</tr>
<tr>
<td><center><img src="maparea.jpg" alt="Map Area"></center></td>
<td>Left mouse button</td>
<td>&nbsp;</td>
<td>Single click creates objects/text.<br>Double click drills down into objects or edits text.<br>Click+drag moves objects/text.</td>
</tr>
<tr bgcolor=bbbbbb>
<td><center><img src="maparea.jpg" alt="Map Area"></center></td>
<td>Middle mouse button</td>
<td>&nbsp;</td>
<td>Create links, add points to links</td>
</tr>
<tr>
<td><center><img src="maparea.jpg" alt="Map Area"></center></td>
<td>CTRL+Left click</td>
<td>&nbsp;</td>
<td>Create links, add points to links</td>
</tr>
<tr bgcolor=bbbbbb>
<td><center><img src="maparea.jpg" alt="Map Area"></center></td>
<td>Right mouse button</td>
<td>&nbsp;</td>
<td>Resize objects/text</td> <td>Resize objects/text</td>
</tr> </tr>
<tr> <tr>
<td>'a' key</td> <td><center><img src="maparea.jpg" alt="Map Area"></center></td>
<td>Enter 'add object' mode (same as clicking the add object button)</td>
</tr>
<tr>
<td>'b' key</td>
<td>Match the current object's size to that of the next object clicked on.</td>
</tr>
<tr>
<td>'c' key</td>
<td>Copy current object/text/map.</td>
</tr>
<tr>
<td>'p' key</td>
<td>Paste previously copied object/text/map.</td>
</tr>
<tr>
<td>'d' key</td>
<td>Drill down into the current object (same as clicking the drilldown button).</td>
</tr>
<tr>
<td>'e' key or F2</td>
<td>Edit the currently selected text item.</td>
</tr>
<tr>
<td>'g' key</td>
<td>Toggle snap-to-grid mode on/off.</td>
</tr>
<tr>
<td>'Del' key</td> <td>'Del' key</td>
<td>&nbsp;</td>
<td>Deletes the current object.</td> <td>Deletes the current object.</td>
</tr> </tr>
<tr>
<td>'l' key</td> <tr bgcolor=bbbbbb>
<td>Load a new map.</td> <td><center><img src="maparea.jpg" alt="Map Area"></center></td>
</tr>
<tr>
<td>'m' key</td>
<td>Modify the type of the currently selected object.</td>
</tr>
<tr>
<td>'s' key</td>
<td>Save the current map (will export to .BMP format based on filename).</td>
</tr>
<tr>
<td>'t' key</td>
<td>Enter 'add text' mode (same as clicking the add text button)</td>
</tr>
<tr>
<td>'x' key</td>
<td>Match the current object's X position to that of the next object clicked on.</td>
</tr>
<tr>
<td>'y' key</td>
<td>Match the current object's Y position to that of the next object clicked on.</td>
</tr>
<tr>
<td>',' and '.' keys</td>
<td>Scroll the object selection box up and down.</td>
</tr>
<tr>
<td>';' key</td>
<td>Rotates through grid sizes (only useful when snap-to-grid mode is on).</td>
</tr>
<tr>
<td>'0' through '9' keys</td> <td>'0' through '9' keys</td>
<td>Assign or select object type shortcuts.</td> <td>&nbsp;</td>
<td>Select object type using shortcuts.</td>
</tr> </tr>
</table> </table>
</body> </body>

BIN
doc/save.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1011 B

BIN
doc/text.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB