What can i say...
[llpp.git] / KEYS
blob78c12238c65cd1a0821ca6e2d1534de964a79db0
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 m                       - create named bookmark
34 ~                       - create quick bookmark
35 z                       - crop
36 r                       - reload document
37 P                       - "presentation" mode
38 a                       - autoscroll
39 <,>                     - rotate
40 [,]                     - decrease/increase page brightness
41 Ctrl-g                  - interrupt search
42 Ctrl-+/-                - zoom in/out
43 Ctrl-0                  - fit page width and reset panning
44 Ctrl-1                  - fit page height
45 Ctrl-2                  - zoom to ...
46 Ctrl-9/F9               - enter bird's eye view
47 home/end                - go to first/last page
48 pageup/pagedown         - go forward/backward one screen-full
49 Ctrl pageup/pagedown    - align top of the screen with first/last visible page
51 (moving mouse while holding primary mouse button will pan the page,
52 if the mouse is over selectable element (text/link) holding control
53 will make the page pan instead of the default action (selecting text/
54 clicking link))
56 if auto scrolling is active:
57     up/down arrows and mouse buttons 3/4 will make scrolling go faster/slower
59 tunables
60 -i                      - toggle case sensitivity of searches
61 -s<number>              - set scroll step (pixels)
62 -S<number>              - set space between pages (pixels)
63 -c                      - toggle crop hack
64 -a                      - toggle throttled scrolling
65 -R<number>              - rotate
66 -p                      - toggle preloading
67 -v                      - toggle verbosity
68 -P                      - toggle persistent bookmarks
69 -h                      - toggle maxfit
70 -l                      - toggle proportional display
71 -Z                      - set zoom (percent)
72 -A                      - set auto scroll step (pixels)
73 -t                      - set thumbnail width (pixels)
74 -T                      - toggle trimming of margins
75 -I                      - invert colors
76 -f                      - toggle "what's under cursor" identification
77     (only font name of the text under cursor and link target currently)
79 bird's eye mode
80 Ctrl-9,F9,esc           - leave bird's eye view
81 Ctrl-l                  - center the view on the currently selected page
82 (page)up/(page)down     - navigate
83 home/end                - go to first/last page
84 enter                   - select the page and leave bird's eye mode
85 1st mouse button        - select the page under cursor and leave bird's eye mode
87 outline/bookmark/help/info mode
88 esc                     - leave outline/bookmark mode
89 up/down                 - select previous/next item
90 alpha-numeric           - quick search
91 Ctrl-s                  - repeat search (forward)
92 Ctrl-r                  - repeat search (backward)
93 Ctrl-l                  - center on current item
94 Ctrl-left/right         - pan text left/right
96 outline mode
97 left/right              - go up/down a level
98 Ctrl-n                  - narrow to search pattern
99 Ctrl-u                  - undo narrowing
101 info mode
102 enter                   - toggle/enter new value for selected parameter
104 when entering search pattern/page number
105 up/down arrow           - previous/next entered text
106 enter                   - confirm
107 ctrl-g,esc              - cancel
109 [1] i'm somewhat mouse button confused, since i use "left handed" mouse
110     while not being lefthanded
112 [2] text selection requires xsel
113     http://www.vergenet.net/~conrad/software/xsel/
115 [3] if the document was previously visited initial backspace will
116     jump to the last visited place
118 ======================================================================
119 Caveat emptor:
121 o Selection can not cross page boundaries
122 o On OSX(cocoa) and Windows selected text will be dumped to the terminal
123 o Text searching is very naive
124 o Most of the Ctrl keys do not work on Windows and native OSX (X11 version
125   is fine though)