mirror of
https://github.com/php/web-pres2.git
synced 2026-03-23 23:12:07 +01:00
22 lines
758 B
PHP
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"><space></td><td>Next Slide</td></tr>
|
|
<tr><td align="center"><Enter></td><td>Next Slide</td></tr>
|
|
<tr><td align="center"><Backspace></td><td>Previous Slide</td></tr>
|
|
<tr><td align="center"><DEL></td><td>Previous Slide</td></tr>
|
|
<tr><td align="center"><ESC></td><td>Reload Current Slide</td></tr>
|
|
<tr><td align="center">?</td><td>This Help File</td></tr>
|
|
</table>
|
|
</table>
|
|
</body>
|
|
</html>
|