Remove unused field and fix tileh
[llpp.git] / KEYS
blob3af4c5dd44b69e2294bf2e6571caeae709330a69
1 -----Quitting-----
2 escape/q                - quit
3 Q                       - quit without saving the configuration or changes
4 W                       - save changes
6 -----Movement-----
7 up/down arrow           - scroll up/down
8 j/k                     - scroll up/down
9 left/right arrow        - pan left/right (when zoomed in)
10 Ctrl-arrows             - scroll up/down, pan left/right (by half a screen width/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
22 <,>                     - rotate
23 Ctrl-pageup/pagedown    - align top of the screen with first/last visible page
24 F                       - go to hinted link
25 if auto scrolling is active:
26     up/down arrows and mouse buttons 3/4 will make scrolling go faster/slower
28 -----Mouse-----
29 primary mouse button    - click on link or select text[2]
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 secondary mouse button  - select rectangle to zoom to
38   when shift is held    - add text annotation
40 Note:
41   moving mouse while holding primary mouse button will pan the page,
42   if the mouse is over selectable element (text/link) holding control
43   will make the page pan instead of the default action (selecting text/
44   clicking link)
46 -----Bookmarks-----
47 m                       - create named bookmark
48 ~                       - create quick bookmark
50 -----Zoom-----
51 control + shift up/down - set previous zoom level
52 B                       - toggle zoom block mode
53 w                       - change height of the window to encompass all of the page
54 Alt-c                   - center view
55 Ctrl-+/Ctrl-=           - zoom in
56 Ctrl--                  - zoom out
57 Ctrl-0                  - reset zoom and panning
58 Ctrl-1                  - fit tallest page
59 Ctrl-2                  - fit tallest page height exactly
60 Ctrl-3                  - cycle fit models
61 Ctrl-4                  - 1:1 zoom
62 Ctrl-9/F9               - enter bird's eye view
64 -----Actions-----
65 u                       - dehighlight
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
73 e                       - view error log
75 -----Search-----
76 /,?                     - enter text to search for (/ - forward, ? - backward)
77 n                       - repeat last search (forward)
78 p, N                    - repeat last search (backward)
79 Ctrl-g                  - interrupt search
81 -----Settings / Modes-----
82 [,]                     - decrease/increase page brightness
83 +                       - set page bias
84 -                       - toggle/set tunable
85 b                       - toggle scroll bar
86 l                       - toggle highlighting of the links
87 f                       - toggle fullscreen
88 insert                  - toggle link navigation mode
89 o                       - switch to outline/table of contents mode
90 '                       - switch to bookmark mode
91 H                       - switch to history mode
92 h,F1                    - switch to help mode
93 i                       - switch to info mode
94 P                       - switch to "presentation" mode
95 c                       - switch to previous column layout
96 a                       - auto scroll mode
97 S                       - slide show mode
98   (auto scroll step is interepreted as a delay (in seconds) between transitions)
101 -----Tunables-----
102 -i                      - toggle case sensitivity of searches
103 -s<number>              - set scroll step (pixels)
104 -S<number>              - set space between pages (pixels)
105 -R<number>              - rotate
106 -v                      - toggle verbosity
107 -l                      - toggle proportional display
108 -Z<number>              - set zoom (percent)
109 -T                      - toggle trimming of margins
110 -I                      - invert colors
111 -M                      - toggle pax mode
112 -C<number>              - set column count
113 -x<string>              - set command to run on selection
114 -f                      - toggle "what's under cursor" identification
115                         - (or "what's currently selected" in link navigation mode)
116                         -     (font name of the text under cursor or link target)
118 -----Bird's eye mode-----
119 Ctrl-9,F9,esc           - leave bird's eye view
120 Ctrl-l                  - center the view on the currently selected page
121 (page)up/(page)down     - navigate
122 home/end                - go to first/last page
123 enter                   - select the page and leave bird's eye mode
124 primary mouse button    - select the page under cursor and leave bird's eye mode
126 -----Outline/bookmark/help/info/history mode-----
127 esc                     - leave outline/bookmark mode
128 up/down                 - select previous/next item
129 alpha-numeric           - quick search
130 Ctrl-s                  - repeat search (forward)
131 Ctrl-r                  - repeat search (backward)
132 Ctrl-l                  - center on current item
133 Ctrl-left/right         - pan text left/right
134 Ctrl-up/down            - scroll view up/down
135 Ctrl-insert             - copy active item's text to clipboard
137 -----Outline/history mode-----
138 left/right              - go up/down a level
139 Ctrl-a                  - toggle auto narrowing
140 /                       - enter auto narrowing
141 tab                     - begin nested narrowing
142 Ctrl-n                  - narrow to search pattern
143 Ctrl-u                  - undo narrowing
144 Ctrl-S                  - synchronize
146 -----Info mode-----
147 enter                   - toggle/enter new value for selected parameter
149 -----When entering search pattern/page number-----
150 up/down arrow           - previous/next entered text
151 enter                   - confirm
152 Ctrl-g,esc              - cancel
154 double/triple/quadruple/quintuple clicks in view mode will pipe the
155 word/line/block/page through pax command when control is held and
156 selection command otherwise
158 [1] if the document was previously visited initial backspace will
159     jump to the last visited place
161 [2] i'm somewhat mouse button confused, since i use "left handed" mouse
162     while not being left handed
164 [3] text selection requires
165     X11     - xclip https://github.com/astrand/xclip
166     macOS   - pbcopy ships with the system
168 [4] arguments to the command are:
169     1 = path to the document
170     2 = zero based page number
171     3 = X coordinate within the page
172     4 = Y …
174 [5] document will also be reloaded upon reception of the HUP signal
176 -----Caveat emptor-----
177 o Text selection is limited to a single page
178 o Text searching is very naive