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