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