From 72f72d64a422d6628c4796f5c0bf2e508f134214 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Wed, 4 May 2011 16:05:14 +0900 Subject: Adding upstream version 0.5.1 --- w3mhelp-lynx_en.html.in | 141 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 w3mhelp-lynx_en.html.in (limited to 'w3mhelp-lynx_en.html.in') diff --git a/w3mhelp-lynx_en.html.in b/w3mhelp-lynx_en.html.in new file mode 100644 index 0000000..7448877 --- /dev/null +++ b/w3mhelp-lynx_en.html.in @@ -0,0 +1,141 @@ + + +w3m help page + + +
+******* + +w3m + (WWW-wo-Miru) Version @CURRENT_VERSION@ by +A.ITO ********
+ ***** Key assign table ***** +
+ +Japanese + +

Page/Cursor motion

+ +
SPC,C-v,+Forward page +
b,ESC v,-Previous page +
lCursor right +
hCursor left +
jCursor down +
kCursor up +
JRoll up one line +
KRoll down one line +
^Go to the beginning of line +
$Go to the end of line +
>Shift screen right +
<Shift screen left +
C-aGo to the first line +
C-eGo to the last line +
GGo to the specified line +
ZMove to the center line +
zMove to the center column +
TAB,C-n,Down arrowMove to next hyperlink +
ESC TAB,C-p,Up arrowMove to previous hyperlink +
C-gShow current page position +
+ + +

Hyperlink operation

+ +
RET, C-f, Right arrowFollow hyperlink +
d, ESC RETSave link to file +
uPeek link URL +
iPeek image URL +
IView inline image +
ESC ISave inline image to file +
:Mark URL-like strings as anchors +
ESC :Mark Message-ID-like strings as news anchors +
cPeek current URL +
=Display information about current document +
C-hView history of URL +
FRender frame +
MBrowse current document using external browser +(use 2M and 3M to invoke second and third browser) +
ESC MBrowse link using external browser +(use 2ESC M and 3ESC M to invoke second and third browser) +
+ +

File/Stream operation

+ +
g,UOpen URL +
VView new file +
@Execute shell command and load +
#Execute shell command and browse +
+ +

Buffer operation

+ +
B, C-b, Left arrowBack to the previous buffer +
\View HTML source +
sSelect buffer +
EEdit buffer source +
C-l, C-wRedraw screen +
R, C-rReload buffer +
S, pSave buffer +
ESC sSave source +
ESC eEdit buffer image +
+ +

Buffer selection mode

+ +
k, C-pSelect previous buffer +
j, C-nSelect next buffer +
DDelete current buffer +
RETGo to the selected buffer +
+ +

Bookmark operation

+ +
v, ESC bLoad bookmark +
a, ESC aAdd current to bookmark +
+ +

Search

+ +
/, C-sSearch forward +
nSearch next +
wToggle wrap search mode +
+ +

Mark operation

+ +
C-SPCSet/unset mark +
PGo to previous mark +
NGo to next mark +
"Mark by regular expression +
+ +

Miscellany

+ +
!Execute shell command +
H, ?Help (load this file) +
oSet option +
C-kShow cookie jar +
C-cStop +
C-zSuspend +
qQuit (with confirmation, if you like) +
QQuit without confirmation +
+ +

Line-edit mode

+ +
C-fMove cursor forward +
C-bMove cursor backward +
C-hDelete previous character +
C-dDelete current character +
C-kKill everything after cursor +
C-uKill everything before cursor +
C-aMove to the top of line +
C-eMove to the bottom of line +
C-pFetch the previous string from the history list +
C-nFetch the next string from the history list +
TAB,SPCComplete filename +
RETURNAccept +
+
+ + -- cgit v1.2.3 From 1d0ba25a660483da1272a31dd077ed94441e3d9f Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sat, 2 Jan 2021 09:20:37 +0900 Subject: New upstream version 0.5.3+git20210102 --- w3mhelp-lynx_en.html.in | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'w3mhelp-lynx_en.html.in') diff --git a/w3mhelp-lynx_en.html.in b/w3mhelp-lynx_en.html.in index 7448877..d073b0f 100644 --- a/w3mhelp-lynx_en.html.in +++ b/w3mhelp-lynx_en.html.in @@ -43,20 +43,20 @@ w3m
RET, C-f, Right arrowFollow hyperlink
d, ESC RETSave link to file -
uPeek link URL -
iPeek image URL +
uPeek at link URL +
iPeek at image URL
IView inline image
ESC ISave inline image to file -
:Mark URL-like strings as anchors -
ESC :Mark Message-ID-like strings as news anchors -
cPeek current URL +
:Mark URL-like strings as links +
ESC :Mark Message-ID-like strings as links +
cPeek at current URL
=Display information about current document -
C-hView history of URL -
FRender frame +
C-hView browser history +
FRender frames
MBrowse current document using external browser -(use 2M and 3M to invoke second and third browser) +(prefix 2, 3, ..., or 9 to invoke alternate configured browsers, e.g. 3 M)
ESC MBrowse link using external browser -(use 2ESC M and 3ESC M to invoke second and third browser) +(prefixed as above, e.g. 3ESC M)

File/Stream operation

@@ -98,7 +98,7 @@ w3m
/, C-sSearch forward
nSearch next -
wToggle wrap search mode +
wToggle search wrap mode

Mark operation

@@ -121,7 +121,7 @@ w3m QQuit without confirmation -

Line-edit mode

+

Line-editing mode

C-fMove cursor forward
C-bMove cursor backward -- cgit v1.2.3