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