From 80ed499749519de7249e5280201c88eb57ce821c Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Fri, 21 Dec 2001 22:02:39 +0000 Subject: [w3m-dev 02687] version number in w3mhelp-*.html (+[w3m-dev 02689]) From: Dai Sato --- ChangeLog | 9 ++- configure | 8 ++- w3mhelp-lynx_en.html | 141 ------------------------------------------- w3mhelp-lynx_en.html.in | 141 +++++++++++++++++++++++++++++++++++++++++++ w3mhelp-lynx_ja.html | 151 ---------------------------------------------- w3mhelp-lynx_ja.html.in | 151 ++++++++++++++++++++++++++++++++++++++++++++++ w3mhelp-w3m_en.html | 155 ----------------------------------------------- w3mhelp-w3m_en.html.in | 155 +++++++++++++++++++++++++++++++++++++++++++++++ w3mhelp-w3m_ja.html | 156 ------------------------------------------------ w3mhelp-w3m_ja.html.in | 156 ++++++++++++++++++++++++++++++++++++++++++++++++ 10 files changed, 618 insertions(+), 605 deletions(-) delete mode 100644 w3mhelp-lynx_en.html create mode 100644 w3mhelp-lynx_en.html.in delete mode 100644 w3mhelp-lynx_ja.html create mode 100644 w3mhelp-lynx_ja.html.in delete mode 100644 w3mhelp-w3m_en.html create mode 100644 w3mhelp-w3m_en.html.in delete mode 100644 w3mhelp-w3m_ja.html create mode 100644 w3mhelp-w3m_ja.html.in diff --git a/ChangeLog b/ChangeLog index 0897914..b77a27e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-12-22 Dai Sato + + * [w3m-dev 02687] version number in w3mhelp-*.html (+[w3m-dev 02689]) + * configure (cur_ver): w3mhelp*.html version subst + * w3mhelp*.html: deleted + * w3mhelp*.html.in: added + 2001-12-22 Tsutomu Okada * [w3m-dev 02682] @@ -1425,4 +1432,4 @@ * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.159 2001/12/21 21:51:11 ukai Exp $ +$Id: ChangeLog,v 1.160 2001/12/21 22:02:39 ukai Exp $ diff --git a/configure b/configure index c851313..30c8ad6 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.44 2001/12/21 21:37:12 ukai Exp $ +# $Id: configure,v 1.45 2001/12/21 22:02:39 ukai Exp $ # Configuration. # @@ -1896,6 +1896,12 @@ esac cvsver=`awk '\$1 ~ /[$]Id:/ { print \$3}' ChangeLog` sed -e 's/^#define CURRENT_VERSION "\(.*\)+cvs.*"/#define CURRENT_VERSION "\1+cvs-'$cvsver'"/' version.c.in > version.c +cur_ver=`sed -n 's/^#define CURRENT_VERSION *"w3m\/\([^"]*\)".*$/\1/p' version.c` +for h in w3mhelp-{lynx,w3m}_{en,ja}.html +do + sed -e 's/@CURRENT_VERSION@/'$cur_ver'/' $h.in > $h +done + cat > extrvers.c << EOF #include #include diff --git a/w3mhelp-lynx_en.html b/w3mhelp-lynx_en.html deleted file mode 100644 index 9223c8e..0000000 --- a/w3mhelp-lynx_en.html +++ /dev/null @@ -1,141 +0,0 @@ - - -w3m help page - - -
-******* - -w3m - (WWW-wo-Miru) Version 0.2.3.2 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 -
-
- - 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 +
+
+ + diff --git a/w3mhelp-lynx_ja.html b/w3mhelp-lynx_ja.html deleted file mode 100644 index 25ff1bf..0000000 --- a/w3mhelp-lynx_ja.html +++ /dev/null @@ -1,151 +0,0 @@ - - -w3m ヘルプページ - - - -
- ******* - w3m - (WWW-wo-Miru) Version 0.2.3.2 by - A.ITO(伊藤彰則) - ******** -
- ***** lynx-like キー割り当て ***** -
- -English - -

ページ/カーソル移動

