Added JavaHelp and some first entries into the documentation. JExtDesktopPane now defines keystrokes to access tiling/cascading windows. The main GUI has a new menu structure, showing a preferences entry in the options menu and a "Help Contents" under the Help menu.
70 lines
1.3 KiB
HTML
70 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<h3>Menu Shortcuts</h3>
|
|
<p>There are keyboard shortcuts available to activate the following menu commands and other general commands:</p>
|
|
<ul>
|
|
<li><a href="#options">Options menu</a></li>
|
|
</ul>
|
|
|
|
|
|
<h4><a name="options">Options menu</a></h4>
|
|
<table border="1">
|
|
<tr>
|
|
<th>Keys</th>
|
|
<th>Command</th>
|
|
<th>Action</th>
|
|
</tr>
|
|
<tr>
|
|
<td>CTRL+P</td>
|
|
<td>Preferences</td>
|
|
<td>Opens the preferences dialog</td>
|
|
</tr>
|
|
<tr>
|
|
<td>CTRL+Q</td>
|
|
<td>Quit</td>
|
|
<td>Exits the application</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h4><a name="options">Windows menu</a></h4>
|
|
<table border="1">
|
|
<tr>
|
|
<th>Keys</th>
|
|
<th>Command</th>
|
|
<th>Action</th>
|
|
</tr>
|
|
<tr>
|
|
<td>CTRL+M</td>
|
|
<td>Cascade Windows</td>
|
|
<td>Cascades the visible internal windows</td>
|
|
</tr>
|
|
<tr>
|
|
<td>CTRL+,</td>
|
|
<td>Tile vertically</td>
|
|
<td>Tile the visible internal windows vertically</td>
|
|
</tr>
|
|
<tr>
|
|
<td>CTRL+.</td>
|
|
<td>Tile horizontally</td>
|
|
<td>Tile the visible internal windows horizontally</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h4><a name="options">Help menu</a></h4>
|
|
<table border="1">
|
|
<tr>
|
|
<th>Keys</th>
|
|
<th>Command</th>
|
|
<th>Action</th>
|
|
</tr>
|
|
<tr>
|
|
<td>F1</td>
|
|
<td>Help</td>
|
|
<td>Opens the help contents</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|