blob: 88c3ec471065b1c10f36c19d32778d4ec3feb05f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
#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"
|