blob: bce5b804266a141d3823368d563bfbcb7a96063d (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
<HTML>
<HEAD><TITLE>Eeshow help</TITLE></HEAD>
<H1>Key functions in GUI mode</H1>
<TABLE>
<TR>
<TD>+ or =
<TD>zoom in
<TR>
<TD>-
<TD>zoom out
<TR>
<TD>*
<TD>fit to window
<TR>
<TD>Home
<TD>go to the top sheet
<TR>
<TD>Delete or Backspace
<TD>go to the next higher sheet in hierarchy
<TR>
<TD>PgUp
<TD>go to the previous sheet in sequence
<TR>
<TD>PgDn
<TD>go to the next sheet in sequence
<TR>
<TD>Tab
<TD>toggle between old and new revision
<TR>
<TD>Esc
<TD>cancel current action (exit history, close pop-up,
de-highlight glabel, close help)
<TR>
<TD>E
<TD>show/hide extra information (pin types)
<TR>
<TD>Shift+D
<TD>toggle between "diff" and experimental "delta" mode
<TR>
<TD>H
<TD>open/close help window
<TR>
<TD>T
<TD>toggle performance timer
<TR>
<TD>D
<TD>when comparing revisions, show difference
<TR>
<TD>N
<TD>show newer sheet
<TR>
<TD>O
<TD>show older sheet
<TR>
<TD>Q
<TD>quit the viewer
</TABLE>
</BODY>
</HTML>
|