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 mouse buttons 5/6 - .............. (aka horizontal mouse wheel)
7 cntrol + shift up/down - set previous zoom level
8 control + arrows - scroll up/down, pan left/right (by half a screen widht/height)
9 primary mouse button[1] - click on link or select text[2]
10 when shift is held - execute "synctex command" with coordinates of the point [3]
11 other mouse button[1] - select rectangle to zoom to
13 Q - quit without saving the configuration
14 backspace - go back after jumping (clicking link and suchlike) [4]
15 alt-left/right arrow - go backward/forward in history
17 /,? - enter text to search for (/ - forward, ? - backward)
19 - - toggle/set tunable
20 0..9 - enter page number to jump to
22 l - toggle links highlighting
24 n - repeat last search (forward)
25 p, N - .................. (backward)
26 g, G - go to first/last page
27 t - align top of the screen with the top of the page
28 F - go to numbered link
29 y - select link and paste its description to the clipboard
30 space - go to the next page
31 delete - go to the previous page
32 insert - toggle link navigation mode
33 return - (in link navigation mode) follow link
34 = - show current position
35 w - change height to encompass all of the page
36 o - switch to outline mode
37 ' - switch to bookmark mode
38 h,F1 - switch to help mode
39 i - switch to info mode
41 m - create named bookmark
42 ~ - create quick bookmark
44 r - reload document [5]
45 P - "presentation" mode
47 c - switch to previous column layout
48 Ctrl-p - launch a command with the document path as an argument
50 [,] - decrease/increase page brightness
51 Ctrl-g - interrupt search
52 Ctrl-+/Ctrl-= - zoom in
54 Ctrl-0 - fit widest page width and reset panning
55 Ctrl-1 - fit tallest page
56 Ctrl-2 - fit tallest page height exactly
57 Ctrl-3 - cycle fit models
58 Ctrl-9/F9 - enter bird's eye view
59 home/end - go to first/last page
60 pageup/pagedown - go forward/backward one screen-full
61 Ctrl pageup/pagedown - align top of the screen with first/last visible page
63 (moving mouse while holding primary mouse button will pan the page,
64 if the mouse is over selectable element (text/link) holding control
65 will make the page pan instead of the default action (selecting text/
68 if auto scrolling is active:
69 up/down arrows and mouse buttons 3/4 will make scrolling go faster/slower
72 -i - toggle case sensitivity of searches
73 -s<number> - set scroll step (pixels)
74 -S<number> - set space between pages (pixels)
76 -a - toggle throttled scrolling
78 -p - toggle preloading
80 -P - toggle persistent bookmarks
82 -l - toggle proportional display
83 -Z<number> - set zoom (percent)
84 -A<number> - set auto scroll step (pixels)
85 -t<number> - set thumbnail width (pixels)
86 -T - toggle trimming of margins
88 -C<number> - set column count
89 -x<string> - set command to run on selection
90 -f - toggle "what's under cursor" identification
91 - (or "what's currently selected" in link navigation mode)
92 (only font name of the text under cursor and link target currently)
95 Ctrl-9,F9,esc - leave bird's eye view
96 Ctrl-l - center the view on the currently selected page
97 (page)up/(page)down - navigate
98 home/end - go to first/last page
99 enter - select the page and leave bird's eye mode
100 1st mouse button - select the page under cursor and leave bird's eye mode
102 outline/bookmark/help/info mode
103 esc - leave outline/bookmark mode
104 up/down - select previous/next item
105 alpha-numeric - quick search
106 Ctrl-s - repeat search (forward)
107 Ctrl-r - repeat search (backward)
108 Ctrl-l - center on current item
109 Ctrl-left/right - pan text left/right
112 left/right - go up/down a level
113 Ctrl-n - narrow to search pattern
114 Ctrl-u - undo narrowing
117 enter - toggle/enter new value for selected parameter
119 when entering search pattern/page number
120 up/down arrow - previous/next entered text
124 [1] i'm somewhat mouse button confused, since i use "left handed" mouse
125 while not being lefthanded
127 [2] text selection requires
128 xsel on X11 - http://www.vergenet.net/~conrad/software/xsel/
129 wsel under Windows - http://repo.or.cz/w/llpp.git/blob/master:/wsel.c
130 pbcopy under OSX - ships with the system
132 [3] arguments to the command are:
133 1 = path to the document
134 2 = zero based page number
135 3 = X coordinate within the page
136 4 = Y ..........................
138 [4] if the document was previously visited initial backspace will
139 jump to the last visited place
141 [5] document will also be reloaded upon reception of the HUP signal
143 ======================================================================
146 o Selection can not cross page boundaries
147 o Text searching is very naive