Có một danh sách đầy đủ các phím tắt mupdf?


27

Tôi thích tốc độ của mupdf, nhưng tôi bực tức vì thiếu tài liệu và giao diện siêu tối thiểu (không cần thiết) của nó mà không có thanh menu hoặc menu ngữ cảnh trong tầm nhìn. Có tồn tại một danh sách các phím tắt cho ứng dụng này? Liên kết đến hướng dẫn trên trang web chính thức đã chết.

Tôi chỉ biết các phím tắt sau:

  • vừa với chiều rộng: Shift+w
  • phù hợp với chiều cao: Shift+h

Các phím tắt có sẵn là gì và tôi có thể tìm thấy chúng ở đâu?

Câu trả lời:


29

Sao chép từ man mupdf:

A description of each of the supported options is included below.

-p password
        Uses  the  given  password  to  open an encrypted PDF file.  The
        password is tried both as user and owner password.

-r resolution
        Changes the initial zoom level, specified as the  resolution  in
        dpi.  The default value is 72.

MOUSE AND KEY BINDINGS

In  addition to the key bindings described below, the mouse can also be
used. Clicking the left mouse button follows links within the PDF while
dragging  with  the  left mouse button pans the page. Dragging with the
right 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.

L, R   Rotate page left (clockwise) or right (counter-clockwise).

h, j, k, l
        Scroll page left, down, up, or right.

+, -   Zoom in or out.

w      Shrinkwrap window to fit the page.

r      Reload file.

. pgdn right space
        Go to the next page

, pgup left b
        Go to the previous page

<, >   Skip back/forth 10 pages at a time.

m      Mark page for snap back.

t      Pop back to the latest mark.

[0-9]m Save the current page number in the numbered register.

[0-9]t Go to the page saved in the numbered register.

123g   Go to page 123.

/      Search for text.

n, N   Find the next/previous search result.

c      Toggle between color and grayscale rendering.

4
Cảm ơn bạn; manLệnh này có vẻ hữu ích hơn tôi nghĩ. :-)
Dune

1
@Dune manapropos.
dearN

1
@Dune manlệnh phải luôn là điểm dừng đầu tiên của bạn cho bất kỳ tiện ích CLI nào. Trong hầu hết các trường hợp, bạn sẽ tìm thấy những gì bạn cần.
Anh Cả Geek

15

Lấy từ mã nguồn, đây là một danh sách đầy đủ tất cả các phím tắt mupdf (với bất kỳ thông tin hữu ích nào có thể có).

←,→
h,j,k,l     navigate
            (even if the page is horizontal only j and k will change page;
            j and k will align the bottom (or the top) of the page with
            the bottom (or the top) of the window before changing page)

→,SPACE     next page
←,b
BACKSPACE   previous page
            (all these won't change the placement of the page
            in the window)

. ,         next/previous page
            (these will align the top (or bottom) of the page with
            the top (or bottom) of the window)

>,<         skip forth/back 10 pages
            (>< will align the top of the page with the top of the window)

[n]g
[n]ENTER    go to page n
            (will go to the first page with no number)

G           go to last page

[0-9]m,t    set and go to mark

+,=         zoom in
-           zoom out
            (note that zooming is restricted to certain 'levels' only -
            18, 24, 36, 54, 72, 96, 120, 144, 180, 216 and 288 dpi)

L,R         rotate 90° (counter)clockwise

W,H         fit to width, heigth
Z           autofit (fit to height if the page is vertical,
                     to width if the page is horizontal)

w           resize window to fit the page

f           fullscreen

/,?         search forward/backward
n,N         next/previous search term
            (n and N are swapped if the search is backward)

i           invert colors
C           toggle gray/redscale
c           choose grayscale or redscale

p           presentation mode
            (there will be a fade when changing pages)

r           reload the page

q           quit

Phần thưởng / Trivia:

các bước dpi trong zoom được mã hóa cứng.

Như trong Vim, các phím tắt như W(phía trên) sẽ được kích hoạt cả bằng cách nhấn SHIFT+ wvà nhấn wvới CAPS LOCK. Tương tự, w(thấp hơn) sẽ được kích hoạt cả bằng cách nhấn w(tắt CL) và SHIFT+ w(bật CL). Điều này là do tổ hợp phím được xử lý bên trong dưới dạng ký tự, làm cho chữ W phía trên được tạo ra SHIFTkhông thể phân biệt được bằng một phím được nhập bằng CL.

mupdfkhông xem nếu một tập tin thay đổi. Ngoài ra, phóng to, khớp và di chuyển mà không thay đổi trang sẽ không tải lại tài liệu, trong khi tất cả các chuyển động khác (và r) sẽ (hoặc tốt hơn - sẽ tải lại trang đơn). Tuy nhiên, mupdfđồng hồ cho SIGHUP, có nghĩa là nó có thể bị buộc phải tải lại trang hiện tại bằng killall -s SIGHUP mupdfhoặc tương tự, hóa ra là vô giá trong một môi trường như Vim & latex.

Cuối cùng,

S           save
a,s         rotate 15° (counter)clockwise

có vẻ tôn trọng để kích hoạt chức năng lưu bí mật và chỉ khả dụng trong chế độ gỡ lỗi . Không biết họ đang làm gì (hoặc có thể tôi chỉ đang trêu chọc - bạn chọn).


1
Tôi đang tìm kiếm phương thức SIGHUP để autorefresh muPDF. Cảm ơn! Tôi chắc chắn nó cũng sẽ giúp người khác.
Andre Herman Bezerra

1

Các tài liệu chính thức liệt kê các ràng buộc quan trọng. Nhấn F1vào trình xem hoạt động quá.

Các ràng buộc chính trong phiên bản 1.11, theo hướng dẫn, là:

F1          Display help.
i           Display document metadata.
o           Toggle display of outline.
L           Toggle display of links.
r           Reload document.
q           Quit viewer.

f           Toggle fullscreen.
w           Shrinkwrap window to fit page.
W           Fit page width to window.
H           Fit page height to window.
Z           Fit page size to window.
[number] z  Set zoom resolution in DPI.
+           Zoom in.
-           Zoom out.
[           Rotate counter-clockwise.
]           Rotate clockwise.
[arrows]
  or        Pan page in small increments.
h, j, k, l

b           Smart move one screenful backward.
[space]     Smart move one screenful forward.
[comma]
  or        Go one page backward.
[page up]
[period]
  or        Go one page forward.
[page down]
<           Go 10 pages backward.
>           Go 10 pages forward.
[number] g  Go to page number.
G           Go to last page.

m           Save current page to navigation history.
t           Go back in navigation history.
T           Go forward in navigation history.
[number] m  Save current page in numbered bookmark.
[number] t  Go to numbered bookmark.

/           Start searching forward.
?           Start searching backward.
n           Continue searching forward.
N           Continue searching backward.

Một số lệnh có thể lấy một đối số số được nhập trước khóa, để sửa đổi lệnh. Ví dụ: để phóng to lên 150 dpi, hãy nhập 150z.

Để ẩn hộp màu xám được hiển thị bởi ihoặc F1, sử dụng Esc. Điều này là không có giấy tờ, nhưng trực quan.

Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.