Restore proper maxrows calculation
[llpp.git] / KEYS
blob64e8936cfc0a1ccbc29a0a205e257fe754629b0a
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 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
10 escape/q                - quit
11 backspace               - go back after jumping (clicking link and suchlike) [3]
12 alt-left/right arrow    - go backward/forward in history
13 u                       - dehighlight
14 /,?                     - enter text to search for (/ - forward, ? - backward)
15 +                       - set page bias
16 -                       - toggle/set tunable
17 0..9                    - enter page number to jump to
18 b                       - toggle scroll bar
19 l                       - toggle links highlighting
20 f                       - toggle fullscreen
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
36 z                       - crop
37 r                       - reload document
38 P                       - "presentation" mode
39 a                       - autoscroll
40 <,>                     - rotate
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
46 Ctrl-2                  - zoom to ...
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/
55 clicking link))
57 if auto scrolling is active:
58     up/down arrows and mouse buttons 3/4 will make scrolling go faster/slower
60 tunables
61 -i                      - toggle case sensitivity of searches
62 -s<number>              - set scroll step (pixels)
63 -S<number>              - set space between pages (pixels)
64 -c                      - toggle crop hack
65 -a                      - toggle throttled scrolling
66 -R<number>              - rotate
67 -p                      - toggle preloading
68 -v                      - toggle verbosity
69 -P                      - toggle persistent bookmarks
70 -h                      - toggle maxfit
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
76 -I                      - invert colors
77 -f                      - toggle "what's under cursor" identification
78     (only font name of the text under cursor and link target currently)
80 bird's eye mode
81 Ctrl-9,F9,esc           - leave bird's eye view
82 Ctrl-l                  - center the view on the currently selected page
83 (page)up/(page)down     - navigate
84 home/end                - go to first/last page
85 enter                   - select the page and leave bird's eye mode
86 1st mouse button        - select the page under cursor and leave bird's eye mode
88 outline/bookmark/help/info mode
89 esc                     - leave outline/bookmark mode
90 up/down                 - select previous/next item
91 alpha-numeric           - quick search
92 Ctrl-s                  - repeat search (forward)
93 Ctrl-r                  - repeat search (backward)
94 Ctrl-l                  - center on current item
95 Ctrl-left/right         - pan text left/right
97 outline mode
98 left/right              - go up/down a level
99 Ctrl-n                  - narrow to search pattern
100 Ctrl-u                  - undo narrowing
102 info mode
103 enter                   - toggle/enter new value for selected parameter
105 when entering search pattern/page number
106 up/down arrow           - previous/next entered text
107 enter                   - confirm
108 ctrl-g,esc              - cancel
110 [1] i'm somewhat mouse button confused, since i use "left handed" mouse
111     while not being lefthanded
113 [2] text selection requires xsel
114     http://www.vergenet.net/~conrad/software/xsel/
116 [3] if the document was previously visited initial backspace will
117     jump to the last visited place
119 ======================================================================
120 Caveat emptor:
122 o Selection can not cross page boundaries
123 o On OSX(cocoa) and Windows selected text will be dumped to the terminal
124 o Text searching is very naive
125 o Most of the Ctrl keys do not work on Windows and native OSX (X11 version
126   is fine though)