Run git describe in the source directory
[llpp.git] / KEYS
blobf3c7c64256f4ac783c297bb7d97f372c466ccd8a
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 primary mouse button[1] - click on link or select text[2]
7 escape/q                - quit
8 backspace               - go back after jumping (clicking link and suchlike) [3]
9 alt-left/right arrow    - go backward/forward in history
10 u                       - dehighlight
11 /,?                     - enter text to search for (/ - forward, ? - backward)
12 +                       - set page bias
13 -                       - toggle/set tunable
14 0..9                    - enter page number to jump to
15 b                       - toggle scroll bar
16 l                       - toggle links highlighting
17 f                       - toggle fullscreen
18 n                       - repeat last search (forward)
19 p, N                    - .................. (backward)
20 g, G                    - go to first/last page
21 t                       - align top of the screen with the top of the page
22 space                   - go to the next page
23 delete                  - go to the previous page
24 =                       - show current position
25 w                       - change height to encompass all of the page
26 o                       - switch to outline mode
27 '                       - switch to bookmark mode
28 h,F1                    - switch to help mode
29 i                       - switch to info mode
30 m                       - create named bookmark
31 ~                       - create quick bookmark
32 z                       - crop
33 r                       - reload document
34 P                       - "presentation" mode
35 a                       - autoscroll
36 <,>                     - rotate
37 [,]                     - decrease/increase page brightness
38 Ctrl-g                  - interrupt search
39 Ctrl-+/-                - zoom in/out
40 Ctrl-0                  - fit page width and reset panning
41 Ctrl-1                  - fit page height
42 Ctrl-2                  - zoom to ...
43 Ctrl-9/F9               - enter bird's eye view
44 home/end                - go to first/last page
45 pageup/pagedown         - go forward/backward one screen-full
46 Ctrl pageup/pagedown    - align top of the screen with first/last visible page
48 (moving mouse while holding primary mouse button will pan the page,
49 if the mouse is over selectable element (text/link) holding control
50 will make the page pan instead of the default action (selecting text/
51 clicking link))
53 if auto scrolling is active:
54     up/down arrows and mouse buttons 3/4 will make scrolling go faster/slower
56 tunables
57 -i                      - toggle case sensitivity of searches
58 -s<number>              - set scroll step (pixels)
59 -S<number>              - set space between pages (pixels)
60 -c                      - toggle crop hack
61 -a                      - toggle throttled scrolling
62 -R<number>              - rotate
63 -p                      - toggle preloading
64 -v                      - toggle verbosity
65 -P                      - toggle persistent bookmarks
66 -h                      - toggle maxfit
67 -l                      - toggle proportional display
68 -Z                      - set zoom (percent)
69 -A                      - set auto scroll step (pixels)
70 -t                      - set thumbnail width (pixels)
71 -f                      - toggle "what's under cursor" identification
72                           (only font name currently)
74 bird's eye mode
75 Ctrl-9,F9,esc           - leave bird's eye view
76 Ctrl-l                  - center the view on the currently selected page
77 (page)up/(page)down     - navigate
78 home/end                - go to first/last page
79 enter                   - select the page and leave bird's eye mode
80 1st mouse button        - select the page under cursor and leave bird's eye mode
82 outline/bookmark/help/info mode
83 esc                     - leave outline/bookmark mode
84 up/down                 - select previous/next item
85 alpha-numeric           - quick search
86 Ctrl-s                  - repeat search (forward)
87 Ctrl-r                  - repeat search (backward)
88 Ctrl-l                  - center on current item
89 Ctrl-left/right         - pan text left/right
91 outline mode
92 left/right              - go up/down a level
93 Ctrl-n                  - narrow to search pattern
94 Ctrl-u                  - undo narrowing
96 info mode
97 enter                   - toggle/enter new value for selected parameter
99 when entering search pattern/page number
100 up/down arrow           - previous/next entered text
101 enter                   - confirm
102 ctrl-g,esc              - cancel
104 [1] i'm somewhat mouse button confused, since i use "left handed" mouse
105     while not being lefthanded
107 [2] text selection requires xsel
108     http://www.vergenet.net/~conrad/software/xsel/
109     On OSX and Windows selected text will be dumped to the terminal
110     Also selection can not cross page boundaries
112 [3] if the document was previously visited initial backspace will
113     jump to the last visited place