From 9d82a9e26315868d1d50a1d7c91cbd605dc8b8e5 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 26 Oct 2010 15:11:35 +0000 Subject: Update mupdf manpage to reflect the current key bindings. --- debian/mupdf.1 | 99 ++++++++++++++++++---------------------------------------- 1 file changed, 31 insertions(+), 68 deletions(-) (limited to 'debian/mupdf.1') diff --git a/debian/mupdf.1 b/debian/mupdf.1 index 13ba77fe..a4162a6f 100644 --- a/debian/mupdf.1 +++ b/debian/mupdf.1 @@ -28,90 +28,53 @@ mouse button selects an area and copies the enclosed text to the clipboard buffer. Using the scroll-wheel while pressing Control zooms in/out, if Shift is pressed on the other hand then the page is panned. .TP -.B PAGE NAVIGATION -These commands relate to the actual page number in the PDF file, not to -numbers given by any kind of page label. +.B L, R +Rotate page left (clockwise) or right (counter-clockwise). .TP -.B f, 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. +.B h, j, k, l +Scroll page left, down, up, or right. .TP -.B b, backspace -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 -.B g, return -Go to the page number specified. If no number has been entered, go to the -first page. -.TP -.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 -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. -.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. -.TP -.B B -Go ten pages backwards and pan to top of page. -.TP -.B F -Go ten pages forward and pan to top of page. -.TP -.B PAN PAGE +.B \+, \- +Zoom in or out. .TP .B w -Shrinkwrap window frame to page size. -.TP -.B d -Pan the shown page down 1/10th of its height. -.TP -.B u -Pan the shown page up 1/10th of its height. +Shrinkwrap window to fit the page. .TP -.B , -Pan the shown page right 1/10th of its width. +.B r +Reload file. .TP -.B . -Pan the shown page left 1/10th of its width. +.B . pgdn right space +Go to the next page .TP -.B 0\-9 -Entered numbers are used by some commands. +.B , pgup left b +Go to the previous page .TP -.B ZOOM AND ROTATE PAGE +.B <, > +Skip back/forth 10 pages at a time. .TP -.B \+, \= -Zoom in. +.B m +Mark page for snap back. .TP -.B \- -Zoom out. +.B t +Pop back to the latest mark. .TP -.B < -Rotate page counter-clockwise or left by 90\(de. +.B [0-9]m +Save the current page number in the numbered register. .TP -.B > -Rotate page clockwise or right by 90\(de. +.B [0-9]t +Go to the page saved in the numbered register. .TP -.B a -Rotate page counter-clockwise or left by 15\(de. +.B 123g +Go to page 123. .TP -.B s -Rotate page clockwise or right by 15\(de. +.B / +Search for text. .TP -.B FILE HANDLING +.B n, N +Find the next/previous search result. .TP -.B r -Reload the file and display the same page, if still present. +.B c +Toggle between color and grayscale rendering. .SH SEE ALSO .BR pdfclean (1), .BR pdfdraw (1), -- cgit v1.2.3