Extrait du code source, il s’agit d’une liste exhaustive des raccourcis mupdf (avec toutes les informations utiles).
←,→
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 / Trivia:
Les pas
dpi en zoom sont codés en dur.
Comme dans Vim, les raccourcis tels que W
(upper) seront activés en appuyant sur SHIFT
+ w
et en appuyant sur w
avec les majuscules activées. De même, w
(lower) sera activé à la fois en appuyant sur w
(avec CL off) et SHIFT
+ w
(avec CL sur). Cela parce que les frappes de touches sont traitées en interne comme des caractères, ce qui rend un W supérieur produit avec SHIFT
impossible à distinguer par un entré avec CL.
mupdf
ne regarde pas si un fichier change. Le zoom, l'ajustement et le déplacement sans changer de page ne rechargeront pas le document, alors que tous les autres mouvements (et r
) rechargeront la page (ou mieux). Cependant, mupdf
surveille SIGHUP
, ce qui signifie qu'il peut être forcé de recharger la page en cours avec killall -s SIGHUP mupdf
ou similaire, ce qui s'avère inestimable dans un environnement comme Vim & Latex.
Enfin,
S save
a,s rotate 15° (counter)clockwise
semble respectueusement activer une fonction save mystérieuse et être disponible uniquement en mode debug . Je ne sais pas à quoi ils servent (ou peut-être que je ne fais que taquiner - vous choisissez).