about summary refs log tree commit diff stats
path: root/lynx_help/keystrokes
diff options
context:
space:
mode:
Diffstat (limited to 'lynx_help/keystrokes')
-rw-r--r--lynx_help/keystrokes/follow_help.html33
-rw-r--r--lynx_help/keystrokes/keystroke_help.html8
-rw-r--r--lynx_help/keystrokes/scrolling_help.html2
3 files changed, 31 insertions, 12 deletions
diff --git a/lynx_help/keystrokes/follow_help.html b/lynx_help/keystrokes/follow_help.html
index b5893963..901c0af8 100644
--- a/lynx_help/keystrokes/follow_help.html
+++ b/lynx_help/keystrokes/follow_help.html
@@ -8,9 +8,11 @@
 <h1>+++ Follow link (or goto link or page) number Help +++<br>
 +++ Select option (or page) number Help +++</h1>
 
-If a user has set <em>Keypad mode</em> to <em>Links are numbered</em>
-or <em>Links and form fields are numbered</em> as the default or for
-the current session via the <em>Options menu</em>, then hypertext links
+If a user has set <em>Keypad mode</em> to <em>Links are numbered</em>,
+or <em>Form fields are numbered</em>,
+or <em>Links and form fields are numbered</em>
+as the default or for the current session via the <em>Options menu</em>,
+then hypertext links
 (and form fields, depending on the keypad mode)
 are prefixed with numbers in square brackets.  Entering a keyboard
 or keypad number is treated as an <em>F_LINK_NUM</em> command, and should
@@ -23,8 +25,10 @@ the document for that link as if you had paged or used other navigation
 commands to make it the current link and then ACTIVATE-ed it.  The prompt
 can be invoked via '<em>0</em>', but it will not be treated as the lead
 digit for the number entry, whereas '<em>1</em>' through '<em>9</em>' both
-invoke the prompt and are treated as the first digit.  In <em>Links and
-form fields are numbered</em> mode, if the number corresponds to a form
+invoke the prompt and are treated as the first digit.
+In <em>Form fields are numbered</em>
+or <em>Links and form fields are numbered</em> mode,
+if the number corresponds to a form
 field you will be positioned on that field, but if it is a submit button
 it will not be ACTIVATE-ed.
 
@@ -32,8 +36,9 @@ it will not be ACTIVATE-ed.
 <em>123g</em>), then Lynx will make the link corresponding to that number
 the current link, paging as appropriate if the link does not appear in
 the currently displayed page.  The '<em>g</em>' suffix is inferred (need
-not be entered) for form fields in <em>Links and form fields are
-numbered</em> mode.
+not be entered) for form fields in
+<em>Form fields are numbered</em> or
+<em>Links and form fields are numbered</em> mode.
 
 <p>Alternatively, if the number is given a '<em>p</em>' suffix (e.g.,
 <em>123p</em>), Lynx will make the page corresponding to that number
@@ -72,8 +77,10 @@ then only '<em>0</em>', rather than every number, will be treated as an
 number:</em> prompt.  The '<em>0</em>' will not be treated as the first
 digit for the number, or number plus suffix, entry.
 
-<p>Numbers are associated with form fields only when <em>Links and form
-fields are numbered</em> mode has been selected.  If you have selected
+<p>Numbers are associated with form fields only when
+<em>Form fields are numbered</em> or
+<em>Links and form fields are numbered</em> mode has been selected.
+If you have selected
 <em>Numbers act as arrows</em> or <em>Links are numbered</em> mode, you
 can seek form fields in the document via WHEREIS searches for strings in
 their displayed values.  If they are INPUT or TEXTAREA fields with no
@@ -83,8 +90,10 @@ displayed document.
 
 <p ID="select-option">When you have invoked a popup window for a list of
 OPTIONs in a form's SELECT block, each OPTION is associated with a number,
-and that number will be displayed in <em>Links and form fields are
-numbered</em> mode.  In any keypad mode, the <em>F_LINK_NUM</em>
+and that number will be displayed in
+<em>Form fields are numbered</em> or
+<em>Links and form fields are numbered</em> mode.
+In any keypad mode, the <em>F_LINK_NUM</em>
 ('<em>0</em>') command will invoke a <em>Select option (or page)
 number:</em> prompt, and you can enter a number, and optionally a
 '<em>g</em>' or '<em>p</em>' suffix, to select or seek an OPTION in that
@@ -106,6 +115,7 @@ while viewing a popup window, the user can type
 to skip ahead 3 pages, and <em>50g-</em> will move the
 current selection back 50 options.
 This will work whether or not <em>keypad mode</em> is
