Files
archived-web-pres2/help.php
2002-06-30 00:25:44 +00:00

22 lines
758 B
PHP

<html>
<head>
<title>Help Page</title>
</head>
<body>
<h1>Keystrokes</h1>
<p>Note that your mouse cursor must be in the top navigation area of the
screen for the keystrokes to work. This is to allow normal interactive
slides to work correctly.</p>
<table border=2>
<tr><th align="center">Key</th><th>Action</th></tr>
<tr><td align="center">&lt;space&gt;</td><td>Next Slide</td></tr>
<tr><td align="center">&lt;Enter&gt;</td><td>Next Slide</td></tr>
<tr><td align="center">&lt;Backspace&gt;</td><td>Previous Slide</td></tr>
<tr><td align="center">&lt;DEL&gt;</td><td>Previous Slide</td></tr>
<tr><td align="center">&lt;ESC&gt;</td><td>Reload Current Slide</td></tr>
<tr><td align="center">?</td><td>This Help File</td></tr>
</table>
</table>
</body>
</html>