Retirado do código fonte, esta é uma lista exaustiva de todos os atalhos do mupdf (com qualquer informação útil possível).
←,→
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
Bônus / Curiosidades:
as etapas de dpi no zoom são codificadas.
Como no Vim, atalhos como W
(superior) serão ativados pressionando SHIFT
+ w
e pressionando w
CAPS LOCK ativado . Da mesma forma, w
(inferior) será ativado pressionando w
(com CL desativado) e SHIFT
+ w
(com CL ativado ). Isso ocorre porque as teclas digitadas são tratadas internamente como caracteres, o que torna um W superior produzido com SHIFT
indistinguível por um digitado com CL.
mupdf
não observa se um arquivo é alterado. Também aplicar zoom, ajustar e mover sem alterar a página não recarregará o documento, enquanto todos os outros movimentos (e r
) irão (ou melhor - recarregarão a página única). No entanto, mupdf
observe SIGHUP
, o que significa que pode ser forçado a recarregar a página atual com killall -s SIGHUP mupdf
ou similar, o que acaba sendo inestimável em um ambiente como o Vim & Latex.
Finalmente,
S save
a,s rotate 15° (counter)clockwise
pareça respeitosamente ativar uma função de salvamento misteriosa e estar disponível apenas em um modo de depuração misterioso . Não sei para que servem (ou talvez eu esteja apenas brincando - você escolhe).
man
comando parece ser mais útil do que eu pensava. :-)