Regenerate manpages for 0.12pre2.GIT
[elinks.git] / doc / man / man5 / elinkskeys.5
blob80c3fbe0440b5a51b6b24744f713a4a013606243
1 .\"     Title: elinkskeys
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4 .\"      Date: 09/27/2008
5 .\"    Manual: ELinks keybindings
6 .\"    Source: ELinks 0.12pre2.GIT
7 .\"
8 .TH "ELINKSKEYS" "5" "09/27/2008" "ELinks 0\&.12pre2\&.GIT" "ELinks keybindings"
9 .\" disable hyphenation
10 .nh
11 .\" disable justification (adjust text to left margin only)
12 .ad l
13 .SH "NAME"
14 elinkskeys \- keybindings for ELinks
15 .SH "SYNOPSIS"
16 Information on how to configure keybinding and overview of the default keybindings\&.
17 .sp
18 .SH "DESCRIPTION"
19 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\&.
20 .sp
21 Key binding statements are of the form:
22 .sp
23 .sp
24 .RS 4
25 .nf
26 bind <keymap> <keystroke> = <action>
27 .fi
28 .RE
29 where:
30 .PP
31 <keymap>
32 .RS 4
34 \fImain\fR,
35 \fIedit\fR, or
36 \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\&.
37 .RE
38 .PP
39 <keystroke>
40 .RS 4
41 is a case sensitive key, which you can prefix with
42 \fICtrl\-\fR,
43 \fIAlt\-\fR, or both\&.
44 \fICtrl\-\fR
45 must be followed by an uppercase key\&. See below for a list of valid keys\&.
46 .RE
47 .PP
48 <action>
49 .RS 4
50 is what the key should do\&. The actions available are dependent on the keymap, and are listed separately below\&.
51 .RE
52 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\&.
53 .sp
54 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\&.
55 .sp
56 .SH "EXAMPLE BINDINGS"
57 Some sample keybindings:
58 .sp
59 .sp
60 .RS 4
61 .nf
62 bind "main" "v" = "view\-image"
63 bind "main" "l" = "jump\-to\-link"
64 bind "main" "L" = "link\-menu"
65 bind "main" "F10" = "file\-menu"
66 bind "main" "F9" = "menu"
67 bind "main" "Escape" = "menu"
68 bind "edit" "Ctrl\-R" = "auto\-complete\-unambiguous"
69 bind "edit" "Ctrl\-W" = "auto\-complete"
70 bind "edit" "Ctrl\-K" = "kill\-to\-eol"
71 bind "menu" "Ctrl\-B" = "page\-up"
72 bind "menu" "PageUp" = "page\-up"
73 bind "menu" "Ctrl\-F" = "page\-down"
74 bind "menu" "PageDown" = "page\-down"
75 # ELinks with Lua support
76 bind "main" "," = "lua\-console"
77 .fi
78 .RE
79 .SH "KEYS"
80 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\&.
81 .sp
82 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)\&.
83 .sp
84 .SH "KEYMAP ACTIONS"
85 .SS "MAIN ACTIONS"
86 .PP
87 abort\-connection
88 .RS 4
89 Abort connection\&.
90 .RE
91 .PP
92 add\-bookmark
93 .RS 4
94 Add a new bookmark\&.
95 .RE
96 .PP
97 add\-bookmark\-link
98 .RS 4
99 Add a new bookmark using current link\&.
102 add\-bookmark\-tabs
103 .RS 4
104 Bookmark all open tabs\&.
107 auth\-manager
108 .RS 4
109 Open authentication manager\&.
112 backspace\-prefix
113 .RS 4
114 Backspace the last entered digit of the current prefix\&.
117 bookmark\-manager
118 .RS 4
119 Open bookmark manager\&.
122 cache\-manager
123 .RS 4
124 Open cache manager\&.
127 cache\-minimize
128 .RS 4
129 Free unused cache entries\&.
132 cookie\-manager
133 .RS 4
134 Open cookie manager\&.
137 cookies\-load
138 .RS 4
139 Reload cookies file\&.
142 copy\-clipboard
143 .RS 4
144 Copy text to clipboard\&.
147 document\-info
148 .RS 4
149 Show information about the current page\&.
152 download\-manager
153 .RS 4
154 Open download manager\&.
157 exmode
158 .RS 4
159 Enter ex\-mode (command line)\&.
162 file\-menu
163 .RS 4
164 Open the File menu\&.
167 find\-next
168 .RS 4
169 Find the next occurrence of the current search text\&.
172 find\-next\-back
173 .RS 4
174 Find the previous occurrence of the current search text\&.
177 forget\-credentials
178 .RS 4
179 Forget authentication credentials\&.
182 formhist\-manager
183 .RS 4
184 Open form history manager\&.
187 frame\-external\-command
188 .RS 4
189 Pass URI of current frame to external command\&.
192 frame\-maximize
193 .RS 4
194 Maximize the current frame\&.
197 frame\-next
198 .RS 4
199 Move to the next frame\&.
202 frame\-prev
203 .RS 4
204 Move to the previous frame\&.
207 goto\-url
208 .RS 4
209 Open "Go to URL" dialog box\&.
212 goto\-url\-current
213 .RS 4
214 Open "Go to URL" dialog box containing the current URL\&.
217 goto\-url\-current\-link
218 .RS 4
219 Open "Go to URL" dialog box containing the current link URL\&.
222 goto\-url\-home
223 .RS 4
224 Go to the homepage\&.
227 header\-info
228 .RS 4
229 Show information about the current page protocol headers\&.
232 history\-manager
233 .RS 4
234 Open history manager\&.
237 history\-move\-back
238 .RS 4
239 Return to the previous document in history\&.
242 history\-move\-forward
243 .RS 4
244 Go forward in history\&.
247 jump\-to\-link
248 .RS 4
249 Jump to link\&.
252 keybinding\-manager
253 .RS 4
254 Open keybinding manager\&.
257 kill\-backgrounded\-connections
258 .RS 4
259 Kill all backgrounded connections\&.
262 link\-download
263 .RS 4
264 Download the current link\&.
267 link\-download\-image
268 .RS 4
269 Download the current image\&.
272 link\-download\-resume
273 .RS 4
274 Attempt to resume download of the current link\&.
277 link\-external\-command
278 .RS 4
279 Pass URI of current link to external command\&.
282 link\-follow
283 .RS 4
284 Follow the current link\&.
287 link\-follow\-reload
288 .RS 4
289 Follow the current link, forcing reload of the target\&.
292 link\-menu
293 .RS 4
294 Open the link context menu\&.
297 link\-form\-menu
298 .RS 4
299 Open the form fields menu\&.
302 lua\-console
303 .RS 4
304 Open a Lua console\&.
307 mark\-goto
308 .RS 4
309 Go at a specified mark\&.
312 mark\-set
313 .RS 4
314 Set a mark\&.
317 menu
318 .RS 4
319 Activate the menu\&.
322 move\-cursor\-down
323 .RS 4
324 Move cursor down\&.
327 move\-cursor\-left
328 .RS 4
329 Move cursor left\&.
332 move\-cursor\-line\-start
333 .RS 4
334 Move cursor to the start of the line\&.
337 move\-cursor\-right
338 .RS 4
339 Move cursor right\&.
342 move\-cursor\-up
343 .RS 4
344 Move cursor up\&.
347 move\-document\-end
348 .RS 4
349 Move to the end of the document\&.
352 move\-document\-start
353 .RS 4
354 Move to the start of the document\&.
357 move\-link\-down
358 .RS 4
359 Move one link down\&.
362 move\-link\-down\-line
363 .RS 4
364 Move to the next line with a link\&.
367 move\-link\-left
368 .RS 4
369 Move one link left\&.
372 move\-link\-left\-line
373 .RS 4
374 Move one link left or to the previous link\&.
377 move\-link\-next
378 .RS 4
379 Move to the next link\&.
382 move\-link\-prev
383 .RS 4
384 Move to the previous link\&.
387 move\-link\-right
388 .RS 4
389 Move one link right\&.
392 move\-link\-right\-line
393 .RS 4
394 Move one link right or to the next link\&.
397 move\-link\-up
398 .RS 4
399 Move one link up\&.
402 move\-link\-up\-line
403 .RS 4
404 Move to the previous line with a link\&.
407 move\-page\-down
408 .RS 4
409 Move downwards by a page\&.
412 move\-page\-up
413 .RS 4
414 Move upwards by a page\&.
417 open\-link\-in\-new\-tab
418 .RS 4
419 Open the current link in a new tab\&.
422 open\-link\-in\-new\-tab\-in\-background
423 .RS 4
424 Open the current link in a new tab in the background\&.
427 open\-link\-in\-new\-window
428 .RS 4
429 Open the current link in a new window\&.
432 open\-new\-tab
433 .RS 4
434 Open a new tab\&.
437 open\-new\-tab\-in\-background
438 .RS 4
439 Open a new tab in the background\&.
442 open\-new\-window
443 .RS 4
444 Open a new window\&.
447 open\-os\-shell
448 .RS 4
449 Open an OS shell\&.
452 options\-manager
453 .RS 4
454 Open options manager\&.
457 quit
458 .RS 4
459 Open a quit confirmation dialog box\&.
462 really\-quit
463 .RS 4
464 Quit without confirmation\&.
467 redraw
468 .RS 4
469 Redraw the terminal\&.
472 reload
473 .RS 4
474 Reload the current page\&.
477 rerender
478 .RS 4
479 Re\-render the current page\&.
482 reset\-form
483 .RS 4
484 Reset form items to their initial values\&.
487 resource\-info
488 .RS 4
489 Show information about the currently used resources\&.
492 save\-as
493 .RS 4
494 Save the current document in source form\&.
497 save\-formatted
498 .RS 4
499 Save the current document in formatted form\&.
502 save\-options
503 .RS 4
504 Save options\&.
507 save\-url\-as
508 .RS 4
509 Save URL as\&.
512 scroll\-down
513 .RS 4
514 Scroll down\&.
517 scroll\-left
518 .RS 4
519 Scroll left\&.
522 scroll\-right
523 .RS 4
524 Scroll right\&.
527 scroll\-up
528 .RS 4
529 Scroll up\&.
532 search
533 .RS 4
534 Search for a text pattern\&.
537 search\-back
538 .RS 4
539 Search backwards for a text pattern\&.
542 search\-typeahead
543 .RS 4
544 Search link text by typing ahead\&.
547 search\-typeahead\-link
548 .RS 4
549 Search link text by typing ahead\&.
552 search\-typeahead\-text
553 .RS 4
554 Search document text by typing ahead\&.
557 search\-typeahead\-text\-back
558 .RS 4
559 Search document text backwards by typing ahead\&.
562 show\-term\-options
563 .RS 4
564 Show terminal options dialog\&.
567 submit\-form
568 .RS 4
569 Submit form\&.
572 submit\-form\-reload
573 .RS 4
574 Submit form and reload\&.
577 tab\-close
578 .RS 4
579 Close tab\&.
582 tab\-close\-all\-but\-current
583 .RS 4
584 Close all tabs but the current one\&.
587 tab\-external\-command
588 .RS 4
589 Pass URI of current tab to external command\&.
592 tab\-menu
593 .RS 4
594 Open the tab menu\&.
597 tab\-move\-left
598 .RS 4
599 Move the current tab to the left\&.
602 tab\-move\-right
603 .RS 4
604 Move the current tab to the right\&.
607 tab\-next
608 .RS 4
609 Next tab\&.
612 tab\-prev
613 .RS 4
614 Previous tab\&.
617 terminal\-resize
618 .RS 4
619 Open the terminal resize dialog\&.
622 toggle\-css
623 .RS 4
624 Toggle rendering of page using CSS\&.
627 toggle\-display\-images
628 .RS 4
629 Toggle displaying of links to images\&.
632 toggle\-display\-tables
633 .RS 4
634 Toggle rendering of tables\&.
637 toggle\-document\-colors
638 .RS 4
639 Toggle usage of document specific colors\&.
642 toggle\-html\-plain
643 .RS 4
644 Toggle rendering page as HTML / plain text\&.
647 toggle\-mouse
648 .RS 4
649 Toggle mouse handling\&.
652 toggle\-numbered\-links
653 .RS 4
654 Toggle displaying of links numbers\&.
657 toggle\-plain\-compress\-empty\-lines
658 .RS 4
659 Toggle plain renderer compression of empty lines\&.
662 toggle\-wrap\-text
663 .RS 4
664 Toggle wrapping of text\&.
667 view\-image
668 .RS 4
669 View the current image\&.
671 .SS "EDIT ACTIONS"
673 auto\-complete
674 .RS 4
675 Attempt to auto\-complete the input\&.
678 auto\-complete\-file
679 .RS 4
680 Attempt to auto\-complete a local file\&.
683 auto\-complete\-unambiguous
684 .RS 4
685 Attempt to unambiguously auto\-complete the input\&.
688 backspace
689 .RS 4
690 Delete character in front of the cursor\&.
693 beginning\-of\-buffer
694 .RS 4
695 Go to the first line of the buffer\&.
698 cancel
699 .RS 4
700 Cancel current state\&.
703 copy\-clipboard
704 .RS 4
705 Copy text to clipboard\&.
708 cut\-clipboard
709 .RS 4
710 Cut text to clipboard\&.
713 delete
714 .RS 4
715 Delete character under cursor\&.
718 down
719 .RS 4
720 Move cursor downwards\&.
724 .RS 4
725 Go to the end of the page/line\&.
728 end\-of\-buffer
729 .RS 4
730 Go to the last line of the buffer\&.
733 enter
734 .RS 4
735 Follow the current link\&.
738 home
739 .RS 4
740 Go to the start of the page/line\&.
743 kill\-to\-bol
744 .RS 4
745 Delete to beginning of line\&.
748 kill\-to\-eol
749 .RS 4
750 Delete to end of line\&.
753 kill\-word\-back
754 .RS 4
755 Delete backwards to start of word\&.
758 left
759 .RS 4
760 Move the cursor left\&.
763 move\-backward\-word
764 .RS 4
765 Move cursor before current word\&.
768 move\-forward\-word
769 .RS 4
770 Move cursor after current word\&.
773 next\-item
774 .RS 4
775 Move to the next item\&.
778 open\-external
779 .RS 4
780 Open in external editor\&.
783 paste\-clipboard
784 .RS 4
785 Paste text from the clipboard\&.
788 previous\-item
789 .RS 4
790 Move to the previous item\&.
793 redraw
794 .RS 4
795 Redraw the terminal\&.
798 right
799 .RS 4
800 Move the cursor right\&.
803 search\-toggle\-regex
804 .RS 4
805 Toggle regex matching (type\-ahead searching)\&.
809 .RS 4
810 Move cursor upwards\&.
812 .SS "MENU ACTIONS"
814 cancel
815 .RS 4
816 Cancel current state\&.
819 delete
820 .RS 4
821 Delete character under cursor\&.
824 down
825 .RS 4
826 Move cursor downwards\&.
830 .RS 4
831 Go to the end of the page/line\&.
834 enter
835 .RS 4
836 Follow the current link\&.
839 expand
840 .RS 4
841 Expand item\&.
844 home
845 .RS 4
846 Go to the start of the page/line\&.
849 left
850 .RS 4
851 Move the cursor left\&.
854 mark\-item
855 .RS 4
856 Mark item\&.
859 next\-item
860 .RS 4
861 Move to the next item\&.
864 page\-down
865 .RS 4
866 Move downwards by a page\&.
869 page\-up
870 .RS 4
871 Move upwards by a page\&.
874 previous\-item
875 .RS 4
876 Move to the previous item\&.
879 redraw
880 .RS 4
881 Redraw the terminal\&.
884 right
885 .RS 4
886 Move the cursor right\&.
889 search
890 .RS 4
891 Search for a text pattern\&.
894 select
895 .RS 4
896 Select current highlighted item\&.
899 unexpand
900 .RS 4
901 Collapse item\&.
905 .RS 4
906 Move cursor upwards\&.
908 .SH "DEFAULT BINDINGS"
909 The default bindings are shown below\&. Any bindings in ~/\&.elinks/elinks\&.conf will override these\&.
911 .SS "MAIN KEYS"
913 \fISpace\fR
914 .RS 4
915 Move downwards by a page (\fImove\-page\-down\fR)
918 \fI"#"\fR
919 .RS 4
920 Search link text by typing ahead (\fIsearch\-typeahead\fR)
923 \fI"%"\fR
924 .RS 4
925 Toggle usage of document specific colors (\fItoggle\-document\-colors\fR)
928 \fI"*"\fR
929 .RS 4
930 Toggle displaying of links to images (\fItoggle\-display\-images\fR)
933 \fI","\fR
934 .RS 4
935 Open a Lua console (\fIlua\-console\fR)
938 \fI"\&."\fR
939 .RS 4
940 Toggle displaying of links numbers (\fItoggle\-numbered\-links\fR)
943 \fI"/"\fR
944 .RS 4
945 Search for a text pattern (\fIsearch\fR)
948 \fI":"\fR
949 .RS 4
950 Enter ex\-mode (command line) (\fIexmode\fR)
953 \fI"<"\fR
954 .RS 4
955 Previous tab (\fItab\-prev\fR)
958 \fIAlt\-"<"\fR
959 .RS 4
960 Move the current tab to the left (\fItab\-move\-left\fR)
963 \fI"="\fR
964 .RS 4
965 Show information about the current page (\fIdocument\-info\fR)
968 \fI">"\fR
969 .RS 4
970 Next tab (\fItab\-next\fR)
973 \fIAlt\-">"\fR
974 .RS 4
975 Move the current tab to the right (\fItab\-move\-right\fR)
978 \fI"?"\fR
979 .RS 4
980 Search backwards for a text pattern (\fIsearch\-back\fR)
983 \fI"A"\fR
984 .RS 4
985 Add a new bookmark using current link (\fIadd\-bookmark\-link\fR)
988 \fICtrl\-"A"\fR
989 .RS 4
990 Move to the start of the document (\fImove\-document\-start\fR)
993 \fICtrl\-"B"\fR
994 .RS 4
995 Move upwards by a page (\fImove\-page\-up\fR)
998 \fI"C"\fR
999 .RS 4
1000 Open cache manager (\fIcache\-manager\fR)
1003 \fI"D"\fR
1004 .RS 4
1005 Open download manager (\fIdownload\-manager\fR)
1008 \fI"E"\fR
1009 .RS 4
1010 Open "Go to URL" dialog box containing the current link URL (\fIgoto\-url\-current\-link\fR)
1013 \fICtrl\-"E"\fR
1014 .RS 4
1015 Move to the end of the document (\fImove\-document\-end\fR)
1018 \fI"F"\fR
1019 .RS 4
1020 Open form history manager (\fIformhist\-manager\fR)
1023 \fICtrl\-"F"\fR
1024 .RS 4
1025 Move downwards by a page (\fImove\-page\-down\fR)
1028 \fI"G"\fR
1029 .RS 4
1030 Open "Go to URL" dialog box containing the current URL (\fIgoto\-url\-current\fR)
1033 \fI"H"\fR
1034 .RS 4
1035 Go to the homepage (\fIgoto\-url\-home\fR)
1038 \fI"K"\fR
1039 .RS 4
1040 Open cookie manager (\fIcookie\-manager\fR)
1043 \fICtrl\-"K"\fR
1044 .RS 4
1045 Reload cookies file (\fIcookies\-load\fR)
1048 \fI"L"\fR
1049 .RS 4
1050 Open the link context menu (\fIlink\-menu\fR)
1053 \fICtrl\-"L"\fR
1054 .RS 4
1055 Redraw the terminal (\fIredraw\fR)
1058 \fI"N"\fR
1059 .RS 4
1060 Find the previous occurrence of the current search text (\fIfind\-next\-back\fR)
1063 \fICtrl\-"N"\fR
1064 .RS 4
1065 Scroll down (\fIscroll\-down\fR)
1068 \fICtrl\-"P"\fR
1069 .RS 4
1070 Scroll up (\fIscroll\-up\fR)
1073 \fI"Q"\fR
1074 .RS 4
1075 Quit without confirmation (\fIreally\-quit\fR)
1078 \fICtrl\-"R"\fR
1079 .RS 4
1080 Reload the current page (\fIreload\fR)
1083 \fI"T"\fR
1084 .RS 4
1085 Open the current link in a new tab in the background (\fIopen\-link\-in\-new\-tab\-in\-background\fR)
1088 \fI"W"\fR
1089 .RS 4
1090 Toggle wrapping of text (\fItoggle\-wrap\-text\fR)
1093 \fI"["\fR
1094 .RS 4
1095 Scroll left (\fIscroll\-left\fR)
1098 \fI"\'"\fR
1099 .RS 4
1100 Go at a specified mark (\fImark\-goto\fR)
1103 \fI"\e"\fR
1104 .RS 4
1105 Toggle rendering page as HTML / plain text (\fItoggle\-html\-plain\fR)
1108 \fI"]"\fR
1109 .RS 4
1110 Scroll right (\fIscroll\-right\fR)
1113 \fI"a"\fR
1114 .RS 4
1115 Add a new bookmark (\fIadd\-bookmark\fR)
1118 \fI"b"\fR
1119 .RS 4
1120 Move upwards by a page (\fImove\-page\-up\fR)
1123 \fI"c"\fR
1124 .RS 4
1125 Close tab (\fItab\-close\fR)
1128 \fI"d"\fR
1129 .RS 4
1130 Download the current link (\fIlink\-download\fR)
1133 \fI"e"\fR
1134 .RS 4
1135 Open the tab menu (\fItab\-menu\fR)
1138 \fI"f"\fR
1139 .RS 4
1140 Maximize the current frame (\fIframe\-maximize\fR)
1143 \fI"g"\fR
1144 .RS 4
1145 Open "Go to URL" dialog box (\fIgoto\-url\fR)
1148 \fI"h"\fR
1149 .RS 4
1150 Open history manager (\fIhistory\-manager\fR)
1153 \fI"k"\fR
1154 .RS 4
1155 Open keybinding manager (\fIkeybinding\-manager\fR)
1158 \fI"l"\fR
1159 .RS 4
1160 Jump to link (\fIjump\-to\-link\fR)
1163 \fI"m"\fR
1164 .RS 4
1165 Set a mark (\fImark\-set\fR)
1168 \fI"n"\fR
1169 .RS 4
1170 Find the next occurrence of the current search text (\fIfind\-next\fR)
1173 \fI"o"\fR
1174 .RS 4
1175 Open options manager (\fIoptions\-manager\fR)
1178 \fI"q"\fR
1179 .RS 4
1180 Open a quit confirmation dialog box (\fIquit\fR)
1183 \fI"r"\fR
1184 .RS 4
1185 Attempt to resume download of the current link (\fIlink\-download\-resume\fR)
1188 \fI"s"\fR
1189 .RS 4
1190 Open bookmark manager (\fIbookmark\-manager\fR)
1193 \fI"t"\fR
1194 .RS 4
1195 Open a new tab (\fIopen\-new\-tab\fR)
1198 \fI"u"\fR
1199 .RS 4
1200 Go forward in history (\fIhistory\-move\-forward\fR)
1203 \fI"v"\fR
1204 .RS 4
1205 View the current image (\fIview\-image\fR)
1208 \fI"x"\fR
1209 .RS 4
1210 Follow the current link, forcing reload of the target (\fIlink\-follow\-reload\fR)
1213 \fI"z"\fR
1214 .RS 4
1215 Abort connection (\fIabort\-connection\fR)
1218 \fI"{"\fR
1219 .RS 4
1220 Scroll left (\fIscroll\-left\fR)
1223 \fI"|"\fR
1224 .RS 4
1225 Show information about the current page protocol headers (\fIheader\-info\fR)
1228 \fI"}"\fR
1229 .RS 4
1230 Scroll right (\fIscroll\-right\fR)
1233 \fIBackspace\fR
1234 .RS 4
1235 Backspace the last entered digit of the current prefix (\fIbackspace\-prefix\fR)
1238 \fIDelete\fR
1239 .RS 4
1240 Scroll down (\fIscroll\-down\fR)
1243 \fIDown\fR
1244 .RS 4
1245 Move to the next link (\fImove\-link\-next\fR)
1248 \fIEnd\fR
1249 .RS 4
1250 Move to the end of the document (\fImove\-document\-end\fR)
1253 \fIEnter\fR
1254 .RS 4
1255 Follow the current link (\fIlink\-follow\fR)
1258 \fICtrl\-Enter\fR
1259 .RS 4
1260 Follow the current link, forcing reload of the target (\fIlink\-follow\-reload\fR)
1263 \fIEscape\fR
1264 .RS 4
1265 Activate the menu (\fImenu\fR)
1268 \fIF10\fR
1269 .RS 4
1270 Open the File menu (\fIfile\-menu\fR)
1273 \fIF9\fR
1274 .RS 4
1275 Activate the menu (\fImenu\fR)
1278 \fIHome\fR
1279 .RS 4
1280 Move to the start of the document (\fImove\-document\-start\fR)
1283 \fIInsert\fR
1284 .RS 4
1285 Scroll up (\fIscroll\-up\fR)
1288 \fICtrl\-Insert\fR
1289 .RS 4
1290 Copy text to clipboard (\fIcopy\-clipboard\fR)
1293 \fILeft\fR
1294 .RS 4
1295 Return to the previous document in history (\fIhistory\-move\-back\fR)
1298 \fIPageDown\fR
1299 .RS 4
1300 Move downwards by a page (\fImove\-page\-down\fR)
1303 \fIPageUp\fR
1304 .RS 4
1305 Move upwards by a page (\fImove\-page\-up\fR)
1308 \fIRight\fR
1309 .RS 4
1310 Follow the current link (\fIlink\-follow\fR)
1313 \fICtrl\-Right\fR
1314 .RS 4
1315 Follow the current link, forcing reload of the target (\fIlink\-follow\-reload\fR)
1318 \fITab\fR
1319 .RS 4
1320 Move to the next frame (\fIframe\-next\fR)
1323 \fIAlt\-Tab\fR
1324 .RS 4
1325 Move to the previous frame (\fIframe\-prev\fR)
1328 \fIShift\-Tab\fR
1329 .RS 4
1330 Move to the previous frame (\fIframe\-prev\fR)
1333 \fIUp\fR
1334 .RS 4
1335 Move to the previous link (\fImove\-link\-prev\fR)
1337 .SS "EDIT KEYS"
1339 \fIAlt\-"<"\fR
1340 .RS 4
1341 Go to the first line of the buffer (\fIbeginning\-of\-buffer\fR)
1344 \fIAlt\-">"\fR
1345 .RS 4
1346 Go to the last line of the buffer (\fIend\-of\-buffer\fR)
1349 \fICtrl\-"A"\fR
1350 .RS 4
1351 Go to the start of the page/line (\fIhome\fR)
1354 \fIAlt\-"b"\fR
1355 .RS 4
1356 Move cursor before current word (\fImove\-backward\-word\fR)
1359 \fICtrl\-"D"\fR
1360 .RS 4
1361 Delete character under cursor (\fIdelete\fR)
1364 \fICtrl\-"E"\fR
1365 .RS 4
1366 Go to the end of the page/line (\fIend\fR)
1369 \fIAlt\-"f"\fR
1370 .RS 4
1371 Move cursor after current word (\fImove\-forward\-word\fR)
1374 \fICtrl\-"H"\fR
1375 .RS 4
1376 Delete character in front of the cursor (\fIbackspace\fR)
1379 \fICtrl\-"K"\fR
1380 .RS 4
1381 Delete to end of line (\fIkill\-to\-eol\fR)
1384 \fICtrl\-"L"\fR
1385 .RS 4
1386 Redraw the terminal (\fIredraw\fR)
1389 \fIAlt\-"r"\fR
1390 .RS 4
1391 Toggle regex matching (type\-ahead searching) (\fIsearch\-toggle\-regex\fR)
1394 \fICtrl\-"F"\fR
1395 .RS 4
1396 Attempt to auto\-complete a local file (\fIauto\-complete\-file\fR)
1399 \fICtrl\-"R"\fR
1400 .RS 4
1401 Attempt to unambiguously auto\-complete the input (\fIauto\-complete\-unambiguous\fR)
1404 \fICtrl\-"T"\fR
1405 .RS 4
1406 Open in external editor (\fIopen\-external\fR)
1409 \fICtrl\-"U"\fR
1410 .RS 4
1411 Delete to beginning of line (\fIkill\-to\-bol\fR)
1414 \fICtrl\-"V"\fR
1415 .RS 4
1416 Paste text from the clipboard (\fIpaste\-clipboard\fR)
1419 \fICtrl\-"W"\fR
1420 .RS 4
1421 Attempt to auto\-complete the input (\fIauto\-complete\fR)
1424 \fICtrl\-"X"\fR
1425 .RS 4
1426 Cut text to clipboard (\fIcut\-clipboard\fR)
1429 \fIAlt\-Backspace\fR
1430 .RS 4
1431 Delete backwards to start of word (\fIkill\-word\-back\fR)
1434 \fIBackspace\fR
1435 .RS 4
1436 Delete character in front of the cursor (\fIbackspace\fR)
1439 \fIDelete\fR
1440 .RS 4
1441 Delete character under cursor (\fIdelete\fR)
1444 \fIDown\fR
1445 .RS 4
1446 Move cursor downwards (\fIdown\fR)
1449 \fIEnd\fR
1450 .RS 4
1451 Go to the end of the page/line (\fIend\fR)
1454 \fIEnter\fR
1455 .RS 4
1456 Follow the current link (\fIenter\fR)
1459 \fIEscape\fR
1460 .RS 4
1461 Cancel current state (\fIcancel\fR)
1464 \fIF4\fR
1465 .RS 4
1466 Open in external editor (\fIopen\-external\fR)
1469 \fIHome\fR
1470 .RS 4
1471 Go to the start of the page/line (\fIhome\fR)
1474 \fICtrl\-Insert\fR
1475 .RS 4
1476 Copy text to clipboard (\fIcopy\-clipboard\fR)
1479 \fILeft\fR
1480 .RS 4
1481 Move the cursor left (\fIleft\fR)
1484 \fIRight\fR
1485 .RS 4
1486 Move the cursor right (\fIright\fR)
1489 \fITab\fR
1490 .RS 4
1491 Move to the next item (\fInext\-item\fR)
1494 \fIAlt\-Tab\fR
1495 .RS 4
1496 Move to the previous item (\fIprevious\-item\fR)
1499 \fIShift\-Tab\fR
1500 .RS 4
1501 Move to the previous item (\fIprevious\-item\fR)
1504 \fIUp\fR
1505 .RS 4
1506 Move cursor upwards (\fIup\fR)
1508 .SS "MENU KEYS"
1510 \fISpace\fR
1511 .RS 4
1512 Select current highlighted item (\fIselect\fR)
1515 \fI"*"\fR
1516 .RS 4
1517 Mark item (\fImark\-item\fR)
1520 \fI"+"\fR
1521 .RS 4
1522 Expand item (\fIexpand\fR)
1525 \fI"\-"\fR
1526 .RS 4
1527 Collapse item (\fIunexpand\fR)
1530 \fI"/"\fR
1531 .RS 4
1532 Search for a text pattern (\fIsearch\fR)
1535 \fI"="\fR
1536 .RS 4
1537 Expand item (\fIexpand\fR)
1540 \fICtrl\-"A"\fR
1541 .RS 4
1542 Go to the start of the page/line (\fIhome\fR)
1545 \fICtrl\-"B"\fR
1546 .RS 4
1547 Move upwards by a page (\fIpage\-up\fR)
1550 \fICtrl\-"E"\fR
1551 .RS 4
1552 Go to the end of the page/line (\fIend\fR)
1555 \fICtrl\-"F"\fR
1556 .RS 4
1557 Move downwards by a page (\fIpage\-down\fR)
1560 \fICtrl\-"L"\fR
1561 .RS 4
1562 Redraw the terminal (\fIredraw\fR)
1565 \fICtrl\-"N"\fR
1566 .RS 4
1567 Move cursor downwards (\fIdown\fR)
1570 \fICtrl\-"P"\fR
1571 .RS 4
1572 Move cursor upwards (\fIup\fR)
1575 \fIAlt\-"V"\fR
1576 .RS 4
1577 Move upwards by a page (\fIpage\-up\fR)
1580 \fICtrl\-"V"\fR
1581 .RS 4
1582 Move downwards by a page (\fIpage\-down\fR)
1585 \fI"["\fR
1586 .RS 4
1587 Expand item (\fIexpand\fR)
1590 \fI"]"\fR
1591 .RS 4
1592 Collapse item (\fIunexpand\fR)
1595 \fI"_"\fR
1596 .RS 4
1597 Collapse item (\fIunexpand\fR)
1600 \fIDelete\fR
1601 .RS 4
1602 Delete character under cursor (\fIdelete\fR)
1605 \fIDown\fR
1606 .RS 4
1607 Move cursor downwards (\fIdown\fR)
1610 \fIEnd\fR
1611 .RS 4
1612 Go to the end of the page/line (\fIend\fR)
1615 \fIEnter\fR
1616 .RS 4
1617 Follow the current link (\fIenter\fR)
1620 \fIEscape\fR
1621 .RS 4
1622 Cancel current state (\fIcancel\fR)
1625 \fIHome\fR
1626 .RS 4
1627 Go to the start of the page/line (\fIhome\fR)
1630 \fIInsert\fR
1631 .RS 4
1632 Mark item (\fImark\-item\fR)
1635 \fILeft\fR
1636 .RS 4
1637 Move the cursor left (\fIleft\fR)
1640 \fIPageDown\fR
1641 .RS 4
1642 Move downwards by a page (\fIpage\-down\fR)
1645 \fIPageUp\fR
1646 .RS 4
1647 Move upwards by a page (\fIpage\-up\fR)
1650 \fIRight\fR
1651 .RS 4
1652 Move the cursor right (\fIright\fR)
1655 \fITab\fR
1656 .RS 4
1657 Move to the next item (\fInext\-item\fR)
1660 \fIAlt\-Tab\fR
1661 .RS 4
1662 Move to the previous item (\fIprevious\-item\fR)
1665 \fIShift\-Tab\fR
1666 .RS 4
1667 Move to the previous item (\fIprevious\-item\fR)
1670 \fIUp\fR
1671 .RS 4
1672 Move cursor upwards (\fIup\fR)
1674 .SH "AUTHOR"
1675 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\&.
1677 .SH "SEE ALSO"
1678 \fBelinks\fR(1), \fBelinks.conf\fR(5)