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