Sort coords properly
[llpp.git] / KEYS
blob16335fdb4843c5f879a224834d57323baae76784
1 up/down arrow           - scroll up/down
2 j/k                     - ..............
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 control + 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   when control is held  - pan
12   zoom to block         - when in block zoom mode
13   otherwise             - pan if there's no text/link under the cursor
14 other mouse button[1]   - select rectangle to zoom to
15 escape/q                - quit
16 Q                       - quit without saving the configuration
17 backspace               - go back after jumping (clicking link and suchlike) [4]
18 alt-left/right arrow    - go backward/forward in history
19 u                       - dehighlight
20 /,?                     - enter text to search for (/ - forward, ? - backward)
21 +                       - set page bias
22 -                       - toggle/set tunable
23 0..9                    - enter page number to jump to
24 b                       - toggle scroll bar
25 B                       - toggle zoom block mode
26 l                       - toggle highlighting of the links
27 f                       - toggle fullscreen
28 n                       - repeat last search (forward)
29 p, N                    - .................. (backward)
30 g, G                    - go to first/last page
31 t                       - align top of the screen with the top of the page
32 F                       - go to hinted link
33 y                       - select link and paste its description to the clipboard
34 space                   - go to the next page
35 delete                  - go to the previous page
36 insert                  - toggle link navigation mode
37 return                  - (in link navigation mode) follow link
38 =                       - show current position
39 w                       - change height of the window to encompass all of the page
40 o                       - switch to outline mode
41 '                       - switch to bookmark mode
42 h,F1                    - switch to help mode
43 i                       - switch to info mode
44 e                       - view error log
45 m                       - create named bookmark
46 ~                       - create quick bookmark
47 z                       - crop
48 x                       - run pax command on selected region
49 r                       - reload document [5]
50 P                       - "presentation" mode
51 a                       - autoscroll
52 alt-c                   - center view
53 c                       - switch to previous column layout
54 Ctrl-p                  - launch a command with the document path as an argument
55 <,>                     - rotate
56 [,]                     - decrease/increase page brightness
57 Ctrl-g                  - interrupt search
58 Ctrl-+/Ctrl-=           - zoom in
59 Ctrl--                  - zoom out
60 Ctrl-0                  - reset zoom and panning
61 Ctrl-1                  - fit tallest page
62 Ctrl-2                  - fit tallest page height exactly
63 Ctrl-3                  - cycle fit models
64 Ctrl-9/F9               - enter bird's eye view
65 home/end                - go to first/last page
66 pageup/pagedown         - go forward/backward one screen-full
67 Ctrl pageup/pagedown    - align top of the screen with first/last visible page
69 (moving mouse while holding primary mouse button will pan the page,
70 if the mouse is over selectable element (text/link) holding control
71 will make the page pan instead of the default action (selecting text/
72 clicking link))
74 if auto scrolling is active:
75     up/down arrows and mouse buttons 3/4 will make scrolling go faster/slower
77 tunables
78 -i                      - toggle case sensitivity of searches
79 -s<number>              - set scroll step (pixels)
80 -S<number>              - set space between pages (pixels)
81 -c                      - toggle crop hack
82 -a                      - toggle throttled scrolling
83 -R<number>              - rotate
84 -p                      - toggle preloading
85 -v                      - toggle verbosity
86 -P                      - toggle persistent bookmarks
87 -h                      - toggle maxfit
88 -l                      - toggle proportional display
89 -Z<number>              - set zoom (percent)
90 -A<number>              - set auto scroll step (pixels)
91 -t<number>              - set thumbnail width (pixels)
92 -T                      - toggle trimming of margins
93 -I                      - invert colors
94 -M                      - toggle pax mode
95 -C<number>              - set column count
96 -x<string>              - set command to run on selection
97 -f                      - toggle "what's under cursor" identification
98                         - (or "what's currently selected" in link navigation mode)
99     (only font name of the text under cursor and link target currently)
101 bird's eye mode
102 Ctrl-9,F9,esc           - leave bird's eye view
103 Ctrl-l                  - center the view on the currently selected page
104 (page)up/(page)down     - navigate
105 home/end                - go to first/last page
106 enter                   - select the page and leave bird's eye mode
107 1st mouse button        - select the page under cursor and leave bird's eye mode
109 outline/bookmark/help/info mode
110 esc                     - leave outline/bookmark mode
111 up/down                 - select previous/next item
112 alpha-numeric           - quick search
113 Ctrl-s                  - repeat search (forward)
114 Ctrl-r                  - repeat search (backward)
115 Ctrl-l                  - center on current item
116 Ctrl-left/right         - pan text left/right
117 Ctrl-up/down            - scroll view up/down
118 Ctrl-insert             - copy active item's text to clipboard
120 outline mode
121 left/right              - go up/down a level
122 Ctrl-a                  - toggle auto narrowing
123 /                       - enter auto narrowing
124 Ctrl-n                  - narrow to search pattern
125 Ctrl-u                  - undo narrowing
126 Ctrl-s                  - synchronize
128 info mode
129 enter                   - toggle/enter new value for selected parameter
131 when entering search pattern/page number
132 up/down arrow           - previous/next entered text
133 enter                   - confirm
134 ctrl-g,esc              - cancel
136 [1] i'm somewhat mouse button confused, since i use "left handed" mouse
137     while not being left handed
139 [2] text selection requires
140     xsel on X11         - http://www.vergenet.net/~conrad/software/xsel/
141     wsel under Windows  - http://repo.or.cz/w/llpp.git/blob/master:/wsel.c
142     pbcopy under OSX    - ships with the system
144 [3] arguments to the command are:
145     1 = path to the document
146     2 = zero based page number
147     3 = X coordinate within the page
148     4 = Y ..........................
150 [4] if the document was previously visited initial backspace will
151     jump to the last visited place
153 [5] document will also be reloaded upon reception of the HUP signal
155 ======================================================================
156 Caveat emptor:
158 o Selection can not cross page boundaries
159 o Text searching is very naive