- -
SPC,C-v,+次のページを表示します. -
b,ESC v,-前のページを表示します. -
lカーソルを右に移動します. -
hカーソルを左に移動します. -
jカーソルを下に移動します. -
kカーソルを上に移動します. -
J画面を1行上にスクロールします. -
K画面を1行下にスクロールします. -
^行頭に移動します. -
$行末に移動します. -
>画面全体を右にずらします.(表示内容を左にずらす) -
<画面全体を左にずらします.(表示内容を右にずらす) -
C-a文書のいちばん上の行に移動します. -
C-e文書のいちばん下の行に移動します. -
G画面下で行番号を入力し,そこで指定した行に移動します. -ここで $ を入力すると,最終行に移動します. -
Zカーソルのある位置を行の中央に移動します. -
zカーソルのある行を画面の中央に移動します. -
TAB, C-n, 下矢印次のリンクに移動します. -
ESC TAB, C-p, 上矢印前のリンクに移動します. -
C-gページ中での現在位置を表示します. -
- -

ハイパーリンク操作

- -
RET, C-f, 右矢印現在カーソルがあるリンクが指す先の文書を読みこみます. -
d, ESC RET現在カーソルがあるリンクが指す先の文書をファイルに保存します. -
u現在カーソルがあるリンクが指す先のURLを表示します. -
iリンクに関連付けられた画像へのURLを表示します. -
I現在カーソルがあるリンクに対応する画像を表示します. -
ESC I現在カーソルがあるリンクが指す画像をファイルに保存します. -
:URL風の文字列をリンクにします.この機能は,HTMLでない文書を -読んでいるときにも有効です. -
ESC :Message-ID風の文字列を,news: のリンクにします.この機能は,HTMLでない文書を読んでいるときにも有効です. -
c現在の文書のURLを表示します. -
=現在の文書に関する情報を表示します. -
C-hURL履歴を表示します. -
F<FRAMESET>を含む文書を表示しているときに,<FRAME> -タグの指す複数の文書を1つの文書に変換して表示します. -
M現在見ているページを,外部ブラウザを使って表示します. -2M, 3M で2番目と3番目のブラウザを使います. -
ESC M現在のリンク先を,外部ブラウザを使って表示します. -2ESC M, 3ESC M で2番目と3番目のブラウザを使います. -
- -

ファイルとURL関係の操作

- -
g, UURLを指定して開きます. -
Vローカルファイルを指定して開きます. -
@コマンドを実行し,結果を全部読んでから表示します. -
#コマンドを実行し,結果を読みこみながら表示します. -
- -

バッファ操作

- -
B, C-b, 左矢印現在見ているバッファを削除し,一つ前のバッファを表示します. -
\HTMLのソースを表示します. -
sバッファ選択モードに入ります. -
E現在見ているバッファがローカルファイルの場合,そのファイルをエディタで編集します.エディタを終了した後,そのファイルを再度読み込みます. -
C-l, C-w画面を再描画します. -
R, C-rバッファを再度読み込みます. -
S, pバッファの表示内容をファイルに保存します. -
ESC sHTMLのソースをファイルに保存します.v でソースを表示して S で -保存するのとほぼ同じですが,ESC s で保存したファイルは漢字コードがオリジナルの -ままであるのに対して,v S で保存すると現在表示に使っている漢字コードに変換され -て保存されます. -
ESC e現在表示されているバッファを,表示されている形式のまま -エディタで編集します. -
- -

バッファ選択モード

-"s" でバッファ選択モードに入ったときのキー操作です. - -
k,C-p一つ上のバッファを選択します. -
j,C-n一つ下のバッファを選択します. -
D現在選択しているバッファを削除します. -
RET現在選択しているバッファを表示します. -
- -

ブックマーク操作

- -
v, ESC bブックマークを読み込みます. -
a, ESC a現在見ているページをブックマークに追加します. -
- -

検索

- -
/,C-s現在のカーソル位置からファイル末尾に向かって正規表現を検索します. -
n次を検索します. -
w折り返し検索モードを切り換えます. -
- -

マーク操作

