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