답변:
에서 복사하여 붙여 넣기 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.
man
과 apropos
.
man
명령은 항상 CLI 유틸리티의 첫 번째 중지 여야합니다. 대부분의 경우 필요한 것을 찾을 수 있습니다.
소스 코드에서 가져온 모든 mupdf 바로 가기 목록 (유용한 유용한 정보 포함)입니다.
←,→
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
보너스 / 여행 :
확대 / 축소의 dpi 단계는 하드 코딩됩니다.
Vim에서와 같이 W
(위) 와 같은 단축키는 SHIFT
+ w
를 누르고 w
CAPS LOCK이 켜진 상태에서 모두 활성화 됩니다. 마찬가지로 w
(낮음)은 w
(CL을 끈 상태에서) 및 SHIFT
+ w
( CL을 켜고) 를 눌러 활성화됩니다 . 키 입력은 내부적으로 문자로 취급되기 때문에 SHIFT
CL로 입력 한 문자와 구별 할 수없는 상위 W가 만들어지기 때문 입니다.
mupdf
파일이 변경되는지 감시하지 않습니다. 또한 페이지를 변경하지 않고 확대 / 축소, 맞춤 및 이동해도 문서가 다시로드되지 않지만 다른 모든 이동 (및 r
)은 단일 페이지를 다시로드합니다. 그러나 mupdf
대한 시계 SIGHUP
가 함께 현재 페이지를 재로드하도록 강제 될 수있는 방법, killall -s SIGHUP mupdf
또는 빔 및 라텍스와 같은 환경에서 매우 중요한 것으로 판명되는 유사한.
마지막으로
S save
a,s rotate 15° (counter)clockwise
우스꽝스러운 저장 기능 을 활성화 하고 맹렬한 디버그 모드 에서만 사용할 수 있는 것으로 보입니다 . 그들이 무엇을 위해 Dunno (또는 어쩌면 내가 놀리는 것입니다-당신이 선택).
공식 문서는 키 바인딩을 나열합니다. F1뷰어를 눌러도 작동합니다.
매뉴얼에 따라 버전 1.11의 키 바인딩은 다음과 같습니다.
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.
여러 명령은 키 앞에 입력 된 숫자 인수를 사용하여 명령을 수정할 수 있습니다. 예를 들어 150dpi로 확대하려면을 입력하십시오 150z
.
i또는로 표시된 회색 상자를 숨기려면을 F1사용하십시오 Esc. 이것은 문서화되지 않았지만 직관적입니다.
man
명령은 내가 생각했던 것보다 더 유용한 것 같습니다. :-)