- -
C-SPCマークを設定/解除します.マークは反転表示されます. -
P一つ前のマークに移動します. -
N一つ後のマークに移動します. -
"正規表現で指定された文字列を全てマークします. -
- -

その他

- - - -
!シェルコマンドを実行します. -
H, ?ヘルプファイルを表示します. -
oオプション設定パネルを表示します. -
C-k クッキー一覧を表示
C-c文書の読み込みを中断します. -
C-zサスペンドします.
qw3mを終了します.オプションの設定によって,終了するかどうか確認します. -
Q確認せずにw3mを終了します. -
- -

行編集モード

-画面の最下行で文字列を入力する場合に有効なキー操作です. - -
C-fカーソルを右に移動します. -
C-bカーソルを左に移動します. -
C-hカーソルの直前の文字を削除します. -
C-dカーソル位置の文字を削除します. -
C-kカーソル位置から後を削除します. -
C-uカーソル位置から前を削除します. -
C-a文字列の先頭に移動します. -
C-e文字列の最後に移動します. -
SPCファイル名入力時に,ファイル名を補完します. -
RETURN入力を終了します. -
- - - - - diff --git a/w3mhelp-lynx_ja.html.in b/w3mhelp-lynx_ja.html.in new file mode 100644 index 0000000..d160984 --- /dev/null +++ b/w3mhelp-lynx_ja.html.in @@ -0,0 +1,151 @@ + + +w3m ヘルプページ + + + +
+ ******* + w3m + (WWW-wo-Miru) Version @CURRENT_VERSION@ by + A.ITO(伊藤彰則) + ******** +
+ ***** lynx-like キー割り当て ***** +
+ +English + +

ページ/カーソル移動

+ +
SPC,C-v,+次のページを表示します. +
b,ESC v,-前のページを表示します. +
lカーソルを右に移動します. +
hカーソルを左に移動します. +
jカーソルを下に移動します. +
kカーソルを上に移動します. +
J画面を1行上にスクロールします. +
K画面を1行下にスクロールします. +
^行頭に移動します. +
$行末に移動します. +
>画面全体を右にずらします.(表示内容を左にずらす) +
<画面全体を左にずらします.(表示内容を右にずらす) +
C-a文書のいちばん上の行に移動します. +
C-e文書のいちばん下の行に移動します. +
G画面下で行番号を入力し,そこで指定した行に移動します. +ここで $ を入力すると,最終行に移動します. +
Zカーソルのある位置を行の中央に移動します. +
zカーソルのある行を画面の中央に移動します. +
TAB, C-n, 下矢印次のリンクに移動します. +
ESC TAB, C-p, 上矢印前のリンクに移動します. +
C-gページ中での現在位置を表示します. +
+ +

ハイパーリンク操作

+ +
RET, C-f, 右矢印現在カーソルがあるリンクが指す先の文書を読みこみます. +
d, ESC RET現在カーソルがあるリンクが指す先の文書をファイルに保存します. +
u現在カーソルがあるリンクが指す先のURLを表示します. +
iリンクに関連付けられた画像へのURLを表示します. +
I現在カーソルがあるリンクに対応する画像を表示します. +
ESC I現在カーソルがあるリンクが指す画像をファイルに保存します. +
:URL風の文字列をリンクにします.この機能は,HTMLでない文書を +読んでいるときにも有効です. +
ESC :Message-ID風の文字列を,news: のリンクにします.この機能は,HTMLでない文書を読んでいるときにも有効です. +
c現在の文書のURLを表示します. +
=現在の文書に関する情報を表示します. +
C-hURL履歴を表示します. +
F<FRAMESET>を含む文書を表示しているときに,<FRAME> +タグの指す複数の文書を1つの文書に変換して表示します. +
M現在見ているページを,外部ブラウザを使って表示します. +2M, 3M で2番目と3番目のブラウザを使います. +
ESC M現在のリンク先を,外部ブラウザを使って表示します. +2ESC M, 3ESC M で2番目と3番目のブラウザを使います. +
+ +

ファイルとURL関係の操作

