From 867dd58f4b9ced97ba970d8337762136c008d6a7 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 5 Nov 2002 17:24:47 +0000 Subject: * doc-jp/README.tab: added [w3m-dev 03372] * doc/README.tab: brief translation From: Fumitoshi UKAI --- ChangeLog | 7 ++++++- doc-jp/README.tab | 43 +++++++++++++++++++++++++++++++++++++++++++ doc/README.tab | 45 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 94 insertions(+), 1 deletion(-) create mode 100644 doc-jp/README.tab create mode 100644 doc/README.tab diff --git a/ChangeLog b/ChangeLog index b6f60e0..f499bdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-06 Fumitoshi UKAI + + * doc-jp/README.tab: added [w3m-dev 03372] + * doc/README.tab: brief translation + 2002-11-06 Hironori SAKAMOTO * [w3m-dev 03372] tab browser @@ -4282,4 +4287,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.473 2002/11/05 17:10:04 ukai Exp $ +$Id: ChangeLog,v 1.474 2002/11/05 17:24:47 ukai Exp $ diff --git a/doc-jp/README.tab b/doc-jp/README.tab new file mode 100644 index 0000000..61f7c58 --- /dev/null +++ b/doc-jp/README.tab @@ -0,0 +1,43 @@ +w3m をタブブラウザ化 + +キー操作は定義していませんので、以下の関数を適当なキーに設定して +お使い下さい。 + + NEW_TAB 新しいタブを開いて、現在のページの複製を作ります + TAB_LINK リンクが指す先の文書を新しいタブで開きます + 数(N) + TAB_LINK だと、N 番目のタブで開きます + TAB_GOTO URLを指定して新しいタブで開きます + 数(N) + TAB_GOTO だと、N 番目のタブで開きます + TAB_GOTO_RELATIVE + 相対URLを指定して新しいタブで開きます + 数(N) + TAB_GOTO_RELATIVE だと、N 番目のタブで開きます + CLOSE_TAB 現在のタブを閉じます + 数(N) + CLOSE_TAB だと、N 番目のタブを閉じます + NEXT_TAB 次のタブに移動します + 数(N) + NEXT_TAB だと、N だけ次のタブに移動します + PREV_TAB 前のタブに移動します + 数(N) + PREV_TAB だと、N だけ前のタブに移動します + TAB_RIGHT 現在のタブを右に移動します + 数(N) + TAB_RIGHT だと、現在のタブを N だけ右に移動します + TAB_LEFT 現在のタブを左に移動します + 数(N) + TAB_LEFT だと、現在のタブを N だけ左に移動します + TAB_MENU タブ選択メニューを立ち上げます + タブ選択メニューの操作はバッファ選択メニューと同様です。 + +また、マウスでの操作も出来ます。 + + 左ボタン … タブ上でクリックすると、そのタブに移動します + タブから別のタブまでドラッグすると、タブを移動します。 + リンクからタブまでドラッグすると、そのタブでリンクを開きます + 右上隅の「x」をクリックすると、現在のタブを閉じます + 中ボタン … タブ上でクリックすると、タブを閉じます + 右ボタン … 特になし(= メニューを開く) + +オプションとして、 + + open_tab_blank … target が _blank か _new の場合は新しいタブで開く + デフォルトは OFF + close_tab_back … 戻る時にバッファが最後ならタブを閉じる + デフォルトは OFF (= Can't back...) + +を追加しています。 diff --git a/doc/README.tab b/doc/README.tab new file mode 100644 index 0000000..8e98e1c --- /dev/null +++ b/doc/README.tab @@ -0,0 +1,45 @@ +w3m tab browsing + +No default keybinding for tab browsing. Pleaes configure following +function to appropriate keys: + + NEW_TAB open new tab, clone current page + TAB_LINK open document refered by link in a new tab + Num(N) + TAB_LINK will open in Nth tab + TAB_GOTO open URL in a new tab + Num(N) + TAB_GOTO will open in Nth tab + TAB_GOTO_RELATIVE + open relative URL in a new tab + Num(N) + TAB_GOTO_RELATIVE will open in Nth tab + CLOSE_TAB close current tab + Num(N) + CLOSE_TAB will close Nth tab + NEXT_TAB change to next tab + Num(N) + NEXT_TAB will change to Nth next tab + PREV_TAB change to prev tab + Num(N) + PREV_TAB will change to Nth prev tab + TAB_RIGHT move current tab to right + Num(N) + TAB_RIGHT will move current tab to N right + TAB_LEFT move current tab to left + Num(N) + TAB_LEFT will move current tab to N left + TAB_MENU open tab selection menu + operation in tab selection menu is same as operation + in buffer selection menu + +You can operate with mouse + + left button .. move the tab if you click on the tab + dragging a tab to another tab will move tab + dragging a link to tab will open the link in the tab + clicking on right upper `x' will current tab + middle button .. close the tab if you clink on the tab + right button .. open menu as usual + +Options: + + open_tab_blank ... open new tab if target is _blank or _new + default: OFF + close_tab_back ... close the tab when you back from last buffer in the tab + default: OFF (= Can't back...) + + + -- cgit v1.2.3