Remove immediate redisplay
[llpp.git] / KEYS
blobdb653566bf9fcbd0ec9d12d69f4c2233e104b520
1 up/down arrow           - scroll up/down
2 mouse buttons 3/4       - ..............
3 primary mouse button[1] - click on link or select text[2]
4 escape/q                - quit
5 backspace               - go back after jumping (clicking link and suchlike)
6 u                       - dehighlight
7 /,?                     - enter text to search for (/ - forward, ? backward)
8 +                       - set page bias
9 -                       - toggle/set tunable
10 0..9                    - enter page number to jump to
11 b                       - toggle scroll bar
12 l                       - toggle links highlighting
13 f                       - toggle fullscreen
14 n                       - repeat last search (forward)
15 p, N                    - .................. (backward)
16 g                       - goto first page
17 t                       - align top of the screen with the top of the page
18 space                   - go to the next page
19 delete                  - go to the previous page
20 =                       - show current position
21 w                       - change height to encompass all of the page
22 o                       - switch to outline mode
23 '                       - switch to bookmark mode
24 m                       - bookmark position
25 z                       - crop
26 a                       - autoscroll
27 <,>                     - rotate
28 Ctrl-g                  - interrupt search
30 tuanbles
31 -i                      - toggle case sensitivity of searches
32 -s<number>              - scroll increment
33 -c                      - toggle crop hack
34 -a                      - toggle throttled scrolling
35 -r                      - selection style
36 -R<number>              - rotate
37 -p                      - toggle preloading
38 -v                      - toggle verbosity
39 -h                      - toggle maxfit
41 outline mode
42 alpha-numeric           - quick search
43 Ctrl-s                  - repeat search (forward)
44 Ctrl-r                  - repeat search (backward)
45 Ctrl-n                  - narrow to search pattern
46 Ctrl-u                  - undo narrowing
47 Ctrl-l                  - center on current item
49 bookmark mode
50 alpha-numeric           - quick search
51 Ctrl-s                  - repeat search (forward)
52 Ctrl-r                  - repeat search (backward)
53 Ctrl-l                  - center on current item
55 when entering search pattern/page number
56 up/down arrow           - previous/next entered text
58 [1] i'm somewhat mouse button confused, since i use "left handed" mouse
59     while not being lefthanded
61 [2] selecting text is not really implemented right now