+<em>Form fields are numbered</em> or
 <em>Links and form fields are numbered</em> since options
 are numbered internally.  If form field numbering is
 turned off, the option numbers won't appear on screen,
@@ -159,6 +169,7 @@ a name/value pair for the fields should be included in the content submitted
 for the form, but the value should not be displayed in the rendered form.
 Lynx respects this attribute as well, and neither displays the HIDDEN field,
 nor assigns it a number for the F_LINK_NUM ('<em>0</em>') command and
+<em>Form fields are numbered</em> or
 <em>Links and form fields are numbered</em> keypad mode handling, nor
 includes an entry for it in the menus created for the LIST ('<em>l</em>')
 or ADDRLIST ('<em>A</em>')
diff --git a/lynx_help/keystrokes/keystroke_help.html b/lynx_help/keystrokes/keystroke_help.html
index d3ca4ede..699d01f8 100644
--- a/lynx_help/keystrokes/keystroke_help.html
+++ b/lynx_help/keystrokes/keystroke_help.html
@@ -105,6 +105,14 @@
                                 CTRL-V prompts for a key command (allows
                                 <A HREF="../Lynx_users_guide.html#CtrlVNote"
                                 >escaping</A> from the field).
+
+                                Note that on most UNIX hosts, CTRL-V is bound
+                                via stty to the lnext (literal-next) code but
+                                the exact behavior of that is implementation
+                                specific.  On Solaris you must type CTRL-V
+                                twice to use it, since it quotes the following
+                                keystroke.
+
                CTRL-U         - Erase input line (<a href="edit_help.html"
                                 >more input line commands</a>)
                CTRL-G         - Cancel input or transfer
diff --git a/lynx_help/keystrokes/scrolling_help.html b/lynx_help/keystrokes/scrolling_help.html
index 71a401d7..6ddec1ed 100644
--- a/lynx_help/keystrokes/scrolling_help.html
+++ b/lynx_help/keystrokes/scrolling_help.html
@@ -14,7 +14,7 @@
         - (or b,       - If you have moved down in a document, this
            or CTRL-B)    will bring you back up one page (Page-Up).
 
-        If the 'Num Lock' on your keyboard is on, Lynx will translate
+        If the 'Num Lock' on your keyboard is on, Lynx translates
         the numbers of your keypad into movement commands as follows:
 
                      9  - page up
f='/akkartik/mu/commit/071print.mu?h=main&id=502d2ea540bbb66f2bb5e649c7c7743973859092'>502d2ea5 ^
bc643692 ^
502d2ea5 ^
32cd40ec ^
502d2ea5 ^





32cd40ec ^
bc643692 ^
32cd40ec ^
bc643692 ^
32cd40ec ^

a63ebc92 ^
77d5b5d6 ^
7082321a ^
a63ebc92 ^
2d863b1b ^


502d2ea5 ^

2d863b1b ^
57bcdaee ^

1691db72 ^
502d2ea5 ^

57bcdaee ^
65b3db5d ^
a63ebc92 ^

dc1323e9 ^
502d2ea5 ^


7cd07a6a ^
502d2ea5 ^









dc1323e9 ^

502d2ea5 ^


dc1323e9 ^

502d2ea5 ^


dc1323e9 ^
502d2ea5 ^

dc1323e9 ^
502d2ea5 ^
dc1323e9 ^

502d2ea5 ^



dc1323e9 ^

502d2ea5 ^

dc1323e9 ^

502d2ea5 ^

dc1323e9 ^
502d2ea5 ^






dc1323e9 ^
502d2ea5 ^
dc1323e9 ^
502d2ea5 ^





a63ebc92 ^

502d2ea5 ^



a63ebc92 ^
502d2ea5 ^
a63ebc92 ^

502d2ea5 ^

a63ebc92 ^

72c4fb2d ^


bc643692 ^

502d2ea5 ^

72c4fb2d ^
22b30692 ^
72c4fb2d ^

2d863b1b ^

72c4fb2d ^


81ecfebd ^

bc643692 ^

502d2ea5 ^

81ecfebd ^



45449a4f ^
81ecfebd ^



dc1323e9 ^


bc643692 ^


502d2ea5 ^


dc1323e9 ^




2d863b1b ^

dc1323e9 ^


26c09c2b ^

bc643692 ^



502d2ea5 ^


26c09c2b ^











bc643692 ^



502d2ea5 ^


26c09c2b ^











dc1323e9 ^


bc643692 ^


502d2ea5 ^



dc1323e9 ^





2d863b1b ^

dc1323e9 ^


26c09c2b ^

bc643692 ^



502d2ea5 ^

26c09c2b ^








bc643692 ^






502d2ea5 ^



26c09c2b ^
















