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