30 lines
721 B
Perl
30 lines
721 B
Perl
|
#define _PAGE_ Manual - Text Reader
|
||
|
#include "head.t"
|
||
|
#include "manual.t"
|
||
|
|
||
|
<img src="rec-reader.png">
|
||
|
|
||
|
<p>The text reader is a rather primitive tool to view plain text files.
|
||
|
|
||
|
<h2>Button bindings</h2>
|
||
|
|
||
|
<p>
|
||
|
<table class=buttontable>
|
||
|
<tr><th>Key</th><th>Function</th></tr>
|
||
|
<tr><td nowrap> UP/DOWN (r) <br>LEFT/RIGHT (p)</td>
|
||
|
<td> Move one line up/down </td></tr>
|
||
|
|
||
|
<tr><td> LEFT/RIGHT (r) <br>MENU + LEFT/RIGHT (p)</td>
|
||
|
<td> Move one column left/right </td></tr>
|
||
|
|
||
|
<tr><td> ON + UP/DOWN (r)</td>
|
||
|
<td> (Recorder only) Move one page up/down</td></tr>
|
||
|
|
||
|
<tr><td> ON + LEFT/RIGHT (r)</td>
|
||
|
<td> (Recorder only) Move one screen left/right</td></tr>
|
||
|
|
||
|
<tr><td>OFF (r) <br>STOP (p)</td><td> Exit </td></tr>
|
||
|
</table>
|
||
|
|
||
|
#include "foot.t"
|