diff options
Diffstat (limited to 'lynx_help')
-rw-r--r-- | lynx_help/Lynx_users_guide.html | 4 | ||||
-rw-r--r-- | lynx_help/keystrokes/edit_help.html | 61 |
2 files changed, 40 insertions, 25 deletions
diff --git a/lynx_help/Lynx_users_guide.html b/lynx_help/Lynx_users_guide.html index fbf9a0d8..1d7fcbfc 100644 --- a/lynx_help/Lynx_users_guide.html +++ b/lynx_help/Lynx_users_guide.html @@ -763,12 +763,16 @@ return to Lynx or the '<em>></em>' command to save the options to a uppercase H, J, K, and L keys remain mapped to their configured bindings (normally HELP, JUMP, KEYMAP, and LIST, respectively). + <p>Note: this has no effect on the line-editor's key bindings. + <dt>Emacs keys <dd>If set to ON then the CTRL-P, CTRL-N, CTRL-F, and CTRL-B keys will be mapped to up-arrow, down-arrow, right-arrow, and left-arrow, respectively. Otherwise, they remain mapped to their configured bindings (normally UP_TWO lines, DOWN_TWO lines, NEXT_PAGE, and PREV_PAGE, respectively). + + <p>Note: this has no effect on the line-editor's key bindings. <dt>Show dot files <dd>If display/creation of hidden (dot) files/directories is diff --git a/lynx_help/keystrokes/edit_help.html b/lynx_help/keystrokes/edit_help.html index 52c081b2..d5dc9003 100644 --- a/lynx_help/keystrokes/edit_help.html +++ b/lynx_help/keystrokes/edit_help.html @@ -10,31 +10,42 @@ Lynx invokes a built-in <em>Line Editor</em> for entering strings in response to prompts, in forms, and for email messages if an external editor has not been defined. Administrators can offer alternate key bindings -by adding them in LYEditmap.c before compiling Lynx, and they can -be selected via the 'o'ptions menu. This is the <em>Default Binding</em>: -<pre> - ENTER Input complete - RETURN - TAB Input complete - TAB, Do - ABORT Input cancelled - Ctrl-G, Ctrl-O, Ctrl-C - ERASE Erase the line - Ctrl-U, Ctrl-X - - BACK Cursor back char - Left-Arrow - FORW Cursor forward char - Right-Arrow - BACKW Cursor back word - Ctrl-P - FORWW Cursor forward word - Ctrl-N - BOL Go to begin of line - Ctrl-A, Home, Find - EOL Go to end of line - Ctrl-E, End, Select - - DELP Delete prev char - Ctrl-H, DELETE, Remove - DELC Delete current char - Ctrl-D - DELN Delete next char - Ctrl-R - DELPW Delete prev word - Ctrl-B - DELNW Delete next word - Ctrl-F - - LOWER Lower case the line - Ctrl-K - UPPER Upper case the line - Ctrl-T - - LKCMD Invoke cmd prompt - Ctrl-V (in form text fields, only) +by adding them in LYEditmap.c before compiling Lynx. If available, they may +be selected via the old-style 'o'ptions menu (see -forms_options command +line option), or by editing lineedit_mode in the .lynxrc file. + +<p>Note: setting emacs/vi keys ON has no effect on line-editor bindings. + +<p>This is the <em>Default Binding</em>: + +<p><pre> + ENTER Input complete - RETURN + TAB Input complete - TAB, Do + ABORT Input cancelled - Ctrl-G, Ctrl-O, Ctrl-C + ERASE Erase the line - Ctrl-U, Ctrl-X + + BACK Cursor back char - Left-Arrow + FORW Cursor forward char - Right-Arrow + BACKW Cursor back word - Ctrl-P + FORWW Cursor forward word - Ctrl-N + BOL Go to begin of line - Ctrl-A, Home, Find + EOL Go to end of line - Ctrl-E, End, Select + + DELP Delete prev char - Ctrl-H, DELETE, Remove + DELN Delete next [*] char - Ctrl-D, Ctrl-R + DELPW Delete prev word - Ctrl-B + DELNW Delete next word - Ctrl-F + DELEL Delete to end of line - Ctrl-\ + + LOWER Lower case the line - Ctrl-K + UPPER Upper case the line - Ctrl-T + + LKCMD Invoke cmd prompt - Ctrl-V (in form text fields, only) + SWMAP Switch input keymap - Ctrl-Y + +[*] "next" means the character "under" a box or underline type cursor; it + means "to the immediate right of" an I-beam type (between characters) + cursor. </pre> </body> </html> |