Diambil dari kode sumber, ini adalah daftar exaustive semua pintasan mupdf (dengan informasi berguna yang mungkin).
←,→
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:
Langkah-langkah dpi dalam zoom adalah kode-keras.
Seperti di Vim, pintasan seperti W
(atas) akan diaktifkan baik dengan menekan SHIFT
+ w
dan menekan w
dengan CAPS LOCK on. Demikian pula, w
(lebih rendah) akan diaktifkan baik dengan menekan w
(dengan CL mati) dan SHIFT
+ w
(dengan CL aktif). Ini karena penekanan tombol diperlakukan secara internal sebagai karakter, yang membuat huruf W yang dihasilkan SHIFT
tidak dapat dibedakan dengan huruf yang dimasukkan dengan CL.
mupdf
tidak melihat apakah file berubah. Juga melakukan zooming, pemasangan, dan pemindahan tanpa mengubah halaman tidak akan memuat ulang dokumen, sementara semua gerakan lain (dan r
) akan (atau lebih baik - akan memuat ulang satu halaman). Namun mupdf
untuk jam tangan SIGHUP
, yang berarti dapat dipaksa untuk memuat ulang halaman saat ini killall -s SIGHUP mupdf
atau sejenisnya, yang ternyata sangat berharga dalam lingkungan seperti Vim & Latex.
Akhirnya,
S save
a,s rotate 15° (counter)clockwise
tampaknya hormat untuk mengaktifkan fungsi penyimpanan misterious dan hanya tersedia dalam mode debug misterious . Entah untuk apa mereka (atau mungkin saya hanya menggoda - Anda pilih).
man
perintah ini tampaknya lebih bermanfaat daripada yang saya kira. :-)