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