forked from GollyGang/ready
-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
53 lines (40 loc) · 1.33 KB
/
help.html
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
<html>
<title>Ready Help: Help Menu</title>
<body>
<p>
<h3>Help Menu</h3>
<p>
The Help menu items can be used to display information on a variety of topics.
Each item corresponds to a .html file in the Help folder.
The information is displayed in the Help Pane which behaves like a simplified browser.
<p>
<font size=+1><b>Keyboard shortcuts</b></font>
<p>
These keyboard shortcuts can be used when the Help Pane has the focus:
<p>
<ul>
<li> Hit "[" to go back or "]" to go forwards.
<li> Hit the home key to go to the Contents page.
<li> Hit the arrow keys or page up/down keys if a scroll bar appears.
</ul>
<a name="links"></a>
<p>
<font size=+1><b>Special links</b></font>
<p>
The Help Pane supports a number of Ready-specific links:
<p>
<ul>
<li> <b>edit:</b><i>file</i><br>
Open the given file in your <a href="prefs:file">preferred text editor</a>.
A non-absolute path is relative to the location of the Ready application.
<li> <b>open:</b><i>file</i><br>
Load the given pattern.
A non-absolute path is relative to the location of the Ready application.
Ready will open the file in your text editor by control-clicking or
right-clicking on the link.
<li> <b>prefs:</b><i>pane</i><br>
Open the Preferences dialog at the given pane. The pane string must
be lowercase and must match a known pane: file, edit, view, etc.
</ul>
</body>
</html>