openbsd-ports/textproc/mupdf/patches/patch-debian_mupdf_1
sthen f3c937f0be update mupdf to 0.7
Note: key bindings changed slightly; notably /=search (currently
only within a page), n=next search hit, N=last search hit.
A few others were removed to make room and consistency. See
manpage for more (or hit ? while running and look at stdout).
2010-09-03 12:38:19 +00:00

82 lines
2.0 KiB
Plaintext

$OpenBSD: patch-debian_mupdf_1,v 1.1 2010/09/03 12:38:19 sthen Exp $
--- debian/mupdf.1.orig Fri Sep 3 13:21:50 2010
+++ debian/mupdf.1 Fri Sep 3 13:29:19 2010
@@ -32,11 +32,11 @@ Shift is pressed on the other hand then the page is pa
These commands relate to the actual page number in the PDF file, not to
numbers given by any kind of page label.
.TP
-.B f, space
+.B space
Go to the next page without paning to top of page. If a number has been
entered, go that number of pages forward instead of just one page.
.TP
-.B b, backspace
+.B b
Go to the previous page without paning to top of page. If a number has been
entered, go that number of pages backwards instead of just one page.
.TP
@@ -47,25 +47,27 @@ first page.
.B G
Go to the last page.
.TP
-.B t
-Tag the viewed page and record it in the history. When clicking links
-within a PDF file to follow the link pages are automatically tagged.
-.TP
.B m
+Mark the current page with a tag.
+When clicking to follow links within a PDF file,
+the link pages are automatically tagged.
+.TP
+.B t
Return to the previously tagged page in the history.
.TP
-.B p
-Go to the previous page and pan to bottom of page. If a number has been
-entered, go that number of pages backwards instead of just one page.
+.B /
+Search for text.
.TP
.B n
-Go to the next page and pan to top of page. If a number has been entered,
-go that number of pages forward instead of just one page.
+Find next search result.
.TP
-.B B
+.B N
+Find previous search result.
+.TP
+.B <
Go ten pages backwards and pan to top of page.
.TP
-.B F
+.B >
Go ten pages forward and pan to top of page.
.TP
.B PAN PAGE
@@ -96,10 +98,10 @@ Zoom in.
.B \-
Zoom out.
.TP
-.B <
+.B L
Rotate page counter-clockwise or left by 90\(de.
.TP
-.B >
+.B R
Rotate page clockwise or right by 90\(de.
.TP
.B a
@@ -107,6 +109,11 @@ Rotate page counter-clockwise or left by 15\(de.
.TP
.B s
Rotate page clockwise or right by 15\(de.
+.TP
+.B OTHER COMMANDS
+.TP
+.B c
+Toggle between colour and grayscale.
.TP
.B FILE HANDLING
.TP