+ +
g, UURLを指定して開きます. +
Vローカルファイルを指定して開きます. +
@コマンドを実行し,結果を全部読んでから表示します. +
#コマンドを実行し,結果を読みこみながら表示します. +
+ +

バッファ操作

+ +
B, C-b, 左矢印現在見ているバッファを削除し,一つ前のバッファを表示します. +
\HTMLのソースを表示します. +
sバッファ選択モードに入ります. +
E現在見ているバッファがローカルファイルの場合,そのファイルをエディタで編集します.エディタを終了した後,そのファイルを再度読み込みます. +
C-l, C-w画面を再描画します. +
R, C-rバッファを再度読み込みます. +
S, pバッファの表示内容をファイルに保存します. +
ESC sHTMLのソースをファイルに保存します.v でソースを表示して S で +保存するのとほぼ同じですが,ESC s で保存したファイルは漢字コードがオリジナルの +ままであるのに対して,v S で保存すると現在表示に使っている漢字コードに変換され +て保存されます. +
ESC e現在表示されているバッファを,表示されている形式のまま +エディタで編集します. +
+ +

バッファ選択モード

+"s" でバッファ選択モードに入ったときのキー操作です. + +
k,C-p一つ上のバッファを選択します. +
j,C-n一つ下のバッファを選択します. +
D現在選択しているバッファを削除します. +
RET現在選択しているバッファを表示します. +
+ +

ブックマーク操作

+ +
v, ESC bブックマークを読み込みます. +
a, ESC a現在見ているページをブックマークに追加します. +
+ +

検索

+ +
/,C-s現在のカーソル位置からファイル末尾に向かって正規表現を検索します. +
n次を検索します. +
w折り返し検索モードを切り換えます. +
+ +

マーク操作

+ +
C-SPCマークを設定/解除します.マークは反転表示されます. +
P一つ前のマークに移動します. +
N一つ後のマークに移動します. +
"正規表現で指定された文字列を全てマークします. +
+ +

その他

+ + + +
!シェルコマンドを実行します. +
H, ?ヘルプファイルを表示します. +
oオプション設定パネルを表示します. +
C-k クッキー一覧を表示
C-c文書の読み込みを中断します. +
C-zサスペンドします.
qw3mを終了します.オプションの設定によって,終了するかどうか確認します. +
Q確認せずにw3mを終了します. +
+ +

行編集モード

+画面の最下行で文字列を入力する場合に有効なキー操作です. + +
C-fカーソルを右に移動します. +
C-bカーソルを左に移動します. +
C-hカーソルの直前の文字を削除します. +
C-dカーソル位置の文字を削除します. +
C-kカーソル位置から後を削除します. +
C-uカーソル位置から前を削除します. +
C-a文字列の先頭に移動します. +
C-e文字列の最後に移動します. +
SPCファイル名入力時に,ファイル名を補完します. +
RETURN入力を終了します. +
+ + + + + diff --git a/w3mhelp-w3m_en.html b/w3mhelp-w3m_en.html deleted file mode 100644 index 84ad6e5..0000000 --- a/w3mhelp-w3m_en.html +++ /dev/null @@ -1,155 +0,0 @@ - - -w3m help page - - -
-******* - -w3m - (WWW-wo-Miru) Version 0.2.3.2 by -A.ITO ********
- ***** Key assign table ***** -
- -Japanese - -

Page/Cursor motion

- -
SPC,C-vForward page -
b,ESC vBackward page -
l,C-fCursor right -
h,C-bCursor left -
j,C-nCursor down -
k,C-pCursor up -
JRoll up one line -
KRoll down one line -
^,C-aGo to the beginning of line -
$,C-eGo to the end of line -
wGo to next word -
WGo to previous word -
>Shift screen right -
<Shift screen left -
.Shift screen one column right -
,Shift screen one column left -
g,M-<Go to the first line -
G,M->Go to the last line -
ESC gGo to specified line -
ZMove to the center line -
zMove to the center column -
TABMove to next hyperlink -
C-u,ESC TABMove to previous hyperlink -
[Go to the first link -
]Go to the last link -
- -

Hyperlink operation

