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