ELinks 0.12pre6
[elinks.git] / doc / man / man5 / elinkskeys.5
blobe6579cf4e82091a7e4a5e585e082c681e2dcee0a
1 '\" t
2 .\"     Title: elinkskeys
3 .\"    Author: [see the "AUTHOR" section]
4 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5 .\"      Date: 10/26/2012
6 .\"    Manual: ELinks keybindings
7 .\"    Source: ELinks 0.12pre6
8 .\"  Language: English
9 .\"
10 .TH "ELINKSKEYS" "5" "10/26/2012" "ELinks 0\&.12pre6" "ELinks keybindings"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 elinkskeys \- keybindings for ELinks
32 .SH "SYNOPSIS"
33 .sp
34 Information on how to configure keybinding and overview of the default keybindings\&.
35 .SH "DESCRIPTION"
36 .sp
37 Key binding for elinks should be placed in the file ~/\&.elinks/elinks\&.conf\&. Note that any information regarding their format/structure may not be up\-to\-date\&. If you will discover that, please feed us with a patch\&.
38 .sp
39 Key binding statements are of the form:
40 .sp
41 .if n \{\
42 .RS 4
43 .\}
44 .nf
45 bind <keymap> <keystroke> = <action>
46 .fi
47 .if n \{\
48 .RE
49 .\}
50 .sp
51 where:
52 .PP
53 <keymap>
54 .RS 4
56 \fImain\fR,
57 \fIedit\fR, or
58 \fImenu\fR\&. The main keymap is used for general browsing\&. The edit keymap is used for editing text fields\&. The menu keymap is used for navigating menus\&.
59 .RE
60 .PP
61 <keystroke>
62 .RS 4
63 is a case sensitive key, which you can prefix with
64 \fICtrl\-\fR,
65 \fIAlt\-\fR, or both\&.
66 \fICtrl\-\fR
67 must be followed by an uppercase key\&. See below for a list of valid keys\&.
68 .RE
69 .PP
70 <action>
71 .RS 4
72 is what the key should do\&. The actions available are dependent on the keymap, and are listed separately below\&.
73 .RE
74 .sp
75 All words/strings may all be quoted "like so"\&. Backslashes are escape characters, even if not between quotes\&. Lines beginning with a hash character (#) are comments\&.
76 .sp
77 Keys can be unbound just by binding them to the special \fInone\fR action\&. It may be of use if you accidentally type a key often\&.
78 .SH "EXAMPLE BINDINGS"
79 .sp
80 Some sample keybindings:
81 .sp
82 .if n \{\
83 .RS 4
84 .\}
85 .nf
86 bind "main" "v" = "view\-image"
87 bind "main" "l" = "jump\-to\-link"
88 bind "main" "L" = "link\-menu"
89 bind "main" "F10" = "file\-menu"
90 bind "main" "F9" = "menu"
91 bind "main" "Escape" = "menu"
92 bind "edit" "Ctrl\-R" = "auto\-complete\-unambiguous"
93 bind "edit" "Ctrl\-W" = "auto\-complete"
94 bind "edit" "Ctrl\-K" = "kill\-to\-eol"
95 bind "menu" "Ctrl\-B" = "page\-up"
96 bind "menu" "PageUp" = "page\-up"
97 bind "menu" "Ctrl\-F" = "page\-down"
98 bind "menu" "PageDown" = "page\-down"
99 # ELinks with Lua support
100 bind "main" "," = "lua\-console"
102 .if n \{\
105 .SH "KEYS"
107 Valid keys are: alphanumeric characters, punctuation, \fIEnter\fR, \fIBackspace\fR, \fITab\fR, \fIEscape\fR, \fILeft\fR, \fIRight\fR, \fIUp\fR, \fIDown\fR, \fIInsert\fR, \fIDelete\fR, \fIHome\fR, \fIEnd\fR, \fIPageUp\fR, \fIPageDown\fR, \fIF1\fR to \fIF12\fR\&.
109 Some keys will need to be quoted or escaped\&. For example, space can be written as " " (quote space quote), and the quote itself as \e" (backslash quote)\&. Backslash can be written as \e\e (double backslash)\&.
110 .SH "KEYMAP ACTIONS"
111 .SS "MAIN ACTIONS"
113 abort\-connection
114 .RS 4
115 Abort connection\&.
118 add\-bookmark
119 .RS 4
120 Add a new bookmark\&.
123 add\-bookmark\-link
124 .RS 4
125 Add a new bookmark using current link\&.
128 add\-bookmark\-tabs
129 .RS 4
130 Bookmark all open tabs\&.
133 auth\-manager
134 .RS 4
135 Open authentication manager\&.
138 backspace\-prefix
139 .RS 4
140 Backspace the last entered digit of the current prefix\&.
143 bookmark\-manager
144 .RS 4
145 Open bookmark manager\&.
148 cache\-manager
149 .RS 4
150 Open cache manager\&.
153 cache\-minimize
154 .RS 4
155 Free unused cache entries\&.
158 cookie\-manager
159 .RS 4
160 Open cookie manager\&.
163 cookies\-load
164 .RS 4
165 Reload cookies file\&.
168 copy\-clipboard
169 .RS 4
170 Copy text to clipboard\&.
173 document\-info
174 .RS 4
175 Show information about the current page\&.
178 download\-manager
179 .RS 4
180 Open download manager\&.
183 exmode
184 .RS 4
185 Enter ex\-mode (command line)\&.
188 file\-menu
189 .RS 4
190 Open the File menu\&.
193 find\-next
194 .RS 4
195 Find the next occurrence of the current search text\&.
198 find\-next\-back
199 .RS 4
200 Find the previous occurrence of the current search text\&.
203 forget\-credentials
204 .RS 4
205 Forget authentication credentials\&.
208 formhist\-manager
209 .RS 4
210 Open form history manager\&.
213 frame\-external\-command
214 .RS 4
215 Pass URI of current frame to external command\&.
218 frame\-maximize
219 .RS 4
220 Maximize the current frame\&.
223 frame\-next
224 .RS 4
225 Move to the next frame\&.
228 frame\-prev
229 .RS 4
230 Move to the previous frame\&.
233 goto\-url
234 .RS 4
235 Open "Go to URL" dialog box\&.
238 goto\-url\-current
239 .RS 4
240 Open "Go to URL" dialog box containing the current URL\&.
243 goto\-url\-current\-link
244 .RS 4
245 Open "Go to URL" dialog box containing the current link URL\&.
248 goto\-url\-home
249 .RS 4
250 Go to the homepage\&.
253 header\-info
254 .RS 4
255 Show information about the current page protocol headers\&.
258 history\-manager
259 .RS 4
260 Open history manager\&.
263 history\-move\-back
264 .RS 4
265 Return to the previous document in history\&.
268 history\-move\-forward
269 .RS 4
270 Go forward in history\&.
273 jump\-to\-link
274 .RS 4
275 Jump to link\&.
278 keybinding\-manager
279 .RS 4
280 Open keybinding manager\&.
283 kill\-backgrounded\-connections
284 .RS 4
285 Kill all backgrounded connections\&.
288 link\-download
289 .RS 4
290 Download the current link\&.
293 link\-download\-image
294 .RS 4
295 Download the current image\&.
298 link\-download\-resume
299 .RS 4
300 Attempt to resume download of the current link\&.
303 link\-external\-command
304 .RS 4
305 Pass URI of current link to external command\&.
308 link\-follow
309 .RS 4
310 Follow the current link\&.
313 link\-follow\-reload
314 .RS 4
315 Follow the current link, forcing reload of the target\&.
318 link\-menu
319 .RS 4
320 Open the link context menu\&.
323 link\-form\-menu
324 .RS 4
325 Open the form fields menu\&.
328 lua\-console
329 .RS 4
330 Open a Lua console\&.
333 mark\-goto
334 .RS 4
335 Go at a specified mark\&.
338 mark\-set
339 .RS 4
340 Set a mark\&.
343 menu
344 .RS 4
345 Activate the menu\&.
348 move\-cursor\-down
349 .RS 4
350 Move cursor down\&.
353 move\-cursor\-left
354 .RS 4
355 Move cursor left\&.
358 move\-cursor\-line\-start
359 .RS 4
360 Move cursor to the start of the line\&.
363 move\-cursor\-right
364 .RS 4
365 Move cursor right\&.
368 move\-cursor\-up
369 .RS 4
370 Move cursor up\&.
373 move\-document\-end
374 .RS 4
375 Move to the end of the document\&.
378 move\-document\-start
379 .RS 4
380 Move to the start of the document\&.
383 move\-link\-down
384 .RS 4
385 Move one link down\&.
388 move\-link\-down\-line
389 .RS 4
390 Move to the next line with a link\&.
393 move\-link\-left
394 .RS 4
395 Move one link left\&.
398 move\-link\-left\-line
399 .RS 4
400 Move one link left or to the previous link\&.
403 move\-link\-next
404 .RS 4
405 Move to the next link\&.
408 move\-link\-prev
409 .RS 4
410 Move to the previous link\&.
413 move\-link\-right
414 .RS 4
415 Move one link right\&.
418 move\-link\-right\-line
419 .RS 4
420 Move one link right or to the next link\&.
423 move\-link\-up
424 .RS 4
425 Move one link up\&.
428 move\-link\-up\-line
429 .RS 4
430 Move to the previous line with a link\&.
433 move\-page\-down
434 .RS 4
435 Move downwards by a page\&.
438 move\-page\-up
439 .RS 4
440 Move upwards by a page\&.
443 open\-link\-in\-new\-tab
444 .RS 4
445 Open the current link in a new tab\&.
448 open\-link\-in\-new\-tab\-in\-background
449 .RS 4
450 Open the current link in a new tab in the background\&.
453 open\-link\-in\-new\-window
454 .RS 4
455 Open the current link in a new window\&.
458 open\-new\-tab
459 .RS 4
460 Open a new tab\&.
463 open\-new\-tab\-in\-background
464 .RS 4
465 Open a new tab in the background\&.
468 open\-new\-window
469 .RS 4
470 Open a new window\&.
473 open\-os\-shell
474 .RS 4
475 Open an OS shell\&.
478 options\-manager
479 .RS 4
480 Open options manager\&.
483 quit
484 .RS 4
485 Open a quit confirmation dialog box\&.
488 really\-quit
489 .RS 4
490 Quit without confirmation\&.
493 redraw
494 .RS 4
495 Redraw the terminal\&.
498 reload
499 .RS 4
500 Reload the current page\&.
503 rerender
504 .RS 4
505 Re\-render the current page\&.
508 reset\-form
509 .RS 4
510 Reset form items to their initial values\&.
513 resource\-info
514 .RS 4
515 Show information about the currently used resources\&.
518 save\-as
519 .RS 4
520 Save the current document in source form\&.
523 save\-formatted
524 .RS 4
525 Save the current document in formatted form\&.
528 save\-options
529 .RS 4
530 Save options\&.
533 save\-url\-as
534 .RS 4
535 Save URL as\&.
538 scroll\-down
539 .RS 4
540 Scroll down\&.
543 scroll\-left
544 .RS 4
545 Scroll left\&.
548 scroll\-right
549 .RS 4
550 Scroll right\&.
553 scroll\-up
554 .RS 4
555 Scroll up\&.
558 search
559 .RS 4
560 Search for a text pattern\&.
563 search\-back
564 .RS 4
565 Search backwards for a text pattern\&.
568 search\-typeahead
569 .RS 4
570 Search link text by typing ahead\&.
573 search\-typeahead\-link
574 .RS 4
575 Search link text by typing ahead\&.
578 search\-typeahead\-text
579 .RS 4
580 Search document text by typing ahead\&.
583 search\-typeahead\-text\-back
584 .RS 4
585 Search document text backwards by typing ahead\&.
588 show\-term\-options
589 .RS 4
590 Show terminal options dialog\&.
593 submit\-form
594 .RS 4
595 Submit form\&.
598 submit\-form\-reload
599 .RS 4
600 Submit form and reload\&.
603 tab\-close
604 .RS 4
605 Close tab\&.
608 tab\-close\-all\-but\-current
609 .RS 4
610 Close all tabs but the current one\&.
613 tab\-external\-command
614 .RS 4
615 Pass URI of current tab to external command\&.
618 tab\-menu
619 .RS 4
620 Open the tab menu\&.
623 tab\-move\-left
624 .RS 4
625 Move the current tab to the left\&.
628 tab\-move\-right
629 .RS 4
630 Move the current tab to the right\&.
633 tab\-next
634 .RS 4
635 Next tab\&.
638 tab\-prev
639 .RS 4
640 Previous tab\&.
643 terminal\-resize
644 .RS 4
645 Open the terminal resize dialog\&.
648 toggle\-css
649 .RS 4
650 Toggle rendering of page using CSS\&.
653 toggle\-display\-images
654 .RS 4
655 Toggle displaying of links to images\&.
658 toggle\-display\-tables
659 .RS 4
660 Toggle rendering of tables\&.
663 toggle\-document\-colors
664 .RS 4
665 Toggle usage of document specific colors\&.
668 toggle\-html\-plain
669 .RS 4
670 Toggle rendering page as HTML / plain text\&.
673 toggle\-mouse
674 .RS 4
675 Toggle mouse handling\&.
678 toggle\-numbered\-links
679 .RS 4
680 Toggle displaying of links numbers\&.
683 toggle\-plain\-compress\-empty\-lines
684 .RS 4
685 Toggle plain renderer compression of empty lines\&.
688 toggle\-wrap\-text
689 .RS 4
690 Toggle wrapping of text\&.
693 view\-image
694 .RS 4
695 View the current image\&.
697 .SS "EDIT ACTIONS"
699 auto\-complete
700 .RS 4
701 Attempt to auto\-complete the input\&.
704 auto\-complete\-file
705 .RS 4
706 Attempt to auto\-complete a local file\&.
709 auto\-complete\-unambiguous
710 .RS 4
711 Attempt to unambiguously auto\-complete the input\&.
714 backspace
715 .RS 4
716 Delete character in front of the cursor\&.
719 beginning\-of\-buffer
720 .RS 4
721 Go to the first line of the buffer\&.
724 cancel
725 .RS 4
726 Cancel current state\&.
729 copy\-clipboard
730 .RS 4
731 Copy text to clipboard\&.
734 cut\-clipboard
735 .RS 4
736 Cut text to clipboard\&.
739 delete
740 .RS 4
741 Delete character under cursor\&.
744 down
745 .RS 4
746 Move cursor downwards\&.
750 .RS 4
751 Go to the end of the page/line\&.
754 end\-of\-buffer
755 .RS 4
756 Go to the last line of the buffer\&.
759 enter
760 .RS 4
761 Follow the current link\&.
764 home
765 .RS 4
766 Go to the start of the page/line\&.
769 kill\-to\-bol
770 .RS 4
771 Delete to beginning of line\&.
774 kill\-to\-eol
775 .RS 4
776 Delete to end of line\&.
779 kill\-word\-back
780 .RS 4
781 Delete backwards to start of word\&.
784 left
785 .RS 4
786 Move the cursor left\&.
789 move\-backward\-word
790 .RS 4
791 Move cursor before current word\&.
794 move\-forward\-word
795 .RS 4
796 Move cursor after current word\&.
799 next\-item
800 .RS 4
801 Move to the next item\&.
804 open\-external
805 .RS 4
806 Open in external editor\&.
809 paste\-clipboard
810 .RS 4
811 Paste text from the clipboard\&.
814 previous\-item
815 .RS 4
816 Move to the previous item\&.
819 redraw
820 .RS 4
821 Redraw the terminal\&.
824 right
825 .RS 4
826 Move the cursor right\&.
829 search\-toggle\-regex
830 .RS 4
831 Toggle regex matching (type\-ahead searching)\&.
835 .RS 4
836 Move cursor upwards\&.
838 .SS "MENU ACTIONS"
840 cancel
841 .RS 4
842 Cancel current state\&.
845 delete
846 .RS 4
847 Delete character under cursor\&.
850 down
851 .RS 4
852 Move cursor downwards\&.
856 .RS 4
857 Go to the end of the page/line\&.
860 enter
861 .RS 4
862 Follow the current link\&.
865 expand
866 .RS 4
867 Expand item\&.
870 home
871 .RS 4
872 Go to the start of the page/line\&.
875 left
876 .RS 4
877 Move the cursor left\&.
880 mark\-item
881 .RS 4
882 Mark item\&.
885 next\-item
886 .RS 4
887 Move to the next item\&.
890 page\-down
891 .RS 4
892 Move downwards by a page\&.
895 page\-up
896 .RS 4
897 Move upwards by a page\&.
900 previous\-item
901 .RS 4
902 Move to the previous item\&.
905 redraw
906 .RS 4
907 Redraw the terminal\&.
910 right
911 .RS 4
912 Move the cursor right\&.
915 search
916 .RS 4
917 Search for a text pattern\&.
920 select
921 .RS 4
922 Select current highlighted item\&.
925 unexpand
926 .RS 4
927 Collapse item\&.
931 .RS 4
932 Move cursor upwards\&.
934 .SH "DEFAULT BINDINGS"
936 The default bindings are shown below\&. Any bindings in ~/\&.elinks/elinks\&.conf will override these\&.
937 .SS "MAIN KEYS"
939 \fISpace\fR
940 .RS 4
941 Move downwards by a page (\fImove\-page\-down\fR)
944 \fI"#"\fR
945 .RS 4
946 Search link text by typing ahead (\fIsearch\-typeahead\fR)
949 \fI"%"\fR
950 .RS 4
951 Toggle usage of document specific colors (\fItoggle\-document\-colors\fR)
954 \fI"*"\fR
955 .RS 4
956 Toggle displaying of links to images (\fItoggle\-display\-images\fR)
959 \fI","\fR
960 .RS 4
961 Open a Lua console (\fIlua\-console\fR)
964 \fI"\&."\fR
965 .RS 4
966 Toggle displaying of links numbers (\fItoggle\-numbered\-links\fR)
969 \fI"/"\fR
970 .RS 4
971 Search for a text pattern (\fIsearch\fR)
974 \fI":"\fR
975 .RS 4
976 Enter ex\-mode (command line) (\fIexmode\fR)
979 \fI"<"\fR
980 .RS 4
981 Previous tab (\fItab\-prev\fR)
984 \fIAlt\-"<"\fR
985 .RS 4
986 Move the current tab to the left (\fItab\-move\-left\fR)
989 \fI"="\fR
990 .RS 4
991 Show information about the current page (\fIdocument\-info\fR)
994 \fI">"\fR
995 .RS 4
996 Next tab (\fItab\-next\fR)
999 \fIAlt\-">"\fR
1000 .RS 4
1001 Move the current tab to the right (\fItab\-move\-right\fR)
1004 \fI"?"\fR
1005 .RS 4
1006 Search backwards for a text pattern (\fIsearch\-back\fR)
1009 \fI"A"\fR
1010 .RS 4
1011 Add a new bookmark using current link (\fIadd\-bookmark\-link\fR)
1014 \fICtrl\-"A"\fR
1015 .RS 4
1016 Move to the start of the document (\fImove\-document\-start\fR)
1019 \fICtrl\-"B"\fR
1020 .RS 4
1021 Move upwards by a page (\fImove\-page\-up\fR)
1024 \fI"C"\fR
1025 .RS 4
1026 Open cache manager (\fIcache\-manager\fR)
1029 \fI"D"\fR
1030 .RS 4
1031 Open download manager (\fIdownload\-manager\fR)
1034 \fI"E"\fR
1035 .RS 4
1036 Open "Go to URL" dialog box containing the current link URL (\fIgoto\-url\-current\-link\fR)
1039 \fICtrl\-"E"\fR
1040 .RS 4
1041 Move to the end of the document (\fImove\-document\-end\fR)
1044 \fI"F"\fR
1045 .RS 4
1046 Open form history manager (\fIformhist\-manager\fR)
1049 \fICtrl\-"F"\fR
1050 .RS 4
1051 Move downwards by a page (\fImove\-page\-down\fR)
1054 \fI"G"\fR
1055 .RS 4
1056 Open "Go to URL" dialog box containing the current URL (\fIgoto\-url\-current\fR)
1059 \fI"H"\fR
1060 .RS 4
1061 Go to the homepage (\fIgoto\-url\-home\fR)
1064 \fI"K"\fR
1065 .RS 4
1066 Open cookie manager (\fIcookie\-manager\fR)
1069 \fICtrl\-"K"\fR
1070 .RS 4
1071 Reload cookies file (\fIcookies\-load\fR)
1074 \fI"L"\fR
1075 .RS 4
1076 Open the link context menu (\fIlink\-menu\fR)
1079 \fICtrl\-"L"\fR
1080 .RS 4
1081 Redraw the terminal (\fIredraw\fR)
1084 \fI"N"\fR
1085 .RS 4
1086 Find the previous occurrence of the current search text (\fIfind\-next\-back\fR)
1089 \fICtrl\-"N"\fR
1090 .RS 4
1091 Scroll down (\fIscroll\-down\fR)
1094 \fICtrl\-"P"\fR
1095 .RS 4
1096 Scroll up (\fIscroll\-up\fR)
1099 \fI"Q"\fR
1100 .RS 4
1101 Quit without confirmation (\fIreally\-quit\fR)
1104 \fICtrl\-"R"\fR
1105 .RS 4
1106 Reload the current page (\fIreload\fR)
1109 \fI"T"\fR
1110 .RS 4
1111 Open the current link in a new tab in the background (\fIopen\-link\-in\-new\-tab\-in\-background\fR)
1114 \fI"W"\fR
1115 .RS 4
1116 Toggle wrapping of text (\fItoggle\-wrap\-text\fR)
1119 \fI"["\fR
1120 .RS 4
1121 Scroll left (\fIscroll\-left\fR)
1124 \fI"\*(Aq"\fR
1125 .RS 4
1126 Go at a specified mark (\fImark\-goto\fR)
1129 \fI"\e"\fR
1130 .RS 4
1131 Toggle rendering page as HTML / plain text (\fItoggle\-html\-plain\fR)
1134 \fI"]"\fR
1135 .RS 4
1136 Scroll right (\fIscroll\-right\fR)
1139 \fI"a"\fR
1140 .RS 4
1141 Add a new bookmark (\fIadd\-bookmark\fR)
1144 \fI"b"\fR
1145 .RS 4
1146 Move upwards by a page (\fImove\-page\-up\fR)
1149 \fI"c"\fR
1150 .RS 4
1151 Close tab (\fItab\-close\fR)
1154 \fI"d"\fR
1155 .RS 4
1156 Download the current link (\fIlink\-download\fR)
1159 \fI"e"\fR
1160 .RS 4
1161 Open the tab menu (\fItab\-menu\fR)
1164 \fI"f"\fR
1165 .RS 4
1166 Maximize the current frame (\fIframe\-maximize\fR)
1169 \fI"g"\fR
1170 .RS 4
1171 Open "Go to URL" dialog box (\fIgoto\-url\fR)
1174 \fI"h"\fR
1175 .RS 4
1176 Open history manager (\fIhistory\-manager\fR)
1179 \fI"k"\fR
1180 .RS 4
1181 Open keybinding manager (\fIkeybinding\-manager\fR)
1184 \fI"l"\fR
1185 .RS 4
1186 Jump to link (\fIjump\-to\-link\fR)
1189 \fI"m"\fR
1190 .RS 4
1191 Set a mark (\fImark\-set\fR)
1194 \fI"n"\fR
1195 .RS 4
1196 Find the next occurrence of the current search text (\fIfind\-next\fR)
1199 \fI"o"\fR
1200 .RS 4
1201 Open options manager (\fIoptions\-manager\fR)
1204 \fI"q"\fR
1205 .RS 4
1206 Open a quit confirmation dialog box (\fIquit\fR)
1209 \fI"r"\fR
1210 .RS 4
1211 Attempt to resume download of the current link (\fIlink\-download\-resume\fR)
1214 \fI"s"\fR
1215 .RS 4
1216 Open bookmark manager (\fIbookmark\-manager\fR)
1219 \fI"t"\fR
1220 .RS 4
1221 Open a new tab (\fIopen\-new\-tab\fR)
1224 \fI"u"\fR
1225 .RS 4
1226 Go forward in history (\fIhistory\-move\-forward\fR)
1229 \fI"v"\fR
1230 .RS 4
1231 View the current image (\fIview\-image\fR)
1234 \fI"x"\fR
1235 .RS 4
1236 Follow the current link, forcing reload of the target (\fIlink\-follow\-reload\fR)
1239 \fI"z"\fR
1240 .RS 4
1241 Abort connection (\fIabort\-connection\fR)
1244 \fI"{"\fR
1245 .RS 4
1246 Scroll left (\fIscroll\-left\fR)
1249 \fI"|"\fR
1250 .RS 4
1251 Show information about the current page protocol headers (\fIheader\-info\fR)
1254 \fI"}"\fR
1255 .RS 4
1256 Scroll right (\fIscroll\-right\fR)
1259 \fIBackspace\fR
1260 .RS 4
1261 Backspace the last entered digit of the current prefix (\fIbackspace\-prefix\fR)
1264 \fIDelete\fR
1265 .RS 4
1266 Scroll down (\fIscroll\-down\fR)
1269 \fIDown\fR
1270 .RS 4
1271 Move to the next link (\fImove\-link\-next\fR)
1274 \fIEnd\fR
1275 .RS 4
1276 Move to the end of the document (\fImove\-document\-end\fR)
1279 \fIEnter\fR
1280 .RS 4
1281 Follow the current link (\fIlink\-follow\fR)
1284 \fICtrl\-Enter\fR
1285 .RS 4
1286 Follow the current link, forcing reload of the target (\fIlink\-follow\-reload\fR)
1289 \fIEscape\fR
1290 .RS 4
1291 Activate the menu (\fImenu\fR)
1294 \fIF10\fR
1295 .RS 4
1296 Open the File menu (\fIfile\-menu\fR)
1299 \fIF9\fR
1300 .RS 4
1301 Activate the menu (\fImenu\fR)
1304 \fIHome\fR
1305 .RS 4
1306 Move to the start of the document (\fImove\-document\-start\fR)
1309 \fIInsert\fR
1310 .RS 4
1311 Scroll up (\fIscroll\-up\fR)
1314 \fICtrl\-Insert\fR
1315 .RS 4
1316 Copy text to clipboard (\fIcopy\-clipboard\fR)
1319 \fILeft\fR
1320 .RS 4
1321 Return to the previous document in history (\fIhistory\-move\-back\fR)
1324 \fIPageDown\fR
1325 .RS 4
1326 Move downwards by a page (\fImove\-page\-down\fR)
1329 \fIPageUp\fR
1330 .RS 4
1331 Move upwards by a page (\fImove\-page\-up\fR)
1334 \fIRight\fR
1335 .RS 4
1336 Follow the current link (\fIlink\-follow\fR)
1339 \fICtrl\-Right\fR
1340 .RS 4
1341 Follow the current link, forcing reload of the target (\fIlink\-follow\-reload\fR)
1344 \fITab\fR
1345 .RS 4
1346 Move to the next frame (\fIframe\-next\fR)
1349 \fIAlt\-Tab\fR
1350 .RS 4
1351 Move to the previous frame (\fIframe\-prev\fR)
1354 \fIShift\-Tab\fR
1355 .RS 4
1356 Move to the previous frame (\fIframe\-prev\fR)
1359 \fIUp\fR
1360 .RS 4
1361 Move to the previous link (\fImove\-link\-prev\fR)
1363 .SS "EDIT KEYS"
1365 \fIAlt\-"<"\fR
1366 .RS 4
1367 Go to the first line of the buffer (\fIbeginning\-of\-buffer\fR)
1370 \fIAlt\-">"\fR
1371 .RS 4
1372 Go to the last line of the buffer (\fIend\-of\-buffer\fR)
1375 \fICtrl\-"A"\fR
1376 .RS 4
1377 Go to the start of the page/line (\fIhome\fR)
1380 \fIAlt\-"b"\fR
1381 .RS 4
1382 Move cursor before current word (\fImove\-backward\-word\fR)
1385 \fICtrl\-"D"\fR
1386 .RS 4
1387 Delete character under cursor (\fIdelete\fR)
1390 \fICtrl\-"E"\fR
1391 .RS 4
1392 Go to the end of the page/line (\fIend\fR)
1395 \fIAlt\-"f"\fR
1396 .RS 4
1397 Move cursor after current word (\fImove\-forward\-word\fR)
1400 \fICtrl\-"H"\fR
1401 .RS 4
1402 Delete character in front of the cursor (\fIbackspace\fR)
1405 \fICtrl\-"K"\fR
1406 .RS 4
1407 Delete to end of line (\fIkill\-to\-eol\fR)
1410 \fICtrl\-"L"\fR
1411 .RS 4
1412 Redraw the terminal (\fIredraw\fR)
1415 \fIAlt\-"r"\fR
1416 .RS 4
1417 Toggle regex matching (type\-ahead searching) (\fIsearch\-toggle\-regex\fR)
1420 \fICtrl\-"F"\fR
1421 .RS 4
1422 Attempt to auto\-complete a local file (\fIauto\-complete\-file\fR)
1425 \fICtrl\-"R"\fR
1426 .RS 4
1427 Attempt to unambiguously auto\-complete the input (\fIauto\-complete\-unambiguous\fR)
1430 \fICtrl\-"T"\fR
1431 .RS 4
1432 Open in external editor (\fIopen\-external\fR)
1435 \fICtrl\-"U"\fR
1436 .RS 4
1437 Delete to beginning of line (\fIkill\-to\-bol\fR)
1440 \fICtrl\-"V"\fR
1441 .RS 4
1442 Paste text from the clipboard (\fIpaste\-clipboard\fR)
1445 \fICtrl\-"W"\fR
1446 .RS 4
1447 Attempt to auto\-complete the input (\fIauto\-complete\fR)
1450 \fICtrl\-"X"\fR
1451 .RS 4
1452 Cut text to clipboard (\fIcut\-clipboard\fR)
1455 \fIAlt\-Backspace\fR
1456 .RS 4
1457 Delete backwards to start of word (\fIkill\-word\-back\fR)
1460 \fIBackspace\fR
1461 .RS 4
1462 Delete character in front of the cursor (\fIbackspace\fR)
1465 \fIDelete\fR
1466 .RS 4
1467 Delete character under cursor (\fIdelete\fR)
1470 \fIDown\fR
1471 .RS 4
1472 Move cursor downwards (\fIdown\fR)
1475 \fIEnd\fR
1476 .RS 4
1477 Go to the end of the page/line (\fIend\fR)
1480 \fIEnter\fR
1481 .RS 4
1482 Follow the current link (\fIenter\fR)
1485 \fIEscape\fR
1486 .RS 4
1487 Cancel current state (\fIcancel\fR)
1490 \fIF4\fR
1491 .RS 4
1492 Open in external editor (\fIopen\-external\fR)
1495 \fIHome\fR
1496 .RS 4
1497 Go to the start of the page/line (\fIhome\fR)
1500 \fICtrl\-Insert\fR
1501 .RS 4
1502 Copy text to clipboard (\fIcopy\-clipboard\fR)
1505 \fILeft\fR
1506 .RS 4
1507 Move the cursor left (\fIleft\fR)
1510 \fIRight\fR
1511 .RS 4
1512 Move the cursor right (\fIright\fR)
1515 \fITab\fR
1516 .RS 4
1517 Move to the next item (\fInext\-item\fR)
1520 \fIAlt\-Tab\fR
1521 .RS 4
1522 Move to the previous item (\fIprevious\-item\fR)
1525 \fIShift\-Tab\fR
1526 .RS 4
1527 Move to the previous item (\fIprevious\-item\fR)
1530 \fIUp\fR
1531 .RS 4
1532 Move cursor upwards (\fIup\fR)
1534 .SS "MENU KEYS"
1536 \fISpace\fR
1537 .RS 4
1538 Select current highlighted item (\fIselect\fR)
1541 \fI"*"\fR
1542 .RS 4
1543 Mark item (\fImark\-item\fR)
1546 \fI"+"\fR
1547 .RS 4
1548 Expand item (\fIexpand\fR)
1551 \fI"\-"\fR
1552 .RS 4
1553 Collapse item (\fIunexpand\fR)
1556 \fI"/"\fR
1557 .RS 4
1558 Search for a text pattern (\fIsearch\fR)
1561 \fI"="\fR
1562 .RS 4
1563 Expand item (\fIexpand\fR)
1566 \fICtrl\-"A"\fR
1567 .RS 4
1568 Go to the start of the page/line (\fIhome\fR)
1571 \fICtrl\-"B"\fR
1572 .RS 4
1573 Move upwards by a page (\fIpage\-up\fR)
1576 \fICtrl\-"E"\fR
1577 .RS 4
1578 Go to the end of the page/line (\fIend\fR)
1581 \fICtrl\-"F"\fR
1582 .RS 4
1583 Move downwards by a page (\fIpage\-down\fR)
1586 \fICtrl\-"L"\fR
1587 .RS 4
1588 Redraw the terminal (\fIredraw\fR)
1591 \fICtrl\-"N"\fR
1592 .RS 4
1593 Move cursor downwards (\fIdown\fR)
1596 \fICtrl\-"P"\fR
1597 .RS 4
1598 Move cursor upwards (\fIup\fR)
1601 \fIAlt\-"V"\fR
1602 .RS 4
1603 Move upwards by a page (\fIpage\-up\fR)
1606 \fICtrl\-"V"\fR
1607 .RS 4
1608 Move downwards by a page (\fIpage\-down\fR)
1611 \fI"["\fR
1612 .RS 4
1613 Expand item (\fIexpand\fR)
1616 \fI"]"\fR
1617 .RS 4
1618 Collapse item (\fIunexpand\fR)
1621 \fI"_"\fR
1622 .RS 4
1623 Collapse item (\fIunexpand\fR)
1626 \fIDelete\fR
1627 .RS 4
1628 Delete character under cursor (\fIdelete\fR)
1631 \fIDown\fR
1632 .RS 4
1633 Move cursor downwards (\fIdown\fR)
1636 \fIEnd\fR
1637 .RS 4
1638 Go to the end of the page/line (\fIend\fR)
1641 \fIEnter\fR
1642 .RS 4
1643 Follow the current link (\fIenter\fR)
1646 \fIEscape\fR
1647 .RS 4
1648 Cancel current state (\fIcancel\fR)
1651 \fIHome\fR
1652 .RS 4
1653 Go to the start of the page/line (\fIhome\fR)
1656 \fIInsert\fR
1657 .RS 4
1658 Mark item (\fImark\-item\fR)
1661 \fILeft\fR
1662 .RS 4
1663 Move the cursor left (\fIleft\fR)
1666 \fIPageDown\fR
1667 .RS 4
1668 Move downwards by a page (\fIpage\-down\fR)
1671 \fIPageUp\fR
1672 .RS 4
1673 Move upwards by a page (\fIpage\-up\fR)
1676 \fIRight\fR
1677 .RS 4
1678 Move the cursor right (\fIright\fR)
1681 \fITab\fR
1682 .RS 4
1683 Move to the next item (\fInext\-item\fR)
1686 \fIAlt\-Tab\fR
1687 .RS 4
1688 Move to the previous item (\fIprevious\-item\fR)
1691 \fIShift\-Tab\fR
1692 .RS 4
1693 Move to the previous item (\fIprevious\-item\fR)
1696 \fIUp\fR
1697 .RS 4
1698 Move cursor upwards (\fIup\fR)
1700 .SH "AUTHOR"
1702 This manual page was finally written by Peter Wang (one and a half years after writing the binding code), using excerpts by David Mediavilla\&. You can thank Petr Baudis for the subtle requests for documentation\&. Updated by Zas\&. Moved to asciidoc format and cleaned up by Jonas Fonseca\&.
1703 .SH "SEE ALSO"
1705 \fBelinks\fR(1), \fBelinks.conf\fR(5)