Make maximal texture width user configurable
[llpp.git] / KEYS
blobe0ce366ee562772570314325a3b9c028e98144a1
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 q                       - quit
8 esc                     - quit if status text is empty, otherwise clear it
9 backspace               - go back after jumping (clicking link and suchlike) [3]
10 alt-left/right arrow    - go backward/forward in history
11 u                       - dehighlight
12 /,?                     - enter text to search for (/ - forward, ? - backward)
13 +                       - set page bias
14 -                       - toggle/set tunable
15 0..9                    - enter page number to jump to
16 b                       - toggle scroll bar
17 l                       - toggle links highlighting
18 f                       - toggle fullscreen
19 n                       - repeat last search (forward)
20 p, N                    - .................. (backward)
21 g                       - go to first page
22 t                       - align top of the screen with the top of the page
23 space                   - go to the next page
24 delete                  - go to the previous page
25 =                       - show current position
26 w                       - change height to encompass all of the page
27 o                       - switch to outline mode
28 '                       - switch to bookmark mode
29 h/F1                    - switch to help mode
30 i                       - switch to info mode
31 m                       - create named bookmark
32 ~                       - create quick bookmark
33 z                       - crop
34 r                       - reload document
35 P                       - "presentation" mode
36 a                       - autoscroll
37 <,>                     - rotate
38 [,]                     - decrease/increase page brightness
39 Ctrl-g                  - interrupt search
40 Ctrl-+/-                - zoom in/out
41 Ctrl-0                  - fit page width and reset panning
42 Ctrl-1                  - fit page height
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
102 [1] i'm somewhat mouse button confused, since i use "left handed" mouse
103     while not being lefthanded
105 [2] text selection requires xsel
106     http://www.vergenet.net/~conrad/software/xsel/
107     On OSX and Windows selected text will be dumped to the terminal
108     Also selection can not cross page boundaries
110 [3] if the document was previously visited initial backspace will
111     jump to the last visited place