1 up/down arrow - scroll up/down
3 mouse buttons 3/4 - .............. (aka mouse wheel)
4 when control is held - zoom
5 left/right arrow - pan left/right (when zoomed in)
6 cntrol + shift up/down - set previous zoom level
7 control + arrows - scroll up/down, pan left/right (by half a screen widht/height)
8 primary mouse button[1] - click on link or select text[2]
9 other mouse button[1] - select rectangle to zoom to
11 backspace - go back after jumping (clicking link and suchlike) [3]
12 alt-left/right arrow - go backward/forward in history
14 /,? - enter text to search for (/ - forward, ? - backward)
16 - - toggle/set tunable
17 0..9 - enter page number to jump to
19 l - toggle links highlighting
21 n - repeat last search (forward)
22 p, N - .................. (backward)
23 g, G - go to first/last page
24 t - align top of the screen with the top of the page
25 space - go to the next page
26 delete - go to the previous page
27 = - show current position
28 w - change height to encompass all of the page
29 o - switch to outline mode
30 ' - switch to bookmark mode
31 h,F1 - switch to help mode
32 i - switch to info mode
33 e - switch to error messages mode (if stderr was redirected)
34 m - create named bookmark
35 ~ - create quick bookmark
38 P - "presentation" mode
41 [,] - decrease/increase page brightness
42 Ctrl-g - interrupt search
43 Ctrl-+/- - zoom in/out
44 Ctrl-0 - fit page width and reset panning
45 Ctrl-1 - fit page height
47 Ctrl-9/F9 - enter bird's eye view
48 home/end - go to first/last page
49 pageup/pagedown - go forward/backward one screen-full
50 Ctrl pageup/pagedown - align top of the screen with first/last visible page
52 (moving mouse while holding primary mouse button will pan the page,
53 if the mouse is over selectable element (text/link) holding control
54 will make the page pan instead of the default action (selecting text/
57 if auto scrolling is active:
58 up/down arrows and mouse buttons 3/4 will make scrolling go faster/slower
61 -i - toggle case sensitivity of searches
62 -s<number> - set scroll step (pixels)
63 -S<number> - set space between pages (pixels)
65 -a - toggle throttled scrolling
67 -p - toggle preloading
69 -P - toggle persistent bookmarks
71 -l - toggle proportional display
72 -Z - set zoom (percent)
73 -A - set auto scroll step (pixels)
74 -t - set thumbnail width (pixels)
75 -T - toggle trimming of margins
78 -x - set command to run on selection
79 -f - toggle "what's under cursor" identification
80 (only font name of the text under cursor and link target currently)
83 Ctrl-9,F9,esc - leave bird's eye view
84 Ctrl-l - center the view on the currently selected page
85 (page)up/(page)down - navigate
86 home/end - go to first/last page
87 enter - select the page and leave bird's eye mode
88 1st mouse button - select the page under cursor and leave bird's eye mode
90 outline/bookmark/help/info mode
91 esc - leave outline/bookmark mode
92 up/down - select previous/next item
93 alpha-numeric - quick search
94 Ctrl-s - repeat search (forward)
95 Ctrl-r - repeat search (backward)
96 Ctrl-l - center on current item
97 Ctrl-left/right - pan text left/right
100 left/right - go up/down a level
101 Ctrl-n - narrow to search pattern
102 Ctrl-u - undo narrowing
105 enter - toggle/enter new value for selected parameter
107 when entering search pattern/page number
108 up/down arrow - previous/next entered text
112 [1] i'm somewhat mouse button confused, since i use "left handed" mouse
113 while not being lefthanded
115 [2] text selection requires
116 xsel on X11 - http://www.vergenet.net/~conrad/software/xsel/
117 wsel under Windows - http://repo.or.cz/w/llpp.git/blob/master:/wsel.c
118 pbcopy under OSX - ships with the system
120 [3] if the document was previously visited initial backspace will
121 jump to the last visited place
123 ======================================================================
126 o Selection can not cross page boundaries
127 o Text searching is very naive
128 o Most of the Ctrl keys do not work on Windows and native OSX (X11 version