Tratto dal codice sorgente, questo è un elenco esaustivo di tutte le scorciatoie mupdf (con ogni possibile informazione utile).
←,→
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
Bonus / Curiosità:
i passaggi dpi nello zoom sono codificati.
Come in Vim, le scorciatoie come W
(in alto) verranno attivate sia premendo SHIFT
+ w
che premendo w
con BLOC MAIUSC attivato . Allo stesso modo, w
(inferiore) verrà attivato sia premendo w
(con CL disattivato) sia SHIFT
+ w
(con CL attivato ). Questo perché le sequenze di tasti sono trattate internamente come caratteri, il che rende una W superiore prodotta SHIFT
indistinguibile da una immessa con CL.
mupdf
non guarda se un file cambia. Inoltre lo zoom, l'adattamento e lo spostamento senza cambiare pagina non ricaricano il documento, mentre tutti gli altri movimenti (e r
) (o meglio) ricaricano la singola pagina). Tuttavia mupdf
cerca SIGHUP
, il che significa che può essere costretto a ricaricare la pagina corrente con killall -s SIGHUP mupdf
o simili, il che si rivela prezioso in un ambiente come Vim & Latex.
Finalmente,
S save
a,s rotate 15° (counter)clockwise
sembra rispettabile attivare una misteriosa funzione di salvataggio ed essere disponibile solo in una misteriosa modalità di debug . Non so a cosa servono (o forse sto solo scherzando - tu scegli).
man
comando sembra essere più utile di quanto pensassi. :-)