- -
RETFollow hyperlink -
a, 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-gShow current line number -
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

- -
UOpen URL -
VView new file -
@Execute shell command and load -
#Execute shell command and browse -
- -

Buffer operation

- -
BBack to the previous buffer -
vView HTML source -
sSelect buffer -
EEdit buffer source -
C-lRedraw screen -
RReload buffer -
SSave 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

- -
ESC bLoad bookmark -
ESC aAdd current to bookmark -
- -

Search

- -
/,C-sSearch forward -
?,C-rSearch backward -
nSearch next -
NSearch previous -
C-wToggle wrap search mode -
- -

Dictionary look-up

- -
M-wExecute dictionary command (see README.dict) -
M-WExecute dictionary command for word at cursor -
- -

Mark operation

- -
C-SPCSet/unset mark -
ESC pGo to previous mark -
ESC nGo to next mark -
"Mark by regular expression -
- -

Miscellany

- -
!Execute shell command -
HHelp (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 -
-
- - - diff --git a/w3mhelp-w3m_en.html.in b/w3mhelp-w3m_en.html.in new file mode 100644 index 0000000..eb46e8a --- /dev/null +++ b/w3mhelp-w3m_en.html.in @@ -0,0 +1,155 @@ + + +w3m help page + + +
+******* + +w3m + (WWW-wo-Miru) Version @CURRENT_VERSION@ by +A.ITO ********
+ ***** Key assign table ***** +
+ +Japanese + +

Page/Cursor motion

+ +
SPC,C-vForward page +
b,ESC vBackward page +
l,C-fCursor right +
h,C-bCursor left +
j,C-nCursor down +
k,C-pCursor up +
JRoll up one line +
KRoll down one line +
^,C-aGo to the beginning of line +
$,C-eGo to the end of line +
wGo to next word +
WGo to previous word +
>Shift screen right +
<Shift screen left +
.Shift screen one column right +
,Shift screen one column left +
g,M-<Go to the first line +
G,M->Go to the last line +
ESC gGo to specified line +
ZMove to the center line +
zMove to the center column +
TABMove to next hyperlink +
C-u,ESC TABMove to previous hyperlink +
[Go to the first link +
]Go to the last link +
+ +

Hyperlink operation

+ +
RETFollow hyperlink +
a, 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-gShow current line number +
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

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

Buffer operation

+ +
BBack to the previous buffer +
vView HTML source +
sSelect buffer +
EEdit buffer source +
C-lRedraw screen +
RReload buffer +
SSave 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

+ +
ESC bLoad bookmark +
ESC aAdd current to bookmark +
+ +

Search

+ +
/,C-sSearch forward +
?,C-rSearch backward +
nSearch next +
NSearch previous +
C-wToggle wrap search mode +
+ +

Dictionary look-up

+ +
M-wExecute dictionary command (see README.dict) +
M-WExecute dictionary command for word at cursor +
+ +

Mark operation

+ +
C-SPCSet/unset mark +
ESC pGo to previous mark +
ESC nGo to next mark +
"Mark by regular expression +
+ +

Miscellany

+ +
!Execute shell command +
HHelp (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 +
+
+ + + diff --git a/w3mhelp-w3m_ja.html b/w3mhelp-w3m_ja.html deleted file mode 100644 index c91026f..0000000 --- a/w3mhelp-w3m_ja.html +++ /dev/null @@ -1,156 +0,0 @@ - - -w3m ヘルプ ページ - - - -
- ******* - w3m - (WWW-wo-Miru) Version 0.2.3.2 by - A.ITO(伊藤彰則) - ******** -
- ***** キー割り当て ***** -
- -English - -

ページ/カーソル移動

- - - - - - - - - - - - - - - - - - - - - - - - - - -
SPC,C-v 次ページ
b,ESC v 前ページ
l,C-f カーソルを右へ移動
h,C-b カーソルを左へ移動
j,C-n カーソルを下へ移動
k,C-p カーソルを上へ移動
J一行上にスクロール(進む)
K一行下にスクロール(戻る)
^,C-a行頭に移動
$,C-e行末に移動
w次の単語に移動
W前の単語に移動
> 右に一画面分シフト
< 左に一画面分シフト
. 右に一文字分シフト
, 左に一文字分シフト
g,M-< ページの先頭行に移動
G,M-> ページの最終行に移動
ESC g 指定行に移動
Z カーソルのある位置を行の中央に移動
z カーソルのある行を画面の中央に移動
TAB 次のハイパーリンクに移動
C-u, ESC TAB 前のハイパーリンクに移動
[ 最初のハイパーリンクに移動
] 最後のハイパーリンクに移動
- -

ハイパーリンク操作

- - - - - - - - - - - - - - - - - -
RET カーソル下のリンクへ飛ぶ
a, ESC RET リンク先の文書をファイルに保存
ESC I リンク先の画像をファイルに保存
u リンク先URLの表示
i リンクに関連付けられた画像へのURLの表示
I インラインイメージの表示
: URLのような文字をアンカーとしてマーク
ESC : Message-IDのような文字をアンカーとしてマーク
c 現ページのURLを表示
= 現ドキュメントの情報を表示
C-g ページ中での現在位置を表示
C-h URL履歴を表示
F フレームを表示する
M 現ページを外部ブラウザで表示する(2M,3Mで2番目と3番目のブラウザを呼びだす)
ESC M リンク先を外部ブラウザで表示する(2ESC M,3ESC Mで2番目と3番目のブラウザを呼びだす)
- -

ファイル/ストリーム操作

- - - - - -
U URLを指定
V ファイルを開く
@ シェルを起動し読み込む
# シェルを起動し読み込む
- -

バッファ操作

- - - - - - - - - - -
B 前のバッファに移動
v HTMLソースを表示
s バッファを選択
E バッファのソースを編集
C-l 画面の再描画
R バッファを再読み込み
S バッファを保存
ESC s HTMLソースを保存
ESC e バッファの表示イメージを編集
- -

バッファ選択モード

-"s" でバッファ選択モードに入ったときのキー操作 - - - - - -
k,C-p 一つ上のバッファを選択
j,C-n 一つ下のバッファを選択
D 現在選択しているバッファを削除
RET 現在選択しているバッファを表示
- -

ブックマーク操作

- - - -
ESC b ブックマークを読み込む
ESC a 現ページをブックマークに追加
- -

検索

- - - - - - -
/,C-s 前方検索
?,C-r 後方検索
n 次を検索
N 前を検索
C-w 折り返し検索モードの切り換え
- -

辞書検索

- - - -
M-w 入力した単語を辞書コマンドで検索
M-W カーソル位置の単語を辞書コマンドで検索
- -

マーク操作

- - - - - -
C-SPC マークの設定/消去
ESC p 前のマークへ移動
ESC n 次のマークへ移動
" 正規表現によるマーク
- -

その他

- - - - - - - - - -
! シェルの実行
H ヘルプ(このファイルを表示)
o オプション設定
C-k クッキー一覧を表示
C-c 文書の読み込みを中断
C-z サスペンド
q w3mを終了(確認あり)
Q w3mを終了(確認なし)
- -

行編集モード

- - - - - - - - - - - - - -
C-f カーソルを右へ移動
C-b カーソルを左へ移動
C-h 前の文字を削除
C-d カーソル位置の文字を削除
C-k カーソルの後方を全て削除
C-u カーソルの前までを全て削除
C-a 行頭に移動
C-e 行末へ移動
C-p ヒストリから一つ前の文字列を取り出す
C-n ヒストリから次の文字列を取り出す
TAB,SPC ファイル名の補完
RETURN 入力終了
-
- - diff --git a/w3mhelp-w3m_ja.html.in b/w3mhelp-w3m_ja.html.in new file mode 100644 index 0000000..95464ab --- /dev/null +++ b/w3mhelp-w3m_ja.html.in @@ -0,0 +1,156 @@ + + +w3m ヘルプ ページ + + + +
+ ******* + w3m + (WWW-wo-Miru) Version @CURRENT_VERSION@ by + A.ITO(伊藤彰則) + ******** +
+ ***** キー割り当て ***** +
+ +English + +

ページ/カーソル移動

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
SPC,C-v 次ページ
b,ESC v 前ページ
l,C-f カーソルを右へ移動
h,C-b カーソルを左へ移動
j,C-n カーソルを下へ移動
k,C-p カーソルを上へ移動
J一行上にスクロール(進む)
K一行下にスクロール(戻る)
^,C-a行頭に移動
$,C-e行末に移動
w次の単語に移動
W前の単語に移動
> 右に一画面分シフト
< 左に一画面分シフト
. 右に一文字分シフト
, 左に一文字分シフト
g,M-< ページの先頭行に移動
G,M-> ページの最終行に移動
ESC g 指定行に移動
Z カーソルのある位置を行の中央に移動
z カーソルのある行を画面の中央に移動
TAB 次のハイパーリンクに移動
C-u, ESC TAB 前のハイパーリンクに移動
[ 最初のハイパーリンクに移動
] 最後のハイパーリンクに移動
+ +

ハイパーリンク操作

+ + + + + + + + + + + + + + + + + +
RET カーソル下のリンクへ飛ぶ
a, ESC RET リンク先の文書をファイルに保存
ESC I リンク先の画像をファイルに保存
u リンク先URLの表示
i リンクに関連付けられた画像へのURLの表示
I インラインイメージの表示
: URLのような文字をアンカーとしてマーク
ESC : Message-IDのような文字をアンカーとしてマーク
c 現ページのURLを表示
= 現ドキュメントの情報を表示
C-g ページ中での現在位置を表示
C-h URL履歴を表示
F フレームを表示する
M 現ページを外部ブラウザで表示する(2M,3Mで2番目と3番目のブラウザを呼びだす)
ESC M リンク先を外部ブラウザで表示する(2ESC M,3ESC Mで2番目と3番目のブラウザを呼びだす)
+ +

ファイル/ストリーム操作

+ + + + + +
U URLを指定
V ファイルを開く
@ シェルを起動し読み込む
# シェルを起動し読み込む
+ +

バッファ操作

+ + + + + + + + + + +
B 前のバッファに移動
v HTMLソースを表示
s バッファを選択
E バッファのソースを編集
C-l 画面の再描画
R バッファを再読み込み
S バッファを保存
ESC s HTMLソースを保存
ESC e バッファの表示イメージを編集
+ +

バッファ選択モード

+"s" でバッファ選択モードに入ったときのキー操作 + + + + + +
k,C-p 一つ上のバッファを選択
j,C-n 一つ下のバッファを選択
D 現在選択しているバッファを削除
RET 現在選択しているバッファを表示
+ +

ブックマーク操作

+ + + +
ESC b ブックマークを読み込む
ESC a 現ページをブックマークに追加
+ +

検索

+ + + + + + +
/,C-s 前方検索
?,C-r 後方検索
n 次を検索
N 前を検索
C-w 折り返し検索モードの切り換え
+ +

辞書検索

+ + + +
M-w 入力した単語を辞書コマンドで検索
M-W カーソル位置の単語を辞書コマンドで検索
+ +

マーク操作

+ + + + + +
C-SPC マークの設定/消去
ESC p 前のマークへ移動
ESC n 次のマークへ移動
" 正規表現によるマーク
+ +

その他

+ + + + + + + + + +
! シェルの実行
H ヘルプ(このファイルを表示)
o オプション設定
C-k クッキー一覧を表示
C-c 文書の読み込みを中断
C-z サスペンド
q w3mを終了(確認あり)
Q w3mを終了(確認なし)
+ +

行編集モード

+ + + + + + + + + + + + + +
C-f カーソルを右へ移動
C-b カーソルを左へ移動
C-h 前の文字を削除
C-d カーソル位置の文字を削除
C-k カーソルの後方を全て削除
C-u カーソルの前までを全て削除
C-a 行頭に移動
C-e 行末へ移動
C-p ヒストリから一つ前の文字列を取り出す
C-n ヒストリから次の文字列を取り出す
TAB,SPC ファイル名の補完
RETURN 入力終了
+
+ + -- cgit v1.2.3