3 Q - quit without saving the configuration
6 up/down arrow - scroll up/down
8 left/right arrow - pan left/right (when zoomed in)
9 control + arrows - scroll up/down, pan left/right (by half a screen widht/height)
10 space - go to the next page
11 delete - go to the previous page
12 pageup/pagedown - go forward/backward one screen-full
13 g, G - go to first/last page
14 home/end - go to first/last page
16 -----Advanced Movement / History-----
17 backspace - go back after jumping (clicking link and suchlike) [1]
18 Alt-left/right arrow - go backward/forward in history
19 0..9 - enter page number to jump to
20 t - align top of the screen with the top of the page
22 Ctrl pageup/pagedown - align top of the screen with first/last visible page
25 if auto scrolling is active:
26 up/down arrows and mouse buttons 3/4 will make scrolling go faster/slower
29 primary mouse button[2] - click on link or select text[3]
30 when shift is held - execute "synctex command" with coordinates of the point [4]
31 when control is held - pan
32 zoom to block - when in block zoom mode
33 otherwise - pan if there's no text/link under the cursor
34 mouse buttons 3/4 - scroll up/down (aka mouse wheel)
35 when control is held - zoom
36 mouse buttons 5/6 - pan left/right (aka horizontal mouse wheel)
37 other mouse button[2] - select rectangle to zoom to
40 moving mouse while holding primary mouse button will pan the page,
41 if the mouse is over selectable element (text/link) holding control
42 will make the page pan instead of the default action (selecting text/
46 m - create named bookmark
47 ~ - create quick bookmark
50 control + shift up/down - set previous zoom level
51 B - toggle zoom block mode
52 w - change height of the window to encompass all of the page
54 Ctrl-+/Ctrl-= - zoom in
56 Ctrl-0 - reset zoom and panning
57 Ctrl-1 - fit tallest page
58 Ctrl-2 - fit tallest page height exactly
59 Ctrl-3 - cycle fit models
60 Ctrl-9/F9 - enter bird's eye view
64 r - reload document [5]
65 y - select link and paste its description to the clipboard
66 | - pipe selection through specified command
67 x - run pax command on selected region
68 Ctrl-p - launch a command with the document path as an argument
69 return - (in link navigation mode) follow link
70 = - show current position
75 /,? - enter text to search for (/ - forward, ? - backward)
76 n - repeat last search (forward)
77 p, N - repeat last search (backward)
78 Ctrl-g - interrupt search
81 -----Settings / Modes-----
82 [,] - decrease/increase page brightness
84 - - toggle/set tunable
86 l - toggle highlighting of the links
88 insert - toggle link navigation mode
89 B - toggle zoom block mode
90 o - switch to outline mode
91 ' - switch to bookmark mode
92 H - switch to history mode
93 h,F1 - switch to help mode
94 i - switch to info mode
95 P - switch to "presentation" mode
96 c - switch to previous column layout
99 -i - toggle case sensitivity of searches
100 -s<number> - set scroll step (pixels)
101 -S<number> - set space between pages (pixels)
102 -c - toggle crop hack
103 -a - toggle throttled scrolling
105 -p - toggle preloading
106 -v - toggle verbosity
107 -P - toggle persistent bookmarks
109 -l - toggle proportional display
110 -Z<number> - set zoom (percent)
111 -A<number> - set auto scroll step (pixels)
112 -t<number> - set thumbnail width (pixels)
113 -T - toggle trimming of margins
116 -C<number> - set column count
117 -x<string> - set command to run on selection
118 -f - toggle "what's under cursor" identification
119 - (or "what's currently selected" in link navigation mode)
120 - (font name of the text under cursor or link target)
122 -----Bird's eye mode-----
123 Ctrl-9,F9,esc - leave bird's eye view
124 Ctrl-l - center the view on the currently selected page
125 (page)up/(page)down - navigate
126 home/end - go to first/last page
127 enter - select the page and leave bird's eye mode
128 1st mouse button - select the page under cursor and leave bird's eye mode
130 -----Outline/bookmark/help/info/history mode-----
131 esc - leave outline/bookmark mode
132 up/down - select previous/next item
133 alpha-numeric - quick search
134 Ctrl-s - repeat search (forward)
135 Ctrl-r - repeat search (backward)
136 Ctrl-l - center on current item
137 Ctrl-left/right - pan text left/right
138 Ctrl-up/down - scroll view up/down
139 Ctrl-insert - copy active item's text to clipboard
141 -----Outline/history mode-----
142 left/right - go up/down a level
143 Ctrl-a - toggle auto narrowing
144 / - enter auto narrowing
145 tab - begin nested narrowing
146 Ctrl-n - narrow to search pattern
147 Ctrl-u - undo narrowing
151 enter - toggle/enter new value for selected parameter
153 -----When entering search pattern/page number-----
154 up/down arrow - previous/next entered text
158 double/triple/quadruple/... clicks in view mode will pipe the
159 word/line/block/page through pax command when control is held
160 and selection command otherwise
162 [1] if the document was previously visited initial backspace will
163 jump to the last visited place
165 [2] i'm somewhat mouse button confused, since i use "left handed" mouse
166 while not being left handed
168 [3] text selection requires
169 xsel on X11 - http://www.vergenet.net/~conrad/software/xsel/
170 wsel under Windows - http://repo.or.cz/w/llpp.git/blob/master:/wsel.c
171 pbcopy under OSX - ships with the system
173 [4] arguments to the command are:
174 1 = path to the document
175 2 = zero based page number
176 3 = X coordinate within the page
177 4 = Y ..........................
179 [5] document will also be reloaded upon reception of the HUP signal
181 -----Caveat emptor-----
182 o Selection can not cross page boundaries
183 o Text searching is very naive