a63ebc92 ^
77d5b5d6 ^
7082321a ^
a63ebc92 ^

502d2ea5 ^



a63ebc92 ^
dc1323e9 ^
a63ebc92 ^
502d2ea5 ^




a63ebc92 ^


502d2ea5 ^

a63ebc92 ^


502d2ea5 ^
a63ebc92 ^


77d5b5d6 ^
7082321a ^
a63ebc92 ^

502d2ea5 ^



a63ebc92 ^
502d2ea5 ^

a63ebc92 ^


77d5b5d6 ^
7082321a ^
5497090a ^

a63ebc92 ^

502d2ea5 ^





a63ebc92 ^

502d2ea5 ^

a63ebc92 ^

2ffa3ede ^

dc1323e9 ^
bc643692 ^
2ffa3ede ^
bc643692 ^
2ffa3ede ^
bc643692 ^
2ffa3ede ^

502d2ea5 ^

2ffa3ede ^

22b30692 ^
2ffa3ede ^

2d863b1b ^
2ffa3ede ^
2d863b1b ^
2ffa3ede ^
2d863b1b ^






2ffa3ede ^


a63ebc92 ^
77d5b5d6 ^
7082321a ^
a63ebc92 ^

502d2ea5 ^
a63ebc92 ^
5d293761 ^
502d2ea5 ^




502d2ea5 ^
a63ebc92 ^
502d2ea5 ^
a63ebc92 ^


502d2ea5 ^
a63ebc92 ^


77d5b5d6 ^
7082321a ^
a63ebc92 ^

502d2ea5 ^
a63ebc92 ^
5d293761 ^
502d2ea5 ^


502d2ea5 ^
a63ebc92 ^
502d2ea5 ^
a63ebc92 ^


502d2ea5 ^
a63ebc92 ^


77d5b5d6 ^
7082321a ^
a63ebc92 ^

502d2ea5 ^
a63ebc92 ^
5d293761 ^
502d2ea5 ^




502d2ea5 ^
a63ebc92 ^
502d2ea5 ^
a63ebc92 ^


502d2ea5 ^
a63ebc92 ^


77d5b5d6 ^
7082321a ^
a63ebc92 ^

502d2ea5 ^
a63ebc92 ^
5d293761 ^
502d2ea5 ^


502d2ea5 ^
a63ebc92 ^
502d2ea5 ^
a63ebc92 ^


502d2ea5 ^
a63ebc92 ^
768bdb4d ^

77d5b5d6 ^
7082321a ^
502d2ea5 ^
bc643692 ^
502d2ea5 ^

768bdb4d ^


77d5b5d6 ^
7082321a ^
502d2ea5 ^


768bdb4d ^

9fae6657 ^
77d5b5d6 ^
7082321a ^
9fae6657 ^

502d2ea5 ^


9fae6657 ^


502d2ea5 ^
9fae6657 ^


77d5b5d6 ^
7082321a ^
9fae6657 ^

502d2ea5 ^


9fae6657 ^


502d2ea5 ^
9fae6657 ^

48bb8627 ^
77d5b5d6 ^
7082321a ^
48bb8627 ^

502d2ea5 ^

48bb8627 ^


502d2ea5 ^
48bb8627 ^


77d5b5d6 ^
7082321a ^
48bb8627 ^

502d2ea5 ^

48bb8627 ^


502d2ea5 ^
48bb8627 ^

596490f4 ^
77d5b5d6 ^
7082321a ^
596490f4 ^
cd0d9e30 ^
596490f4 ^
502d2ea5 ^

596490f4 ^


502d2ea5 ^
596490f4 ^


77d5b5d6 ^
7082321a ^
596490f4 ^
cd0d9e30 ^
596490f4 ^
502d2ea5 ^

596490f4 ^


502d2ea5 ^
596490f4 ^

768bdb4d ^
77d5b5d6 ^
7082321a ^
768bdb4d ^
34342239 ^


502d2ea5 ^

34342239 ^
57bcdaee ^

1691db72 ^
502d2ea5 ^

57bcdaee ^
502d2ea5 ^
bc643692 ^
768bdb4d ^
502d2ea5 ^




768bdb4d ^

502d2ea5 ^
768bdb4d ^

cee0e7d5 ^

bc643692 ^
cee0e7d5 ^

502d2ea5 ^

cee0e7d5 ^












768bdb4d ^
77d5b5d6 ^
7082321a ^
5497090a ^
34342239 ^


502d2ea5 ^

34342239 ^
57bcdaee ^

1691db72 ^
502d2ea5 ^

57bcdaee ^
768bdb4d ^
502d2ea5 ^


768bdb4d ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682