aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2011-07-15 17:54:31 -0400
committerJorge Arellano Cid <jcid@dillo.org>2011-07-15 17:54:31 -0400
commit0d73da959f8efcb6bf7df52052448222d740ccf5 (patch)
tree07b8146bd7ad07eb91e972f015717b251659a74e
parent2be0d17b9f45b778605f8bd3c25bd54519910f2d (diff)
Updated the local help file, and the remote help URL
-rw-r--r--doc/user_help.html8
-rw-r--r--src/ui.cc2
2 files changed, 4 insertions, 6 deletions
diff --git a/doc/user_help.html b/doc/user_help.html
index ce0aceb9..e3b11f44 100644
--- a/doc/user_help.html
+++ b/doc/user_help.html
@@ -279,16 +279,14 @@
<tr><td>Back or "<b>,</b>" <td>< <td>previous page
<tr><td>Shift-Back or "<b>.</b>" <td>> <td>next page
<tr><td>Alt-F <td>File <td>file menu
-<tr><td>Shift-Right <td>Right <td>Next tab
-<tr><td>Shift-Left <td>Left <td>Previous tab
<tr><td>Ctrl-TabKey <td>TabKey <td>Next tab
-<tr><td>Shift-Ctrl- TabKey <td>TabKey <td>Previous tab
+<tr><td>Shift-TabKey <td>TabKey <td>Previous tab
<tr><td>Esc <td>escape <td>close dialog,
close findbar, <br>
- Hide/show controls
+ Hide/show control panels
</table>
<p>
-You can change the bindings using a
+You can <b><font color="#5040a0">change</font></b> the bindings using a
<code>~/.dillo/<a href="http://www.dillo.org/keysrc">keysrc</a></code>
file.
</td></tr>
diff --git a/src/ui.cc b/src/ui.cc
index 0faa4da7..434dca16 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -270,7 +270,7 @@ static void help_cb(Fl_Widget *w, void *)
} else {
MSG("Can't read local help file at \"%s\"."
" Getting remote help...\n", path);
- a_UIcmd_open_urlstr(bw, "http://www.dillo.org/dillo2-help.html");
+ a_UIcmd_open_urlstr(bw, "http://www.dillo.org/dillo3-help.html");
}
dFree(path);
}