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