From 2c61ca4d1d8caae4359067b9af3f456eddc77887 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Sun, 28 Feb 2010 00:23:47 +0000 Subject: [PATCH] catch up --- html/man.html | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/html/man.html b/html/man.html index 87587d0..058cf06 100644 --- a/html/man.html +++ b/html/man.html @@ -78,6 +78,17 @@                                    box for searches.
           search_string           Default search engine string.  See
                                   xxxterm.conf file for details.
+           mime_type               Sets an action for a specific or default
+                                   MIME type.  For example, to download and
+                                   view a pdf using kpdf set mime_type = ap-
+                                   plication/pdf,kpdf.  To set a default value
+                                   use *, for example mime_type =
+                                   video/*,mplayer.  Note that the action is
+                                   only passed the URI and not all applica-
+                                   tions are capable of downloading content
+                                   and therefore one might have to create a
+                                   wrapper script to download the content
+                                   first.

     xxxterm overrides http_proxy if it is specified as an environment vari-
     able.
@@ -95,9 +106,9 @@      Search:

           /                            Start a search
+           ?                            Start a backwards search
           n                            Next item matching search
           N                            Previous item matching search
-           ?                            Previous item matching search

     Focus:

@@ -105,30 +116,18 @@
     Navigation:

-           F5                           Refresh page
-           C-r                          Refresh page
-           C-l                          Refresh page
+           F5, C-r, C-l                 Refresh page
           Backspace                    Previous page
           M-Left                       Previous page
-           S-BackSpace                  Forward page
-           M-Right                      Forward page
-           j                            Next line on page
-           Down                         Next line on page
-           k                            Previous line on page
-           Up                           Previous line on page
-           G                            Bottom of page
-           End                          Bottom of page
-           gg                           Top of page
-           Home                         Top of page
-           Space                        Page down
-           PageDown                     Page down
-           C-f                          Page down
-           C-b                          Page up
-           PageUp                       Page up
-           l                            Page right
-           Right                        Page right
-           h                            Page left
-           Left                         Page left
+           S-BackSpace, M-Right         Forward page
+           j, Down                      Next line on page
+           k, Up                        Previous line on page
+           G, End                       Bottom of page
+           gg, Home                     Top of page
+           Space, C-f, PageDown         Page down
+           C-b, PageUp                  Page up
+           l, Right                     Page right
+           h, Left                      Page left
           $                            Page far right
           0                            Page far left

@@ -138,7 +137,7 @@            C-W                          Destroy current tab
           C-[1..0]                     Jump to page N
           C-minus                      Shrink font size by one point.
-           C-plus                       Grow font size by one point.
+           C-plus, C-equal              Grow font size by one point.

     Exiting:

@@ -152,6 +151,7 @@
           qa, qa!, q!                  Quit xxxterm
           fav                          Show favorites
+           favadd                       Add current page to favorites
           help                         Show help file.
           open, op, o <URI>            Open URI.
           tabnew, tabedit, tabe [URI]  Create new tab and optionally open
@@ -173,6 +173,6 @@ AUTHORS
     xxxterm was written by Marco Peereboom <marco@peereboom.us>

-OpenBSD 4.7                    February 25, 2010                             3
+OpenBSD 4.7                    February 28, 2010                             3
-- 2.11.4.GIT